/* Body */
.tooltip{
	z-index:999999 !important;
}
body {
    font-family: "Montserrat", sans-serif;
    background-color: #F8FAFB;
    color: #25304C;
    /*     padding-top: 70px; */
    padding-top: 56px;
    padding-bottom: 20px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
}

.custom-container{
	padding-left: 25px;
	padding-right: 25px;
	
}
.color-primary{
	color:#25304C;
}

/* ==================== utilities ===============  */
.cursor-pointer {
    cursor: pointer;
}

.noShadow{
	box-shadow: none!important;
}

.noTopPadding {
	padding-top:0px !important;
}
.noBottomPadding {
	padding-bottom:0px !important;
}
.openSans{
	font-family: 'Open Sans', sans-serif!important;
}
.montserrat{
	font-family: "Montserrat", sans-serif!important;
}

.noRecordFound {
	text-align: center;
	padding: 10px;
	font-size: 15px;
}

.normalOpacity *{
	opacity: 1!important;
}
.borderLessFormControl{
	height: 35px!important;
}
.helpText{
	color:#B7B7B7!important;
	font-weight: normal;
}
.borderBottom{
	border-bottom:1px solid rgba(0,0,0,.1);
	margin-left:-20px;
	margin-right:-20px;
}
.labelInfo{
	font-size: 14px!important;
	text-transform: none!important;
}

/*=================== For heading of every page ========  */
.heading{
	font-size:26px!important;
	font-family: "Montserrat", sans-serif!important;
	font-weight: 600;
	color: #25304C;
}
.subHeading{
	font-size:14px;
	color:#B7B7B7;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif!important;
	font-weight: normal;
}
/* ============== Link related changes ===============  */
a {
	color: #B7B7B7;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
}
a:hover {
	text-decoration: none;
	color:#434752;
}

/* ================= Bootstrap Button related changes ============================  */
.btn{
	font-weight: 600;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	border: 0px;
	color: #ffffff;
	border-radius: 3px;
	box-shadow: none!important;
	padding:12px 20px;
}

.btn-cancel:hover{
	color:#ffffff;
}

a.btn{
	font-family: "Montserrat", sans-serif!important;
}
a.btn > [class^="icon-"], a.btn > [class*=" icon-"] {
	color:#ffffff;
}
.btn > [class^="icon-"], .btn > [class*=" icon-"] {
    font-size: 13px;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn:active:focus,.btn:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}

.btn-cancel:hover {
	background: #a59d9d;
}

.customBtn:hover {
	background-color: #374c82;
	color:white;
}

.btnAsText {
	cursor: pointer;
	background: none;
	padding: 0px;
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
	text-decoration: none;
}

.outSideButton{
	padding: 11px 42px;
    background: #82C644;
    font-weight: bold;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    border: 0px;
}

.outSideButton:hover{
    background: #419641;
}
/*==================== PlaceHolder for input fieds ======================== */
input::-webkit-input-placeholder {
	color: #B7B7B7 !important;
}

input::-moz-placeholder {
	color: #B7B7B7 !important;
}

input:-ms-input-placeholder {
	color: #B7B7B7 !important;
}

input::placeholder {
	color: #B7B7B7 !important;
}


textarea::-webkit-input-placeholder {
	color: #B7B7B7 !important;
}

textarea::-moz-placeholder {
	color: #B7B7B7 !important;
}

textarea:-ms-input-placeholder {
	color: #B7B7B7 !important;
}

textarea::placeholder {
	color: #B7B7B7 !important;
}

/* ======================= Custom button related checkbox and radio =========================== */
.custom-control {
	cursor: pointer;
}
.custom-control > .custom-control-label {
	cursor: pointer;	
} 

.custom-control-input:focus~.custom-control-label::before {
	box-shadow:none;
}

.custom-control-label {
	padding: 2px;
	opacity: 0.8;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

.custom-control-label::before {
	background-color: white;
	border: 2px solid rgba(183, 183, 183, 0.43137254901960786);
	box-shadow: 0px 3px rgba(119, 119, 119, 0.023529411764705882);
    border-radius: 3px!important;
}

.custom-checkbox .custom-control-input:checked ~.custom-control-label::after {
	border-radius: 10px;
}

/* .custom-radio .custom-control-input:checked ~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
} */

.custom-radio .custom-control-label::before {
	border-radius: 50%!important;
}

.custom-radio .custom-control-input:checked ~.custom-control-label::before {
	background-color: #82C644 !important;
} 

.custom-control-input:disabled ~.custom-control-label {
	color: inherit;
}

.radioButton .custom-control-label::before{
	border-radius:50%!important; 
}
.radioButton .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.radioButton .custom-control-label::after{
	pointer-events:none;
}
.custom-control-input:focus~.custom-control-label::before {
	box-shadow:none;
}
/********** ON/OFF Switch *********/
.onoffswitch {
	margin: 0 auto;
	position: relative;
	font-weight:600;
	width: 60px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 25px;
	font-size: 12px;
	color: white;
	box-sizing: border-box;
	padding-top: 2px;
}

.onoffswitch-inner:before {
	content: "On";
	padding-left: 12px;
	
}

.onoffswitch-inner:after {
	content: "Off";
	padding-right: 10px;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 16px;
	height:16px;
	margin: 7.5px;
	background: #FFFFFF;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 28px;
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
/********** Yes/No Switch *********/
.yesnoswitch {
	margin: 0 auto;
	position: relative;
	font-weight:600;
	width: 60px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.yesnoswitch-checkbox {
	display: none;
}

.yesnoswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 20px;
}

.yesnoswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.yesnoswitch-inner:before, .yesnoswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 25px;
	font-size: 12px;
	color: white;
	box-sizing: border-box;
	padding-top: 2px;
}

.yesnoswitch-inner:before {
	content: "Yes";
	padding-left: 10px;
}

.yesnoswitch-inner:after {
	content: "No";
	padding-right: 10px;
	background-color: #c4c4c4;
	color: #FFFFFF;
	text-align: right;
}

.yesnoswitch-switch {
	display: block;
	width: 16px;
	height:16px;
	margin: 7.5px;
	background: #FFFFFF;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 28px;
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	transition: all 0.3s ease-in 0s;
}

.yesnoswitch-checkbox:checked+.yesnoswitch-label .yesnoswitch-inner {
	margin-left: 0;
}

.yesnoswitch-checkbox:checked+.yesnoswitch-label .yesnoswitch-switch {
	right: 0px;
}
/********** Enabled/Disabled Switch *********/
.enableddisabledswitch {
	font-weight:600;
    position: relative;
    width: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.enableddisabledswitch-checkbox {
	display: none;
}

.enableddisabledswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 20px;
}

.enableddisabledswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.enableddisabledswitch-inner:before, .enableddisabledswitch-inner:after {
	display: block;
    float: left;
    width: 50%;
    height: 32px;
    padding: 0;
    line-height: 32px;
    font-size: 12px;
    color: white;
    box-sizing: border-box;
}

.enableddisabledswitch-switch {
	display: block;
    width: 16px;
	height:16px;
    margin: 7.5px;
    background: #FFFFFF;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 69px;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    transition: all 0.3s ease-in 0s;
}

.enableddisabledswitch-checkbox:checked+.enableddisabledswitch-label .enableddisabledswitch-inner {
	margin-left: 0;
}

.enableddisabledswitch-checkbox:checked+.enableddisabledswitch-label .enableddisabledswitch-switch {
	right: 2px;
}

.freezeunfreezeswitch:before {
	content: "Freezed"!important;
	background-color: #27304a!important;
}

.freezeunfreezeswitch:after{
	content: "UnFreezed"!important;
}

.onlineswitch:before {
	content: "Online"!important;
}

.onlineswitch:after{
	content: "Offline"!important;
}

/* Flash Messages */
.flash {
	width: 310px;
	margin: 0 auto;	
	right: 0px;
	left: 0px;
	position: fixed;
	top: 65px;
	text-align: center;
    z-index: 20001;
}
.flashSuccess {
    border-color: #52BB27 !important;
	background: white !important;
	color: #359637 !important;
}
.flashError {
    border-color: #FF4343 !important;
	background: white !important;
	color: #BF2C29 !important;
}

/* Loader */
.loading {
    background: transparent;
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 20000;
    text-align: center;
    display: none;
}
.loading .loadingMessageContainer {
	margin: auto;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.loading .loadingMessageContainer .loadingMessage {
	color: white;
    background: black;
    padding: 5px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 100px;
}
.loadingWithBackGround {
    background: transparent;
    left: 50%;
    top: 32%;
    position: fixed;
    z-index: 20000;
    text-align: center;
    display: none;
}
.loading img, .loadingWithBackGround img {
    margin: auto;
    left: 0px;
    bottom: 0px;
    top: 0px;
    position: absolute;
    right: 0px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 2px solid black;
    padding: 6px;
    background: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.uploading {
    background: transparent;
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 20000;
    text-align: center;
    display: none;
}

.uploading div {
	 margin: auto;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.uploading img {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 2px solid black;
    padding: 6px;
    background: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.uploadingPercentage {
	color: white;
	background: black;
    padding: 5px;
    font-weight: 600;
    border-radius: 5px;
}

/*Reconnecting Message*/
.persistentMessageContainer {
	margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000;
    text-align: center;
}
.reconnectingMessage {
	background-color: rgb(255, 248, 220);
    border: 1px solid #f5d495;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #222;
    padding: 2px 10px 2px 10px;
    border-top: 0px;
}
/* Switch User Message */
.switchUserMessage {
    background: rgb(255, 248, 220);
    border: 1px solid #f5d495;
    margin-left: 200px;
    padding: 3px;
    display: table;
    border-top: 0px;
    border-bottom: 0px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #222;
    z-index: 9998 !important; /* setting it to a value which is less than that for jgrowl office desk notifications */
}
/*============================= Error  related changes ==========================  */

/* Field Error Message */
div.error {
	font-weight: normal;
	position: relative;
    color: #FF6363;
    text-align: left;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px;
}

.redColor {
	 color: #FF6363;
}
/* Field Error Input */
input.error,select.error {
    border: 1px solid #FF6363!important;
}
input.error:focus,select.error:focus {
    box-shadow: 0px 0px 1px 0px #FF6363;
    -webkit-box-shadow: 0px 0px 1px 0px #FF6363;
    -moz-box-shadow: 0px 0px 1px 0px #FF6363;
    border: 1px solid #FF6363;
}


.warningAlertBox {
        color: #d6c621;
		font-size: 14px;
		text-align: left;
		margin-bottom: 10px;
		margin-top:10px;
		background: white;
		padding: 20px 20px 20px 20px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 2;
		border-radius: 3px;
		box-shadow: 0px 3px #77777706;        
}

.alertBox {
         color: #82C644;
		font-size: 14px;
		text-align: left;
		margin-bottom: 10px;
		margin-top:10px;
		background: white;
		padding: 20px 20px 20px 20px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 2;
		border-radius: 3px;
		box-shadow: 0px 3px #77777706;        
}
.errorAlertBox {
       	color: #FF6363;
		font-size: 14px;
		text-align: left;
		margin-bottom: 10px;
		margin-top:10px;
		padding: 20px 20px 20px 20px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 2;
		border-radius: 3px;
		box-shadow: 0px 3px #77777706;     
		background: white;   
		border:none;
}

/* Custom PageHeader */
.custom-page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}
.custom-page-header-1 {
	padding-bottom: 9px;
    margin: 0px 0 20px;
    font-size: 20px;
    border-bottom: none;
}
/* Form Labels to not be bold */
form label {
	font-weight: normal;
}

/* ========================= Font-Awesome related changes  ============================ */
nav [class^="icon-"], nav [class*=" icon-"], nav .fa {
	font-size: 25px;
    vertical-align: middle;
}
.dropdown-menu [class^="icon-"], .dropdown-menu [class*=" icon-"], .dropdown-menu i.fa {
	font-size: 20px; 
	vertical-align: middle;
}
/* i.fa:hover {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;

} */
/********************************** OVER-RIDING BOOTSTRAP CLASSES START *********************************/

/* Form Focus Color */
.form-control:focus {
    border-color: #32B73C;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(36, 234, 116, .6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(63, 234, 116, 0.6);
}

.form-control[readonly] {
	background-color: #fff;	
}

.form-control {
	border-radius: 3px;
	border: 0px;
    height: 48px;
    padding-left: 10px;
    color: #B7B7B7;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

form .form-group>label{
	color: #B7B7B7;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

/* ================= Form input group ================  */
.form-group>.input-group>.input-group-prepend>.input-group-addon{
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.input-group-addon {
	font-size: 20px;
	background-color: white;
	padding: 9px;
	padding-left: 20px;
	padding-right: 20px;
}

.input-group {
	box-shadow: 0px 3px #77777706;
}

/* NAV BAR */
.navbar-light {
    font-size: 14px;
    box-shadow: 0px 3px #77777706;
}
/* .navbar-default {
	background-image: -webkit-linear-gradient(top, #E4FFED 0%, #E4FFED 100%);
  	background-image:      -o-linear-gradient(top, #E4FFED 0%, #E4FFED 100%);
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#E4FFED), to(#E4FFED));
  	background-image:         linear-gradient(to bottom, #E4FFED 0%, #E4FFED 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE4FFED', endColorstr='#ffE4FFED', GradientType=0);
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  	background-repeat: repeat-x;
  	border-radius: 0px;
  	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
} */

.navbar-light .navbar-nav>li>a {
    color: #25304C;
    text-decoration: none;
}
.navbar-light .navbar-nav>li>a>img {
	    height: 22px;
	}
.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .active > a {
  	background: none;
  	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.navbar-brand {
    padding: 5px 10px;
}
.navbar-light .navbar-nav>.active>a, .navbar-light .navbar-nav>.active>a:focus, .navbar-light .navbar-nav>.active>a:hover {
	color: #F6F6F6;
    background-color: transparent;
}
/* .navbar-light .navbar-nav>li>a:focus, .navbar-light .navbar-nav>li>a:hover {
	color: #F6F6F6;
}
.navbar-light .navbar-nav>.open>a, .navbar-light .navbar-nav>.open>a:focus, .navbar-light .navbar-nav>.open>a:hover {
	color: #F6F6F6;
}  */
/* .navbar-nav .dropdown-menu {
	font-size:12px;
}
.navbar-nav .dropdown-menu>li {
	padding: 5px 10px;
}
.navbar-nav .dropdown-menu>li>a {
	text-decoration: none;
} */
.nav-line-vertical {
	border: 0.5px solid #ebe6e6;
    margin: -15px 30px;
}
/*=========================== Dropdown menu related classes overirite ======================  */
.dropdown-menu.show{
	border: none;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.03);
    border-radius: 0px;	
}
.dropdown-menu>li>a {
	display: inline-block;
    padding: 10px 5px 10px 15px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    width: 100%;
}
.dropdown-menu>li>a>[class^="icon-"] ~ span, .dropdown-menu>li>a>[class*=" icon-"] ~ span ,.dropdown-menu>li>a>i.fa ~ span  {
	vertical-align: middle;
}
.dropdown-menu>li>a.active{
	font-weight: 600;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: transparent;
}
.dropdown-menu > li:hover > a, .dropdown-menu > li:focus > a {
	color: #25304C!important;
	background: transparent;
}
.selectize-dropdown, .selectize-input, .selectize-input input{
	color:#2A344D!important;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover	{
	color:#d0d0d0!important;
	cursor: not-allowed;
}
/* ======================= Aligning caret ============================= */
.dropdown-toggle::after {
    vertical-align: .15em;
}


/*============ Navigation bar related classes ==============  */
.navbar-expand .navbar-nav .nav-link{
	padding-left: 1em;
	padding-right: 1em;
}

.dropdown-menu>li>a> [class^="icon-"], .dropdown-menu>li>a> [class*=" icon-"], .dropdown-menu .fa  {
	padding-right:10px
}

.navbar-expand .navbar-nav li.active{
	pointer-events:none;
} 	
.dropdown > .dropdown-menu{
	padding-bottom: 10px;
}
.dropdown > .dropdown-menu > .dropdown-divider{
	margin-bottom: 0px;
}

/* .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: green;
	font-weight: bold;
    background: transparent;
}
.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: green;
	font-weight: bold;
    background: transparent;
}
.navbar-light .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-light .navbar-nav .open .dropdown-menu>li>a:hover {
	color: green;
    background: transparent;
}
.navbar-light .navbar-nav .open .dropdown-menu>li>a {
	color: #333;
}
.navbar-light .navbar-toggle:focus, .navbar-light .navbar-toggle:hover {
	background-color: green;
}
.navbar-light .navbar-toggle {
	border-color: #85E891;
}
.navbar-light .navbar-toggle:focus, .navbar-light .navbar-toggle:hover {
	background-color: #fff;
	border-color: green;
} */
.patientSearchBar [class^="icon-"], .patientSearchBar [class*=" icon-"] {
	font-size: 18px;
}
.patientForSelectedProviders {
    border: none;
    width: 265px;
}
.patientForSelectedProviders:focus {
	outline: none;
}
/* Panel */
.panel-heading {
	padding: 8px 12px;
}
.panel-default>.panel-heading {
	background: #FBFBFB;
}
.panel-title {
	font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
}

/* Alerts */
.alert {
    padding: 10px;
    font-size: 12px;
}
.alert ul {
	list-style-type:none;
	padding-left: 0px;
}
.alert ul li {
    margin-bottom: 2px;
    margin-top: 2px;
}
.alert-dismissable .close, .alert-dismissible .close {
	right: 0px;
}
.alert-danger {
    background-image: -webkit-linear-gradient(top, #FDF0F0 0%, #FDF0F0 100%);
    background-image: -o-linear-gradient(top, #FDF0F0 0%, #FDF0F0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDF0F0), to(#FDF0F0));
    background-image: linear-gradient(to bottom, #FDF0F0 0%, #FDF0F0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFDF0F0', endColorstr='#ffFDF0F0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #EFC9C9;
}
.alert-success {
    background-image: -webkit-linear-gradient(top, #F6FFF3 0%, #F6FFF3 100%);
    background-image: -o-linear-gradient(top, #F6FFF3 0%, #F6FFF3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F6FFF3), to(#F6FFF3));
    background-image: linear-gradient(to bottom, #F6FFF3 0%, #F6FFF3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF6FFF3', endColorstr='#ffF6FFF3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #BBE0AC;
}

/* Responsive Tables Hack for Firefox as mentioned in Bootstrap Docs */
@-moz-document url-prefix() {
	fieldset {
  		display: table-cell;
  	}
}

/* Table Rows Hover */
.table-hover>tbody>tr:hover {
    background-color: #F7FDFA;
}

/* Pagination */
.pagination {
    margin: 0px 0px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background-color: #F7FDFA;
}

.pagination>li>a:focus{
	box-shadow: none;
}

/* Bootstrap Modals */
/* =========== Modal Related changes ===================*/
.modal-md {
	width: 575px;
}

.modal-custom-size-xl {
	max-width: 1080px!important;
}

.modal-content {
	padding: 15px;
	background-color: #F8FAFB !important;
}

.modal .modal-dialog {
	max-width: 780px;
}

.modal .modal-dialog.modal-sm {
	max-width: 500px!important;
}

.modal.show .modal-dialog {
	max-width: 780px;
}

.modal  .btn-xl {
	padding: 12px 24px;
}

.btn-xl {
	padding: 12px 20px;
}

.modal-title {
	color: #25304C;
	font-size: 22px;
	font-weight: 600;
	
}

.modal-header {
	display: flex;
	background-color: transparent;
	margin: 1px 15px;
	justify-content: center;
	border: none;
}

.modal-header .close {
	position: absolute;
	right: 26px;
	top: 15px;
	padding: 0px;
	margin: 0px;
	outline: none;
}

.modal-footer {
	justify-content: flex-start;
	border-top: 0px;
}

/* ============================ Dialog related changes =========================  */

/* =========== bootstrap dialog Related changes ===================*/

.bootstrap-dialog.modal .modal-dialog {
	max-width: 500px;
}

.bootstrap-dialog.modal.show .modal-dialog {
	max-width: 500px;
}

.bootstrap-dialog .modal-content {
	padding: 15px;
	background-color: #FFF;
	border-radius: 3px;
}

.bootstrap-dialog.modal.show .modal-dialog {
	top: 100px;
}

.bootstrap-dialog .modal-title {
	color: #25304C;
	font-size: 22px;
	font-weight: 600;
	
}

.bootstrap-dialog .modal-header {
	display: flex;
	background-color: transparent;
	margin: 1px 15px;
	justify-content: center;
	border: none;
}

.bootstrap-dialog .modal-body {
	text-align: center;
    color: #b7b7b7;
}

.bootstrap-dialog .modal-header .close {
	position: absolute;
	right: 26px;
	top: 15px;
	padding: 0px;
	margin: 0px;
	outline: none;
}

.bootstrap-dialog .modal-footer {
	justify-content: center;
	border-top: 0px;
}
.bootstrap-dialog.type-danger .modal-header {
	background-color:transparent; 
	border-bottom: 1px solid #b7b7b7;
	text-align: center;
	word-break:break-word;
	padding-right: 0px;
    padding-left: 0px;
}

.bootstrap-dialog .bootstrap-dialog-title {
    color: #25304C;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}


.bootstrap-dialog .btn-default , .bootstrap-dialog .btn-warning {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    border: 0px;
}

.bootstrap-dialog .btn-warning:hover{
	color: #ffffff;	
} 

.bootstrap-dialog .btn-default:hover{
	background: #949090;	
} 

.bootstrap-dialog .btn-warning:hover{
	color: #ffffff;	
} 

.bootstrap-dialog .btn-danger {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    border: 0px;
} 

.bootstrap-dialog-footer-buttons > .btn {
	padding:10px 35px;	
}

.bootstrap-dialog.type-warning .modal-header {
	background-color:transparent; 
}

.bootstrap-dialog.type-warning .bootstrap-dialog-footer .btn-default {
	background: #82C644;
}


@media (min-width: 768px) {
	.bootstrap-dialog.type-warning .modal-sm {
	    width: 500px;
	}
}
/*==============Bootstrap modal related ==================  */
.modal {
	z-index: 15007!important;
}
.modal-backdrop {
	z-index: 15006!important;
}
.modal .form-control {
	border: 0px;
    box-shadow: 0px 3px #77777706;
    height: 40px;
    font-size: 12px;
    padding-left: 10px;
    font-family: "Montserrat", sans-serif;
    border-radius: 3px;
}
.modal .form-group>label {
	color: #B7B7B7;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	
}

.form-group label.error,.form-row label.error {
	font-weight: normal;
	position: relative;
    color: #FF6363;
    text-align: left;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px;
    text-transform: none;
}

.form-group .input-group.error{
	border:1px solid;
	border-radius: 3px;
}

.form-control:disabled {
	background-color: transparent;
	cursor: no-drop;
}
.modal .form-group .custom-control {
	font-size: 14px;
	font-weight: 500;
	color: #B7B7B7;
	font-family: 'Open Sans', sans-serif;
}

.modal .modal-dialog .modal-content .modal-footer>button.btn-success{
	margin-left: 0px;
}

/********************************** OVER-RIDING BOOTSTRAP CLASSES ENDS *********************************/

/********************************** OVER-RIDING JQUERY-UI CLASSES START *********************************/

/* Auto complete */
.ui-autocomplete {
    max-height: 170px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    font-size: 11px;
    z-index: 17000;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

/* .ui-autocomplete li {
    border-bottom: 1px solid #ccc;
}
.ui-autocomplete li:last-child {
    border-bottom: 0px solid #ccc;
} */
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 150px;
}

/********************************** OVER-RIDING JQUERY-UI CLASSES ENDS *********************************/

/********************************** OVER-RIDING JGROWL Notifications *********************************/

.jGrowl-closer {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity : 1 !important;
	background-color: #fdfdfd;
	color: #000000;
}
.notification {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity : 1;
    background-color : #FDFAA4;
    border: 1px solid rgb(236, 241, 105);
}
.notificationConfirmed {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    opacity : 1 !important;
    background : #f2fff2 !important;;
    background-color : #f2fff2 !important;
    color : #008600;
    border: 1px solid #b7eabe;
}
.notificationCancelled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    opacity : 1 !important;
    background : #fff3f3 !important;
    background-color : #fff3f3 !important;
    color : #bf4d4a;
    border: 1px solid #f7dfe3;
}
.notificationDoubleBooked, .notificationManualDelayAutoStarted {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    opacity : 1 !important;
    background : #fefdc7!important;;
    background-color : #fefdc7 !important;
    color : #cc6600;
    border: 1px solid #ffff80;
}
.notificationSlotFill {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    opacity : 1 !important;
    background : #59966f !important;
    background-color : #59966f !important;
    color : white;
    border: 1px solid #678e6c;
}
.jGrowl-notification {
    position: relative;
}
.jGrowl-close {
    position: absolute;
    right: 4px;
    top: 0px;
}
.jGrowl-closer {
    border: 1px solid #e0e0e0;
    color: #696969;
}
/********************************** OVER-RIDING JGROWL Notifications Ends *********************************/
.iframeHidden {
	display: none;
}
/********** FOR MOVING BUTTON YES AND NO TO LEFT AND RIGHT IN BOOTSTRAP DIALOG BUTTON **********/
.bootstrapDialogButton {
	margin-left:15px;
	float:right;
}
/********************************** Notification Communication History *********************************/
.notificationCommunicationTime {
	height: 25px;
    text-align: left;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    color:#b7b7b7;
    padding-left: 23px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.dayNotificationCommunication {
	font-family: 'Open Sans', sans-serif;
}
.notificationCommunicationTime label {
    font-weight: 600;
}
/* .dayNotificationCommunication > *:last-child {
  border-bottom:none;
} */

/*------------------------------------
  Noty
------------------------------------*/
#noty_layout__topRight,
#noty_layout__bottomRight,
#noty_layout__bottomLeft,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__bottomCenter {
  width: 380px;
}

#noty_layout__topFullWidth,
#noty_layout__bottomFullWidth {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: blur(0);
          filter: blur(0);
}

#noty_layout__topFullWidth {
  top: 0;
  left: 0;
}

#noty_layout__bottomFullWidth {
  bottom: 0;
  left: 0;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  opacity: 1;
}

[class*="noty_theme__customtheme"] {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 22px;;
}

.noty_type__info.noty_theme__customtheme {
  background-color: #1d75e5;
}

.noty_type__error.noty_theme__customtheme {
    /*background-color: #e62154;*/
    background-color: #e74b3c;
}

.noty_type__warning.noty_theme__customtheme {
  background-color: #e6a821;
}

.noty_body {
  font-weight: 400;
  font-size: 14px;
}

[class*="noty_theme__customtheme"] .noty_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}


.noty_body__icon {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.noty_body__icon::before {
  display: block;
}

.noty_body__icon > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color:#ffffff!important;
}

.noty_theme__customtheme .noty_body__icon {
  background-color: rgba(245, 249, 249, 0.2);
}

[class*="noty_theme__customtheme"] .noty_close_button {
  top: 14px;
  right: 14px;
  width: 11.999px;
  height: 11.999px;
  line-height: 11.999px;
  background-color: transparent;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  border-radius: 0;
}

.noty_progressbar {
  height: 7px !important;
}

.noty_theme__customtheme .noty_progressbar {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

.noty_body__icon {
  width: 54px;
  height: 54px;
  font-size: 22px;
  margin-right: 20px;
}

.noty_bar {
    margin-bottom: 10px;
}
.noty_text {
	width:260px;
}
/************************************ Model Tabs ************************************/
.customModelTab {
	top: 0;
	justify-content: space-between;
    padding:0px 15px 0px 30px;
    color:#25304C;
    border:0px;
}
.customModelTab .nav-link {
	background-color: transparent! important;
	font-size: 14px;
	border:0px;
}
.customModelTab .nav-link.active {
	border-bottom: 2px solid #25304C;
	font-weight: 600;
}
/************************************ AppointmentTypeDetails for schadule and dashboard page ************************************/
.appointmentContainerDetails {
	padding: 15px 15px 0px 30px;
	max-height: 370px;
	overflow: auto;
}
#editAppointmentContainer.appointmentContainerDetails{
	max-height: none;
}
#notificationSummary.appointmentContainerDetails {
	max-height: none;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 0px;
}
#notificationCommunication.appointmentContainerDetails {
	padding-left: 0px;
	padding-right: 0px;
}
#notificationSummary .bodySection {
	max-height: 165px; 
	overflow: auto;
}
#notificationSummary .cardline {
	margin: 15px;
}
#notificationSummary .confirmationNotificationSection .headerSection ,.delayNotificationSection .headerSection,.reminderNotificationSection .headerSection {
	padding: 15px 15px 0px 30px;
    font-size: 14px; 
    color:#b7b7b7;	
    text-transform: uppercase;
}
#appointmentDetailsLoader  {
	text-align: center;
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 36%;
}
#appointmentDetailsLoader > i {
	font-size: 35px;
	margin-top: 10px;
}
/****************************Scheduled Notifications**************************/
.timeline {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.timeline div.timeline-item:last-child .media-body {
	border-bottom: 0px;
}
.timeline:before {
	top: 15px;
	bottom: 0;
	left: 68px;
	border-left: 1px dashed ;
}

.timeline:after {
	bottom: -5px;
	left: 63px;
	width: 11px;
	height: 11px;
	border-radius: 20px;
}

.timeline:after, .timeline:before {
	position: absolute;
	content: "";
	display: block;
}

.timeline.waiting:before {
	border-color: #E1D4A5;	
}
.timeline.waiting:after {
	background: #E1D4A5;	
}

.timeline.completed:before {
	border-color: #82C644;
}
.timeline.completed:after {
	background: #82C644;
}

.timeline.failed:before {
	border-color: #F57C7C;
}
.timeline.failed:after {
	background: #F57C7C;
}

.timeline.qualified:before{
	border-color: #70B2C5;
} 
.timeline.qualified:after {
	background: #70B2C5;
}

.timeline.confirmations-delay:before  {
	border-color: #25304c2e;
}
.timeline.confirmations-delay:after {
	background: #caccd0;
}

.timeline-section {
	background: #ebebeb;
	position: relative;
	z-index: 10;
	width: 120px;
	margin-bottom: 30px;
	padding: 6px 0;
	text-align: center;
	border-radius: 2px;
}

.timeline-item {
	position: relative;
	margin-bottom: 20px;
	padding-left: 80px;
	margin-right: 15px;
}

.timeline-info {
	position: absolute;
	left: 0;
	width: 80px;
	top:8px;
	text-align: center;
}

.timeline-icon {
	border-radius: 20px;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.timeline-icon .fa, .timeline-icon [class^="icon-"], .timeline-icon [class*=" icon-"] {
	vertical-align: middle;
	padding-top: 2px;
}

.timeline-icon, .timeline-image {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto 10px;
}

.timeline-icon:before, .timeline-image:before {
	margin-top: 17px;
	margin-left: 20px;
}

.timeline.waiting .timeline-icon {
	color: #E1D4A5;
	border: 1px solid #E1D4A5;
}

/* .timeline.waiting .timeline-icon:before {
	background: #dacaa9;
} */

.timeline.completed .timeline-icon {
	color: #82C644;
	border: 1px solid #82C644;
}

/* .timeline.completed .timeline-icon:before {
	background: #a3c293;
} */

.timeline.failed .timeline-icon {
	color: #F57C7C;
	border: 1px solid #F57C7C;
}

/* .timeline.failed .timeline-icon:before {
	background: #e0b4b4;
}
 */
.timeline.qualified .timeline-icon {
	color: #70B2C5;
	border: 1px solid #70B2C5;
}

.timeline.qualified .timeline-icon:before {
	background: #a9d5de;
}

.timeline.confirmations-delay .qualified .timeline-icon {
	color: #70B2C5;
	border: 1px solid #70B2C5;
}
.timeline.confirmations-delay .failed .timeline-icon {
	color: #F57C7C;
	border: 1px solid #F57C7C;
}
.timeline.confirmations-delay .completed .timeline-icon {
	color: #82C644;
	border: 1px solid #82C644;
}
.timeline.confirmations-delay .waiting .timeline-icon {
	color: #E1D4A5;
	border: 1px solid #E1D4A5;
}
/* .timeline.confirmations-delay .timeline-icon:before {
	background: gray;
}
 */
.timeline-bullet {
	display: block;
	width: 8px;
	height: 8px;
	margin: 10px auto;
	border-radius: 20px;
}

/* .timeline-bullet:before {
	margin-top: 3px;
	margin-left: 9px;
} */

/* .timeline-bullet:before, .timeline-icon:before, .timeline-image:before {
	position: absolute;
	right: 5px;
	left: 50%;
	display: block;
	height: 1px;
	content: "";
} */

.timeline-bullet, .timeline-bullet:before, .timeline-icon,
	.timeline-icon:before, .timeline-image:before, .timeline-time {
	background: #ffffff;
}

.timeline-time {
	position: relative;
/*	z-index: 10;*/
	display: inline-block;
	padding: 2px 3px;
	border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.timeline.waiting .timeline-time {
	color: #E1D4A5;
	border: 1px solid #E1D4A5;
}

.timeline.completed .timeline-time {
	color: #82C644;
	border: 1px solid #82C644;
}

.timeline.failed .timeline-time {
	color: #F57C7C;
	border: 1px solid #F57C7C;
}

.timeline.qualified .timeline-time {
	color: #70B2C5;
	border: 1px solid #70B2C5;
}
.timeline.confirmations-delay .qualified .timeline-time {
	color: #70B2C5;
	border: 1px solid #70B2C5;
}
.timeline.confirmations-delay .completed .timeline-time {
	color: #82C644;
	border: 1px solid #82C644;
}
.timeline.confirmations-delay .waiting .timeline-time {
	color: #E1D4A5;
	border: 1px solid #E1D4A5;
}
.timeline.confirmations-delay .failed .timeline-time {
	color: #F57C7C;
	border: 1px solid #F57C7C;
}

.timeline-item .details {
	margin: 0;
	border-color: #e0e0e0;
	padding: 10px 15px;
	border: 1px solid transparent;
	border-radius: 0px;
	border-bottom: 1px solid #f0f0f0;
}
/* 
.timeline.waiting .timeline-item .details {
	border-color: #dacaa9;
	color: #8d7955;
	background: #fffcf8;
}

.timeline.completed .timeline-item .details {
	border-color: #a3c293;
	color: #6f976d;
	background: #fcfff5;
}

.timeline.failed .timeline-item .details {
	border-color: #e0b4b4;
	color: #b05b59;
	background: #fff6f6;
}

.timeline.qualified .timeline-item .details {
	border-color: #a9d5de;
	color: #528d9e;
	background: #f8ffff;
} */

.timeline .timeline-item .details-body {
	font-size: 14px;
	margin-top: 10px;
	opacity: 0.6;
    font-weight: normal;
}

.timeline-item .details>.details-title {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

.timeline .timeline-item .details-subtitle {
	font-size: 14px;
	color: #b7b7b7;
    font-style: italic;
}
 .scheduledNotificationElement {
	margin: 0px 28px;
} 
.titleStick.confirmationNotification {
    background: #E1D4A5;
}
.scheduledNotificationElement:last-of-type {
	border-bottom: 0px solid #ebeaec;
}

.scheduledNotificationElement>i {
	font-size: 20px;
	border-radius: 30px;
	padding: 6px;
	border: 1px solid #969696;
	color: #969696;
	margin-right: 10px;
}

/* .scheduledNotificationElement.completed.timeline-item .details {
	border-color: #a3c293;
	color: #6f976d;
	background: #fcfff5;
} */
/* .scheduledNotificationElement.completed.timeline-item>.timeline-info * {
	border-color: #a3c293;
	color: #6f976d;
}
 
.scheduledNotificationElement.waiting.timeline-item  .details {
	border-color: #dacaa9;
    color: #8d7955;
    background: #fffcf8;
}

.scheduledNotificationElement.waiting.timeline-item>.timeline-info  * {
	border-color: #dacaa9;
    color: #8d7955;
}

.scheduledNotificationElement.qualified.timeline-item  .details {
	border-color: #a9d5de;
	color: #528d9e;
	background: #f8ffff;
}
.scheduledNotificationElement.qualified.timeline-item>.timeline-info  * {
	border-color: #a9d5de;
	color: #528d9e;
}


.scheduledNotificationElement.failed.timeline-item .details {
	border-color: #e0b4b4;
	color: #b05b59;
	background: #fff6f6;
}

 .scheduledNotificationElement.failed.timeline-item>.timeline-info  * {
	border-color: #e0b4b4;
	color: #b05b59;
}
*/
.scheduledNotificationElement.invalid.timeline-item>.timeline-info  * {
	border-color: #ebeaec;
	color: #c1c1c1;
}

.scheduledNotificationElement.invalid.timeline-item .details {
	color: #c1c1c1;
}

.scheduledNotificationElement.invalid>.timeline-info>.timeline-icon>i {
	color: #c1c1c1;
} 
/*************************** Notification Communication *****************************/
.notificationCommunicationElement {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-left:8px solid #ccffcf;
	margin-top: 15px;
    margin-bottom: 15px;
    padding:15px 15px 15px 15px;
  /*   padding-left: 45px;
    padding-right: 15px; */
	color: #b7b7b7;
	font-size: 14px;
}
.notificationCommunicationElement .notificationTime {
	font-size:12px; 
}
.notificationCommunicationElement .systemColor {
	color:#25304C;
	text-transform: uppercase;
	font-weight: 600;
}
.notificationCommunicationElement .media-body div {
	margin-top: 5px;
	margin-right: 32px;
} 
.notificationCommunicationElement.patient .media-body div {
	margin-right: 0px;
	margin-left: 32px;
} 
.notificationCommunicationElement.patient span {
	color: #82C644;
}
.notificationCommunicationElement .media-body .readIcon {
	margin:4px;
	color: #82C644;
}
.notificationCommunicationElement>.pull-left {
	margin-right: 10px;
	height:40px;
}

.notificationCommunicationElement>.pull-right {
	margin-left: 10px;
	height:40px;
}

.notificationCommunicationElement>.pull-left>i,
	.notificationCommunicationElement>.pull-right>i {
	font-size: 10px;
	border-radius: 50%;
	padding: 5px;
	border: 1px solid #25304C;
	background-color: #25304C;
	color: white;
}

.notificationCommunicationElement.patient>.pull-left>i,
	.notificationCommunicationElement.patient>.pull-right>i {
	border: 1px solid #82C644;
    background-color: #82C644;
    color: white;
}

div[data-notification-source=EMAIL] table {
	width: 100%!important	
}

div[data-notification-source=EMAIL] table img {
	max-width: 100%!important;
}

.notificationCommunicationElement .media-body div.testDocument > div {
    color: #002c59;
    display: flex;
    align-items: center;
    margin: 0px!important;
}

.notificationCommunicationElement .media-body .testDocument {
    display: flex;
    padding: 5px 15px;
    background: #ececec;
    margin-right: 10px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 14px;
    width: fit-content;
    margin-bottom: 10px;
    word-break: break-all;
    align-items: center;
}
/*************************** Slot Communication *****************************/
.slotStatusMessage {
	text-align: center;
	font-size: 14px;
	padding: 5px 10px;
	border-bottom: 1px solid #eaeaea;
	color: #909090;
}
#slotDetailsLoader {
	text-align: center;
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 36%;
}
#slotDetailsLoader > i {
	font-size: 35px;
	margin-top: 10px;
}

/****************** auto complete***************/
.ui-autocomplete.ui-widget-content {
	background-color: #ffffff;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
	border: none!important;
	background: none!important;
}
.ui-autocomplete.ui-menu .ui-menu-item:hover {
	background-color: #dddddd!important;
}
/* =================================== Jgrowl message related changes =================*/
.jGrowl-message{
	 font-family: "Montserrat", sans-serif;
}


.bootstrap-dialog .bootstrap-dialog-close-button { /*For resolve IE issue when hover close button in the dialog box if not write this dialog box stretch in IE  */
	opacity: 1;
}

.btn-small {
    padding: 8px 24px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hideScrollBar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hideScrollBar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.labelText{
	color: #B7B7B7;
    font-size: 14px;
    bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.font-14{
	  font-size: 14px;
}
.fontSize-18{
	  font-size: 18px;
}
@media (max-width: 360px) {
	.rapidTest {
       padding-bottom: 1rem!important;
       padding-top: 0!important;
	}
}
.admitPatientFLowUploader{
	position: relative;
    box-shadow: 0px 3px #77777706;
    border: 0px;
    border-radius: 3px;
    background-color: #fff;
}

.testResult-previousResult{
	font-family: Montserrat!important;
    border-bottom: solid 2px #c4c4c4;
    padding: 9.3px 33px 8px 0.5px;
     text-transform: none!important;
	
}
.postBillingInputField{
	border-bottom: 1px solid #bcbcbc!important;
    border-radius: 0px!important;
    background-color: #f8fafb!important;
    height: 26px!important;
}
.roundText{
	background-color: #fcecb7;border-radius: 30px;
}
.color-1{
	color: #f8ae1a!important;
}
.afp-text-font{
	font-family: Montserrat!important;
    font-size: 14px!important;
    text-transform: none!important;
}
.apf-color-2{
	color: #3d88da;
}
.amountRecieved{
	background-color: #ddfbc2;border-radius: 10px;
}
.rating-checked{
	  color: #FCB02E;
}
.rating-unchecked{
	 color: #aca9a9;
}
@media (max-width: 767px) {
	.amountRecieved{
		margin-bottom: 1.5rem!important
	}
}
.custom-botton-color{
	background: #3d88da!important;
}
.custom-text-color-1{
	color: #EE9D32!important;
}
.custom-text-color-1:hover {
	color:#DB8719!important;
}
.qtip-bootstrap .qtip-content .v-align-textBottom{
	    vertical-align: text-bottom;
}
#calenadrEventDetailsModel .v-align-middle{
	vertical-align: middle;
	margin-right: 3px;
}
.reviewDate{
	font-size: 18px;
    font-weight: 600;
    color: #b7b7b7;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.ratingFontSize{
	  font-size: 1.25rem;
}

.ptnamen{
	display: flex;
	justify-content: center;
}
.eptag {
    display: flex;
    padding: 0 10px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    line-height: normal;
    align-items: center;
    margin: 0 0 0 10px;
    justify-content: center;
}
.existing_patient{
	background: #6516ac !important;
	color:#fff;
}

.new_patient{
	background: #5f6af2 !important;
	color:#fff;
}
#newOrOld {
    display: flex;
}


@media (max-width: 500px) {
	.ratingFontSize{
		font-size: 1rem!important;
	}
}

.searchByDobHelpText {
	color: #B7B7B7;
}
#providerGroupingDeleteModal .modal-header{
	border-bottom: 1px solid #25304C !important;
}

#scheduleAppointmentProviderInfo{
    font-family: 'Roboto';
    font-size: 10px;
    margin-top: 4px;
    color: #fad064;
    font-weight: bold;
}

/* 28 June 2022 Start */
div#providerFilterSection > .card,
#workForceProviderFilterSection > .card,
#workForceNPFilterSection > .card {
    margin-left: -10px;
    border-bottom: 0;
}

div#providerFilterSection > .card > .card-body,
div#workForceProviderFilterSection > .card > .card-body,
div#workForceNPFilterSection > .card > .card-body {
    padding: 0 !important;
    border-bottom: 1px solid #e8e8e8;
}

div#providerFilterSection > .card > .card-body > .custom-control-block,
div#workForceProviderFilterSection > .card > .card-body > .custom-control-block,
div#workForceNPFilterSection > .card > .card-body > .custom-control-block {
    /*flex: 0 0 33.33%;
    max-width: 33.33%;*/
    width: 100%;
    padding: 0 !important;
    min-height: 0 !important;
}

div#providerFilterSection > .card > .card-body > .custom-control-block label.custom-control-label,
div#workForceProviderFilterSection > .card > .card-body > .custom-control-block label.custom-control-label,
div#workForceNPFilterSection > .card > .card-body > .custom-control-block label.custom-control-label {
    text-align: center;
    display: block;
    padding-top: 6px;
    opacity: 1;
    height: 35px;
    position: relative;
}

div#providerFilterSection > .card > .card-body > .custom-control-block label.custom-control-label:before,
div#workForceProviderFilterSection > .card > .card-body > .custom-control-block label.custom-control-label:before,
div#workForceNPFilterSection > .card > .card-body > .custom-control-block label.custom-control-label:before {
    display: none !important;
}

div#providerFilterSection > .card > .card-body > .custom-control-block input[type="radio"]:checked + label.custom-control-label,
div#workForceProviderFilterSection > .card > .card-body > .custom-control-block input[type="radio"]:checked + label.custom-control-label,
div#workForceNPFilterSection > .card > .card-body > .custom-control-block input[type="radio"]:checked + label.custom-control-label {
    background-color: #91c358;
}

div#providerFilterSection > .card > .card-body > .custom-control-block input[type="radio"]:checked + label.custom-control-label i,
div#workForceProviderFilterSection > .card > .card-body > .custom-control-block input[type="radio"]:checked + label.custom-control-label i,
div#workForceNPFilterSection > .card > .card-body > .custom-control-block input[type="radio"]:checked + label.custom-control-label i {
    color: #fff !important;
}

div#providerFilterSection > .card > .card-body > .custom-control-block label.custom-control-label i,
div#workForceProviderFilterSection > .card > .card-body > .custom-control-block label.custom-control-label i,
div#workForceNPFilterSection > .card > .card-body > .custom-control-block label.custom-control-label i {
    color: #a4a4a4 !important;
}

div#providerFilterSection > .card > .card-body > .custom-control-block label.custom-control-label:after,
div#workForceProviderFilterSection > .card > .card-body > .custom-control-block label.custom-control-label:after,
div#workForceNPFilterSection > .card > .card-body > .custom-control-block label.custom-control-label:after {
    background-color: #e8e8e8;
    height: 19px;
    width: 1px !important;
    right: 0;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
}

div#providerFilterSection > .card > .card-body > .custom-control-block input[type="radio"]:checked + label.custom-control-label:after,
div#workForceProviderFilterSection > .card > .card-body > .custom-control-block input[type="radio"]:checked + label.custom-control-label:after, 
div#workForceNPFilterSection > .card > .card-body > .custom-control-block input[type="radio"]:checked + label.custom-control-label:after {
    background: transparent !important;
}

.nonactive {
    padding: 10px 1.25rem 0rem 1.25rem;
}

.nonactive .custom-control-nonactive {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    cursor: pointer;
}

.nonactive .custom-control-nonactive > input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index:99;
}

.nonactive .custom-control-nonactive label.custom-control-label {
    position: relative;
    color: #858585;
    opacity: 1;
    padding: 0 0 0 30px;
}

.nonactive .custom-control-nonactive label.custom-control-label::before {
    left: 0;
}
.nonactive .custom-control-nonactive > input[type="checkbox"]:checked+label.custom-control-label:after {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.nonactive .custom-control-nonactive > input[type="checkbox"]:checked+label.custom-control-label:before {
    background-color: #82C644;
    border-color: #82C644;
}

/* 28 June 2022 End */

/* 01 Feb 2023 start */
.stickyNavBorder{
	border-bottom: 1px solid #f3f3f3;
}
/* 01 Feb 2023 End */

.staffheaderight {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.staffheaderight label{
	display: inline;
	margin: 0px;
}
.shiftLabelText{
	color: #f8ae1a !important; 
	text-transform: inherit !important; 
	margin: 5px 0px; 
	font-size: 13px !important;
}


.schedulePendingRow{
	display: flex;
    height: 40px;
    align-items: center;
    padding: 0px 10px;
}
.schedulePendingRowAction{
	display: flex;
	margin: 27px 0px 0px 0px;
}
.schedulePendingActionfont{
	font-size: 12px;
	font-weight: 700;
}
.patientLoginBtn{
    padding: 12px 20px;
    background: #5F6AF0;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.patientLoginBtn i{
	padding:0px 8px 0px 0px;	
}
.patientLoginBtn:hover{
	color: #fff;	
	background: #3841af;
}
.feedbacklogo{
 position: fixed;
 left: 25px;
 bottom: 50px;
 z-index: 9999;
}
.feedbacklogo a{
	display: block;
	color: #ffffff;
	background: #82c644;
 padding: 10px 18px;
 font-size: 16px;
 font-weight: 600;
 border-radius: 100px;
 box-shadow: 0px 5px 5px 0px #00000038;
}
.feedbacklogo a:hover{
	color: #ffffff;
	background: #67a430;
}
.feedbacklogo a i{
	 position: relative;
	padding: 0px 8px 0px 0px;
	top: 1px;
}
.visitTypeStyle{
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    background: #A431A0;
    color: #fff;
    padding: 5px 10px;
    border-top-left-radius: 0px;
    font-weight: 500;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.rpmStatusStyle{
    /*top: 33px;
    left: 66%;
    transform: translateX(-50%);*/
    font-size: 12px;
    background: #18aed2;
    color: #fff;
    padding: 5px 10px;
    border-top-left-radius: 0px;
    font-weight: 500;
    border-radius: 200px;
    transform: scale(0.8);
}
.admitAlertNotes{
	border-radius: 5px;
	border: 1px solid rgba(229, 174, 76, 0.25);
	background: #FDF2D8;
	color: #AD781A;
	position: absolute;
	padding: 5px 10px;
	top: -10px;
	left: 275px;
	font-size: 10px;
	width: 250px;
	z-index: 9999;
}
.admitAlertNotes:after {
    content: '';
    position: absolute;
    left: -15px; top: 32%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 15px 8px 0;
    border-color: transparent #FDF2D8 transparent transparent;
}

.switchSmall {
    display: inline-block;
}
.switchSmall input {
    display: none;
}
.switchSmall small {
    display: inline-block;
    width: 32px;
    height: 16px;
    background: #455a64;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}
.switchSmall small:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: .1s;
    box-shadow: -3px 0 3px rgba(0,0,0,0.1);
}
.switchSmall input:checked ~ small {
    background: #419641;
    transition: .1s;
}
.switchSmall input:checked ~ small:before {
    transform: translate(16px, 0px);
    transition: .1s;
}
.autoPlayWrapper, .playbackWrapper{
	display: flex; gap: 5px; align-items: center;
}


.filterButtonsWrapper{
	position: absolute; right: 0px; top: 0px;
	display: flex; gap: 10px;
	z-index: 9;
}
.filterButtonsWrapper > .noShowDiv{
	
	color: #172b4d; 
	font-size: 15px;
	border-radius: 6px;
	background: #091e420f;
    display: inline-flex; 
    gap: 5px;
    position: absolute;
    left: -177px;
    top: 10px;
}
.filterButtonsWrapper > .telehealthDiv{
    background: #6516ac; padding: 8px 15px; border-radius: 0 0 6px 6px;
    color: #fff; font-weight: 800; position: initial;
}
.filterButtonsWrapper > .serviceAptDiv{
    background: #B7D500; padding: 8px 15px; border-radius: 0 0 6px 6px;
    color: #fff; font-weight: 800; position: initial;
}
.noShowDiv {
	color:#FFFFFF; font-size: 15px;
	border-radius: 10px; background: #FFB546;
	display: inline-flex; align-item: center; gap: 5px;
}
.noShowDiv label{
	display: flex; align-items: center;
    font-size: 13px; font-weight: 600;
    padding: 0px 10px 0px 25px;
    margin: 0px; position: relative; cursor: pointer;
}
.noShowDiv > .custom-action-input{
	display: none;
}
.noShowDiv label:before{
   /* content: '';*/
    position: absolute; left: 6px; top: 50%; transform: translateY(-50%);
    width: 15px; height: 15px;
    border-radius: 4px; background:none; border: 2px solid #fff;
}
.noShowDiv .custom-action-input:checked ~.custom-action-label::after{
	/*content: "";*/
    position: absolute; top: 12px; left: 5.5px;
    display: block;
    width: 1rem; height: 1rem;
    background-repeat: no-repeat; background-position: center center; background-size: 50% 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.switchSmall {
    display: inline-block;
}
.switchSmall input {
    display: none;
}
.switchSmall small {
    display: inline-block;
    width: 32px;
    height: 16px;
    background: #455a64;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}
.switchSmall small:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: .1s;
    box-shadow: -3px 0 3px rgba(0,0,0,0.1);
}
.switchSmall input:checked ~ small {
    background: #419641;
    transition: .1s;
}
.switchSmall input:checked ~ small:before {
    transform: translate(16px, 0px);
    transition: .1s;
}
.autoPlayWrapper{
	display: flex; gap: 5px; align-items: center;
}

#custom-dialog-container-id.bootstrap-dialog.type-danger .modal-header{
	border-bottom: none;
}
#custom-dialog-container-id.modal-body{
	padding: 0px; margin: 8px 0px 0px 0px;
	color: #333333;
}
.alertAdmitSuccess{
	border-radius: 10px; background: #C90202; color: #ffffff;
	border: none; padding: 10px 25px;
}
.alertCancelBreakSuccess {
	border-radius: 10px; background: #82C644; color: #ffffff;
	border: none; padding: 10px 25px;
}
.alertAdmitCancel{
	border-radius: 10px; background: #000000; color: #ffffff;
	border: none; padding: 10px 25px;
}
.alertCanceled {
	border-radius: 10px; background: #000000; color: #ffffff;
	border: none; padding: 10px 25px;
}
.custom-title-css h3{
	font-size: 22px; font-weight: 700; color: #000000; margin: 0px 0px 5px 0px;
}
#custom-dialog-container-id .modal-dialog .modal-content .modal-body{
	padding: 0rem 1rem 1rem 1rem;
}
#custom-dialog-container-id .modal-dialog .modal-content .modal-body .bootstrap-dialog-body .bootstrap-dialog-message{
	color: #000 !important;
}
#custom-dialog-container-id .modal-dialog .modal-content .modal-footer .bootstrap-dialog-footer .bootstrap-dialog-footer-buttons{
	display: flex; flex-direction: row-reverse; gap: 20px;
}

.admitAlert {
  -webkit-animation-name: admitAlert;
  animation-name: admitAlert;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes admitAlert {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes admitAlert {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.admitAlert .modal-content{
	border-radius: 15px;
}

.noShowDiv > input[type="checkbox"]:checked + label {
    color: #0c66e4; 
    background: #e9f2ff;
    border-radius: 10px; 
}


.bootstrap-dialog .modal-content.admitPatientAlert {
    border-radius: 15px;
}

.admitPatientAlertBody {
	padding: 0rem 1rem 1rem 1rem;
}

.message-count {
    background-color: red;
    border: 1px solid #ccc;
    color:white;
    padding: 1px;
    height:22px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1000; /* Ensure it appears above other elements */
}

.btn-custom-yes {
    background-color: #E21313; 
    color: white; 

}

.btn-custom-no {
    background-color: white !important;
    color: black !important;
    padding: 8px 36px !important;
    border: 1px solid black !important; 
}

#city:disabled {
	background-color: white; /* Set background to white */
	color: #B7B7B7;
	cursor: not-allowed; /* Show the disabled cursor */
}

#state:disabled {
	background-color: white; /* Set background to white */
	color: #B7B7B7;
	cursor: not-allowed; /* Show the disabled cursor */
}

#zip:disabled {
	background-color: white; /* Set background to white */
	color: #B7B7B7;
	cursor: not-allowed; /* Show the disabled cursor */
}


#editCity:disabled,
#editState:disabled,
#editZip:disabled {
    background-color: white; /* Maintain a white background */
    color: #B7B7B7;
    cursor: not-allowed; /* Indicate the field is disabled */
}

.readonly-disabled {
    pointer-events: none; /* Prevent interaction */
    background-color: white; /* Keep the background white */
    color: #B7B7B7;
    cursor: not-allowed; /* Show disabled cursor */
}
	
.zocdocDiv {
    width: 129px;
    padding: 5px 10px 0 8px;
    display: flex;
    background: #091e420f;
    border-radius: 10px;
    font-weight: 500;
    margin: 8px 4px 0 0;
    /* justify-content: space-around; */
    gap: 8px;
}

.zocdocCheckBox{
    padding: 0 9px 13px 0;
}