@font-face{
	src:url("../../fonts/Raleway/Raleway-Bold.ttf");
	font-family: 'Raleway-bold';
	font-weight: 700;
}
@font-face {
	src: url("../fonts/ProximaNova-Regular.otf");
	font-family: "proximaNova-reg";
}
@font-face {
	font-family: 'Raleway';
	src: url("../fonts/Raleway/static/Raleway-Regular.ttf") format('ttf');
	font-weight: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url("../fonts/Raleway/static/Raleway-Bold.ttf") format('ttf');
	font-weight: bold;
}
@font-face {
	font-family: 'Raleway';
	src: url("../fonts/Raleway/static/Raleway-ExtraBold.ttf") format('ttf');
	font-weight: bolder;
}
@font-face {
	font-family: 'Raleway';
	src: url("../fonts/Raleway/static/Raleway-ExtraLight.ttf") format('ttf');
	font-weight: lighter;
}
@font-face {
	font-family: 'Raleway';
	src: url("../fonts/Raleway/static/Raleway-Light.ttf") format('ttf');
}

@font-face {
	font-family: 'Poppins';
	src: url("../fonts/Poppins-Regular.ttf") format('ttf');
}
@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato-Regular.ttf") format('ttf');
}

/* login */
.login-left{
	background-color: #f1f6fc;
	padding: 43px 78px 0;
	min-height: 100vh;	
}

.login-left h1{
	color: #707070;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.login-img{
	margin-top: 60px;
	width: 100%;
}

.login-left a{
	color: #5BACFE;
}

.login-form{
	padding: 65px 70px;
	font-family: 'Lato', sans-serif;
	color: #707070;
	height: 100vh;
}
.login-form .login-txt::placeholder{
	color: rgba(128,128,128,.50);
}
.login-form .login-txt:focus{
	outline: none;
	box-shadow: none;
	border-color: rgba(128,128,128,.40);
}
.login-form .input-group{
	margin-top: 50px;
	width: 50%;
}
.login-form .login-txt, .login-form .login-sel {
	height: 53px;
	font-size: 20px;
	border: 1px solid rgba(128,128,128,.40);
	border-radius: 0 5px 5px 0!important;
	border-left: 0;
	padding-left: 4px;	
	color: #808080;
	/* font-family: "Lato, sans-serif"; */
	font-family: "proximaNova-reg";
}
.login-form .input-addon{
	background: #FFFFFF;
	border-right: 0;
	padding-left: 20px;
	padding-right: 20px;	
	 border-radius: 5px;	
}

.btn-signIn{
	background-color: #1874D3;
	height: 48px;
	width: 100%;
	font-size: 19px;
	color: #FFFFFF !important;
}


.customeSelect::-webkit-calendar-picker-indicator {
  opacity:0;
}
.customeSelect + i{
 position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) !important;	 
	z-index: 9;
}

#error_msg{
	text-align: center;
	display: none;	
		
}

@media (max-width: 767px){
	.log-fail{
		margin: 10px -50px;			
	}
}
 
 @media (min-width: 1200px){
	.loginFail{
	display: block;
    width: 50%;    
    
}
	
}



/* dashboard */

header{
	padding: 11.2px 20px 11.2px 26px;	
	background: #FFFFFF;
	box-shadow: 0 3px 33px rgba(0,0,0,0.1);
	z-index: 1;
    position: fixed;
	width: 100%;
	top: 0;
}
.desktop-header{
	display: flex;
	flex-wrap: nowrap;	
}
.mt-header{
	padding-top: 62.38px;
}
header .logo, header .search-box, header .prof-noti, .profile{
	align-self: center;
}
.search-box{
	position: relative;
}
.search-box input:focus{
	color: #1874D3;
	outline: 0;
}
.search-box input{
	/* width: 277px; */
	border-radius: 11px;
	height: 31px;
	border-color: #1874D3;
	padding-left: 26px;	
	color: #1874D3;
	font-size: 12px;
	font-family: "proximaNova-reg";
}
.search-ico{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;	
}
.search-box input::placeholder{
	color: #1874D3;
}

.profile-icon{
	width: 46px;
	height: 46px;
	/* height: auto; */
	display: inline-block;
/*	border: 1px solid #DCDEE0;*/
	border-radius: 50%;
	overflow: hidden;
}
.noti-menu{
	border-radius: 5px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.10);
	border: none;
	transform: translate3d(-292px, 31px, 0px) !important;
	position: relative;
	z-index: 1;	
	margin-top: 1px;
	width: 382px;	
	padding: 0;
	overflow: hidden;
}
.noti-menu::after{
	content: "";
	width: 38px;
    height: 16px;
    position: absolute;
    top: -16px;
    background-image: url(../images/Polygon.png);
    right: 69px;
    z-index: 1;
}
.noti-menu > .dropdown-item{
	padding-left: 0;
	padding-right: 0;
	white-space: normal;
	font-size: 14px;
	padding: 15px 22px;
	border-bottom: 1px solid rgba(112,112,112,0.25);
	display: flex;
	color: #707070;
}
.noti-menu > .dropdown-item:nth-last-child(2){	
	border-bottom: none;	
}

.noti-icon{
	width: 32px;
	height: 32px;
	background: #1874D3;
	border-radius: 50px;
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 14px;
}

.btn-notifi{
	background-color: rgba(24,116,211,0.11);
	width: 100%;	
	border-radius: 0;	
	text-transform: uppercase;
	padding: 10px 15px;
	color: #1874D3;	
}
.btn-notifi:hover{
	background-color: rgba(24,116,211,1);	
	color: #FFFFFF;
}
.body, .mt-header{
	background: #F8F8F8;
}
.side-menu > .sidemenu-item.active > .sidemenu-link > img, .side-menu > .sidemenu-item:hover > .sidemenu-link > img, .dashboard-block:hover > img, .dashboard-block.active > img, .dashcount .slick-current.slick-active .dashboard-block > img, nav .side-menu > .sidemenu-item > .sidemenu-link > img {
  filter: grayscale(100%) invert(100%) brightness(200%);
}
@media (min-width: 993px) {

aside{
	height: calc(100vh - 62.38px);
	background: #FFFFFF;
	position: fixed;
	width: 16.66%;
}
.side-menu{
	padding-top: 7px;
	padding-left: 0;
	list-style: none;
}
.side-menu > .sidemenu-item{
	margin-top: 30px;
	margin-bottom: 60px;
	padding: 0px 23px 0px 26px;	
	position: relative;
}
.side-menu > .sidemenu-item > .sidemenu-link > img{
	margin-right: 10px;	
}

.side-menu > .sidemenu-item > .sidemenu-link{
/*	margin-top: 30px;	*/
	font-size: 15px;
	font-weight: bold;
	padding: 13px 15px;
	background: #ffffff;
	border-radius: 10px;
	display: block;
}
.side-menu > .sidemenu-item.active > .sidemenu-link{
	color: #FFFFFF;	
	background-color: #1874D3;
	text-decoration: none;		
}
.side-menu > .sidemenu-item:hover > .sidemenu-link{
	color: #FFFFFF;	
	background-color: #1874D3;
	text-decoration: none;		
}
.side-menu > .sidemenu-item.active::before{
	content: "";
	width: 7px;
	height: 100%;
	background-color: #1874D3;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 4px 4px 0;
}

.side-menu > .sidemenu-item.active::after{
	content: "";
	width: 17px;
	height: 17px;
	background-image: url("../images/icon/right-angle.svg");
	position: absolute;
	top: 50%;
	right: -8px;	
	transform: translateY(-50%);
	background-repeat: no-repeat;	
}


	}
.logout{
	position: absolute !important;
    bottom: 115px;
    margin: 0 !important;
	width: 100%;
}
.main-content{
	padding: 30px 20px;
}
.dashboard-block.active,.dashboard-block:hover,.dashcount .slick-current.slick-active .dashboard-block{
	background: #1874D3;
	color: #FFFFFF;
}
.dashboard-block{
	padding: 17px;
	background: #FFFFFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.05);
	border-radius: 20px;
	position: relative;
	color: #1874D3;
	transition: all 0.5s;
}
.dashboard-block > img{
	position: absolute;
	top: 17px;
	right: 17px;	
}
.dashboard-block > h6{
	font-size: 11px;
	letter-spacing: 1px;
}
.dashboard-block > h1{
	font-size: 44px;
	letter-spacing: 1.5px;
	line-height: 52px;
	margin-bottom: 0;
}

.content-body{
	background-color: #FFFFFF;
	padding: 30px 20px;
	border-radius: 8px;
	margin-top: 37px;
}
.page-table td{
	vertical-align: middle;
	padding-top	: 27px;
	padding-bottom : 27px;
	border-top: none;
	border-bottom: 1px solid #DCDEE0;
	font-size: 15px;
}
.page-table thead th{
	font-size: 15px;
	color: #3E3E3E;			
	border-top: none;
	border-bottom: none;
}
.sr-no{
	width: 20px;
height: 20px;
border-radius: 50px;
background: #DCE8F5;
display: inline-flex;
font-size: 9px;
color: #3E3E3E;
text-align: center;
line-height: 20px;
align-items: center;
	justify-content: center;
}

/*
.sr-no span{	
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
*/

.tab-icon{
	width: 35.61px;
	height: 35.61px;
	line-height: 34px;
	text-align: center;
	background-color: #EBEEF8;
	border-radius: 50px;
}
.tab-icon img{
	width: 16.8px;
}
.patient-name{
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
	color: #3E3E3E;
	line-height: 18px;
}
.patient-name .gen-time{
	letter-spacing: normal;
	font-weight: normal;
}
.gen-time{	
	font-size: 11px;	
	color: #8090A0;
	line-height: 13px;
	letter-spacing: 1.5px;
}
.badge-time{
	font-size: 11px;	
	color: #FFFFFF;
	line-height: 13px;
	letter-spacing: 1.5px;
	padding: 7px 10px;
	border-radius: 50px;
	min-width: 70px;
}
.btn-action:hover{
	background-color: #1461b1;
	color: #FFFFFF;
}
.btn-action{
	font-size: 11px;	
	color: #FFFFFF;	
	letter-spacing: 1.5px;
	width: 140px;
	background-color: #1874D3;
/*	line-height: 39px;*/
	border-radius: 50px;
	padding: 17px 15px;
}
.asterisk{
	font-size: 32px;
	color: #FF5D5D;
}
.mobile-header{
	display: none;
	width: 100%;
}
.dashcount{
	overflow: hidden;
}


.slick-active:focus {	
	outline: none !important;
}
.menu-page, #mob_notifi, #drugAllergy, #nonDrugAllergy, #mob-referDoc, #mobNotes, #chkInPatient, #mobNewHeader, #mob-repeatDrug, #firstSearch, #chooseHeading, #tratPlan, #chiefComplaint, #medHistory, #clinicalNote{
	display: none;
}
/* Consultation */
.cons-tab .nav-link {
    border-radius: 14px 14px 0 0;
	background-color: #1874D3;
	width: 114px;
	height: 52px;
	margin: 0 6px; 
	padding: 8px 10px;
	text-align: center;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}
.cons-tab .nav-link.active, .cons-tab .show > .nav-link{
	background-color: #FFFFFF;
	color: #1874D3;
}
.cons-tab .nav-link.active::before{
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 29px;
	background-color: #1874D3;
	border-radius: 0 4px 4px 0;
}
.consul-content{
	background: #FFFFFF;
	padding: 45px;
	min-height: calc(100vh - 175px);
	border-radius: 0 5px 5px 5px;
}

.record-rdo_list{
	margin-bottom: 40px;
}
.record-rdo_list [type="radio"]:checked,
.record-rdo_list [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.record-rdo_list [type="radio"]:checked + label,
.record-rdo_list [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #3E3E3E;
	font-size: 12px;
}
.record-rdo_list [type="radio"]:checked + label:before,
.record-rdo_list [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #3E3E3E;
    border-radius: 100%;
    background: #fff;
}
.record-rdo_list [type="radio"]:checked + label:after,
.record-rdo_list [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #1874D3;
    position: absolute;
    top: 4px;
    left: 4px;	
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.record-rdo_list [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.record-rdo_list [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.record-rdo_list .form-check-inline{
	margin-right: 40px;
}
.tab-search .search-box img {
	width: 11.6px;
	filter: grayscale(100%);
	top: 50%;
	transform: translateY(-50%);
}
.tab-search .search-box input::placeholder {
	color: #9E9E9E;
}
.tab-search .search-box input {
	height: 39px;
    border-radius: 11px;
    border: solid 1px #707070;
    background-color: #ffffff;
	color: #707070;
}
.btn-addItem{
	font-size: 12px;	
	height: 39px;	
	padding: 12px 12px;
}
.reapat{
	padding-bottom: 2px;
	border-bottom: 1px dashed #1874D3;
}
.form-lbl{
	color: #6E6E6E;
	font-weight: bold;	
}
.report-Form input.date{
	padding-right: 44px;
}
.report-Form .quantity input{
	width: 100%;
}
.report-Form .form-group{
	margin-bottom: 24px
}

.report-Form .form-control{	
	border-color: rgba(112,112,112,0.20);
	border-radius: 5px;
	color: #9E9E9E !important;
}
.report-Form input.form-control{
	height: 39;
}
.report-Form .addon-img{
	position: absolute;
	top: 39px;
	right: 25px;
}

.added{
	border: 1px solid rgba(112,112,112,0.2);
	margin-top: 113px;
	padding: 20px;
	margin-bottom: 100px;
	border-radius: 5px;
}
.added-block {
	margin-bottom: 43px
}
.added-block > .d-flex{
	margin-bottom: 28px;
}
.added-img{
	width: 32px;
	height: 32px;
	background: rgba(235,238,248,0.83);
	text-align: center;
	position: relative;	
	border-radius: 50px;
	display: inline-block;
	margin-right: 8px;
}
.added-img img{	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.added-heading{
	align-self: center;
	font-size: 18px;
	font-weight: 900;
	color: #3E3E3E;
	line-height: 1.2;		
}

.row-content{
	font-size: 14px;	
  font-weight: bold;  
  line-height: 1.43;  
  color: #3e3e3e;
}
.added-row{
	margin-bottom: 27px;
}

.patient-profile hr{
	border-color: #DCDEE0;
	margin-bottom: 31px;
	margin-top: 31px;
	margin-left: -11.5px;
	margin-right: -11.5px;
}
.patient-profile{
	background-color: #FFFFFF;
	padding: 16px 23px;
	position: fixed;
	right: 20px;
	width: 26%;
	height: calc(100vh - 120px);
	border-radius: 5px;
}
.text-black{
	color: #000000;
}
.patient-heading{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  color: #1874d3;
}

.past-visit{
	margin-top: 27px;
}
.past-visit .clearfix{
	margin-bottom: 30px;
	padding: 15px 2px;
}
.visit-date{
	font-weight: bold;
	color: #3E3E3E;
	line-height: 12px;
}
.visit-time{
	font-size: 10px;
	line-height: 10px;
	color: #808080;
}
.btn-visit{
	width: 93px;  
  border-radius: 50px;
  background-color: #1875d3;
  font-size: 12px;    
  color: #ffffff !important;
	padding: 8px 12px;
	line-height: 14px;
}

.file-upload{
	background: #DCE8F5;
	border: 1px dashed #8AC3FF;
	padding: 10px;
	min-height: 190px;
	border-radius: 5px;
	height: 100%;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 15px;
}

.btn-upload {      
  padding: 7px 10px;  
  font-size: 12px;
  border: none;
  border-radius: 5px;
  min-width: 110px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.upload-btn-wrapper input[type=file] {
 	font-size: 0;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    transform: translateX(-50%);
    width: 110px;
    height: 33px;
    cursor: pointer;
}
.upload-text{
	font-size: 11px;
	color: #1874D3;
}
.uploded-file{
	margin-top: 38px;
}
.uploded-file h6{
	font-size: 18px;
	color: #3E3E3E;
	font-weight: 900;
	margin-bottom: 18px;
}
.file-list{	
	padding: 16px;	
	list-style: none;
}
.file-list .list-item{
	margin-bottom: 20.5px;
}
.file-list .list-item .f-detail{
	line-height: 1.5;
}
.file-list .list-item .file-name{	
  font-size: 14px;
  font-weight: bold;     
  color: #1874d3;
	display: block;
}
.file-list .list-item .file-date{	
   font-size: 10px;    
  color: #808080;
	display: block;
}
.file-list .list-item .list-icon{	
   font-size: 12px;
}
.memo-comment{
	border-color: rgba(112,112,112,0.2);
	font-family: "proximaNova-reg";
	font-size: 12px;
	color: #808080;
}
.form-chk{
	height: 22px;
	width: 22px;
	border-color: #707070;	
}
.form-chk + label{
	font-size: 12px;
	color: #6C6C6C;
	margin-bottom: 0;
	padding-top: 3px;
}

a:hover{
	text-decoration: none;
}
.profile-drp{
	position: absolute;
	top: 0;
	right: 5px;	
	font-size: 27px;
	
}
.profile-drp .dropdown-menu{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border: 0;
	padding: 15px;
	border-radius: 13px;	
	width: 200px;
}
.profile-drp .dropdown-menu .dropdown-item{
	padding: 0 0 0 30px;
	font-size: 16px;
	position: relative;
	margin-bottom: 15px;
	color: #1874D3;
}
.profile-drp .dropdown-menu .dropdown-item:hover{
	background: transparent;
}
.profile-drp .dropdown-menu .dropdown-item img{
	position: absolute;
	top: 50%;
	width: 15px;
    left: 0;
    transform: translateY(-50%);	
}
.form-control:disabled, .form-control[readonly]{
	background: #FFFFFF;
}
.visit-deatil .added-heading{
	font-size: 16px;
}
.visit-deatil .added-block > .d-flex {
    margin-bottom: 10px;
}
.visit-deatil .added-row {
    margin-bottom: 20px;
}
.visit-deatil .added-block {
    margin-bottom: 28px;
}
.v-detail small{
	font-size: 10px;
	color: #808080;
}
.v-detail p{
	font-size: 14px;
	color: #3E3E3 E;
	font-weight: bold;
}
.visitDetail-height{
/*	height: 230px;*/
	height: calc(100vh - 730px);
	overflow-y: scroll;
	overflow-x: hidden;
}

.visitDetail-height::-webkit-scrollbar, .v-detail-height::-webkit-scrollbar,.pastVisit-container::-webkit-scrollbar {
  width:3px;	
}

/* Track */
.visitDetail-height::-webkit-scrollbar-track, .v-detail-height::-webkit-scrollbar-track,.pastVisit-container::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.visitDetail-height::-webkit-scrollbar-thumb,.v-detail-height::-webkit-scrollbar-thumb,.pastVisit-container::-webkit-scrollbar-thumb {
  background: #1874D3; 
}

/* Handle on hover */
.visitDetail-height::-webkit-scrollbar-thumb:hover, .v-detail-height::-webkit-scrollbarr-thumb:hover,.pastVisit-container::-webkit-scrollbar-thumb:hover {
  background: #1874D3; 
}

.opn-option, .plus-ico{
		display: none;	
	}


.success-modal .modal-content{
	border: none;
	box-shadow: 0 3px 6px rgba(0,0,0,0.10);
	margin: 100px auto;
	width: 300px;
	
}
.success-modal .success-head{
	background: #3EC59D;
	text-align: center;
	padding: 28px 15px;
}
.success-body{
	 font-size: 14px;
	padding-bottom: 45px;
	padding-top: 10px;
}

#stylingModal .modal-content .btn{
	margin-top: 34px;
	font-size: 12px;
	min-width: 170px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #ffffff !important;
}
#stylingModal .modal-content{
	padding: 17px 22px;
	border: none;
	font-size: 16px;
	color: #3E3E3E;	
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	width: 292px;
	margin: 100px auto 0;
}
#stylingModal .modal-content .style-rdo{
	width: 18px;
	height: 18px;
}
#stylingModal .modal-content .style-rdo+label{
	font-size: 12px;
	padding-left: 12px;
}

#stylingModal .modal-content .style-switch .custom-control-label{
	width: 100%;
	display: block;	
}
#stylingModal .modal-content .style-switch .custom-control-label::before{	
	right: 0 !important;
	left: auto;
}
#stylingModal .modal-content .style-switch .custom-control-label::after {    
    right: calc(-2.25rem + 49px);    
	left: auto;
}

/*  Welcome Screen */

.welcome-screen{	
	overflow: hidden;	
	position: relative;	
}
.welcome-screen::before {
	content: "";	
	width: 100vw;
	height: 100vh;
	background-color: #1874D3;		
	animation: 0.8s ease-in-out 0s 1 slideInFromLeft;
/*	border-radius: 50%;	*/
	display: block;	
}
.welcome-screen .w-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;		
}
@keyframes slideInFromLeft {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(100%);
  }
}

.welcome-screen h2{
	font-family: "Raleway-bold";
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
}
.pastVisit-container{
	height: calc(100vh - 475px);
	overflow-x: hidden;
    overflow-y: scroll;
	margin-right: -15px;
    padding-right: 15px;
}
.patient-img {
    /* width: 100%; */
    /* width: 72px; */
     /* height: 72px;  */
    height: 100% !important;
    /* / border-radius: 50%; / */
}
.select2-select3-container{
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.search-drp{
	max-height: 200px;
	overflow-y: auto !important;
	top: 100% !important	;
	transform: none !important;
	margin-left: 0 !important;
	padding: 5px 10px;
}
.search-drp a:not([href]) {
    color: inherit;
    text-decoration: none;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}
.emptyData{
	margin-top: 100px;
}
.emptyData {
	width: 100%;		
	text-align: center;
	position: relative;
}
#assign-code{
	padding: 0;
}
/*#assign-code .modal-dialog{
	top: 50%;
    transform: translateY(-50%);
}*/
.datepicker{
	position: relative;
}
#search_repeat{
	padding-left: 30px;
}
#search_repeat::placeholder{
	padding-left: 0;
}
#accordionExample .acc-header{
	display: inline-flex;
	align-items: center;
}

.table-vitals tr td{
	background: #dfdfdf;
	margin-left: 30px;
	margin-right: 30px;
}
.table-vitals{
	position: relative;
}
.table-vitals::before{
	content: "";
	width: 30px;
	height: 30px;
	background-color: #ef5d9e;
}
.btn-load{
	margin-top: 50px;
    color: #FFFFFF !important;
    background: #1875D3;
    padding: 19px 15px;
    min-width: 275px;
}

@media (min-width: 992px){
	.emr-pdf {
		max-width: 1000px !important;
	}
}

.mob-close{
	display: none;
}
/* toast */
.toast-custom{
    position: fixed;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    background-color: #7FAC82;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
	border-radius: 8px;
	max-width: 90%;
}
#type_iocn_wrap{
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.toast-custom #type_iocn{
    color: #7FAC82;
}
.toast-custom.error #type_iocn{
    color: #dc3545;
}
.toast-custom.warning #type_iocn{
    color: #ffc107;
}
.toast-custom.warning{
    background-color: #ffc107;
}
.toast-custom.error{
    background-color: #dc3545;
}
.toast-custom p{
	margin: 0;
	display: inline;
    color: #ffffff;
}
#preview_appointment_list table tr td  a {
	text-transform: capitalize;
}
#consul-tab::-webkit-scrollbar {
	display: none;
}



/* Analytics page css */
.analitic-tab .nav-item .nav-link{
    background-color: transparent;
    color: #808080;
    font-size: 24px;
    font-weight: bold;
    border-radius: 0;
    padding: 0;
    margin-right: 52px;   
    padding-bottom: 5.5px;
        
}
.analitic-tab .nav-link.active, .analitic-tab .show > .nav-link {
    color: #1874D3;    
    border-bottom: 2px solid #1874D3;    
}
.report [class*=col-]{
    padding-left: 10px;
    padding-right: 10px;
}
.report-box{
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
	padding: 10px 15px;
	margin-bottom: 15px;	
}
@media screen and (max-width: 552px){
	.appointment_label .report-box{
		max-height: 90px !important;
    	min-height: 90px;
	}
}

.report-box > p{
    font-size: 17px;
    color: #808080;
    margin-bottom: 3px;
}

.report-box > h2{
    /* font-size: 37px;     */
    font-size: 20px;    
    font-weight: bold;
    color: #70C898;
}

.report-box > h2 sub{
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
}
.report-box > h2 sub span{
    font-size: 8px;
    font-weight: normal;
}

.color-red{
    color: #FC7777 !important;
}

.chart-box{
    background-color: #FFFFFF;
    border-radius: 8px;
    padding-top: 30px;
    margin-top: 18px;
}

.report-total{
    font-size: 51px;
    color: #1874D3;
    font-weight: bold;
}
.px-30{
    padding-left: 30px;
    padding-right: 30px;
}


.chart-script canvas{
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

.chart-tab .nav-link{
    background-color: #FFFFFF;
    box-shadow: 0 3px 20px rgba(0,0,0,0.05);
    padding: 10px 12px;
    margin-left: 23px;
    
}
.chart-tab .nav-link.active, .chart-tab .show > .nav-link {
    color: #1874D3;    
    background-color: #FFFFFF;    
}

.chart-tab .nav-link path{
  fill: grey
}

.chart-tab .nav-link.active path, .chart-tab .show > .nav-link path {
  fill: #1874D3 !important;
}

/** Custom Switch **/
.comp-switch {
  position: relative;
  display: inline-block;
  user-select: none;
    padding-left: 14px;
}
  .comp-switch input {
    display: none;
  }
  .comp-switch label {
    position: relative;
    display: block;
    width: 30px; height: 18px;
    border-radius: 22px;
    background-color: #fff;
    cursor: pointer;
      border: 1px solid #CCCCCC;
      margin-bottom: 0;
      transition: all .4s ease-in-out
  }
    .comp-switch label:after {
      position: relative;
      display: block;
      content: '';
      width: 18px; height: 18px;
      top: -1px; left: -1px;
      border-radius: 19px;
        background-color: #fff;
      border: 1px solid #CCCCCC;  
      pointer-events: none;
      transition: all .4s ease-in-out
    }
    .comp-switch input:checked + label:after {
      left: 11px;
      border-color: #4089CC;
    }
.comp-switch input:checked + label{
      background: #AFBDCA
    }

.mt-18{
    margin-top: 18px;    
}

.compare-switch{
    color: #3E3E3E;
    font-size: 12px;
}

.dur-tab .nav-link{
    border: 1px solid rgba(112,112,112, 0.16);
    margin-right: 18px;
    padding: 5px 18px;
    color: #3D3D3D;
    
}

.record-table{
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    padding: 10px 31px;
    border-radius: 38px;
    cursor: pointer;
    margin-bottom: 8px;
}

.record-table > .record-tab{    
    text-align: center;
    color: #808080;
    font-size: 13px;    
}

.record-table > .record-tab .rec-date > input:focus{ outline: none} 
.record-table > .record-tab .rec-date > input{    
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 900;
    border: none;
    width: 180px;
    height: auto;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  	content: '';
	display: block;
   	width: 10px;  height: 10px;
   	background: #ec5565;   
    border-radius: 20px;
}
.styled-checkbox.blue + label:before {
	content: '';
	display: block;
	width: 10px;  height: 10px;
	background: #1874d3;
	border-radius: 20px;
  }
/* .record-table:hover .styled-checkbox + label:before {
  background: #5DA9F7;
} */

.styled-checkbox:checked + label:before,.record-table:hover .styled-checkbox:checked + label:before {
  background: #1874D3;
}

.record-table.active > .record-tab .rec-date{
    color: #1874D3;
}


.doc-revenue{
    background-color: #FFFFFF;
    margin-top: 18px;
    border-radius: 8px;
    padding: 30px;
}

.heading{
    font-size: 28px;
    font-weight: 900;
    color: #3E3E3E;
}

.view-report{
    font-size: 18px;
    border-bottom: 1px dashed #1874D3;
    padding-bottom: 5px;
}

.progress-container{
    color: #3E3E3E;
}
.progress-container .prog-amt {
    font-size: 18px;
}
.progress-container .progress {
    height: 15px;
    background: transparent;
}
.progress-container .progress .progress-bar{
    height: 15px;
    border-radius: 10px;    
}
.bg-prog-purple{
    background: #4B7FED;
}

.total-prog .progress-bar{
    border-radius: 0px !important;
}
.total-prog .progress-bar:first-child{
    border-radius: 10px 0 0 10px !important;
}
.total-prog .progress-bar:last-child{
    border-radius:  0 10px 10px 0 !important;
}

.prog-listing{
    color: #3E3E3E;
    margin-top: 22px;
}

.progress-list{
    list-style: none;
    padding-left: 0;
    line-height: 32px;
}

.progress-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prog-color{
    width: 17px;
    height: 18px;
    display: inline-block;
    margin-right: 14px;
    background: #ddd;
    line-height: 32px;
}

/*  report color list*/
.bg-prog-purple{
    background: #4B7FED;
}
.bg-prog-light-purple{
    background: #9398EC;
}
.bg-prog-green{
    background: #99D468;
}
.bg-prog-blue{
    background: #4EC2E7;
}
.bg-prog-red{
    background: #EC5565;
}
.bg-prog-dark-blue{
    background: #4B8CDC;
}
.bg-prog-violet-red{
    background: #CC0099;
}
.bg-prog-yellow{
    background: #FFCC00;
}
.bg-prog-grey{
    background: #A5ADB8;
}
.bg-prog-black{
    background: #000000;
}
.avg-revenue{
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 18px;
    padding: 16px 20px;
    color: #808080;
}
.avg-revenue h2{
    font-size: 32px;
    font-weight: bold;
}

.avg-sub{
    font-size: 16px;
    color: #70C898;
    font-weight: normal;
    margin-left: 19px;   
   /* display: none; */
}
.avg-sub>span{
    font-size: 9px;    
}
.show-compare, #duration-tabContent, #appoDuration-tabContent{
    display: none;
}

.filter-modal .modal-content{
    padding: 44px 76px !important;
}
.filter-modal .modal-content .btn-reset{
    background-color: #FFFFFF;
    color: #1875D3 !important;
    border: 1px solid #1875D3;
}



@media (min-width: 700px){
	.filter-modal .modal-dialog {
		max-width: 510px;    
	}
}
/* chart css*/
.chart-container{
	position: relative;
	height: 150px;
	width: 150px;
	margin: 0 auto;
	/* margin-left: 200px; */
}
.charts{
	position: absolute;
	border-radius: 50%;
	border: 3px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 20px;
}
.first-chart{
	height: 150px;
	width: 150px;
	background-color: #11B17F;
	font-size: 12px;
}
.second-chart{
	height: 100px;
	width: 100px;
	background-color: #9398EC;;
	top: 50%;
	left: -35%;
	font-size: 12px;
}
.third-chart{
	height: 60px;
	width: 60px;
	background-color: #EC5565;
	bottom: -25%;
	right: 44%;
	font-size: 12px;
}
.doughnutChart-parrent{
	position: relative;
}
.doughnutChart-parrent h3{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	text-align: center;	
	font-weight: 900;
}
.doughnutChart-parrent h3 span{
	display: block;
	font-size: 22px;
	font-weight: normal;
}

.bg-success {
    background-color: #70C898 !important;
}


@media (max-width: 992px){
	.chart-container{
		margin: 0 auto !important;
	}
	.filter-modal .modal-content{
		padding: 44px 30px !important;
	}
}

.report-dashbord .slick-slide{
	min-width: 265px;
	margin-right: 30px;
}

.dudp__wrapper{
	top: 50%;
	bottom: unset !important;
}
.dcalendarpicker.dp__open .dudp__wrapper{
	transform: translate(-50%, -50%) scale(1) !important;
}

.dudp__wrapper:focus{
	outline: none;
	border: none;

}

.mode_payment{
	margin-bottom: 18px;
}

#AppolineChart , #lineChart ,#AppoBarChart ,#barChart{
	max-width: 95%;
}
@media(max-width:1275px){
	.f-xl-12{
		font-size:12px !important;
	}
}

body{
	overflow-x: hidden;
}




#dropdown {
	width: 200px;
  }
  #dropdown {
	list-style: none;
	margin: 0;
	border: 1px solid #666;
	padding: 0;
  }
  #dropdown li {
	border-bottom: 1px solid #666;
  }
  .dropdown-menu.txt_client_name .selected {
	background-color: #ccc;
  }


  .drp-menu{
	  width: 100% !important;
	  transform: none !important;
	  top: 100% !important;
	  margin-left: 0 !important;
	  margin-top: 0 !important;
	  border: none;
	  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	  border-radius: 0;
	  padding: 0 !important;
	  max-height: 75vh;
	  overflow-y: scroll;
  }

  .drp-menu > li{
	  padding: 5px 15px;
  }

  /* width */
  .drp-menu::-webkit-scrollbar {
	width: 2px;
  }
  
  /* Track */
  .drp-menu::-webkit-scrollbar-track {
	background: transparent; 
  }
   
  /* Handle */
  .drp-menu::-webkit-scrollbar-thumb {
	background: #1874D3; 
  }
  
  /* Handle on hover */
  .drp-menu::-webkit-scrollbar-thumb:hover {
	background: #1874D3; 
  }
  #DropdownClientName li:hover{
	background-color: #ccc;
	cursor: pointer;
  }
  #DropdownClientName li a{
	  display: block;
	  height: 100%;
	  width: 100%;
  }

