/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@font-face {
	font-family: "startui";
	src: url("../fonts/startui.eot");
	src: url("../fonts/startui.eot?#iefix") format("embedded-opentype"), url("../fonts/startui.woff") format("woff"), url("../fonts/startui.ttf") format("truetype"), url("../fonts/startui.svg#startui") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	padding: 0 !important;
	margin: 0 !important;
}

.modal {
	padding-right: 0px !important;
}

.tmp_hide {
	display: none;
}

.tmp_show {
	display: none;
}

[role=button] {
	cursor: pointer
}

.cancel_btn {
	background: #000;
	color: #fff !important;
	border-radius: 30px;
	padding: 7px 20px;
	margin-left: 5px;
	/*width:100%*/
	;
}

.input-group-addon {
	padding: 12px 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	/*color: #555;*/
	color: #fff;
	text-align: center;
	/*background-color: #eee;*/
	background-color: #0069d9;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.all_page_box {
	border: #3f4079 1px solid;
	padding: 10px;
	border-radius: 5px;
}

/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
	position: fixed;
	z-index: 1100;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.0);
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.header-cart {
	position: fixed;
	z-index: 1100;
	width: 390px;
	max-width: calc(100% - 30px);
	height: 100vh;
	top: 0;
	right: -400px;
	background-color: #fff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.34;
	transition: all 0.4s;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	padding-right: 20px;
	padding-left: 40px;
}

.header-cart::after {
	content: "";
	display: block;
	width: 100%;
	height: 9%;
	min-height: 30px;
}

.show-header-cart {
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.6);
}

.show-header-cart .header-cart {
	right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
	max-width: 100%;
	min-height: 85px;
	padding-top: 15%;
}

.header-cart-content {
	flex-grow: 1;
	overflow: auto;
	align-content: space-between;
}

.header-cart-wrapitem {
	flex-grow: 1;
	width: 100%
}

/*---------------------------------------------*/
.header-cart-item-img {
	width: 60px;
	position: relative;
	margin-right: 20px;
	cursor: pointer;
}

.header-cart-item-img img {
	width: 100%;
}

.header-cart-item-img::after {
	content: '\e870';
	font-family: Linearicons-Free;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	opacity: 0;
}

.header-cart-item-img:hover:after {
	opacity: 1;
}

/*---------------------------------------------*/
.header-cart-item-txt {
	margin-left: 30px;
}

.header-cart-item {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	padding-top: 10px;
}

.header-cart-item-name {
	font-size: 14px;
	color: #555;
	line-height: 1.3;
	font-weight: 600;
}

.header-cart-item-info {
	display: block;
	font-size: 14px;
	color: #888;
	line-height: 1.5;
}

.header-cart-item-total {
	float: right;
	font-weight: 600;
	color: #555;
	margin-right: 10px;
}

.header-cart-grand-total {
	margin-top: 10px;
}

.header-cart-item-remove {
	/*width: 20px;
			position: absolute;*/
	/* margin-right: 20px; */
	/* cursor: pointer; */
}

.header-cart-total {
	font-size: 18px;
	color: #222;
	line-height: 1.3;
}

.cart-number {
	content: attr(data-notify);
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	min-width: 15px;
	height: 15px;
	padding: 0 3px;
	background-color: #be1522;
	/* border-radius: 50%; */
}

.js-show-cart {
	cursor: pointer;
}

.js-hide-cart {
	display: inline-block;
	cursor: pointer;
	float: right;
}

.s-full {
	width: 100%;
	height: 100%;
}

.header-cart-title span {
	font-size: 18px;
	line-height: 1.333333;
	text-transform: uppercase;
	font-weight: 600;
}

.js-hide-cart i.pe-7s-close-circle {
	font-size: 25px;
	color: #be1522;
	font-weight: 600;
}

.shopping-cart h4 {
	color: #d51e17;
	font-size: 20px;
}

.flex-w,
.flex-l,
.flex-r,
.flex-c,
.flex-sa,
.flex-sb,
.flex-t,
.flex-b,
.flex-m,
.flex-str,
.flex-c-m,
.flex-c-t,
.flex-c-b,
.flex-c-str,
.flex-l-m,
.flex-r-m,
.flex-sa-m,
.flex-sb-m,
.flex-col-l,
.flex-col-r,
.flex-col-c,
.flex-col-str,
.flex-col-t,
.flex-col-b,
.flex-col-m,
.flex-col-sb,
.flex-col-sa,
.flex-col-c-m,
.flex-col-l-m,
.flex-col-r-m,
.flex-col-str-m,
.flex-col-c-t,
.flex-col-c-b,
.flex-col-c-sb,
.flex-col-c-sa,
.flex-col-l-sb,
.flex-col-r-sb,
.flex-row,
.flex-row-rev,
.flex-col,
.flex-col-rev,
.dis-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-t {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
	.header-cart {
		padding: 30px;
	}

	.header-cart-title {
		padding-bottom: 35px;
	}
}

nav.navbar.static-top {
	padding: 0px !important;
	color: #fff;
	background-color: #132764 !important;
}

li.nav-item.nav-logout,
li.nav-item.nav-logout a {
	background-color: #bd1522;
	color: #fff !important;
}

li.nav-item a {
	color: #fff !important;
}

nav.navbar.static-top li.nav-item a.dropdown-item {
	color: #132764 !important;
}

.bottom-footer {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #be1522;
}

.condition_item {
	padding: 5px;
}

.strip_list .stock-badge {
	position: absolute;
	right: 15px;
	top: 20px;
	padding: 10px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
}

.cta_patient {
	border-top: 2px solid #fff;
}

/*Overlay loading. Absolute Center Spinner */
#loading_overlay {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
#loading_overlay:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
#loading_overlay:not(:required) {
	/* hide "loading_overlay..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

#loading_overlay:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*Overlay loading..*/
.box_general.profile_box {
	background-color: #132764;
}

.box_general.profile_box .box_cat_home img {
	left: 5%;
	right: 0;
	top: 16%;
	margin: 0;
	position: absolute;
	width: 50px;
	height: 50px;
}

.box_general.profile_box .box_cat_home span {
	padding: 0 0 0 60px;
	line-height: 18px;
	font-style: normal;
	margin: 4px 0;
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	align-items: center;
	display: table-cell;
	vertical-align: middle;
	color: #132764;
}

.box_general.service_box {
	background-color: #bc1522;
	padding: 25px 30px 0px 30px;
}

.box_general.service_box .box_cat_home img {
	left: 5%;
	right: 0;
	top: 16%;
	margin: 0;
	position: absolute;
	width: 50px;
	height: 50px;
}

.box_general.service_box .box_cat_home span {
	padding: 0 0 0 60px;
	line-height: 18px;
	font-style: normal;
	margin: 4px 0;
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	align-items: center;
	display: table-cell;
	vertical-align: middle;
	color: #bc1522;
}

.input_error {
	color: #bd1522;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}

span.must {
	color: #be1522;
	margin-left: 2px;
	/* content: 'O'; */
	font-weight: 600;
}

.action_button {
	text-align: center;
}

.btn_1.btn-success {
	background-color: #4CAF50;
}

.box_general.box_general_messenger {
	padding: 0px;
}

.box_general_messenger .message {
	background: none !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
}

div#ul_conversation li {
	list-style: none;
}

div#ul_conversation .chat-list-item {
	cursor: pointer;
}

div#ul_messages li {
	list-style: none;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.row.home_services .box_cat_home span {
	/* padding: 0 0 0 60px; */
	line-height: 18px;
	font-style: normal;
	margin: 4px 0;
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	align-items: center;
	/* display: table-cell; */
	vertical-align: middle;
	color: #bc1522;
	margin-left: 10px;
}

.row.home_services .box_cat_home span.service_description {
	display: block;
	text-align: center !important;
	font-size: 14px !important;
	color: #777 !important;
	font-weight: 300 !important;
	margin-top: 10px !important;
}

.row.home_services a.box_cat_home_condition {
	padding: 10px 15px;
	background-color: #ffffffc9
}

.row.home_services .box_cat_home_condition span {
	/* padding: 0 0 0 60px; */
	line-height: 18px;
	font-style: normal;
	margin: 4px 0;
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	align-items: center;
	/* display: table-cell; */
	vertical-align: middle;
	color: #bc1522;
	margin-left: 10px;
}

.row.home_services .box_cat_home_condition span.service_description {
	display: block;
	text-align: center !important;
	font-size: 14px !important;
	color: #777 !important;
	font-weight: 300 !important;
	margin-top: 10px !important;
}

.row.home_services a.box_cat_home_condition {
	padding: 10px 15px;
	background-color: #ffffffc9
}

.hide {
	display: none !important;
}

.pages_head {
	padding: 30px 0 120px 0;
	text-align: center;
	color: #fff;
}

.pages_head h1,
.pages_head h2 {
	color: #fff;
}

.or_span span {
	position: absolute;
	left: 45%;
	margin-top: 10px;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ededed;
	background: #bd1522;
	display: block;
	z-index: 9;
	font-size: 25px;
	color: #fff;
	line-height: 65px;
	text-align: center;
}

@media (max-width: 991px) {
	.or_span span {
		top: 9%;
		left: 50%;
		margin: -20px 0 0 -35px;
	}
}

.alert.alert-info .font-icon-inline,
.alert.alert-info.alert-icon .font-icon,
.ui-pnotify .alert.alert-info {
	color: #00a8ff;
}

.alert.alert-icon .font-icon {
	position: absolute;
	left: 11px;
	top: 9px;
}

/* ==========================================================================
   Checkbox & Radio
   ========================================================================== */
.checkbox,
.radio,
.checkbox-slide,
.checkbox-toggle,
.checkbox-bird,
.checkbox-detailed {
	position: relative;
	margin-bottom: .75rem;
}

.checkbox input,
.radio input,
.checkbox-slide input,
.checkbox-toggle input,
.checkbox-bird input,
.checkbox-detailed input {
	position: absolute;
	visibility: hidden;
}

.checkbox input+label,
.radio input+label,
.checkbox-slide input+label,
.checkbox-toggle input+label,
.checkbox-bird input+label,
.checkbox-detailed input+label {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	min-height: 18px;
	line-height: 18px;
	cursor: pointer;
}

.checkbox input:disabled+label,
.radio input:disabled+label,
.checkbox-slide input:disabled+label,
.checkbox-toggle input:disabled+label,
.checkbox-bird input:disabled+label,
.checkbox-detailed input:disabled+label {
	cursor: not-allowed;
	color: #8e9fa7;
}

.checkbox,
.radio {
	cursor: default;
}

.checkbox input+label,
.radio input+label {
	z-index: 2;
	padding: 0 0 0 24px;
}

.checkbox input+label:before,
.radio input+label:before,
.checkbox input+label:after,
.radio input+label:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.checkbox input+label:before,
.radio input+label:before {
	width: 16px;
	height: 16px;
	background: #fff;
	border: solid 1px #c5d6de;
}

.checkbox input+label:hover:before,
.radio input+label:hover:before {
	background-color: #d9f2ff;
	border-color: #00a8ff;
}

.checkbox input[type="checkbox"]+label:after,
.radio input[type="checkbox"]+label:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-family: "startui" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	position: relative;
	top: -0.15em;
	position: absolute;
	text-align: center;
	top: 0;
	font-size: 11px;
	line-height: 16px;
}

.checkbox input[type="checkbox"]+label:before,
.radio input[type="checkbox"]+label:before {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.checkbox input[type="radio"]+label:before,
.radio input[type="radio"]+label:before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.checkbox input:checked+label:before,
.radio input:checked+label:before {
	border-color: #00a8ff;
}

.checkbox input[type="checkbox"]:checked+label:after,
.radio input[type="checkbox"]:checked+label:after {
	content: "\22";
}

.checkbox input[type="radio"]:checked+label:after,
.radio input[type="radio"]:checked+label:after {
	width: 8px;
	height: 8px;
	background: #343434;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 4px;
	top: 4px;
}

.checkbox input:disabled+label:before,
.radio input:disabled+label:before {
	background-color: #eceff4;
	border-color: #dbe4eb;
}

.checkbox input[type="checkbox"]:disabled+label:after,
.radio input[type="checkbox"]:disabled+label:after {
	color: rgba(52, 52, 52, 0.4);
}

.checkbox input[type="radio"]:disabled+label:after,
.radio input[type="radio"]:disabled+label:after {
	background-color: rgba(52, 52, 52, 0.4);
}

.checkbox.checkbox-only,
.radio.checkbox-only {
	padding: 0;
	width: 16px;
	height: 16px;
	margin: 0;
}

.checkbox-slide input+label {
	padding: 0 0 0 52px;
}

.checkbox-slide input+label:before,
.checkbox-slide input+label:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.checkbox-slide input+label:before {
	left: 1px;
	top: 7px;
	width: 42px;
	height: 4px;
	-webkit-border-radius: 25rem;
	border-radius: 25rem;
	background: #929faa;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.checkbox-slide input+label:after {
	width: 20px;
	height: 20px;
	top: -1px;
	border: solid 1px #c5d6de;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: left .4s ease;
	transition: left .4s ease;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%, #e4f6ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4f6ff));
	background: linear-gradient(to bottom, #ffffff 0%, #e4f6ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4f6ff', GradientType=0);
}

.checkbox-slide input+label:hover:after {
	border-color: #00a8ff;
}

.checkbox-slide input:checked+label:before {
	background-color: #343434;
}

.checkbox-slide input:checked+label:after {
	left: 24px;
}

.checkbox-slide input:disabled+label:before {
	background-color: #c6d6df;
}

.checkbox-slide input:disabled+label:after {
	background: #fcfefe;
	border-color: #c5d6de;
	background: -webkit-linear-gradient(top, #fcfefe 0%, #edf2f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfefe), to(#edf2f5));
	background: linear-gradient(to bottom, #fcfefe 0%, #edf2f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefe', endColorstr='#edf2f5', GradientType=0);
}

.checkbox-toggle input+label {
	padding: 0 0 0 52px;
}

.checkbox-toggle input+label:before,
.checkbox-toggle input+label:after {
	content: '';
	display: block;
	-webkit-border-radius: 25rem;
	border-radius: 25rem;
	position: absolute;
	left: 0;
	top: -1px;
	height: 20px;
}

.checkbox-toggle input+label:before {
	width: 43px;
	background: #929faa;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.checkbox-toggle input+label:after {
	width: 20px;
	border: solid 1px #929faa;
	-webkit-transition: left .4s ease;
	transition: left .4s ease;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%, #eef4f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef4f7));
	background: linear-gradient(to bottom, #ffffff 0%, #eef4f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef4f7', GradientType=0);
}

.checkbox-toggle input+label:hover:after {
	border-color: #00a8ff;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9f8ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f8ff));
	background: linear-gradient(to bottom, #ffffff 0%, #e9f8ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f8ff', GradientType=0);
}

.checkbox-toggle input:checked+label:before {
	background-color: #00a8ff;
}

.checkbox-toggle input:checked+label:after {
	left: 23px;
	border-color: #00a8ff;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9f8ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f8ff));
	background: linear-gradient(to bottom, #ffffff 0%, #e9f8ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f8ff', GradientType=0);
}

.checkbox-toggle input:disabled+label:before {
	background-color: #dbe4eb;
}

.checkbox-toggle input:disabled+label:after {
	border-color: #dbe4eb;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%, #eef4f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef4f7));
	background: linear-gradient(to bottom, #ffffff 0%, #eef4f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef4f7', GradientType=0);
}

.checkbox-toggle.-large {
	margin-top: 15px;
}

.checkbox-toggle.-large input+label {
	padding: 0 0 0 69px;
	position: relative;
}

.checkbox-toggle.-large input+label:before,
.checkbox-toggle.-large input+label:after {
	-webkit-border-radius: 35rem;
	border-radius: 35rem;
	height: 30px;
	position: absolute;
	top: -6px;
}

.checkbox-toggle.-large input+label:before {
	width: 60px;
}

.checkbox-toggle.-large input+label:after {
	width: 30px;
}

.checkbox-toggle.-large input:checked+label:after {
	left: 30px;
}

.checkbox-toggle.-extra-large {
	margin-top: 27px;
}

.checkbox-toggle.-extra-large input+label {
	padding: 0 0 0 89px;
	position: relative;
}

.checkbox-toggle.-extra-large input+label:before,
.checkbox-toggle.-extra-large input+label:after {
	-webkit-border-radius: 45rem;
	border-radius: 45rem;
	height: 40px;
	position: absolute;
	top: -12px;
}

.checkbox-toggle.-extra-large input+label:before {
	width: 80px;
}

.checkbox-toggle.-extra-large input+label:after {
	width: 40px;
}

.checkbox-toggle.-extra-large input:checked+label:after {
	left: 40px;
}

.checkbox-bird input+label {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 28px;
	position: relative;
}

.checkbox-bird input+label:before {
	font-family: "startui" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	position: relative;
	top: -0.15em;
	content: "\55";
	color: rgba(173, 183, 190, 0.7);
	font-size: 1.125rem
		/*18/16*/
	;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
}

.checkbox-bird input:checked+label:before {
	color: #00a8ff;
}

.checkbox-bird.grey input:checked+label:before {
	color: #6b7a85;
}

.checkbox-bird.green input:checked+label:before {
	color: #46c35f;
}

.checkbox-bird.purple input:checked+label:before {
	color: #ac6bec;
}

.checkbox-bird.orange input:checked+label:before {
	color: #f29824;
}

.checkbox-bird.red input:checked+label:before {
	color: #fa424a;
}

.checkbox-detailed {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 12px 0;
}

.checkbox-detailed input+label {
	width: 200px;
	height: 84px;
	border: solid 1px #d8e2e7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px 0 50px;
	line-height: 1.4;
}

.checkbox-detailed input+label:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: solid 1px #c5d6de;
	position: absolute;
	left: 19px;
	top: 50%;
	margin-top: -6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.checkbox-detailed input:checked+label {
	background-color: #e4f6fe;
	border-color: #00a8ff;
}

.checkbox-detailed input:checked+label:before {
	border-color: #00a8ff;
	background-color: #00a8ff;
}

.checkbox-detailed .checkbox-detailed-tbl {
	display: table;
	width: 100%;
	height: 100%;
}

.checkbox-detailed .checkbox-detailed-cell {
	display: table-cell;
}

div#dynamic_view #secondary_nav {
	margin-bottom: 10px;
	border-radius: 5px;
}

div#dynamic_view #secondary_nav ul li a {
	color: #fff;
}

/*.justify-content-center {
				    -ms-flex-pack: center!important;
				    justify-content: center!important;
				    text-align: center !important;
		}
		*/
.budge_online {
	background-color: #3C6;
	height: 10px;
	width: 10px;
	border-radius: 50px;
	position: absolute;
	top: 20px;
	left: 80px;
}

.budge_busy {
	background-color: #bd1522;
	height: 10px;
	width: 10px;
	border-radius: 50px;
	position: absolute;
	top: 20px;
	left: 80px;
}

.budge_offline {
	background-color: #ccc;
	height: 10px;
	width: 10px;
	border-radius: 50px;
	position: absolute;
	top: 20px;
	left: 80px;
}

.strip_list ul li:last-child a.green {
	border: 2px solid #3C6;
	width: 200px;
	color: #3C6;
}

.strip_list ul li:last-child a.green:hover {
	background-color: #3C6;
	border: 2px solid #3C6;
	width: 200px;
	color: #fff;
}

div.collapse-group a {
	color: #bd1522 !important;
}

.module .collapse,
.module .collapsing {
	height: 2.4rem;
	/* [NUM_OF_LINES] x [LINE_HEIGHT] */
}

.module .collapse {
	position: relative;
	/* For ...'s content absolute positioning */
	display: block;
	overflow: hidden;
}

.module .collapse:before {
	content: ' ...';
	position: absolute;
	right: 0;
	bottom: 0;
}

.module .collapse.show {
	height: auto;
	/* You need to reset the height when not collapsed */
}

.module .collapse.show:before {
	display: none;
	/* Of course you don't want to display ... */
}

.module a.collapsed:after {
	content: '+ Show More';
}

.module a:not(.collapsed):after {
	content: '- Show Less';
}

.ahpra_right {
	position: absolute;
	right: 15px;
	top: 20px;
}

li.known_language span {
	color: #000000;
	font-weight: 600;
	background-color: #f5f8fa;
	padding: 2px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 3px;
}

/* Doctor List */
.doctor_filters_listing {
	border-bottom: 1px solid #e1e8ed;
	padding: 15px 0;
}

.doctor_filters_listing.map_listing {
	border-bottom: none;
}

.doctor_filters_listing ul {
	margin: 0;
}

.doctor_filters_listing ul li {
	margin-right: 10px;
	display: inline-grid;
}

.doctor_filters_listing ul li h6 {
	font-size: 12px;
	font-size: 0.75rem;
	color: #999;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.doctor_filters_listing ul li h6 {
		/* For less than 767px */
	}
}

@media (max-width: 767px) {
	.doctor_filters_listing ul li:nth-child(2) {
		/* For less than 767px */
		float: left;
	}
}

@media (max-width: 767px) {
	.doctor_filters_listing ul li:nth-child(3) {
		/* For less than 767px */
		float: left;
		clear: both;
	}
}

.saved-cards-detailed {
	vertical-align: top;
}

.saved-cards input,
.saved-cards-bird input,
.saved-cards-detailed input,
.saved-cards-slide input,
.saved-cards-toggle input,
.radio input {
	position: absolute;
	visibility: hidden;
}

input[type=saved-cards],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

.saved-cards-detailed input:checked+label {
	background-color: #e4f6fe;
	border-color: #00a8ff;
}

.saved-cards-detailed input+label {
	width: 100%;
	height: 84px;
	border: solid 1px #d8e2e7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px 0 50px;
	line-height: 1.4;
}

.saved-cards input+label,
.saved-cards-bird input+label,
.saved-cards-detailed input+label,
.saved-cards-slide input+label,
.saved-cards-toggle input+label,
.radio input+label {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	min-height: 18px;
	line-height: 18px;
	cursor: pointer;
}

.saved-cards-detailed input:checked+label:before {
	border-color: #00a8ff;
	background-color: #00a8ff;
}

.saved-cards-detailed input+label:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: solid 1px #c5d6de;
	position: absolute;
	left: 19px;
	top: 50%;
	margin-top: -6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.saved-cards-detailed .saved-cards-detailed-tbl {
	display: table;
	width: 100%;
	height: 100%;
}

.saved-cards-detailed .saved-cards-detailed-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}

.saved-cards-detailed .saved-cards-detailed-title {
	font-weight: 600;
	display: block;
}

.glyphicon-bell {
	font-size: 1.5rem;
}

.notifications {
	min-width: 420px;
}

.notifications-wrapper {
	overflow: auto;
	max-height: 250px;
}

.notifications .menu-title {
	color: #bd1522;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 0px !important;
}

.notifications .menu-title a {
	color: #bd1522 !important;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 0px !important;
}

.notifications .divider {
	text-align: center;
	height: 1px;
	margin: 0px;
	background-color: #e1e8ed
}

.glyphicon-circle-arrow-right {
	margin-left: 10px;
}

.notification-heading,
.notification-footer {
	padding: 2px 10px;
}

.dropdown-menu.divider {
	margin: 5px 0;
}

.item-title {
	font-size: 1.3rem;
	color: #000;
}

.notifications a.content {
	text-decoration: none;
	background: #ccc;
}

.notification-item {
	padding: 10px;
	margin: 5px;
	background: #ccc;
	border-radius: 4px;
}

ul.submenu li a {
	color: #000 !important;
}

ul.submenu li {
	padding: 10px;
	margin: 5px;
	background: #f7f7f7;
	border-radius: 4px;
	border: 1px solid #e1e8ed;
}

ul.submenu small.media-meta {
	/* position: absolute; */
	right: 20px;
	top: 20px;
	padding: 10px;
	/* border-radius: 5px; */
	font-size: 12px;
	font-weight: 600;
	float: right;
}

ul.submenu p {
	margin-bottom: 5px;
}

/* ul.submenu span.badge {
	margin-top: 10px;
} */

.notification-footer {
	text-align: right;
	padding: 5px 10px;
}

.modal-body video {
	position: inherit;
}

.form_title h3.label-success>strong {
	background-color: #4CAF50;
}

.bell_ringing {
	display: block;
	width: 40px;
	height: 40px;
	/* font-size: 40px; */
	margin: 20px 20px;
	/* color: #9e9e9e; */
	-webkit-animation: ring 4s .7s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 4s .7s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 4s .7s ease-in-out infinite;
	transform-origin: 50% 4px;
	position: absolute;
	top: 0px;
	right: 0px;
}

@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotateZ(0);
	}

	1% {
		-webkit-transform: rotateZ(30deg);
	}

	3% {
		-webkit-transform: rotateZ(-28deg);
	}

	5% {
		-webkit-transform: rotateZ(34deg);
	}

	7% {
		-webkit-transform: rotateZ(-32deg);
	}

	9% {
		-webkit-transform: rotateZ(30deg);
	}

	11% {
		-webkit-transform: rotateZ(-28deg);
	}

	13% {
		-webkit-transform: rotateZ(26deg);
	}

	15% {
		-webkit-transform: rotateZ(-24deg);
	}

	17% {
		-webkit-transform: rotateZ(22deg);
	}

	19% {
		-webkit-transform: rotateZ(-20deg);
	}

	21% {
		-webkit-transform: rotateZ(18deg);
	}

	23% {
		-webkit-transform: rotateZ(-16deg);
	}

	25% {
		-webkit-transform: rotateZ(14deg);
	}

	27% {
		-webkit-transform: rotateZ(-12deg);
	}

	29% {
		-webkit-transform: rotateZ(10deg);
	}

	31% {
		-webkit-transform: rotateZ(-8deg);
	}

	33% {
		-webkit-transform: rotateZ(6deg);
	}

	35% {
		-webkit-transform: rotateZ(-4deg);
	}

	37% {
		-webkit-transform: rotateZ(2deg);
	}

	39% {
		-webkit-transform: rotateZ(-1deg);
	}

	41% {
		-webkit-transform: rotateZ(1deg);
	}

	43% {
		-webkit-transform: rotateZ(0);
	}

	100% {
		-webkit-transform: rotateZ(0);
	}
}

@-moz-keyframes ring {
	0% {
		-moz-transform: rotate(0);
	}

	1% {
		-moz-transform: rotate(30deg);
	}

	3% {
		-moz-transform: rotate(-28deg);
	}

	5% {
		-moz-transform: rotate(34deg);
	}

	7% {
		-moz-transform: rotate(-32deg);
	}

	9% {
		-moz-transform: rotate(30deg);
	}

	11% {
		-moz-transform: rotate(-28deg);
	}

	13% {
		-moz-transform: rotate(26deg);
	}

	15% {
		-moz-transform: rotate(-24deg);
	}

	17% {
		-moz-transform: rotate(22deg);
	}

	19% {
		-moz-transform: rotate(-20deg);
	}

	21% {
		-moz-transform: rotate(18deg);
	}

	23% {
		-moz-transform: rotate(-16deg);
	}

	25% {
		-moz-transform: rotate(14deg);
	}

	27% {
		-moz-transform: rotate(-12deg);
	}

	29% {
		-moz-transform: rotate(10deg);
	}

	31% {
		-moz-transform: rotate(-8deg);
	}

	33% {
		-moz-transform: rotate(6deg);
	}

	35% {
		-moz-transform: rotate(-4deg);
	}

	37% {
		-moz-transform: rotate(2deg);
	}

	39% {
		-moz-transform: rotate(-1deg);
	}

	41% {
		-moz-transform: rotate(1deg);
	}

	43% {
		-moz-transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(0);
	}
}

@keyframes ring {
	0% {
		transform: rotate(0);
	}

	1% {
		transform: rotate(30deg);
	}

	3% {
		transform: rotate(-28deg);
	}

	5% {
		transform: rotate(34deg);
	}

	7% {
		transform: rotate(-32deg);
	}

	9% {
		transform: rotate(30deg);
	}

	11% {
		transform: rotate(-28deg);
	}

	13% {
		transform: rotate(26deg);
	}

	15% {
		transform: rotate(-24deg);
	}

	17% {
		transform: rotate(22deg);
	}

	19% {
		transform: rotate(-20deg);
	}

	21% {
		transform: rotate(18deg);
	}

	23% {
		transform: rotate(-16deg);
	}

	25% {
		transform: rotate(14deg);
	}

	27% {
		transform: rotate(-12deg);
	}

	29% {
		transform: rotate(10deg);
	}

	31% {
		transform: rotate(-8deg);
	}

	33% {
		transform: rotate(6deg);
	}

	35% {
		transform: rotate(-4deg);
	}

	37% {
		transform: rotate(2deg);
	}

	39% {
		transform: rotate(-1deg);
	}

	41% {
		transform: rotate(1deg);
	}

	43% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(0);
	}
}

.avatar {
	height: 100px;
	position: relative;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.avatar img {
	border-radius: 9999px;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 2;
}

@keyframes cycle-colors {
	0% {
		border-color: hsl(0, 100%, 50%);
	}

	25% {
		border-color: hsl(90, 100%, 50%);
	}

	50% {
		border-color: hsl(180, 100%, 50%);
	}

	75% {
		border-color: hsl(270, 100%, 50%);
	}

	100% {
		border-color: hsl(360, 100%, 50%);
	}
}

@keyframes pulse {
	to {
		opacity: 0;
		transform: scale(1);
	}
}

.avatar::before,
.avatar::after {
	animation: pulse 2s linear infinite;
	border: #ccc solid 8px;
	border-radius: 9999px;
	box-sizing: border-box;
	content: ' ';
	height: 140%;
	left: -20%;
	opacity: .6;
	position: absolute;
	top: -20%;
	transform: scale(0.714);
	width: 140%;
	z-index: 1;
}

.avatar::after {
	animation-delay: 1s;
}

.avatar:hover::before,
.avatar:hover::after {
	animation: pulse 1s linear infinite, cycle-colors 6s linear infinite;
}

.avatar:hover::after {
	animation-delay: .5s;
}

.calling_doctor {
	margin-top: 20px;
	font-size: 30px;
	margin-bottom: 10px;
}

p.lead.text-muted a.btn {
	color: #fff !important;
}

.sweet-alert p.lead.text-muted {
	margin-bottom: 0px !important;
}

.tablet_con {
	background-image: url(../img/tablet_bg_min.jpg);
	background-repeat: no-repeat;
	background-color: #132764;
	background-position: center top;
	margin-top: -60px;
}

.condition_item a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 500px;
}

.medication_item a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 500px;
}

.top_read_notification {
	float: right;
	/* margin-right: 10px; */
}

#container_availability td input[type="text"] {
	width: 66px;
}

.datetimepicker-dropdown-bottom-right {
	width: 200px !important;
}

/* Patient Message */
.chat-area .write-message {
	padding: 10px !important;
}

.messenger .write-message textarea {
	border: 1px solid #ccc !important;
}

/* FRONTEND MENU SCROLL */
.main-menu .show-submenu-ul {
	height: auto;
	max-height: 400px;
	overflow-x: hidden;
}