body {
	font-family: Lato, Helvetica, sans-serif;
	overflow-y: scroll;
}

a {
	color: #286CE2;
}
#kt_header_search{
	flex-wrap: wrap;
}
.app-header{
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgb(0, 0, 0, .1);
    top: 0;
    height: 80px;
    z-index: 999;
}
.app-header .app-container{
	height: 100%;
}

.logo-anthem {
    width: auto;
    max-height: 100%;
    height: auto;
    max-width: 100%;
}

.btn-light-payers {
	border: 1px solid #ddd !important;
}

.container-search {
	background-color: #286CE2;
	width: 100%;
}

.container-search .form-select {
	border-radius: 0.95rem 0 0 0.95rem !important;
	padding-top: 2rem;
	background-color: #22486C !important;
	color: #fff !important;
	border: 1px solid #22486C;
}

.form-control.form-control-solid {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 12px;
	height: 46px;
	color: #666;
	font-size: 18px;
}

.menu-sub h3 {
	color: #333 !important;
	background: #F3F3F3;
	padding: 8px 10px;
	line-height: 1.4rem;
	font-size: 14px;
	font-weight: 400;
}

.container-search .select2-selection__rendered {
	color: #fff !important;
}

.container-search .form-control {
	/* padding-top: 2rem; */
}

.container-search .search-input {
	border-radius: 2px !important;
    border: 2px solid transparent;
    box-shadow: 0px 0px 0px 1px #949494 !important;
}

.container-search .search-input:focus {
    border: 2px solid #0058bf;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px #ffffff !important;
}

.container-search .form-control-city {
	border-radius: 0 !important;
}

.container-search .form-control-city {
	border-left: 1px solid #D9DADB;
}

.container-search .btn-active-primary.active {
	border-radius: 2px !important;
	position: relative;
	/* top: 21px; */
	background-color: #4FB5FF !important;
	width: 65px;
	height: 46px;
	margin-left: 4px;
}

.search-btn.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg),.login-btn {
    box-shadow: 0px 0px 0px 1px #4FB5FF !important;
}

.menu-sub-dropdown {
	border-radius: 0;
	padding: 15px 10px;
	max-height: 800px;
	height: inherit !important;
}

@media (min-width: 992px) {
	.mh-lg-350px {
		max-height: 650px !important;
	}
}


.menu-sub-dropdown .menu-result {
	padding: 10px;
	border-bottom: 1px solid #F3F3F3;
}

.menu-sub-dropdown a {
	color: #286CE2;
}

.txt-upper {
	text-transform: uppercase;
}

.payers-avatar-img {
	width: 90px !important;
	height: 90px !important;
}

h3.card-title::after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #497BAB;
	position: absolute !important;
	top: 50px;
	display: block;
	flex: none;
}

.pagination {

	flex-wrap: inherit;
	justify-content: inherit;
	margin-bottom: 24px;
}

.page-item .page-link {
	border-radius: 100px !important;
}


#kt_project_users_card_pane .card {
	background-color: #fff;
	border-radius: 0 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
}

#kt_project_users_card_pane .card .card-body {
	padding: 0;
}

.result-provider-name {
	text-transform: uppercase;
}
#loginForm{
    margin: auto;
}

.btn-primary {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 12px !important;
	padding: 8px 15px;
}

.form-check-custom.form-check-solid .form-check-input,
.form-check-input[type=checkbox] {
	border-radius: 0;
	border: 1px solid #949494;
	background-color: #fff;
}

.page-link {
	background-color: #ddd;
	color: #222;
}

.page-item.prev .page-link,
.page-item.next .page-link,
.page-item.first .page-link,
.page-item.last .page-link {
	border-radius: 100px;
	background: #fff;
	border: 1px solid #286CE2;
}

.page-item.prev .page-link,
.page-item.prev .page-link i,
.page-item.next .page-link,
.page-item.next .page-link i {
	color: #286CE2 !important;
}
.loader {
	background: rgba(0, 0, 0, .2);
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 110;
}

.loading-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 115;
	width: 60px;
	height: 60px;
	margin: auto;
	border: 8px solid #ffffff;
	border-radius: 50%;
	border-top: 8px solid #7ea3f3;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0px;
		opacity: 1
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

.search-icon .las {
    font-size: 36px;
    color: #276adf;
}

.turn-around-time {
    min-width: 150px;
    color: #fff;
}
.back-to-top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 158, 247, .3);
    width: 36px;
    height: 36px;
    border-radius: .95rem;
    opacity: 0;
    display: block;
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    transition: all 0.3s;
}
.back-to-top > i {
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    width: 36px;
    color: #fff;
}
.no-data-available i{
	color: #444 !important;
	font-size: 14px !important;
}

.back-to-top.show {
    opacity: 1;
    transform: scale(1);
}

.back-to-top.show:hover {
    background: rgba(0, 158, 247, 1);
    opacity: 1;
}

.spl-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
li.result-provider-specialty a {
    text-transform: capitalize;
}
li.result-provider-specialty a.data-matched-true {
    font-weight: bold;
	color: #0067A8;
}
.show-hide {
    cursor: pointer;
    display: inline;
}

.show-hide:hover{
    text-decoration: underline !important;
}

.show-hide::after {
    content: '...';
}
.provider-intro{
	font-size: 14px !important;
	position: relative;
}

.provider-intro a,
ol li::marker {
    color: #286ce2;
}
.search-results a:hover{
	color: #286CE2;
	text-decoration: underline !important;
}
.provider-intro i{
	color: #444 !important;
	font-size: inherit;
	font-weight: bold;
}
.provider-intro a:not(.show-hide,.show-hide-spcl)::after,
.provider-intro a:not(.show-hide,.show-hide-spcl)::before {
	content: '"' !important;
}
.show-hide-spcl{
	cursor: pointer;
}
.show-hide-spcl::before {
    content: "[...";
}
.show-hide-spcl::after {
    content: "]";
}
.show-hide-spcl i{
	font-weight: bold;
}
ol {
    padding-left: 2.6rem;
}

.pagination {
    position: relative;
}

.page-item.pageNumbers {
    position: absolute;
    width: 200px;
    top: 40px;
}

.page-item.pageNumbers > a {
    width: 100%;
    background: none;
}

.tooltip{
	border: 1px solid #6598f1;
	max-width: 200px;
	box-shadow: 0px 0px 10px 0px #cfcfcf;
}
.tooltip::before {
    content: ' ';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #6598f1;
    position: absolute;
    left: -10px;
}
.tooltip.bd-white::before{
	border-right-color: #fff;
}
.loc-hover {
    color: blue;
    cursor: default;
}

.back-search-link {
    position: absolute;
    top: -40px;
    background: none;
    border: none;
    padding: 0;
    color: #286CE2;
	font-weight: bold;
}
.back-search-link:hover{
	text-decoration: underline;
}

.text-center.no-data-available {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 10px;
}
.provider-intro .la-long-arrow-alt-left {
    font-size: 28px;
    vertical-align: middle;
    color: #286CE2 !important;
    margin-right: 5px;
}
.example-query{
	font-style: italic;
	color: #fff;
	font-size: 0.9em;
}
.example-query i{
	color: #fff;
	font-size: 1.3em;
	vertical-align: middle;
}
#tooltipExample{
	max-width: 350px;
}
#dialog{
	display: none;
}
.ui-widget.ui-widget-content {
    border-color: #6ab2e5;
    padding: 0;
	border-radius: 3px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    background: #6ab2e5;
    color: #fff;
    border-radius: 3px 3px 0 0px;
    border: 0 none;
}
.ui-dialog .ui-dialog-titlebar-close{
	display: none;
}
span.refresh_token {
    color: #4f7fd1;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
	.container-search .form-select,
	.container-search .btn-active-primary.active {
		border-radius: 0 !important;

	}

	.m-collapse-row {
		flex-direction: column;
	}

	.m-collapse {
		width: 100% !important;
		flex-direction: column;
	}

	.payers-avatar-col {
		margin: 0 auto !important;
		text-align: center !important;
	}

	.payers-avatar-img {
		width: 120px !important;
		height: 120px !important;
		margin: 0 auto !important;
	}

}