@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900&display=swap');

@font-face {
	font-family: 'side-menu';
	src: url('../fonts/side-menu.eot?34926753');
	src: url('../fonts/side-menu.eot?34926753#iefix') format('embedded-opentype'), url('../fonts/side-menu.woff?34926753') format('woff'), url('../fonts/side-menu.ttf?34926753') format('truetype'), url('../fonts/side-menu.svg?34926753#side-menu') format('svg');
	font-weight: normal;
	font-style: normal;
}

:root {
	--text-highlight: #0071BC;
}

.nav-link.active .side-menu-icon,
.side-menu .nav-item a:hover .side-menu-icon {
	color: var(--text-highlight, #0071BC) !important;
}

.side-menu-icon {
	font-family: "side-menu";
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	vertical-align: middle;
	speak: never;
	color: #9F9F9F;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .4em !important;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* You can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}



body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 500;
	color: #333333;
	overflow: hidden;
}

a {
	outline: none;
	box-shadow: none;
}

button:focus {
	outline: 0px;
	box-shadow: none !important;
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: none;
}

.navbar {
	box-shadow: 1px 0px 10px #CDCDCD;
	background: #fff;
	z-index: 999;
	height: 70px;
}

.bg-light {
	background-color: #fafafa !important;
}

.border-right {
	border-right: 1px solid #E8E8E8 !important;
}

.list-group-item {
	border-bottom: 1px solid #EFEFEF !important;
}

#sidebar-wrapper {
	min-height: calc(100vh - 70px);
}

textarea.no-resize {
	resize: none;
	height: 130px;
	overflow: auto
}

h1 {
	font-size: 20px;
	color: var(--text-highlight, #0071BC);
	font-weight: 600;
}


/***********sidebar nav start*************/

#sidebar-wrapper .nav-link[data-toggle].collapsed:after {
	content: "";
	display: block;
	width: 3px;
	height: 55px;
	/*background: #fafafa;*/
	float: right;
}

#sidebar-wrapper .nav-link[data-toggle]:not(.collapsed):after {
	content: "";
	display: block;
	width: 3px;
	height: 55px;
	background: var(--text-highlight, #0071BC);
	float: right;
}

.side-menu .nav-item {
	border-bottom: 1px solid #ececed;
}

	.side-menu .nav-item a {
		color: #333;
		font-size: 15px;
		font-weight: 600;
		padding: 0rem 0rem 0rem 1rem;
		outline: none;
		line-height: 55px;
	}

		.side-menu .nav-item a:hover {
			color: var(--text-highlight, #0071BC);
		}


.subnav .nav-item {
	color: #112344;
	font-size: 15px;
	font-weight: 300;
}

	.subnav .nav-item:last-child {
		border: none;
	}

	.subnav .nav-item a:focus {
		color: var(--text-highlight, #0071BC);
	}

.subnav .nav-item {
	border-bottom: 0;
}

.side-menu .subnav {
	border-top: 1px solid #ececed;
	padding-left: 40px !important;
}

.side-menu .nav-item a.active {
	color: var(--text-highlight, #0071BC);
}

	.side-menu .nav-item a.active:after {
		content: "";
		display: block;
		width: 3px;
		height: 55px;
		background: var(--text-highlight, #0071BC);
		float: right;
	}

.side-menu .nav-item .subnav a.active:after {
	background: transparent;
}

/************simple sidebar styles************/

#wrapper {
	overflow-x: hidden;
}

#sidebar-wrapper {
	margin-left: -15rem;
	-webkit-transition: margin .25s ease-out;
	-moz-transition: margin .25s ease-out;
	-o-transition: margin .25s ease-out;
	transition: margin .25s ease-out;
}

	#sidebar-wrapper .sidebar-heading {
		padding: 0.875rem 1.25rem;
		font-size: 1.2rem;
	}

	#sidebar-wrapper .list-group {
		width: 15rem;
	}

#page-content-wrapper {
	/* min-width: 100vw;*/
	width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
	margin-left: 0;
}


#sidebar-wrapper {
	position: fixed;
	z-index: 100;
}

#page-content-wrapper {
	padding-left: 0;
	-webkit-transition: padding .25s ease-out;
	-moz-transition: padding .25s ease-out;
	-o-transition: padding .25s ease-out;
	transition: padding .25s ease-out;
}

#menu-toggle {
	display: block;
}

#sidebar-wrapper {
	width: 240px;
}

#sidebar-wrapper,
#page-content-wrapper {
	height: calc(100vh - 70px);
	position: fixed;
	top: 70px;
	overflow-y: auto;
	overflow-x: hidden;
}

#page-content-wrapper {
	position: absolute;
}


@media (min-width: 1025px) {

	#sidebar-wrapper {
		margin-left: 0;
	}

	#page-content-wrapper {
		min-width: 0;
		width: 100%;
		padding-left: 240px;
	}

	#wrapper.toggled #sidebar-wrapper {
		margin-left: -15rem;
	}

	#menu-toggle {
		display: none;
	}
}

/************simple sidebar styles************/


/***********sidebar nav end*************/

.img-profile {
	width: 50px;
	height: 50px;
}

.user-image {
	padding: 0;
}

.profile-name {
	font-size: 15px;
	color: #000000;
	font-weight: 600;
}

.card {
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
	border: 1px solid #EEEEEE;
	border-radius: 10px;
}

.card-header {
	background-color: transparent;
}

.card-footer {
	background-color: transparent;
	border-top-color: #EDF0F2;
}

.carrier-card {
	margin-bottom: 24px;
}

/*no-carrier-section*/
.no-carrier-section {
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	position: relative;
	height: calc(100vh - 205px);
}

/*no-carrier-section*/

.carrier-card .carrier-img {
	border-bottom: 1px solid #E8E8E8;
	height: 112px;
}

	.carrier-card .carrier-img img {
		/* height: 112px;*/
		width: auto;
		padding-left: 16px;
		padding-right: 16px;
	}

.carrier-card .card-body {
	padding: 0;
}

.carrier-card .card-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 24px 16px 0px 16px;
}

.carrier-card .card-text {
	font-size: 14px;
	font-weight: 500;
	padding: 0px 16px;
}

.carrier-card .active-members {
	font-size: 18px;
	font-weight: 800;
	color: #333;
	padding: 0px 16px 16px 16px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 0;
}

.edit-btn {
	padding: 16px;
	display: block;
	float: left;
}

.delete-btn {
	padding: 16px;
	display: block;
	float: left;
}

	.edit-btn:hover,
	.delete-btn:hover {
		background-color: #F3F3F3;
	}



.separation-right {
	border-right: 1px solid #E8E8E8;
}

.btn-link {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}

	.btn-link i {
		color: var(--text-highlight, #0071BC);
	}

	.btn-link:hover {
		color: var(--text-highlight, #0071BC);
		text-decoration: none;
	}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #333333;
	background-color: #fff;
	border-color: #E2E2E2;
	font-weight: 600;
}

	.btn-primary:hover {
		border-color: #e8e8e8;
		background-color: #F3F3F3;
		color: #333333;
	}


	.btn-primary i {
		color: var(--text-highlight, #0071BC);
	}

.btn-secondary {
	color: #666666;
	background-color: #fff;
	border-color: transparent;
	font-weight: 600;
}

	.btn-secondary:hover,
	.btn-secondary:focus,
	.btn-secondary:active,
	.btn-secondary:not(:disabled):not(.disabled):active {
		border-color: transparent;
		background-color: transparent;
		color: #333333;
	}

.btn {
	border-radius: 50rem;
	font-size: 15px;
}

.search-field.form-control {
	border-radius: 50rem;
	border-right-width: 0;
}

.search-box .btn-outline-secondary {
	border-color: #E2E2E2;
	border-left-width: 0;
}

	.search-box .btn-outline-secondary:hover,
	.search-box .btn-outline-secondary:active,
	.search-box .btn-outline-secondary:not(:disabled):not(.disabled):active {
		background-color: transparent;
		border-color: #E2E2E2;
	}

	.search-box .btn-outline-secondary i {
		color: var(--text-highlight, #0071BC);
	}


.search-box .form-control {
	border-color: #E2E2E2;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
}

/*breadcrumb start*/

.breadcrumb {
	background-color: transparent;
}

.breadcrumb-item {
	color: #666666;
}

	.breadcrumb-item a {
		color: var(--text-highlight, #0071BC);
	}

	.breadcrumb-item.active {
		color: #666666;
	}

/*breadcrumb end*/

.add-carrier-card {
	margin-bottom: 15px;
}

	.add-carrier-card .card-body {
		background-color: #FBFBFB;
	}

	.add-carrier-card .card-header {
		background-color: transparent;
		border-bottom: 2px solid var(--text-highlight, #0071BC);
		color: var(--text-highlight, #0071BC);
		font-weight: 600;
	}

.form-control {
	border-color: #E0E0E0;
	border-radius: 6px;
	background-color: #fff;
	filter: none;
	font-size: 15px;
}

.custom-select {
	background: url("../images/select-bg-image.svg") no-repeat right .75rem center;
	background-color: #fff;
}

	.custom-select.is-invalid,
	.was-validated .custom-select:invalid {
		background: url("../images/select-bg-image.svg") right .75rem center/12px 12px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
	}

	.custom-select.is-valid,
	.was-validated .custom-select:valid {
		background: url("../images/select-bg-image.svg") right .75rem center/12px 12px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
	}


label {
	color: #212529;
	font-weight: 600;
	font-size: 15px;
}

.add-carrier-logo-box {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
	border: 9px solid #ffffff;
	border-radius: 10px;
	padding: 9px;
	min-width: 170px;
	width: 100%;
	height: 170px;
	background-color: #ffffff;
}



	.add-carrier-logo-box:after {
		content: '';
		position: absolute;
		top: -10px;
		left: -9px;
		right: -9px;
		bottom: -9px;
		background: #EEEEEE;
		z-index: -1;
		border-radius: 10px;
	}

.add-carrier-logo-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	border-radius: 5px;
}

.expandable-card .card-header {
	border-bottom: 0;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	padding: 12px 15px;
}

.expandable-card .card-body {
	border-top: 3px solid #EBEBEB;
}

.expandable-card .card-header .btn {
}

	.expandable-card .card-header.btn:after {
		font-family: "Font Awesome 5 Free";
		content: "\f106";
		font-size: 20px;
		float: right;
		font-weight: 600;
		color: var(--text-highlight, #0071BC);
		position: absolute;
		right: 20px;
		top: 10px;
	}

	.expandable-card .card-header.btn.collapsed:after {
		content: "\f107";
		float: right;
		font-weight: 600;
	}

.line-business-card.card {
	margin-bottom: 24px;
}

.line-business-card .card-header {
	padding: 16px;
}

.line-business-card .card-body {
	padding: 16px;
}

.line-business-card .card-footer {
	padding: 0;
	background-color: transparent;
	border-top-color: #E5E5E5;
}

.line-business-card .card-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.line-business-card .card-text {
	font-size: 14px;
	font-weight: 500;
}

.line-business-card .card-body-items {
	font-size: 18px;
	font-weight: 800;
	color: #333;
	text-align: center;
}

	.line-business-card .card-body-items img {
		height: 39px;
	}

	.line-business-card .card-body-items span {
		color: #444444;
		font-weight: 700;
		font-size: 14px;
	}

.info-box {
	display: block;
	min-height: 90px;
	background: #fff;
	width: 100%;
	border: 1px solid #EBE6D9;
	border-radius: 45px;
	margin-bottom: 15px;
	color: #000000;
}

.info-box-content {
	padding: 5px 10px;
	margin-left: 90px;
}

.info-box-number {
	display: block;
	font-weight: 800;
	font-size: 22px;
}

.info-box-text {
	font-weight: 400;
	font-size: 14px;
}

.info-box-icon {
	display: block;
	float: left;
	height: 74px;
	width: 74px;
	border-radius: 45px;
	text-align: center;
	font-size: 45px;
	line-height: normal;
	border: 1px solid #F1F1F1;
	background-color: #F9F9F9;
	margin-left: 7px;
	margin-top: 7px;
}

.info-box-button .btn {
	padding: 6px;
	border-radius: 50px;
	width: 46px;
	height: 46px;
	line-height: 27px;
}

.additional-info-content {
	border-bottom: 1px solid #EBEBEB;
}



	.additional-info-content .col {
		margin-bottom: 10px;
		margin: 20px;
	}

	.additional-info-content h2 {
		font-size: 15px;
		color: #000000;
		font-weight: 700;
	}

	.additional-info-content p {
		font-size: 14px;
		font-weight: 400;
		color: #000000;
		margin: 0;
	}

.contact-info-items {
	margin-bottom: 30px;
}

.contact-info-content p {
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	line-height: 30px;
}

.contact-info-items .icon {
	position: absolute;
	left: 5px;
	top: 5px;
}

.remove-logo-btn {
	height: 18px;
	width: 18px;
	display: block;
	right: -2px;
	top: -2px;
	z-index: 100;
}

.providers-list-box {
	/*width: 286px;*/
	width: 296px;
	border-right: 1px solid #E2E2E2;
}

.providers-list-top {
	padding: 0 12px;
}

	.providers-list-top p,
	.providers-list-top a {
		color: #555555;
		font-size: 12px;
		font-weight: 400;
		text-decoration: none;
	}

		.providers-list-top a:hover {
			color: #000000;
		}

	.providers-list-top .btn {
		font-size: 13px;
	}

.providers-list-items {
	height: calc(100vh - 217px);
	padding: 0px 0px 0px 0px;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
}

	.providers-list-items li {
		list-style: none;
		text-align: left;
	}

		.providers-list-items li a {
			padding: 15px 10px;
			display: block;
			border-bottom: 1px solid #E2E2E2;
		}

			.providers-list-items li a:hover {
				text-decoration: none;
				background-color: #F6F6F6;
			}

			.providers-list-items li a.active {
				background-color: #F6F6F6;
			}

		.providers-list-items li a {
			font-weight: 600;
			font-size: 15px;
			color: #000;
			margin: 0;
		}

			.providers-list-items li a span {
				font-weight: 400;
				font-size: 12px;
				color: #555555;
				margin: 0;
				display: block;
			}

.page-content {
	/*margin-left: 286px;*/
	margin-left: 296px;
	padding-left: 20px;
	overflow-x: hidden;
}

.yellow-ico {
	color: #FFAA00 !important;
}

.blue-ico {
	color: #45BDF2 !important;
}

.green-ico {
	color: #5AC873 !important;
}

.cyan-ico {
	color: #58BEBE !important;
}

.red-ico {
	color: #F98888 !important;
}

.provider-profile {
	line-height: 20px;
}

	.provider-profile .image {
		padding: 5px;
		border-radius: 10px;
		box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
		border: 1px solid #EEEEEE;
	}

		.provider-profile .image img {
			height: 96px;
			width: 96px;
			border-radius: 5px;
		}

	.provider-profile h4 {
		color: var(--text-highlight, #0071BC);
		font-size: 16px;
		font-weight: 600;
	}

	.provider-profile span {
		font-size: 13px;
		color: #000;
	}

	.provider-profile .credential-status {
		border-top: 1px solid #DFDFDF;
	}

		.provider-profile .credential-status small {
			font-size: 12px;
		}

.p-adj {
	padding: 12px 15px !important;
}

.provider-profile a,
.location-profile a {
	color: #4683D1 !important;
	font-size: 11px;
	text-decoration: none !important;
	cursor: pointer;
}

.location-profile-warnings {
	max-width: 350px;
}

.provider-profile a:hover {
	color: var(--text-highlight, #0071BC) !important;
}

.provider-profile h3 {
	font-size: 13px;
	color: #000;
	margin-bottom: 18px;
}

.provider-profile p {
	margin-bottom: 8px;
	color: #333333;
	font-weight: 400;
	font-size: 13px;
}

.reason-box {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #DFDFDF;
}

.reason-text {
	color: #333333 !important;
}

.h-adj {
	min-height: 149px;
}

.language-spoken {
	padding: 10px 15px;
	line-height: 22px;
	min-height: 88px;
}

	.language-spoken span b {
		color: #000 !important;
	}

	.language-spoken span {
		color: #333 !important;
	}

.main-card .card-header {
	font-size: 20px;
	font-weight: 400;
	color: var(--text-highlight, #0071BC);
	font-weight: 600;
}

.service-locations-text p {
	line-height: 17px;
}

.card.locations-inner-card {
	box-shadow: none;
}

	.card.locations-inner-card:last-child {
		margin-bottom: 0 !important;
	}

.locations-inner-card .card-header {
	font-size: 16px;
	font-weight: 700;
	color: var(--text-highlight, #0071BC);
}

.location-content {
	padding: 12px 20px;
	font-size: 13px;
	color: #333333;
}

	.location-content h2 {
		font-size: 13px;
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
	}

		.location-content h2 b {
			font-weight: 400;
			color: #333333;
		}

	.location-content a {
		color: #4683D1 !important;
		font-size: 11px;
		text-decoration: none !important;
		cursor: pointer;
	}

		.location-content a:hover {
			color: var(--text-highlight, #0071BC) !important;
		}

.locations-inner-card .contact-info-content {
	padding: 10px 20px;
	border-bottom: 1px solid #E2E2E2;
}

	.locations-inner-card .contact-info-content p {
		font-size: 13px;
		font-weight: 600;
		color: #333333;
		line-height: 24px;
	}

.locations-inner-card .contact-info-items {
	padding-left: 35px;
	margin-bottom: 10px;
}

	.locations-inner-card .contact-info-items .icon {
		left: 0;
		top: 0;
		bottom: 0;
		right: auto;
		margin: auto;
	}

.provider-expanded-view {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

.provider-expanded-view-item {
	border-bottom: 1px solid #EDF0F2;
}

	.provider-expanded-view-item h3 {
		font-size: 14px;
		font-weight: 400;
		color: #333333;
	}


	.provider-expanded-view-item .image {
		padding: 2px;
		border-radius: 6px;
		box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
		width: 63px;
		height: 63px;
		border: 1px solid #f3f3f3;
	}

		.provider-expanded-view-item .image img {
			height: 59px;
			width: 59px;
			border-radius: 6px;
		}

#locationsTab.nav-tabs {
	border: none;
}

#locationsTab .btn {
	padding: .25rem 1rem;
	border: 1px solid #6C757D;
	font-size: 14px;
	font-weight: 600;
	color: #6C757D;
	text-decoration: none;
}

	#locationsTab .btn.active {
		background-color: #6C757D;
		color: #ffffff;
	}

	#locationsTab .btn:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	#locationsTab .btn:last-child {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

#main-tab.nav-tabs {
	border: none;
}

	#main-tab.nav-tabs .nav-link {
		border-radius: 50px;
		border-color: #E2E2E2;
		margin: 0 5px;
		font-size: 15px;
		font-weight: 600;
		color: #333333;
		padding: 6px 15px;
	}

		#main-tab.nav-tabs .nav-link:hover,
		#main-tab.nav-tabs .nav-link.active {
			background-color: var(--text-highlight, #0071BC);
			color: #fff;
			border-color: var(--text-highlight, #0071BC);
		}

#networkTab .btn:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#networkTab .btn:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#networkTab .btn.active {
	background-color: #6C757D;
	color: #ffffff;
}

#networkTab .btn {
	padding: .25rem 1rem;
	border: 1px solid #6C757D;
	font-size: 14px;
	font-weight: 600;
	color: #6C757D;
	text-decoration: none;
}




/*modal styles*/

.table {
	color: #333333;
}

.modal-header {
	background-color: var(--text-highlight, #0071BC);
	color: #ffffff;
	border-top-left-radius: calc(10px - 1px);
	border-top-right-radius: calc(10px - 1px);
}

.modal-content {
	border-radius: 10px;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
	font-weight: 400;
}

.modal-title {
	font-weight: 600;
}

.more-items {
	border: 1px solid #DEE2E6;
}

	.more-items td,
	.more-items th {
		font-size: 13px;
		padding: .50rem .70rem;
		font-weight: 400;
		border-top-color: #DEE2E6;
	}

	.more-items th {
		font-weight: 700;
		background-color: #FCFBF9;
	}

	.more-items .table thead th {
		vertical-align: middle;
	}

	.more-items .table-bordered thead td,
	.more-items .table-bordered thead th {
		border-bottom-width: 1px;
	}


.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #F8F9FA;
}

/*modal styles*/


/*text editor styles*/

.ql-editor.ql-blank::before {
	color: rgba(0, 0, 0, 0.4);
	font-style: normal;
}

#editor-container {
	min-height: 200px;
	background: #fcfcfc;
}

.ql-editor,
.ql-editor.ql-blank {
	min-height: 200px;
}

/*text editor styles*/


/*pagination styles*/

.pagination {
	font-size: 14px;
}

.page-link {
	color: var(--text-highlight, #0071BC);
	border-color: #DEE2E6;
}

	.page-link:hover {
		color: #333333;
	}

.page-item.active .page-link {
	background-color: var(--text-highlight, #0071BC);
	border-color: var(--text-highlight, #0071BC);
	color: #fff;
}

.page-item.active.disabled .page-link {
	background-color: var(--text-highlight, #0071BC);
	border-color: var(--text-highlight, #0071BC);
	color: #fff;
}

.page-item.disabled .page-link {
	color: #6C757D;
}

/*pagination styles*/


/*network tab*/
.network-inline-form .form-control {
	width: 192px;
	font-size: 15px;
}

.network-inline-form label {
	font-size: 18px;
	color: var(--text-highlight, #0071BC);
}

.network-inline-table td,
.network-inline-table th {
	white-space: nowrap;
}

.network-inline-table i,
.credential-inline-table i {
	color: #9C9C9C;
}

/*network tab*/




/*notes tab*/
.notes-list-card {
	box-shadow: none;
}

.notes-card .card-header {
	border-color: #EBEBEB;
}

.notes-list-card .notes-item h2 {
	font-size: 16px;
	font-weight: 600;
}

.notes-list-card .notes-item p {
	font-size: 14px;
	font-weight: 400;
}

.notes-list-card .card-footer,
.comment-list-item .card-footer {
	border-top-color: #EBEBEB;
	background-color: #FAFAFA;
	border-radius: 0 0 calc(10px - 1px) calc(10px - 1px);
}


.notes-profile .image img {
	width: 46px;
	height: 46px;
	border: 1px solid #ececec;
}

.notes-profile h4 {
	font-weight: 700;
	color: #000000;
	font-size: 16px;
}

.notes-profile .date-text {
	font-size: 12px;
}

.comment-list,
.comment-list-item {
	font-size: 13px;
	background-color: #FAFAFA;
	border-radius: 0 0 calc(10px - 1px) calc(10px - 1px);
}

	.comment-list i {
		color: #FFAA00;
		font-size: 18px;
		vertical-align: middle;
	}

.comment-box {
	background-color: #F1F1F1;
	border: 1px solid #EBEBEB;
}

	.comment-box .btn-send {
		border-radius: 5px;
		background-color: var(--text-highlight, #0071BC);
		color: #fff;
		font-size: 13px;
		font-weight: 600;
	}

.reply-link {
	color: #333333;
}

	.reply-link:hover {
		color: var(--text-highlight, #0071BC);
		text-decoration: none;
	}

/*notes tab*/

/*toast styles*/
.toast {
	position: absolute;
	top: 20px;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	background-color: #5AC873;
	color: #fff;
	border-radius: 10px;
	font-size: 17px;
	max-width: 450px;
}

/*toast styles*/


/*table sort icon style*/
.tablesorter-header {
	cursor: pointer;
}

.tablesorter-header-inner {
	position: relative;
	padding-right: 20px;
}

	.tablesorter-header-inner:after {
		position: absolute;
		right: 0;
		font-family: "Font Awesome 5 Free";
		content: '\f0dc';
		top: calc(50% - 0.75em);
		opacity: 0.6;
	}

/*table sort icon style*/

/*location-details-tab*/

#location-detailTab .btn:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#location-detailTab .btn:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#location-detailTab .btn.active {
	background-color: #6C757D;
	color: #ffffff;
}

#location-detailTab .btn {
	padding: .25rem 1rem;
	border: 1px solid #6C757D;
	font-size: 14px;
	font-weight: 600;
	color: #6C757D;
	text-decoration: none;
}

#location-detailTabContent .location-content {
	border-bottom: 1px solid #EBEBEB;
}


.location-filter-form .form-control {
	width: 185px;
	font-size: 15px;
}

.location-filter-form #AcceptingNewPatients.form-control {
	width: 220px;
}

.location-details-exp-card .card-header {
	font-size: 16px;
	font-weight: 700;
	color: var(--text-highlight, #0071BC);
}

	.location-details-exp-card .card-header span {
		font-size: 14px;
		color: #000000;
		font-weight: 400;
	}

.expandable-card.location-details-exp-card .card-header.btn::after {
	/* top: 20px;*/
}

.location-filter-form label {
	font-size: 18px;
	color: var(--text-highlight, #0071BC);
}

.blue-text {
	color: #4683D1;
}

	.blue-text:hover {
		color: var(--text-highlight, #0071BC);
		text-decoration: none;
	}


.location-details-exp-card .contact-info-content {
	padding: 15px 20px 5px;
	border-bottom: 1px solid #E2E2E2;
}

	.location-details-exp-card .contact-info-content p {
		font-size: 13px;
		font-weight: 600;
		color: #333333;
		line-height: 24px;
	}

.location-details-exp-card .contact-info-items {
	padding-left: 35px;
	margin-bottom: 10px;
}

	.location-details-exp-card .contact-info-items .icon {
		left: 0;
		top: 0;
		bottom: 0;
		right: auto;
		margin: auto;
	}

/*location-details-tab*/

/*credential-details-tab*/
.credential-card .table td {
	vertical-align: middle;
}

.dropdown-menu {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
	border-radius: 5px;
	border: none;
	padding: 0;
	/*min-width: inherit;*/
	min-width: 140px;
}

.dropdown-item {
	color: #333333;
	font-size: 13px;
	padding: 15px;
	font-weight: 400;
}

	.dropdown-item.active,
	.dropdown-item:active,
	.dropdown-item:focus,
	.dropdown-item:hover {
		color: #16181b;
		text-decoration: none;
		background-color: #F3F3F3;
	}

/*.dropdown-item i {
    color: #a8aaab;
}
.actions-icons .fas {
    font-size: 20px;
    color: #6d6d6d;
}*/

.actions.dropdown .dropdown-toggle::after {
	display: none;
}

.additional-info-items {
	border-bottom: 1px solid #EEEEEE;
}

/*credential-details-tab*/


/*network-menu*/
.network-dashboard h4 {
	font-size: 20px;
	color: var(--text-highlight, #0071BC);
}

.network-dashboard .network-info-text {
	font-size: 13px;
}

	.network-dashboard .network-info-text p {
		margin-bottom: 9px;
	}

	.network-dashboard .network-info-text b {
		color: #000000;
	}

.network-dashboard p {
	font-size: 14px;
}

	.network-dashboard p span {
		font-weight: 600;
	}

.no-network-section {
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	position: relative;
	height: calc(100vh - 155px);
}

/*network-menu*/



/*lob-menu*/
.lob-dashboard h4 {
	font-size: 20px;
	color: var(--text-highlight, #0071BC);
}

.lob-dashboard p {
	font-size: 14px;
}

.lob-type-text {
	font-size: 15px !important;
}

.no-expandable-card .card-header {
	border-bottom: 3px solid #EBEBEB;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	padding: 12px 20px;
}

.no-expandable-card .card-body {
	font-size: 14px;
}

.lob-inline-form .custom-select {
	width: 160px;
}

.lob-inline-form label {
	font-size: 18px;
	color: var(--text-highlight, #0071BC);
}

/*lob-menu*/



/***********datepicker-styles***********/

.date-item {
	width: 160px;
}

	.date-item .form-control {
		width: 100%;
	}

/*.date-item input {
    background: url("../images/calendar-ico.svg") no-repeat right .40rem center;

}

.datepicker.dropdown-menu {
    font-size: 13px;
}

.datepicker-dropdown {
    padding: 4px;
}

.datepicker-dropdown::after,
.datepicker-dropdown::before {
    display: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover {
    background-color: var(--text-highlight, #0071BC);
    border-color: var(--text-highlight, #0071BC);
}
*/
/**********datepicker-styles**********/


/***********updated styles for professional detail page***********/
.more-links.dropdown-menu {
	top: 10px !important;
}

	.more-links.dropdown-menu .dropdown-item {
		padding-bottom: 0;
	}

		.more-links.dropdown-menu .dropdown-item:after {
			content: "";
			display: block;
			margin: 0 auto;
			width: 100%;
			padding-top: 15px;
			border-bottom: 1px solid #EBEBEB;
		}

		.more-links.dropdown-menu .dropdown-item:last-child:after {
			border: none;
		}

.group-affiliation-inline-table a {
	font-size: 16px;
	font-weight: 700;
	color: var(--text-highlight, #0071BC);
}

.group-affiliation-inline-table h6 {
	color: var(--text-highlight, #0071BC);
	font-size: 14px;
	font-weight: 600;
}

.group-affiliation-inline-table p {
	font-size: 14px;
}

.sel-eff-date {
	font-weight: 600;
	font-size: 15px;
}

	.sel-eff-date label {
		color: #DB4B4B;
	}

.card.locations-card {
	font-size: 14px;
}

.add-professional-card,
.add-facility-card {
	background-color: #FBFBFB;
}


/***********updated styles for professional detail page***********/



/***********custom radio, checkbox styles***********/
.custom-control {
	vertical-align: middle;
	display: inline-block;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #FC6546;
	background-color: #FC6546;
}

.custom-control-label::before {
	border-color: #C1C1C1;
	background-color: transparent;
}

.custom-control-label {
	padding-top: 4px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 500;
}

.custom-control.custom-checkbox .custom-control-label::before,
.custom-control.custom-checkbox .custom-control-label::after,
.custom-control.custom-checkbox .custom-control-input {
	width: 20px;
	height: 20px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("../images/check-wh.svg ");
	background-size: 14px 10px;
}


/***********custom radio, checkbox styles***********/


/***********add contracts ***********/

.add-contracts-table td {
	vertical-align: middle;
}

	.add-contracts-table td span {
		vertical-align: middle;
	}

.add-contracts-table .custom-control-label::before,
.add-contracts-table .custom-control-label::after {
	left: -1.25rem;
}

.add-contracts-table .custom-control-label {
	font-size: 13px;
	color: #333333;
	padding-left: 4px;
	padding-top: 4px;
}

/*********** add contracts ***********/


/***********add locations***********/

.locations-list {
	border: 1px solid #E0E0E0;
	max-height: 478px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.locations-list-item {
	border-bottom: 1px solid #E0E0E0;
	padding: 20px;
}

	.locations-list-item:last-child {
		border: 0;
	}

	.locations-list-item h5 {
		font-size: 15px;
		font-weight: 600;
		color: #333333;
	}

	.locations-list-item span {
		font-size: 14px;
		font-weight: 400;
		color: #333333;
	}

	.locations-list-item .custom-control-label {
		padding-left: 12px;
		padding-top: 2px;
	}

		.locations-list-item .custom-control-label::before,
		.locations-list-item .custom-control-label::after {
			width: 20px;
			height: 20px;
		}

	.locations-list-item .custom-control-input {
		width: 20px;
		height: 20px;
	}

	.locations-list-item .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
		background-image: url("../images/check-wh.svg ");
		background-size: 14px 10px;
	}

/**********add locations **********/



/*******multiselect styles***********/

.multiselect-container {
	width: 100%;
}

.multiselect.dropdown-toggle {
	text-align: left !important;
	border-radius: 6px;
	border-color: #E0E0E0;
	color: #212529;
}

.form-check-label {
	font-weight: 400;
	color: #333333;
}

.multiselect-container .multiselect-option {
	padding: 8px 15px;
}

	.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback) {
		background-color: #EEEEEE;
	}

.add-btn {
	position: absolute;
	top: 0;
	right: 0;
}

/**********multiselect styles************/




@media (max-width: 1388px) {

	.btn,
	.network-inline-form .form-control {
		/* font-size: 13px;*/
	}

	.network-inline-form label,
	.location-filter-form label,
	.lob-inline-form label {
		width: 100%;
	}

	.lob-inline-form .search-box {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
	}
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

	/* For portrait layouts only */
	.providers-list-items li:last-child,
	.page-content,
	.side-menu .nav-item:last-child {
		margin-bottom: 44px;
	}

	.side-menu .subnav .nav-item:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

	/* For landscape layouts only */
	.providers-list-items li:last-child,
	.page-content,
	.side-menu .nav-item:last-child {
		margin-bottom: 44px;
	}

	.side-menu .subnav .nav-item:last-child {
		margin-bottom: 0;
	}
}


/**************** modified style starts ******************/
.sort-btn {
	color: #555555;
	font-size: 12px !important;
	font-weight: 400;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	padding: 0;
	align-self: start;
}

	.sort-btn:hover {
		color: #000000;
	}

.custom-new-tab {
	border: 0;
}

	.custom-new-tab .nav-item {
		flex: 1 1 auto;
	}

		.custom-new-tab .nav-item .nav-link {
			padding: .25rem 1rem;
			margin-left: -1px;
			border: 1px solid #6C757D;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			font-size: 14px;
			font-weight: 600;
			color: #6C757D;
			text-decoration: none;
			cursor: pointer;
			text-align: center;
		}

			.custom-new-tab .nav-item .nav-link.active {
				background-color: #6C757D;
				color: #ffffff;
			}

		.custom-new-tab .nav-item:first-child .nav-link {
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
		}

		.custom-new-tab .nav-item:last-child .nav-link {
			border-top-right-radius: 5px;
			border-bottom-right-radius: 5px;
		}

/*for modal*/
.modal-title {
	font-size: 1.25rem !important;
	color: #fff !important;
	font-weight: 600 !important;
}

.modal-header .close span {
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 1.5rem !important;
}

/*for modal*/

/**************** modified style ends ******************/




/**************** login page starts ******************/

.login-page {
	background: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url(../images/login-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 100vh;
}

/* for IE */
@media screen and (min-width:0\0) {
	.login-page {
		height: 100vh;
	}
}

.login-page .card {
	width: 400px;
	background-color: rgba(31, 32, 32, 0.8) !important;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.60);
}

.login-page .card-header,
.login-page .card-footer {
	border-color: rgba(255, 255, 255, .10);
}

	.login-page .card-header h3 {
		color: white;
	}

.login-page .card-body h4 {
	margin-bottom: 10px;
	color: #ffffff;
}

.login-page .form-control {
	color: #333333;
	border-color: #ffffff;
	border-left-color: #D9D9D9;
	filter: none;
	border-width: 0 0 0 1px;
	font-size: 16px;
}

	.login-page .form-control::placeholder {
		color: #333333;
	}

	.login-page .form-control:focus {
		box-shadow: none;
	}

.login-page .field-icon {
	top: 6px;
}

.input-group-text {
	border-radius: 6px 0 0 6px !important;
	border: 0;
	background-color: #ffffff;
	padding: 7px;
}


.login-page .btn {
	border: none;
	padding: 9px 17px;
}

.login-page .login-btn button {
	background-color: var(--text-highlight, #0071BC);
	color: #ffffff;
}

	.login-page .login-btn button:hover,
	.login-page .login-btn button:active {
		opacity: 0.8;
		background-color: var(--text-highlight, #0071BC) !important;
		color: #ffffff !important;
	}

.login-page .login-btn a {
	font-size: 13px;
	color: #ffffff;
}

.login-page .links {
	color: white;
	font-size: 14px;
}

	.login-page .links a {
		margin-left: 4px;
		color: #FFBD4A;
		font-weight: 600;
	}

.login-page .alert-danger {
	color: #D15353;
	background-color: rgba(32, 31, 31, .71);
	border: none;
	font-weight: 600;
	font-size: 15px;
}

.login-page .alert {
	padding: 8px 12px;
	border-radius: 4px;
}

.login-page p {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 25px;
}

	.login-page p a {
		color: #FFBD4A;
	}

.or-seperator {
	display: flex;
	align-items: center;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
}

	.or-seperator::before,
	.or-seperator::after {
		content: '';
		flex: 1;
		border-bottom: 1px solid rgba(255, 255, 255, .10);
	}

	.or-seperator:not(:empty)::before {
		margin-right: .65em;
	}

	.or-seperator:not(:empty)::after {
		margin-left: .65em;
	}

.google-signin-btn:hover {
	opacity: 0.8;
}

.google-signin-btn span img {
	margin-top: 2px;
	left: 15px;
}

/**************** login page ends ******************/



/**************** profile page starts ******************/

.bg-grey {
	background-color: #F2F2F2;
}

.my-profile .list-group-item {
	padding: 1rem;
	font-size: 14px;
	font-weight: 600;
	border-color: rgba(112, 112, 112, .11) !important;
}

	.my-profile .list-group-item label {
		min-width: 200px;
		margin: 0;
		color: #666666;
		font-size: 14px;
		font-weight: 400;
	}

	.my-profile .list-group-item.full-name {
		border: 0 !important;
	}

.my-profile .contact-info {
	min-width: 300px;
}

.my-profile .contact-info-text {
	font-weight: 400;
}

.my-profile .image {
	padding: 7px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
	border: 1px solid #EEEEEE;
}

	.my-profile .image img {
		height: 119px;
		width: 119px;
	}

.modal-img.image {
	overflow: hidden;
	height: 246px;
	width: 246px;
	border: 1px solid #EEEEEE;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

	.modal-img.image img {
		height: 246px;
		width: 246px;
	}

.photo-info-text {
	font-size: 15px;
}

.my-profile .card-header {
	border-color: rgba(112, 112, 112, .11) !important;
}

	.my-profile .card-header h6 {
		font-weight: 600;
	}

.alert {
	font-size: 15px;
	font-weight: 400;
}

.dropdown a:hover {
	text-decoration: none;
}

/*a.dropdown-item {
    border-bottom: 1px solid rgba(112, 112, 112, .11);
}

a.dropdown-item:last-child {
    border-bottom: 0;
}*/

@media (max-width: 991px) {
	.my-profile .contact-info {
		width: 100%;
		display: block;
	}
}

@media (max-width: 767px) {

	.my-profile .list-group-item label,
	.my-profile .contact-info {
		width: 100%;
	}
}

/**************** profile page ends ******************/


/**************** locations main page starts ******************/

.locations-list-l li a span {
	padding: 2px 0;
}

	.locations-list-l li a span:last-child {
		padding-bottom: 0;
	}

.locations-widget {
	line-height: 20px;
}

	.locations-widget h4 {
		color: var(--text-highlight, #0071BC);
		font-size: 16px;
		font-weight: 600;
	}

	.locations-widget .image {
		padding: 5px;
		border-radius: 10px;
		box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
		border: 1px solid #EEEEEE;
	}

		.locations-widget .image img {
			height: 96px;
			width: 96px;
			border-radius: 5px;
		}

	.locations-widget p {
		margin-bottom: 8px;
		color: #333333;
		font-weight: 400;
		font-size: 13px;
	}

	.locations-widget span {
		font-size: 13px;
		color: #000;
	}

		.locations-widget span b {
			margin-right: 5px;
		}

	.locations-widget .contact-info-content {
		border-bottom: 1px solid #E2E2E2;
		border-top: 1px solid #E2E2E2;
		padding: 10px 15px;
	}

	.locations-widget .contact-info-items {
		padding-left: 30px;
		margin-bottom: 6px;
		margin-right: 10px;
	}

		.locations-widget .contact-info-items .icon {
			left: 0;
		}

	.locations-widget .location-content-item {
		padding: 15px;
		border-right: 1px solid #DFDFDF;
		border-top: 1px solid #DFDFDF;
		margin-top: -1px;
	}

		.locations-widget .location-content-item:last-child {
			border-right: 0;
		}

	.locations-widget .operation-time h5 {
		color: #333333;
		font-size: 13px;
		font-weight: 700;
	}

	.locations-widget p {
		margin-bottom: 5px;
	}

	.locations-widget .location-content h2 {
		margin-bottom: 12px;
	}

.edit-icon {
	right: 0;
}

.location-providers-list {
	border: 1px solid #DFDFDF;
	margin-right: -1px;
	margin-top: -1px;
}

	.location-providers-list .image {
		padding: 2px;
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.10);
		border: 1px solid #EEEEEE;
	}

		.location-providers-list .image img {
			height: 60px;
			width: 60px;
		}

	/*   .location-providers-list:nth-child(odd) {
        border-right: 1px solid #DFDFDF;
    }*/

	.location-providers-list h5 {
		font-size: 16px;
		font-weight: 400;
		color: var(--text-highlight, #0071BC);
		margin-bottom: 7px;
	}

	.location-providers-list span {
		display: block;
		font-size: 13px;
		font-weight: 600;
		margin-bottom: 8px;
	}

		.location-providers-list span .icon {
			position: absolute;
			left: 0;
			top: 1px;
			bottom: 0;
		}

		.location-providers-list span:last-child {
			margin-bottom: 0;
		}

.contact-info-2 .contact-info-items {
	padding-left: 40px;
	margin-bottom: 10px;
}

	.contact-info-2 .contact-info-items p {
		font-size: 13px;
		font-weight: 400;
		color: #333333;
		line-height: 24px;
		margin: 0;
	}

	.contact-info-2 .contact-info-items label {
		color: #000000;
		font-size: 13px;
		text-transform: uppercase;
		margin-bottom: .2rem;
		font-weight: 700;
	}

	.contact-info-2 .contact-info-items .icon {
		top: 0;
		bottom: 0;
		margin: auto;
	}

.contact-info-2-buttons {
	margin-bottom: 10px;
}

.outline-list .row {
	margin-right: -10px;
	margin-left: -10px;
}

	.outline-list .row > [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}

.outline-list-item {
	position: relative;
	padding: 10px;
	margin-bottom: 7px;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
}

.main-card .card-footer .btn,
.expandable-card .card-footer .btn {
	font-size: 13px;
}

#working-hours-tab.nav-tabs {
	border: none;
}

	#working-hours-tab.nav-tabs .nav-link:hover,
	#working-hours-tab.nav-tabs .nav-link.active {
		background-color: var(--text-highlight, #0071BC);
		color: #fff;
		border-color: var(--text-highlight, #0071BC);
	}

	#working-hours-tab.nav-tabs .nav-link {
		border-radius: 50px;
		border-color: #E2E2E2;
		margin: 0 5px;
		font-size: 15px;
		font-weight: 600;
		color: #333333;
		padding: 6px 15px;
	}

.working-hours-form-items {
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	padding: 10px 0;
	margin-top: -1px;
}

	.working-hours-form-items .custom-control-label {
		font-size: 16px;
		font-weight: 600;
	}


	.working-hours-form-items input {
		/*max-width: 100px;*/
		max-width: 130px;
	}

.provider-filter-inline-form .search-box {
	width: 285px;
}

.provider-filter-inline-form .custom-select {
	/* width: 230px !important;*/
}

.provider-filter-inline-form label {
	font-size: 18px;
	color: var(--text-highlight, #0071BC);
}

.grey-tab .btn {
	padding: .25rem 1rem;
	border: 1px solid #6C757D !important;
	font-size: 14px;
	font-weight: 600;
	color: #6C757D;
	text-decoration: none;
}

	.grey-tab .btn.active {
		background-color: #6C757D;
		color: #ffffff;
	}

	.grey-tab .btn:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.grey-tab .btn:last-child {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

.dropdown-item img {
	width: 17px;
	vertical-align: top;
}

.group-inline-form label {
	font-size: 18px;
	color: var(--text-highlight, #0071BC);
}

.group-inline-table h6 {
	color: var(--text-highlight, #0071BC);
	font-size: 14px;
	font-weight: 600;
}

.group-inline-table td {
	vertical-align: middle;
}

.form-custom-control .custom-control-inline {
	margin-right: 40px;
}

.form-custom-control .custom-control-label {
	padding-top: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: 400;
}


@media (max-width: 1388px) {

	.group-inline-form label,
	.provider-filter-inline-form label {
		width: 100%;
	}

	.provider-filter-inline-form .search-box {
		width: 100%;
		margin-right: 0 !important;
	}
}

/*@media (max-width: 1199px) {
    .location-providers-list:nth-child(odd) {
        border-right: 0;
    }
}*/


/**************** locations main page ends ******************/



/**************** add additional page start ******************/
.add-info .list-group-item {
	padding: 1rem;
	font-size: 14px;
	font-weight: 600;
	border-color: rgba(112, 112, 112, .11) !important;
}

	.add-info .list-group-item label {
		min-width: 200px;
		margin: 0;
		color: #666666;
		font-size: 14px;
		font-weight: 400;
	}

	.add-info .list-group-item.full-name {
		border: 0 !important;
	}

.add-info .contact-info {
	min-width: 300px;
}

.add-info .contact-info-text {
	font-weight: 400;
}

.add-info .image {
	padding: 7px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
	border: 1px solid #EEEEEE;
	border-radius: 10px;
}

	.add-info .image img {
		height: 119px;
		width: 119px;
		border-radius: 5px;
	}

.add-info .card-header {
	border-color: rgba(112, 112, 112, .11) !important;
}

	.add-info .card-header h6 {
		font-weight: 600;
	}

.provider-expanded-view h6 {
	font-weight: 600;
}


@media (max-width: 991px) {
	.add-info .contact-info {
		width: 100%;
		display: block;
	}
}

@media (max-width: 767px) {

	.add-info .list-group-item label,
	.add-info .contact-info {
		width: 100%;
	}
}

.filter-form-p {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}


/**************** add additional page end ******************/
/**************** style fixes for data grid start ******************/

.custom-data-grid-table .justify-content-between {
	justify-content: flex-end !important;
}

.custom-data-grid-table .col-auto.d-flex.flex-row-reverse {
	display: none !important;
}

.custom-data-grid-table .pagination {
	margin-bottom: 0 !important;
}

.more-items .b-datagrid.table-bordered thead th {
	position: inherit;
}

/**************** style fixes for data grid end ******************/

/* Dropzone Styling */
.drop-zone {
	padding: 20px;
	width: 100%;
	min-height: 100px;
	border: 2px dashed var(--text-highlight, #0071BC);
	border-radius: 5px;
}

	.drop-zone.hover {
		border-style: solid;
	}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: #e8e8e8;
	background-color: #F3F3F3;
	color: #333333;
	cursor: not-allowed;
}

.cursor-pointer {
	cursor: pointer;
}

.table-row-hover:hover {
	background-color: #FCFBF9;
}

@media screen and (min-width: 1024px) {
	.row-level-errors-and-warnings-title {
		margin-top: .4rem !important;
	}
}

.badge {
	font-weight: 600;
	font-size: 12px !important;
}

.badge-primary {
	background-color: white;
	border: 1px solid #4683D1;
	border-radius: 5px;
	color: #4683D1 !important;
	padding: 5px;
}

/************ styles added 09-09-21 *************/

.locations-widget .location-content-item {
	padding-right: 10px;
}

.working-hours-form-items input {
	max-width: 120px;
	min-width: 120px;
}

.working-hours-form-items .form-control {
	padding: .375rem .55rem;
	letter-spacing: -0.005rem;
	text-transform: uppercase;
}

.working-hours-form-items .custom-control.custom-checkbox {
	min-width: 120px;
	margin-right: 10px !important;
}

@media (max-width: 991px) {
	.working-hours-form-items input {
		max-width: inherit;
	}

	.lunch-label {
		min-width: 90px;
		margin-right: 10px !important;
		margin-left: 30px;
	}
}

/************* styles added 09-09-21 *************/

.processing-status-icon {
	font-size: 18px;
}

.processing-status-icon-success {
	color: green !important;
}

.processing-status-icon-error {
	color: #B22222 !important;
}

.processing-status-icon-warning {
	color: #FFD700 !important;
}

.processing-status-icon-processing {
	color: dodgerblue !important;
}

.btn-primary-approve, .btn-primary-approve:hover {
	background-color: #fff;
	border: 2px solid #28a745;
}

.roster-settings-icon {
	font-size: 21px;
}

.img-app-logo {
	max-width: 200px;
}

/* Tooltips styling */
.b-tooltip:hover::before, .b-tooltip.b-tooltip-show::before {
	background: rgb(73, 78, 82);
}

.b-tooltip:focus:not(.is-loading)::after, .b-tooltip:hover:not(.is-loading)::after, .b-tooltip.b-tooltip-show:not(.is-loading)::after {
	border-color: rgb(73, 78, 82) transparent transparent transparent;
}

.btn-danger-decline, .btn-danger-decline:hover {
	background-color: #fff;
	border: 2px solid #dc3545;
	font-weight: 600;
}

.input-select-dropzone input[type="file"] {
	max-width: 100%;
}

.transaction-summary-count-link {
	color: #4683D1 !important;
	text-decoration: underline !important;
	cursor: pointer;
}

.notes-column {
	min-width: 100px;
	max-width: 300px;
	white-space: normal !important;
}

.icon-arrow-link {
	color: var(--text-highlight, #0071BC);
}

.website-link-icon {
	color: #aeaeae;
	font-size: 1.3rem;
}

.more-items-link {
	color: #4683D1 !important;
	cursor: pointer;
}

	.more-items-link:hover {
		text-decoration: underline !important;
	}

.roster-settings-modal .divider {
	margin: 5px 0 5px 0;
}

.roster-settings-modal p {
	margin: 5px 0 5px 0;
}

.file-download-button {
	margin-bottom: 0.5em;
}

.roster-area-title {
	height: 35px;
}

.roster-info-box {
	min-height: 100px;
}

	.roster-info-box .info-box-icon {
		height: 85px;
		width: 85px;
	}

/* Facilities */

.facility-profile h3 {
	margin-bottom: 14px;
}

.facility-profile.facility-contracts-list h3 {
	margin-bottom: 10px;
}

.facility-profile a {
	color: #0366d6 !important;
	font-size: 11px !important;
	text-decoration: none !important;
	cursor: pointer;
}

	.facility-profile a:hover {
		text-decoration: underline !important;
	}

.facility-tags-area {
	max-width: 450px;
}

.location-tags-area {
	max-width: 450px;
}

.select-search-area {
	border-color: #E2E2E2;
	border-radius: 50rem;
}

.sort-arrow {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

	.sort-arrow.sort-arrow-up {
		transform: rotate(180deg);
	}

.b-tooltip.b-tooltip-right:after {
	transform: rotate(90deg);
}

.user-defined-field-description {
	max-width: 400px;
}

[data-tooltip]:not(.is-loading).b-tooltip-multiline::before, [data-tooltip]:not(.is-disabled).b-tooltip-multiline::before, [data-tooltip]:not([disabled]).b-tooltip-multiline::before {
	max-width: inherit !important;
	min-width: 600px;
}

/* Disabled checkboxes */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: gray;
	border: none;
	cursor: not-allowed;
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #212529;
	cursor: not-allowed;
}

.accepting-patients-icon {
	width: 16px;
	height: 16px;
}

/* Roster Data Layout adjustments */
.btn-save-layout {
	font-size: 15px;
}

/* Configuration Styles */
.configuration-wrap {
}

	.configuration-wrap h4 {
		font-size: 16px;
		font-weight: 700;
	}

		.configuration-wrap h4 a {
			color: #333333;
			text-decoration: none;
		}

			.configuration-wrap h4 a:hover {
				color: var(--text-highlight, #0071BC);
				text-decoration: none;
			}

	.configuration-wrap span {
		font-size: 14px;
	}

	.configuration-wrap .image {
		width: 52px;
		margin-top: 5px;
	}

.sub-head {
	font-size: 18px;
	color: var(--text-highlight, #0071BC);
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
}

/* Contact Styles */
.contact-title-details {
	font-size: 16px !important;
}

/* Typeahead component */
.blazored-typeahead {
	border-radius: 6px !important;
	border: 1px solid #ced4da !important;
}

/***************New location card styles starts ****************/

.locations-mini-card .card-header {
	font-size: 16px;
	font-weight: 700;
	color: var(--text-highlight, #0071BC);
	border-color: rgba(0, 0, 0, .10);
}

.locations-mini-card .card-footer {
	border-color: rgba(0, 0, 0, .10);
}

.locations-mini-card .card-header span {
	font-size: 13px;
	font-weight: 600;
	color: #666666;
}

.locations-mini-card .contact-info-items {
	padding-left: 35px;
	margin-bottom: 10px;
}

	.locations-mini-card .contact-info-items .icon {
		left: 0;
		top: 0;
		bottom: 0;
		right: auto;
		margin: auto;
	}

.locations-mini-card .contact-info-content {
	padding: 12px 15px;
}

.locations-mini-card .location-content {
	color: #333333;
	line-height: 16px;
	padding: 12px 15px;
}

.locations-mini-card .contact-info-content p {
	font-size: 13px;
	font-weight: 600;
	color: #333333;
	line-height: 24px;
	margin-bottom: 10px;
}


.locations-mini-card .location-content b {
	color: #000000;
}

.locations-mini-card .location-content a {
	font-size: 12px;
	font-weight: 600;
}

.locations-mini-card .contact-info-items.tick {
	padding-left: 26px;
	font-size: 12px;
}

.locations-mini-card .btn-link {
	font-size: 14px !important;
	font-weight: 800;
	box-shadow: none;
}

.w-22 {
	width: 22px;
}

/***************New location card styles end ****************/





/***************verification card styles start ****************/


.verification-detail-card {
	font-size: 13px;
}

	.verification-detail-card h3 {
		color: var(--text-highlight, #0071BC);
		font-size: 13px;
		font-weight: 800;
	}

	.verification-detail-card h6 {
		font-weight: 600;
		margin-bottom: 12px;
	}


	.verification-detail-card .card-header {
		font-size: 13px;
		font-weight: 800;
		color: var(--text-highlight, #0071BC);
		border-color: rgba(0, 0, 0, .10);
		padding: 16px 15px 15px;
	}

	.verification-detail-card .verification-content {
		color: #333333;
		line-height: 16px;
		padding: 12px 15px;
		border-bottom: 1px solid #EDF0F2;
	}


		.verification-detail-card .verification-content b {
			color: #000000;
			margin-right: 5px;
		}

	.verification-detail-card .card-footer i {
		font-size: 16px;
	}

	.verification-detail-card .edit-btn, .verification-detail-card .delete-btn {
		padding: 13px 15px 14px;
	}


	.verification-detail-card a {
		color: #4683D1 !important;
		font-size: 11px;
		text-decoration: none !important;
		cursor: pointer;
	}

		.verification-detail-card a:hover {
			color: var(--text-highlight, #0071BC) !important;
		}

.text-primary {
	color: var(--text-highlight, #0071BC) !important;
}


.activity-card .custom-select {
	max-width: 250px;
}


/***************verification card styles end ****************/



/***************Timeline card styles start ****************/



.timeline-row {
	display: flex;
	position: relative;
}

.timeline-row-icon {
	width: 40px;
	margin-right: 20px;
	margin-top: 30px;
	z-index: 1;
}

.timeline-row-content {
	width: calc(100% - 30px);
	margin-bottom: 20px;
}

	.timeline-row-content .badge {
		margin-bottom: 10px;
	}

.timeline-row-content-desc {
	padding: 15px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.timeline-row:nth-last-child(1) .timeline-row-content {
	border: none;
	padding-bottom: 0;
}

.timeline-row:nth-last-child(1):before {
	height: 0;
}

.timeline-row:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 20px;
	top: 50px;
	background: var(--text-highlight, #0071BC);
}

.timeline-row:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 35px;
	left: 20px;
	top: 50px;
	background: var(--text-highlight, #0071BC);
}

.timeline .timeline-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 30px;
	color: #fff;
	background: var(--text-highlight, #0071BC);
}

.modal-content {
	border: 0;
}


.timeline-list-card {
	box-shadow: none;
	font-size: 14px;
}

	.timeline-list-card .card-header {
		border-color: #EBEBEB;
		font-weight: 400;
		color: #333333;
	}

	.timeline-list-card b {
		margin-right: 5px;
	}

	.timeline-list-card .notes-item h2 {
		font-size: 16px;
		font-weight: 600;
	}

	.timeline-list-card .notes-item p {
		font-size: 14px;
		font-weight: 400;
	}

.timeline-row-content .date-text {
	font-size: 13px;
}

.timeline-list-card .card-footer,
{
	border-top-color: #EBEBEB;
	background-color: #FAFAFA;
	border-radius: 0 0 calc(10px - 1px) calc(10px - 1px);
}


.timeline-profile .image img {
	width: 60px;
	height: 60px;
	background-color: #fff;
	padding: 2px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
}

.timeline-profile h4 {
	font-weight: 700;
	color: #333333;
	font-size: 16px;
}

.timeline-row-content .sub-text {
	color: #333333;
	font-size: 14px;
}

.timeline-row-content .card-header {
	min-height: 100px;
	background-color: #F7F7F7;
	border-radius: calc(10px - 1px) calc(10px - 1px) 0 0;
	border-color: #EBEBEB;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: var(--text-highlight, #0071BC);
	background-color: var(--text-highlight, #0071BC);
}

.custom-control-label.completed {
	font-weight: 600;
	font-size: 16px;
}

/***************Timeline card styles end ****************/

/* Verification Cases - Changes Submitted */
.table.align-middle th,
.table.align-middle td {
	vertical-align: middle;
}

.case-changes-card-title {
	font-weight: 700;
	font-size: 16px;
}

.verification-cases-list-page .clear-filters {
	text-decoration: underline !important;
	cursor: pointer;
}

.verification-cases-list-page .blazored-typeahead {
	border: 1px solid #e2e2e2 !important;
	border-radius: 25px !important;
}

	.verification-cases-list-page .blazored-typeahead input {
		border-radius: 25px !important;
		height: 35px;
		border: 1px solid #e2e2e2;
		padding-left: 15px;
	}

.verification-cases-list-page .blazored-typeahead__input-mask-wrapper,
.verification-cases-list-page .blazored-typeahead__input-mask {
	height: 35px;
	padding-left: 7px;
}

/************* ///////////////////////// Roster pages [11-26-2021] start /////////////////////////*************/


/************* styles for roster details *************/

.roster-dashboard h4 {
	font-size: 20px;
	color: #E84A2A;
}

.roster-uploads-table .hiddenRow {
	padding: 0;
}

	.roster-uploads-table .hiddenRow .table {
		margin: 0;
	}


	.roster-uploads-table .hiddenRow .table-accordian-body .table td {
		border-width: 0 0 1px 0;
		width: 50%;
	}

.roster-uploads-table.table td {
	vertical-align: middle;
	border-top: 0;
}

.roster-uploads-table .hiddenRow .table-accordian-body .table tr:last-child td {
	border-bottom: 0;
}

/*.table-link {
    cursor: pointer;
}*/

.table-link td {
	border-bottom: 0;
}

.table-link .accordion-arrow {
	padding: 12px 15px;
}

.accordion-arrow:after {
	background: url('../images/arrow_up.svg') no-repeat;
	background-size: auto;
	background-size: 13px 8px;
	width: 13px;
	height: 8px;
	content: "";
	display: block;
}

.collapsed.accordion-arrow:after {
	background: url('../images/arrow_down.svg') no-repeat;
	background-size: auto;
	background-size: 13px 8px;
}

.table-accordian-body {
	border-top: 1px solid #DEE2E6;
}

.table-link td {
	padding: 0;
}

	.table-link td a {
		padding: .50rem .70rem;
		display: block;
		color: #333;
		text-decoration: none;
	}

.accordion-row-line {
	line-height: 30px;
}

/************* /styles for roster details *************/

/* On & Off Switch Component */

.on-off-switch .switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 28px;
}

	.on-off-switch .switch input {
		display: none;
	}

.on-off-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #6C757D;
	-webkit-transition: .3s;
	transition: .3s;
}

	.on-off-switch .slider:before {
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		bottom: 4px;
		left: 4px;
		background-color: white;
		-webkit-transition: .3s;
		transition: .3s;
	}

.on-off-switch input:checked + .slider {
	background-color: var(--text-highlight, #0071BC);
}

.on-off-switch input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.on-off-switch input:checked + .slider:before {
	-webkit-transform: translateX(43px);
	-ms-transform: translateX(43px);
	transform: translateX(43px);
}

.on-off-switch .on {
	display: none;
}

.on-off-switch .on, .on-off-switch .off {
	color: white;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	font-size: 13px;
}

.on-off-switch .on {
	left: 45%;
}

.on-off-switch .off {
	left: 55%;
}

.on-off-switch input:checked + .slider .on {
	display: block;
}

.on-off-switch input:checked + .slider .off {
	display: none;
}

.on-off-switch .slider.round {
	border-radius: 34px;
}

	.on-off-switch .slider.round:before {
		border-radius: 50%;
	}

/* Table Adjustments */
.table-border-display {
	border-top: 1px solid #dedede;
}

.table-border-display td {
	border-bottom: 0;
	border-top: 0;
}

.status-header {
	font-size: 13px;
}