.page-header.navbar .page-logo {
    width: 251px;
}

/*
enter by ram on 16-3-2020
css start
*/

.doctor_add_form .doctor_add_email .fa{
    margin-top: 8px !important;
    margin-right: 0px !important;
}

.emailinput{
    width:88% !important;
}

.btn-custom-purple {
  background-color: #8E44AD !important;
  border: 1px solid #8E44AD !important;
  color: #fff !important;
}

.btn-custom-orange {
  background-color: #FF9F40 !important;
  border: 1px solid #FF9F40 !important;
  color: #fff !important;
}

.btn-custom-yellow {
  background-color: #FFCD56 !important;
  border: 1px solid #FFCD56 !important;
  color: #fff !important;
}

.btn-custom-blue {
  background-color: #36A2EB !important;
  border: 1px solid #36A2EB !important;
  color: #fff !important;
}

.btn-custom-green {
  background-color: #4BC0C0 !important;
  border: 1px solid #4BC0C0 !important;
  color: #fff !important;
}

.table-report-customc thead tr th a{
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,0,0,.87);
}

ul.ks-cboxtags {
    list-style: none;
    /*padding: 20px;*/
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
    border: 2px solid #e9a1ff;
}

/*********switcher css**********/

.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  /*opacity: 0.4;*/
  cursor: not-allowed;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background:  #12bbd4;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color:#fff;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #fff;
}
.can-toggle input[type="checkbox"]:hover ~ label {
  color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color:#fff;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color:#fff;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color:#fff;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color:#fff;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color:#fff;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background:#fff;
}
.can-toggle label .can-toggle__switch:before {
  color:#adadad;
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color:#fff;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
  border: 2px solid rgba(139, 139, 139, .3);
  color: #adadad;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 0px;
  left: 0px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 10px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(78px, 0, 0);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large label {
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch {
  height: 50px;
  flex: 0 0 160px;
  border-radius: 4px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:before {
  left: 80px;
  font-size: 14px;
  line-height: 50px;
  width: 80px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:after {
  top: 0px;
  left: 0px;
  border-radius: 2px;
  width: 78px;
  line-height: 46px;
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label {
  color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color:#fff;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color:#adadad;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label {
  color:#adadad;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover {
  color:#adadad;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color:#777;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color:#fff;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color:#777;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #2f7757;
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
  transition: background-color 0.3s ease-in-out;
  background:#fff;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  color:#fff;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #2b2b2b;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
  color: #373737;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
  color:#adadad;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color:#fff;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color:#adadad;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color:#777;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color:#fff;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: #515151;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 label {
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 60px;
  flex: 0 0 120px;
  border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  left: 60px;
  font-size: 13px;
  line-height: 60px;
  width: 60px;
  padding: 0 12px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 0px;
  left: 0px;
  border-radius: 30px;
  width: 58px;
  line-height: 56px;
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}


.label-light-pink {
  background-color:#F4AFBB !important
}

.label-dark-pink {
  background-color: #FC6C85 !important
}

.tt .can-toggle label .can-toggle__switch:before {
    left: 71px;
    font-size: 12px;
    line-height: 36px;
    width: 95px;
    padding: 0px 12px;
}


.tt .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
    transform: translate3d(85px, 0, 0);
}

.tt .can-toggle label .can-toggle__switch:after {
    top: 0px;
    left: 0px;
    border-radius: 2px;
    width: 83px;
    line-height: 32px;
    font-size: 12px;
}

.tt .can-toggle label .can-toggle__switch {
    height: 36px;
    flex: 0 0 173px;
    border-radius: 4px;
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
}

.ttt .can-toggle label .can-toggle__switch:before {
  left: 120px;
  font-size: 12px;
  line-height: 36px;
  width: 125px;
  padding: 0px 12px;
}


.ttt .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  transform: translate3d(121px, 0, 0);
}

.ttt .can-toggle label .can-toggle__switch:after {
  top: 0px;
  left: 0px;
  border-radius: 2px;
  width: 125px;
  line-height: 32px;
  font-size: 12px;
}

.ttt .can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 250px;
  border-radius: 4px;
  border: 2px solid rgba(139, 139, 139, .3);
  color: #adadad;
}

.tttt .can-toggle label .can-toggle__switch:before {
  left: 160px;
  font-size: 12px;
  line-height: 36px;
  width: 160px;
  padding: 0px 12px;
}


.tttt .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  transform: translate3d(160px, 0, 0);
}

.tttt .can-toggle label .can-toggle__switch:after {
  top: 0px;
  left: 0px;
  border-radius: 2px;
  width: 160px;
  line-height: 32px;
  font-size: 12px;
}

.tttt .can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 320px;
  border-radius: 4px;
  border: 2px solid rgba(139, 139, 139, .3);
  color: #adadad;
}

/*
 .dropdown-menu .dropdown-submenu a:hover{
    text-decoration: none;
    color: #46a2ff;
  }   

  .dropdown-menu .dropdown-submenu a:hover,i:hover{
    text-decoration: none !important;
    color: #46a2ff !important;
  }   

  .dropdown-menu .nav-item a:hover{
    text-decoration: none !important;
    color: #46a2ff !important;
  }   */

/*
.divdate{
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0px 0px 0px 15px;
}
.formDatePicker{
    margin-left: 0px;
    padding: 6px 12px;
}*/
/*css end*/

/**-----------------------------
* Desc  : BOLD Marron header Style
* Author: Sridhar
* Date  : 28 Dec 2020
**------------------------------*/

.ipd-pg-header h3,.ipd-pg-header h4{
    color: #8b0000 !important;
    text-transform: uppercase;
}

.ipd-pg-header .form-group .control-label{
  color: #00008B !important;
}

/**-----------------------------
* Desc  : Show DANGER SIGNS in red
* Author: Sridhar
* Date  : 17 March 2021
**------------------------------*/
.dngr-sign-txt,.dngr-sign-txt li {
    color:#ed3237 !important;
}
.ipd-pg-header .form-group .dngr-sign-lbl,.container .ipd-pg-header .dngr-sign-lbl{
    color:#ed3237 !important;
    font-weight: 500;
}

/**-----------------------------
* Desc  : lab investigation section styles
* Author: Sridhar
* Date  : 23 March 2021
**------------------------------*/
.lab_investigation_section .table th{
    color: #00008B !important;
}

.lab_investigation_section .form-control[readonly] {
    background-color: #fff;
}

/**-----------------------------
* Desc  : Queue Table Modifications
* Author: Samiksha
* Date  : 28 July 2021
**------------------------------*/
#queue-section .card .dataTable td {
	padding: 8px;
}
#queue-section .card .dataTable td hr{
	margin: 0;
}
#queue-section tr.group, tr.group:hover{
	background-color: #eee !important;
	text-align: center;
}

#queue-section .nav-tabs{
	margin-bottom: 0;
}

#cboxContent{background-color: #eef1f5;}


[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:gainsboro 	;
  vertical-align:middle;
  margin-right:1em;
  color:white;
  }
  
  /************** ui-autocomplete ***************/
  .ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1060;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/************** Cosult Room ***************/

.page-container {
  position: relative;
  min-height: 100vh; 
}

.white-sidebar-color .page-container.consult-page-container {
    background-color: #eaeef3;
}

.page-content-wrapper {
      min-height: 100%;
} 

.page-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 70px;            /* Footer height */
} 

.consult-content .fixed-bottom{
	max-height: 70px;
	z-index: 1111;
}

.consult-content .navbar-light .navbar-nav .active>.nav-link{
    color: #2196f3;
}



@media (min-width: 576px){
	.consult-content .fixed-bottom.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}

.no-border {border: unset;}

.sidemenu.consultList header{
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	padding: 0 11px;
	text-transform: uppercase;
	color: #3a405b;
	font-weight: 600;
	line-height: 40px;
}
.sidemenu.consultList li{
	padding: 6px 11px;
	border-bottom: 1px dashed #dcdcdc;
}
.sidemenu.consultList li:hover{
	cursor: pointer;
}
.sidemenu.consultList li.active{
	background-color: #f4f6f9;
}
.sidemenu.consultList li .initials{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
}
.sidemenu.consultList li .patients,
.top-bar-patient-details .patients{
	line-height: 1.5;
}

.page-bar .btn.btn-outline.blue-bgcolor{
	background: white;
}
.page-bar .btn.btn-outline.blue-bgcolor:hover,
.page-bar .btn.btn-outline.blue-bgcolor:active,
.page-bar .btn.btn-outline.blue-bgcolor:focus,
.page-bar .btn.btn-outline.blue-bgcolor.active{
	background-color: #2196f3;
}


.consult-panel .nav-tabs .nav-item{
	font-weight: 600;
}


.btn-check {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
.btn-check:checked + .btn-outline.red{
	border-color: #e7505a;
	color: #fff;
	background-color: #e7505b;
}
.btn-check:checked + .btn-outline.purple{
	border-color: #8E44AD;
	color: #fff;
	background-color: #8E44AD;
}

.searchWrapper .searchBar{
	border-right: none;
}

.searchWrapper .input-group-addon {
	border-color: #d2d6de;
	background-color: #fff;
	border: 1px solid #d2d6de;	
	padding: 5px 12px;
	border-left: none
}

.input-group-append.input-group-addon:last-child {
	background: #ff0000;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


.itemlist .btn-group label,
.selecteditemlist .data-btn .btn{
	text-transform: capitalize;
	white-space: normal;
	text-align: left;
}

.selecteditemlist .deselect-item{
	padding: 5px;
}

.tab-pane.active .selecteditemlist{
	margin-bottom: 1rem !important;
	padding-bottom: .5rem !important;
	border-bottom: 1px solid #dcdcdc;
}

.input-group-addon i{
	cursor:pointer;
}

.consult-content .popover {
  min-width: 30%;
}

.consult-content .popover-header{
	font-size: 15px !important;
	background-color: unset;
}

/**** START OFF-CANVAS ****/

.bs-canvas-overlay {
   opacity: 0;
   z-index: -1;
}

.bs-canvas-overlay.show {
   /* opacity: 0.85; */
   opacity: 0;
   z-index: 1100;
}

.bs-canvas {
   top: 0;
   width: 0;
   z-index: 1110;
   overflow-x: hidden;
   overflow-y: auto;
   margin-top: 60px;
   padding-bottom: 70px;
}

.bs-canvas-left {
   left: 0;
}

.bs-canvas-right {
   right: 0;
}

.bs-canvas-header{
	position: sticky;
    top: 0;
    z-index: 1111;
}

.bs-canvas-header h4 .thin{
	font-size: 80%;
}

.bs-canvas-anim {
   transition: all .4s ease-out;
   -webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
   -ms-transition: all .4s ease-out;
}

.bs-canvas-header button small{
	font-size: 10px;
}

.bs-canvas .close{
	float:unset;
	width: unset;
    height: unset;
	    line-height: .8;
}

.bs-canvas .close,
.bs-canvas .delete,
.bs-canvas .report,
.bs-canvas .save{
	text-indent: unset;
	min-width: 50px;
}

.bs-canvas .delete,
.bs-canvas .report,
.bs-canvas .save{
	font-size: 1.25rem;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	text-indent: unset;
	/* width: 20px; */
}


.bs-canvas .delete:hover,
.bs-canvas .report:hover,
.bs-canvas .save:hover{
	opacity: .75;
	cursor: pointer;
}

.bs-canvas header h4{
	padding: 0 6px;
}


.bs-canvas .btn.btn-outline-primary,
#RxNotes .follow_up .radio-label,
#RxNotes .consulting_charges .radio-label{
	margin-bottom: 0;
	border-color: #007bff;
	color: #007bff;
	background: #fff;
}

#RxNotes .follow_up .radio-label.active,
#RxNotes .consulting_charges .radio-label.active{
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.bs-canvas .duration .btn-group,
.bs-canvas .duration .radio-label,
.bs-canvas .qty .btn-group,
.bs-canvas .qty .radio-label,
.bs-canvas .timingHourly .btn-group,
.bs-canvas .timingHourly .radio-label,
.bs-canvas #switchDailyTiming .btn-group{
	width: 16.1%;
}
#RxNotes .follow_up .radio-label,
#RxNotes .consulting_charges .radio-label{
	width: 19.1%;
}
#RxNotes .follow_up .radio-label#followUpDate,
#RxNotes .consulting_charges .radio-label#consultingChargesText{
	width: 39.1%;
}
.bs-canvas .duration .duration-select,
.bs-canvas .qty .qty-select,
.bs-canvas .timingHourly .timingHourly-select,
.bs-canvas #switchDailyTiming .btn-group .timingDaily-text{
	width: 100%;
}

.bs-canvas .simple-radio-btn,
.bs-canvas .durationCondition {
	margin-top: 15px;
}
.bs-canvas .simple-radio-btn .custom-radio,
.bs-canvas .durationCondition .custom-radio{
	display: inline-block;
	margin-right: 1rem;
}


.btn-check:checked + .btn-outline-primary{
	border-color: #007bff;
	color: #fff;
	background-color: #007bff;
}

.bs-canvas .card-head header{
	    font-size: 14px;
		color: #666;
}

.bs-canvas button:focus{
	outline: unset;
}

input[type="text"].btn{
	cursor: text !important;
}

.bs-canvas .card .form-group,
.bs-canvas .card .form-group label{
	margin-bottom: 0;
}

.bs-canvas .card .btn-group-toggle{
	margin-top: 10px;
}

.bs-canvas .card .card-head .btn-group.tools{
	float: right;
}

.bs-canvas .card .card-head .btn-group.tools .btn:hover,
.bs-canvas .card .card-head .btn-group.tools .btn:focus{
	    box-shadow: none;
		color:#007bff;
}
.bs-canvas .card .card-head .btn-group.tools .btn:active{
	    background-color: unset;
		color:#007bff;
}

.bs-canvas .card .card-head .btn-group.tools .btn{
	margin-bottom: 0;
	border: none;
	font-size: 17px;
	color: #666;
}

.bs-canvas .card .card-head .btn-group .dropdown-item{
	font-size: 13px;
	padding: 0.65rem 1.5rem;
}

.bs-canvas .card .card-head .btn-group .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

/**** END OFF-CANVAS ****/

.modal .modal-content .modal-title{
	margin-top: 0;
    line-height: initial;
    font-size: 16px !important;
    font-weight: 600;
	color: #666;
}

.modal .modal-header .close{
	text-indent: unset;
    font-size: initial;
    margin-top: -1rem !important;
	margin-right: 0;
}
.modal .modal-header .close:focus{
	outline: none;
}

.modal .addon-erase {
	border: none;
    padding: 6px 14px;
}

.modal #addHopiOption{
	width: 100%;
    margin-bottom: 0;
    color: #007bff;
    border: 1px dashed #007bff;
}
.modal #addHopiOption:hover{
	color: #fff;
}

.more-options .btn-group-toggle.hopiOption h5{
	text-transform: capitalize;
	font-weight: 600;
    color: #666;
}

.bs-canvas .card .more-options  .btn-group-toggle:not(:last-child){
	padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
}

.bs-canvas .card .more-options .hopiOption .editOptionsIcons{
	float: right;
}

.bs-canvas .card .more-options .hopiOption .editOptionsIcons i{
	margin-left: 5px;
	cursor: pointer;
	color: #666;
}

.bs-canvas .card .more-options .hopiOption .editOptionsIcons i:hover{
	color: #007bff;
}

.switch_hourly .timingHourly{
	display: block;
}
.switch_hourly .timingMeal,
.switch_hourly .timingDaily{
	display: none;
}

.switch_meal .timingMeal{
	display: block;
}
.switch_meal .timingHourly,
.switch_meal .timingDaily{
	display: none;
}

.switch_daily .timingDaily{
	display: block;
}
.switch_daily .timingHourly,
.switch_daily .timingMeal{
	display: none;
}

.btn-radio-input-group-toggle {
	margin-right: 10px;
}
.btn-radio-input-group-toggle .radio-input-label.active{
	padding:0;
}
/* Hide the input fields by default */
.hidden-input {
  display: none;
}

/* Show the input field when the associated radio button is checked and hide the label */
.btn-radio-input-group-toggle .btn-check:checked + span{
	display: none;
}
.btn-radio-input-group-toggle .btn-check:checked + span + .hidden-input {
  display: block;
  width: 50px;
  height:33px;
}

/* Hide the label when the radio button is checked */
.btn-radio-input-group-toggle .btn-check:checked + span + .radio-label {
  display: none;
}

.dose_tab .close{min-width: unset;
    line-height: .5;}
	
.dose-tab-list li a.active{
	border-bottom: 4px solid #36c6d3 !important;
}

.patient-info {
    display: grid;
    grid-gap: 4px 8px;
    grid-auto-flow: row dense;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 4px 8px;
    border: 0.5px solid #e3e3e3;
    border-radius: 4px;
    word-break: break-word;
}

#rxDataPlaceholder div {
    margin-bottom: 10px;
}

.med-grid-center {
    align-items: center;
}


.med-grid {
    display: grid;
    grid-auto-flow: row dense;
    border-bottom: 1px solid;
    border-right: 0.75px solid;
}

section.med-grid > span {
    padding: 5px;
}

.med-grid>span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3px 6px;
    border-left: 0.75px solid;
    border-top: 0.75px solid;
    word-break: break-word;
}


#medTablePlaceholder {
    border-collapse: collapse;
    margin: 20px 0;
}

.footerQr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footerQr .item {
    flex: 1 1 50%;
}
.footerQr .sep {
    margin: 0px 16px;
    height: 20px;
    border: 1px solid gray;
}
#qrCodePlaceholder .content {
    position: relative;
    display: flex;
    align-items: flex-end;
}
#qrCodePlaceholder .qrCodeText {
    margin: 0px 8px;
    min-width: 10px;
    font-size: 9px;
}
#qrCodePlaceholder img {
    height: 80px;
    width: auto;
    page-break-inside: avoid;
}
#footPlaceholders {
    float: left;
    text-align: left;
}
#docNamePlaceholder {
    margin-top: 5px;
    font-size: 0.875rem;
}
#poweredByPlaceholder, 
#docRegistrationNumberPlaceholder {
    font-size: 0.75rem;
}