@charset "utf-8";
.bg-submenu-level-1{
	background-color:#4e73df!important
}

/* Urdu font*/
@font-face {
  font-family: 'Jameel-Noori-Nastaleeq';
  src: url(font/jameelnoorinastaleeqkasheeda/Jameel-Noori-Nastaleeq.ttf);
}
/* Watch font */
@font-face {
  font-family: 'digital-clock-font';
  src: url(font/digital-7/digital-7-mono-italic.ttf);
}
.zam-clock-topbar{
	font-family: 'digital-clock-font';
	font-size: 1rem;
}

/* font awesome for background */
@font-face {
  font-family: 'fa-regular';
  src: url("../vendor/fontawesome-free/webfonts/fa-regular-400.ttf");
}
@font-face {
  font-family: 'fa-brands';
  src: url("../vendor/fontawesome-free/webfonts/fa-brands-400.ttf");
}
@font-face {
  font-family: 'fa-solid';
  src: url("../vendor/fontawesome-free/webfonts/fa-solid-900.ttf");
}
/* EO - font awesome for background */

.nav-item-level-1 {
	margin:0 .5rem;
	display:block;
	color:#3a3b45;
	text-decoration:none;
	border-radius:.35rem;
	white-space:nowrap;
}

.nav-item-level-1:hover{
	background-color:#c325ff;
	text-decoration:none;
}

.nav-item-level-1.active{
	background-color:#2653d4;
	color:#4e73df;
	font-weight:700;
}

.bg-submenu-level-2{
	background-color:#4a7edf!important
}

.nav-item-level-2 {
	margin:0 .5rem;
	display:block;
	color:#3a3b45;
	text-decoration:none;
	border-radius:.35rem;
	white-space:nowrap;
}

.nav-item-level-2:hover{
	background-color:#c325fa;
	text-decoration:none;
}

.nav-item-level-2.active{
	background-color:#2653d4;
	color:#4e73df;
	font-weight:700;
}


.login-time {
	font-family:'digital-clock-font';
	color:#000;
}
.login-time span{ /*sec ampm*/
	margin-left: 2px;
	width: 97px; 
	font-size: 1.5rem;
}

.day-counter{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
}

.alert-demo{
	opacity: .4;
	display: none;
}

.zam-alert-fixed {
	position: fixed;
	width: 60vw;
	left: 50%;
	top: 50%;
  transform: translate(-50%, -50%);
	
	z-index:9999;
	opacity: 0.9;
}

.form-control-user{
	color: black;
}

.zam-select{
	color: black;
	padding: 10px!important;
	padding-right: 45px!important;
	height: 50px!important;

	/* reset*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	/* round arrow*/
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		radial-gradient(#ddd 70%, transparent 72%);
	
	background-position:
		calc(100% - 24px) calc(.45em + 15px), /*x position*/
		calc(100% - 17px) calc(.45em + 15px), /*y position*/
		calc(100% - .5em) .45em;
	background-size:
		6px 7px,
		7px 6px,
		35px 35px;
	background-repeat: no-repeat;
	
}

.zam-select:focus{
	background-image:
		linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		radial-gradient(#4e73df 70%, transparent 72%);
	background-position:
		calc(100% - 17px) calc(.45em + 12px),
		calc(100% - 24px) calc(.45em + 12px),
		calc(100% - .5em) .45em;
	background-size:
		7px 6px,
		7px 6px,
		35px 35px;
	background-repeat: no-repeat;
}

.zam-select option:first-child[value=""] {
	color: gray;
	background-color: lightcyan;
}
.zam-select option {
	color: black;
}

.zam-select-place-holder{
	color: gray;
}

.zam-select-multi { 
	color: black;
	padding: 10px!important;
	padding-left: 40px!important;
	border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
	margin-right: 50px !important;
}

.zam-select-sm { 
	color: black;
	padding-left: 10px!important;
	padding-right: 35px!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	
	height: 35px!important;
	
	/* reset */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	/* round arrow */
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		radial-gradient(#ddd 70%, transparent 72%);
	background-position:
		calc(100% - 17px) calc(.45em + 9px),
		calc(100% - 13px) calc(.45em + 9px),
		calc(100% - .4em) .30em;
	
	background-size:
		5px 7px,
		5px 8px,
		25px 25px;
	background-repeat: no-repeat;
}
.zam-select-sm:focus{
	background-image:
		linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		radial-gradient(#4e73df 70%, transparent 72%);
	background-position:
		calc(100% - 12px) calc(.43em + 4px),
		calc(100% - 17px) calc(.43em + 5px),
		calc(100% - .4em) .30em;
	background-size:
		5px 8px,
		5px 7px,
		25px 25px;
	background-repeat: no-repeat;
}
.zam-select-sm option:first-child[value=""] {
	color: gray;
	background-color: lightcyan;
}
.zam-select-sm option {
	color: black;
}

.zam-select-place-holder{
	color: gray;
}

.zam-error {
	float:right;
	height:14px;
	width:14px;
	background:url("../../admin/img/error.gif") no-repeat 0px 0px;
	display:none;
}

.zam-success {
	float:right;
	height:14px;
	width:14px;
	background:url("../../admin/img/success.gif") no-repeat 0px 0px;
	display:none;
}

.zam-text-urdu-lg {
	font-family:'Jameel-Noori-Nastaleeq';
	font-size: 32px!important;
	text-align: right;
	direction: rtl;
	letter-spacing: 2px;
}
/*for select options*/
.zam-text-urdu-lg option{
	font-size:32px;
	font-family:'Jameel Noori Nastaleeq';
}

.zam-text-urdu {
	font-family:'Jameel-Noori-Nastaleeq';
	font-size: 20px!important;
	text-align: right;
	direction: rtl;
	letter-spacing: 2px;
}
/*for select options*/
.zam-text-urdu option{
	font-size:20px;
	font-family:'Jameel Noori Nastaleeq';
}

.zam-text-english {
	text-align: left;
	direction: rtl;
	letter-spacing: 2px;
}
/*for select options*/
.zam-text-english option{
	font-size:2px;
}


.zam-text-urdu-sm {
	font-family:'Jameel-Noori-Nastaleeq';
	font-size: 16px!important;
	text-align: right;
	direction: rtl;
	letter-spacing: 2px;
}
/*for select options*/
.zam-text-urdu-sm option{
	font-size:16px;
	font-family:'Jameel Noori Nastaleeq';
}
.zam-text-urdu-xs {
	font-family:'Jameel-Noori-Nastaleeq';
	font-size: 10px!important;
	text-align: right;
	direction: rtl;
	letter-spacing: 1px;
}
/*for select options*/
.zam-text-urdu-xs option{
	font-size:10px;
	font-family:'Jameel Noori Nastaleeq';
}

/* for datetimepicker */
.zam-calendar {
	display:inline-block;
	position: relative;
	width: 100%;
	cursor: default;
} 
.zam-calendar:after {
	font-family: 'fa-solid';
	content: '\f073';
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: calc(50% - 0.8em); /* Keep icon in center of input, regardless of the input height*/
}

.zam-calendar-sm {
	display:inline-block;
	position: relative;
	width: 100%;
	cursor: default;
} 
.zam-calendar-sm:after {
	font-family: 'fa-solid';
	content: '\f073';
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: calc(50% - 0.8em); /* Keep icon in center of input, regardless of the input height*/
}

/* for datetimepicker - time */
.zam-dp-time {
	display:inline-block;
	position: relative;
	width: 100%;
	cursor: default;
} 
.zam-dp-time:after {
	font-family: 'fa-solid';
	content: '\F017';
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: calc(50% - 0.8em); /* Keep icon in center of input, regardless of the input height*/
}

.zam-dp-time-sm {
	display:inline-block;
	position: relative;
	width: 100%;
	cursor: default;
} 
.zam-dp-time-sm:after {
	font-family: 'fa-solid';
	content: '\F017';
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: calc(50% - 0.8em); /* Keep icon in center of input, regardless of the input height*/
}



.form-group.required .zam-control-label:after {
  content:"*";
  color:red;
}


/*Lab Reports*/
.zam-bg-lab-image{
	background-image: url("../../admin/img/illustration/lab_science.svg");
	background-color: #EDB506;
	background-position:bottom;
	background-size:contain;
	background-repeat: no-repeat;
}

.zam-bg-flask {
    position:relative;
}    
.zam-bg-flask:before {
	/* f0c3 this is your text. You can also use UTF-8 character codes as I do here */
	content: "\f0c3"; 
	font-family: 'fa-solid';
	position: absolute;

	left: 50%;
	top: 50%;
  transform: translate(-50%, -50%);
	
	opacity: 0.4;
	font-size: 72px;
	color: blue;
}
/* EO - Lab Reports*/

/*<!-- zam-patient -->*/
.zam-patient{
	text-align: center;
	position: relative;
}

.zam-patient .pic{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 8px solid #7a4b94;
	margin: 0 auto;
	overflow: hidden;
}
.zam-patient .pic-md{
	width: 70%;
	height: 70%;
	border-radius: 50%;
	border: 8px solid #7a4b94;
	margin: 0 auto;
	overflow: hidden;
}

.zam-patient img{
	width: 100%;
	height: auto;
}
.zam-patient .camera{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 20px;
	transition: all 0.3s ease-out 0s;
}
.zam-patient .camera li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-patient:hover .camera li a{ transform: scale(1); }
.zam-patient:hover .camera li a:hover{ background: #7a4b94; }

.zam-patient .camera li i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-patient:hover .camera li i{ transform: scale(1); }
.zam-patient:hover .camera li i:hover{ background: #7a4b94; }

.zam-patient .info{
	padding: 15px 15px 2px;
	background-color: #7a4b94;
	border-radius: 40px 10px;
	margin-top: -20px;
	color: #fff;
}
.zam-patient .code{
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	text-shadow: 2px 2px 1px #000;
}
.zam-patient .name{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.zam-patient .detail{
	background-color: aqua;
	color: black;
	border-radius: 20px;
	font-size: 16px;
	opacity: 0.6;
}

.zam-patient .icon-category{
	width: 17px!important;
	height: 16px!important;
}

@media only screen and (max-width: 990px){
    .zam-patient{ margin-bottom: 30px; }
}
@media only screen and (max-width: 576px){
    .zam-patient .pic{
        width: 150px;
        height: 150px;
    }
    .zam-patient .social{ top: 20px; }
}
/*<!-- EO - zam-patient -->*/

/*<!-- zam-supplier -->*/
.zam-supplier{
	text-align: center;
	position: relative;
}

.zam-supplier .pic{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 8px solid #7a4b94;
	margin: 0 auto;
	overflow: hidden;
}
.zam-supplier .pic-md{
	width: 70%;
	height: 70%;
	border-radius: 50%;
	border: 8px solid #7a4b94;
	margin: 0 auto;
	overflow: hidden;
}

.zam-supplier img{
	width: 100%;
	height: auto;
}
.zam-supplier .camera{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 20px;
	transition: all 0.3s ease-out 0s;
}
.zam-supplier .camera li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-supplier:hover .camera li a{ transform: scale(1); }
.zam-supplier:hover .camera li a:hover{ background: #7a4b94; }

.zam-supplier .camera li i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-supplier:hover .camera li i{ transform: scale(1); }
.zam-supplier:hover .camera li i:hover{ background: #7a4b94; }

.zam-supplier .info{
	padding: 15px 15px 2px;
	background-color: #7a4b94;
	border-radius: 40px 10px;
	margin-top: -20px;
	color: #fff;
}
.zam-supplier .code{
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	text-shadow: 2px 2px 1px #000;
}
.zam-supplier .name{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.zam-supplier .detail{
	background-color: aqua;
	color: black;
	border-radius: 20px;
	font-size: 16px;
	opacity: 0.6;
}

@media only screen and (max-width: 990px){
    .zam-supplier{ margin-bottom: 30px; }
}
@media only screen and (max-width: 576px){
    .zam-supplier .pic{
        width: 150px;
        height: 150px;
    }
}
/*<!-- EO - zam-supplier -->*/

/*<!-- zam-salesman -->*/
.zam-salesman{
	text-align: center;
	position: relative;
}

.zam-salesman .pic{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 8px solid #7a4b94;
	margin: 0 auto;
	overflow: hidden;
}
.zam-salesman .pic-md{
	width: 70%;
	height: 70%;
	border-radius: 50%;
	border: 8px solid #7a4b94;
	margin: 0 auto;
	overflow: hidden;
}

.zam-salesman img{
	width: 100%;
	height: auto;
}
.zam-salesman .camera{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 20px;
	transition: all 0.3s ease-out 0s;
}
.zam-salesman .camera li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-salesman:hover .camera li a{ transform: scale(1); }
.zam-salesman:hover .camera li a:hover{ background: #7a4b94; }

.zam-salesman .camera li i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-salesman:hover .camera li i{ transform: scale(1); }
.zam-salesman:hover .camera li i:hover{ background: #7a4b94; }

.zam-salesman .info{
	padding: 15px 15px 2px;
	background-color: #7a4b94;
	border-radius: 40px 10px;
	margin-top: -20px;
	color: #fff;
}
.zam-salesman .code{
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	text-shadow: 2px 2px 1px #000;
}
.zam-salesman .name{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.zam-salesman .detail{
	background-color: aqua;
	color: black;
	border-radius: 20px;
	font-size: 16px;
	opacity: 0.6;
}

@media only screen and (max-width: 990px){
    .zam-salesman{ margin-bottom: 30px; }
}
@media only screen and (max-width: 576px){
    .zam-salesman .pic{
        width: 150px;
        height: 150px;
    }
}
/*<!-- EO - zam-salesman -->*/

/*<!-- zam-customer -->*/
.zam-customer{
	text-align: center;
	position: relative;
}

.zam-customer .pic{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 8px solid #7a4b94;
	margin: 0 auto;
	overflow: hidden;
}
.zam-customer .pic-md{
	width: 70%;
	height: 70%;
	border-radius: 50%;
	border: 8px solid #7a4b94;
	margin: 0 auto;
	overflow: hidden;
}

.zam-customer img{
	width: 100%;
	height: auto;
}
.zam-customer .camera{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 20px;
	transition: all 0.3s ease-out 0s;
}
.zam-customer .camera li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-customer:hover .camera li a{ transform: scale(1); }
.zam-customer:hover .camera li a:hover{ background: #7a4b94; }

.zam-customer .camera li i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-customer:hover .camera li i{ transform: scale(1); }
.zam-customer:hover .camera li i:hover{ background: #7a4b94; }

.zam-customer .info{
	padding: 15px 15px 2px;
	background-color: #7a4b94;
	border-radius: 40px 10px;
	margin-top: -20px;
	color: #fff;
}
.zam-customer .name{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.zam-customer .detail{
	background-color: aqua;
	color: black;
	border-radius: 20px;
	font-size: 16px;
	opacity: 0.6;
}

@media only screen and (max-width: 990px){
    .zam-customer{ margin-bottom: 30px; }
}
@media only screen and (max-width: 576px){
    .zam-customer .pic{
        width: 150px;
        height: 150px;
    }
}
/*<!-- EO - zam-customer -->*/

/* zam-person avatar*/
.zam-person{
	text-align: center;
	position: relative;
	width: fit-content;
	float: left;
}

.zam-person .avatar{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #7a4b94;
	margin: 0 0;
	overflow: hidden;
}
.zam-person .avatar-md{
	width: 70%;
	height: 70%;
	border-radius: 50%;
	border: 1px solid #7a4b94;
	margin: 0 0;
	overflow: hidden;
}

.zam-person img{
	width: 100%;
	height: auto;
}
.zam-person .camera{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -8px;
	left: -30px;
	transition: all 0.3s ease-out 0s;
}
.zam-person .camera li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-person:hover .camera li a{ transform: scale(1); }
.zam-person:hover .camera li a:hover{ background: #7a4b94; }

.zam-person .camera li i{
	width: 12px;
	height: 12px;
	line-height: 12px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-person:hover .camera li i{ transform: scale(1); }
.zam-person:hover .camera li i:hover{ background: #7a4b94; }

@media only screen and (max-width: 990px){
    .zam-person{ margin-bottom: 30px; }
}
@media only screen and (max-width: 576px){
    .zam-person .avatar{
        width: 30px;
        height: 30px;
    }
}
/*<!-- EO - zam-person-avatar -->*/

/* Medicines */
.zam-bg-medicine-image{
	background-image: url("../../admin/img/illustration/medicine.svg");
	background-color: #ED0006;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}
/* Rounded pill classes for rounded input groups */
.rounded-pill-left {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
.rounded-pill-right {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}
/*
// demo examples for input groups
<div class="input-group">
	<input class="form-control py-2 border-right-0 border" type="search" value="search" id="example-search-input">
	<span class="input-group-append">
		<button class="btn btn-outline-secondary border-left-0 border" type="button">
				<i class="fa fa-eye"></i>
		</button>
	</span>
</div>

<div class="input-group">
	<input class="form-control border rounded-pill-left border-right-0" type="search" value="search" id="example-search-input">
	<span class="input-group-append">
		<button class="btn btn-outline-secondary border rounded-pill-right border-left-0" type="button">
				<i class="fa fa-eye"></i>
		</button>
	</span>
</div>
*/
/* EO - Medicines */

/* My Profile */
.zam-bg-profile-image{
	background-image: url("../../admin/img/illustration/profile.svg");
	background-color: #10aaff;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}

/* Users */
.zam-bg-user-image{
	background-image: url("../../admin/img/illustration/user.svg");
	background-color: #10aaff;
	background-position:bottom;
	background-size:contain;
	background-repeat: no-repeat;
}


/*<!-- zam-profile -->*/
.zam-profile{
	text-align: center;
	position: relative;
}
.zam-profile .pic{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 8px solid #7a4b94;
	margin: 0 auto;
	overflow: hidden;
}

.zam-profile .pic-sm{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid gold;
	margin: 0 auto;
	overflow: hidden;
}

.zam-profile img{
	width: 100%;
	height: auto;
}
.zam-profile .camera{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 20px;
	transition: all 0.3s ease-out 0s;
}
.zam-profile .camera li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-profile:hover .camera li a{ transform: scale(1); }
.zam-profile:hover .camera li a:hover{ background: #7a4b94; }

.zam-profile .camera li i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-profile:hover .camera li i{ transform: scale(1); }
.zam-profile:hover .camera li i:hover{ background: #7a4b94; }

.zam-profile .info{
	padding: 15px;
	background-color: #7a4b94;
	border-radius: 40px 10px;
	margin-top: -20px;
	color: #fff;
}

.zam-profile .info-sm{
	padding: 8px 18px 5px 18px;
	background-color: gold;
	border-radius: 40px 10px;
	margin-top: -20px;
	color: darkslategray;
}

.zam-profile .user-name{
	font-size: 24px;
	font-weight: normal;
	margin-top: 5px;
	text-shadow: 2px 2px 1px #000;
}

.zam-profile .doctor-name{
	font-weight: bold;
	margin-top: 15px;
	text-shadow: 1px 1px 1px #fff;
}

.zam-profile .name{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (max-width: 990px){
    .zam-profile{ margin-bottom: 30px; }
}
@media only screen and (max-width: 576px){
    .zam-profile .pic{
        width: 150px;
        height: 150px;
    }
    .zam-profile .camera{ top: 20px; }
}
/* animation effect 1 */
.spin-doctor {
  animation: skew 3s infinite;
  transform: skew(20deg);
  animation-direction: alternate;
}

@keyframes skew {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
/* EO - animation effect 1 */

/* animation effect 2 */
.flip-container {
	-webkit-perspective: 1000;
	width: 100%;
}

.flipper {
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	position: relative;
	height: 120px;
}

.front,	.back {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
}

.back {
	-webkit-transform: rotateY(180deg);
}
	
.front {
	z-index: 2;
}
.flip-container p {
	margin: 10px 0;
	margin-bottom: 0px;
	text-align: center;
}
	
/* Flip Animation */
@keyframes flipY{
	from {
			-webkit-transform: rotateY(180deg);
	}

	to {
			-webkit-transform: rotateY(-180deg);
	}
}

.flip-container .flipper {
	animation: flipY 6s infinite;
}
/* EO - animation effect 2 */


/*<!-- EO - zam-profile -->*/

.zam-toolbar{
	background-color: #efedd8; /*#FBC*/
	border-top: 1px outset #efedd8;
	border-bottom: 1px double #b9b6a1;
	border-left: 1px outset #efedd8;
	border-right: 1px inset #b9b6a1;
	width: auto; /*898px*/
	margin: 0px 50px;
}

@media only screen and (max-width: 576px){
	.zam-toolbar{
		margin: 0px 20px;
	}
}

.zam-toolbar .tool{
	float: left;
	margin:1px 1px 1px 7px;
	cursor:pointer;
}

.zam-toolbar .space:after{
	float: left;
	margin:0px 0px 0px 7px;
	
	content: "|";
}
/* EO - My Profile */

/* Patient Category */
.zam-bg-patient-cat-image{
	background-image: url("../../admin/img/illustration/patient_cates.svg");
	background-color: #EDB5a6;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}
/* EO - Patient Category */


/* Cancel Appt. Token */
.zam-bg-cancel-appt-token-image{
	background-image: url("../../admin/img/illustration/cancel_appt_token.svg");
	background-color: #ff0000;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}
/* EO - Cancel Appt. Token */

/* Nurse Info */
.zam-bg-nurse-info-image {
	background-image: url("../../admin/img/illustration/nurse_info.svg");
	background-color: #afaf00;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}
/* EO - Nurse Info */


/* Patient */
.zam-bg-patient-image{
	background-image: url("../../admin/img/illustration/patients.svg");
	background-color: #01Ba00;
	background-position:bottom;
	background-size:contain;
	background-repeat: no-repeat;
}
/* EO - Patient */

/* Supplier */
.zam-bg-supplier-image{
	background-image: url("../../admin/img/illustration/traders.jpg");
	background-color: #3d96c2;
	background-position:bottom;
	background-size:contain;
	background-repeat: no-repeat;
}
/* EO - Supplier */

/* Salesman */
.zam-bg-salesman-image{
	background-image: url("../../admin/img/illustration/salesmen.png");
	background-color: #0c034e;
	background-position:bottom;
	background-size:contain;
	background-repeat: no-repeat;
	min-height: 900px;
}

@media only screen and (max-width: 990px){
   .zam-bg-salesman-image{ min-height: 900px!important; }
}
@media only screen and (max-width: 768px){
   .zam-bg-salesman-image{ min-height: 900px!important; }
}
@media only screen and (max-width: 576px){
   .zam-bg-salesman-image{ min-height: auto!important; }
}
/* EO - Salesman */

/* Customer */
.zam-bg-customer-image{
	background-image: url("../../admin/img/illustration/customers.svg");
	background-color: #0b073e;
	background-position:bottom;
	background-size:contain;
	background-repeat: no-repeat;
}
/* EO - Customer */

/* Token - Appointment*/
.zam-bg-appt-token-image{
	background-image: url("../../admin/img/illustration/patients.svg");
	background-color: darkgoldenrod;
	background-position:bottom;
	background-size:contain;
	background-repeat: no-repeat;
}

.zam-bg-book-doctor-image-02{
	background-image: url("../../admin/img/illustration/patients-02.svg");
	background-position:bottom;
	background-size:contain;
	background-repeat: no-repeat;
}

.zam-bg-px-complete-image{
	background-image: url("../../admin/img/illustration/doctor.svg");
	background-position:bottom;
	background-color: #ffBa00;
	background-size:contain;
	background-repeat: no-repeat;
	height: 44vh;
}
.zam-bg-px-edit-image{
	background-image: url("../../admin/img/illustration/doctor.svg");
	background-position:bottom;
	background-color: #ffBa00;
	background-size:contain;
	background-repeat: no-repeat;
}

.zam-bg-item-image{
	background-image: url("../../admin/img/illustration/pharmacy.svg");
	background-position:bottom;
	background-color: #6c0bae9e;
	background-size:contain;
	background-repeat: no-repeat;
}

.zam-visitor-time{
	width: 70px;
}

.zam-visitor-name{
	max-width: 130px;
}

.zam-visitor-address{
	max-width: 122px;
}
.zam-patient-name{
	max-width: 130px;
}

.zam-patient-address{
	max-width: 122px;
}

@media only screen and (max-width: 576px){
    .zam-visitor-name{
			max-width: 105px;
		}
		.zam-visitor-address{
			max-width: 65px;
		}
		.zam-patient-name{
			max-width: 105px;
		}
		.zam-patient-address{
			max-width: 105px;
		}
}

.zam-visitor-type{
	width: auto;
	text-align: center;
	position: relative;
}

.zam-visitor-type .btn-visitor{
	list-style:none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -15px;
	left: -105px;
	transition: all 0.3s ease-out 0s;
	width: 120px;
}
@media only screen and (max-width: 576px){
	.zam-visitor-type .btn-visitor{
		list-style:none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: -15px;
		left: 0px;
		transition: all 0.3s ease-out 0s;
		width: 120px;
	}
	
}
.zam-visitor-type .btn-visitor li{
	clear: both;
}
.zam-visitor-type .btn-visitor li a{
	float: right;
	margin-left: 3px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-visitor-type:hover .btn-visitor li a{ transform: scale(1); }
.zam-visitor-type:hover .btn-visitor li a:hover{ background: #7a4b94; }
.zam-visitor-type .btn-visitor li i{
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-visitor-type:hover .btn-visitor li i{ transform: scale(1); }
.zam-visitor-type:hover .btn-visitor li i:hover{ background: #7a4b94; }

.zam-visitor-signs{
	width: auto;
	text-align: center;
	position: relative;
}

.zam-visitor-signs .btn-visitor{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -25px;
	left: 5px;
	transition: all 0.3s ease-out 0s;
	width: 60px;
	z-index: 10;
}
.zam-visitor-signs .btn-visitor li a{
	float: left;
	margin-left: 3px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-visitor-signs:hover .btn-visitor li a{ transform: scale(1); }
.zam-visitor-signs:hover .btn-visitor li a:hover{ background: #7a4b94; }

.zam-visitor-signs .btn-visitor li i{
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background: #f28a31;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	transform: scale(0);
	transition: all 0.2s ease 0s;
}
.zam-visitor-signs:hover .btn-visitor li i{ transform: scale(1); }
.zam-visitor-signs:hover .btn-visitor li i:hover{ background: #7a4b94; }

.zam-clock{
	font-family: digital-clock-font;
}
.zam-clock small{
	margin-left: 2px;
}
/* EO - Token - Appointment*/

/*Data Reports*/
.zam-bg-report-image{
	background-image: url("../../admin/img/illustration/data_report.svg");
	background-color: #300ff0;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}

/*	Restore Factory Settings*/
.zam-bg-factory-image{
	background-image: url("../../admin/img/illustration/factory_settings.svg");
	background-color: #f0ff00;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}

/*	Screen*/
.zam-bg-screen-image{
	background-image: url("../../admin/img/illustration/screen.svg");
	background-color: #f0ff00;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}

/*	Screen Slide*/
.zam-bg-slide-image{
	background-image: url("../../admin/img/illustration/slide.svg");
	background-color: #00f0f0;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}

/*Suggestion*/
.zam-bg-sugg-image{
	background-image: url("../../admin/img/illustration/suggestion.svg");
	background-color: #f09000;
	background-position:bottom;
	background-size:contain;
	background-repeat: no-repeat;
}

/* Zam Doctor License */
.zam-bg-license-image{
	background-image: url("../../admin/img/illustration/license.svg");
	background-color: gold;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}
/* EO - Zam Doctor License */

/* autocomplete plugin*/
.auto-shadow {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset;
	background-color: palegoldenrod;
}
.bootstrap-autocomplete {
	background-color: aqua;
	min-width: 500px!important;

	max-height: 200px;
	overflow-y: auto;
}
.auto-loading { /* for auto complete input*/
	background: palegoldenrod url('../../admin/img/loading.gif') 93% center no-repeat;
}
.auto-loading-doctor { /* for reception home - loading doctor 49% if you want it at center*/
	background: url('../../admin/img/loading.gif') 0% center no-repeat;
}

.bootstrap-autocomplete .dropdown-item{
	color: black;
}
.bootstrap-autocomplete .dropdown-item:hover{
	color: white;
	background-color: blue;
}

@media only screen and (max-width: 990px){
   .bootstrap-autocomplete{ min-width: 450px!important; }
}
@media only screen and (max-width: 768px){
   .bootstrap-autocomplete{ min-width: 400px!important; }
}
@media only screen and (max-width: 576px){
   .bootstrap-autocomplete{ min-width: 280px!important; }
}
/* EO - autocomplete plugin*/

/*datatable plugins*/
/*for patient column */
.zam-patient-clm{
	width: 200px;
}
.zam-patient-clm .zam-patient-info{
	width: 146px; 
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}
.zam-patient-clm .zam-address{
	overflow: hidden; 
	text-overflow: ellipsis;
}

/*for user cloumn*/
.zam-user-clm{
	width: 250px;
}
.zam-user-clm .zam-user-info{
	width: 190px; 
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}

/*for customer column */
.zam-customer-clm{
	width: 170px;
}
.zam-customer-clm .info{
	width: 116px; 
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}
.zam-customer-clm .address{
	overflow: hidden; 
	text-overflow: ellipsis;
}

/*for supplier column */
.zam-supplier-clm{
	width: 235px;
}
.zam-supplier-clm .info{
	width: 175px; 
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}
.zam-supplier-clm-address{
	width: 230px; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
/* EO - datatable plugins*/

/*for salesman column */
.zam-salesman-clm{
	width: 185px;
}
.zam-salesman-clm .info{
	width: 125px; 
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}

.Label{
	font-size: 12px;
	font-weight: bold;
	padding-bottom:5px;
	text-align:center;
}
.SubLabel {
	text-align: left;
	font-weight:normal;
	font-size: 9px;
}

/*animation plugin*/
/*Ripple alarm*/
.ripple-btn{
	height:30px;
	width:30px;
	line-height:28px;
	font-size:14px;
	font-weight: bold;
	
	position:absolute;
	left:50%;
	top:10px;
	
	text-align:center;
	margin:-30px 0 0 -30px;
	border-radius:100px;
	z-index:1
}
@media only screen and (max-width: 768px){
   .ripple-btn{left:54%!important; }
}

.ripple-btn .ripple{
	position:absolute;
	left:50%;
	top:50%;
	
	width:160px;
	height:160px;
	z-index:-1;
	opacity:0;
	margin:-80px 0 0 -80px;
	border-radius:100px;
	-webkit-animation:ripple 1.8s infinite;
	animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
	0%{
			opacity:1;
			-webkit-transform:scale(0);
			transform:scale(0)
	}
	100%{
			opacity:0;
			-webkit-transform:scale(1);
			transform:scale(1)
	}
}
@keyframes ripple{
	0%{
			opacity:1;
			-webkit-transform:scale(0);
			transform:scale(0)
	}
	100%{
			opacity:0;
			-webkit-transform:scale(1);
			transform:scale(1)
	}
}
.ripple-btn .ripple:nth-child(2){
	animation-delay:.3s;
	-webkit-animation-delay:.3s
}
.ripple-btn .ripple:nth-child(3){
	animation-delay:.6s;
	-webkit-animation-delay:.6s
}
/*EO - Ripple alarm*/
/*EO - animation plugin*/

/* circle with text */
.circle-sign {
  position: relative;
  margin: 30px auto;
  width: 70px;
  height: 70px;
  border-radius: 100px;
}

.circle-sign .unit {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-sign .unit-2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-sign .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.circle-sign .caption {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* EO - circle with text */

/* show please wait overlay in the center of screen */
#pleaseWaitDialog .modal-dialog { 
	position: absolute; 
	left: 0; 
	right: 0; 
	top: 0; 
	bottom: 0; 
	margin: auto; 
	width: 80%; 
	height: 50%; 
}

/* show selected images */
#imgs-container span {
	margin-right: -10px;
    bottom: 15px;
		font-size: 10px;
    color: #000;
    left: -10px;
    position: relative;
    background-color: ivory;
		border-radius: 50px;
		border: 1px solid blueviolet;
		opacity: 0.8;
		cursor: default;
}
#imgs-container span.selected {
    display:inline;
		border: 1px solid blue;
		background-color: cyan;
}

.zam-rotate-90{
	transform: rotate(90deg);
}

/* Stock Low Alert */

.stock-level{
	background: none;
}
.stock-level .progress {
  width: 40px;
  height: 40px;
  position: relative;
	background: none;
}

.stock-level .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
	
	background: #fff;
	z-index: 0;
}

.stock-level .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.stock-level .progress .progress-left {
  left: 0;
}

.stock-level .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.stock-level .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
	
}

.stock-level .progress .progress-right {
  right: 0;
}

.stock-level .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
	-webkit-transform-origin: center right;
  transform-origin: center right;
}

.stock-level .progress .progress-value {
  font-size: 8px;
	font-weight: 600;
  color: #4e73df;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 5%;
	z-index: 3;
}
.stock-level .progress .stock-value {
  font-size: 10px;
	font-weight: 600;
  color: #e74a3b;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 0%;
	z-index: 3;
}

/* EO - Stock Low Alert */