/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.ml-0 {
	margin-left: 0 !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.ml-6 {
	margin-left: 5rem !important;
}

input::placeholder {
	color: #8888 !important;
}

section#content {
	min-height: 500px;
}

#logo img {
	margin: 0;
}

#css3-spinner-svg-pulse-wrapper {
	position: absolute;
	overflow: hidden;
	width: 260px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -130px;
	background-color: transparent;
	animation: none;
	-webkit-animation: none;
}

#css3-spinner-svg-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -275px;
}

#css3-spinner-pulse {
	stroke-dasharray: 281;
	-webkit-animation: dash 5s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash {
	from {
		stroke-dashoffset: 814;
	}

	to {
		stroke-dashoffset: -814;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset: 814;
	}

	to {
		stroke-dashoffset: -814;
	}
}

.sub-menu-container {
	border-color: #1F2631 !important;
	background-color: rgba(255,255,255,0.6) !important;
	border-top: 1px solid var(--bs-warning) !important;
}

.menu-item:hover > .menu-link {
	color: var(--bs-warning) !important;
}

.white-op4 {
	background-color: rgba(255,255,255,0.4);
}
	.white-op4 > a {
		color: white;
	}
		.white-op4:hover > a {
			color: var(--bs-dark);
		}

.white-op6 {
	background-color: rgba(255,255,255,0.6);
}

	.white-op6 > a {
		color: white;
	}

	.white-op6:hover > a {
		color: var(--bs-dark);
	}

header > .header-wrap {
	height: 66px;
}

.menu-link {
	padding: 22px 15px;
}

.menu-item.active > .menu-link {
	color: var(--bs-secondary-color);
}
.menu-item.active:hover > .menu-link {
	color: var(--bs-secondary-color) !important;
}

.sub-menu-container .menu-item > .menu-link {
	color: black;
}

.footer-widgets-wrap {
	padding: 50px 0 !important;
}
#copyrights {
	padding: 30px 0 !important;
}

.link-banner h3 {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
}

.link-banner .nott {
	font-family: Lato, sans-serif;
	font-size: 16px;
	text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
	text-transform: none;
	color: #EEE;
}

.card-body > .card-title {
	font-weight: 600;
	color: #eee;
}

.fbox-content > h3 {
	font-weight: 600;
}

ul.icons-list {
	list-style: none;
}

ul.icons-list li {
	float: left;
	width: 33%;
	margin-bottom: 20px;
	font-size: 24px;
	padding: 0 15px;
}

	ul.icons-list li i:before {
		padding-right: 10px;
	}

	ul.icons-list li span {
		font-size: 16px;
		line-height: 24px;
		height: 30px;
		display: inline-block;
		vertical-align: middle;
	}

	#gotoTop {
		font-size: unset;
	}

.testimonial > i {
	color: var(--bs-warning);
	font-size: 20px;
}

.testimonials-grid .grid-item {
	padding: 0 0 2rem 0;
}

.testi-content p {
	margin-bottom: 0;
	font-style: italic;
}

.testi-meta {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

	.testi-meta span {
		display: block;
		font-weight: normal;
		color: #999;
		font-size: 13px;
		text-transform: none;
	}


.featured-boxes .fbox-content h3 span.subtitle {
	color: var(--bs-primary-border-subtle);
}

ul {
	list-style-position: inside;
}

.photo-shadow {
	text-align: center;
}

div.container.clearfix {
	margin-top: 25px;
}

.bg-grey, .bg-gray {
	--bs-bg-opacity: 1;
	background-color: #f1f3f7 !important;
}

.feature-box .point-list {
	margin-bottom: 0px;
	color: var(--cnvs-contrast-600);
}

.modal, .popup {
	height: 100vh;
	display:flex;
}

.button {
	border-radius: var(--bs-border-radius) !important;
}

	.button.button-full {
		padding: 6px 0;
		font-size: inherit;
		font-weight:500;
	}


.select.input-validation-error, .form-control.error, .form-control.input-validation-error {
	border: 2px solid var(--bs-danger);
}

.field-validation-error > span, span.field-validation-error {
	color: var(--bs-danger);
	font-weight: 600;
}
div.modal span#copyrights {
	background-color: inherit !important;
}

.validation-summary-errors ul {
	margin-bottom: 15px;
	text-align:center;
}

.validation-summary-errors li {
	list-style: none;
	color: red;
	font-size: 16px;
}

.notifyjs-corner {
	z-index: 2000 !important;
}

div.app div#header-wrap {
	background-color: #0f317e;
}

nav.app > ul {
	list-style: none;
	display: flex;
	margin-bottom: 0;
	margin-left: 30px;
	height:66px;
}

	nav.app > ul a {
		font-size: 18px !important;
		white-space: nowrap;
	}

		nav.app > ul a i {
			margin-right: 6px;
		}

	nav.app > ul > li:hover {
		cursor: pointer;
	}

	nav.app li.sub-menu > a + ul.sub-menu-container > li {
		display: none;
	}
		nav.app li.sub-menu > a:hover + ul.sub-menu-container > li {
			display: block;
		}

nav.app ul.sub-menu-container {
	top: -9px;
}
	nav.app ul.sub-menu-container > li:hover {
		display: block;
		background-color: red;
	}


nav.app ul.sub-menu-container {
	border: 1px solid lightgrey;
}

	nav.app ul.sub-menu-container a {
		color: #0f317e !important;
	}

div.app div#logo > img {
	margin: 8px 0;
}

nav.app li.menu-item {
	padding-top: 10px;
	border-top: 0;
}

div#logo nav.app a {
	color: white;
}

div#logo nav.app li.menu-item.current {
	background-color: #0B2259;
}

	div#logo nav.app li.menu-item.current a {
		color: lightgray;
	}

div#wrapper.app div#header-wrap {
	padding: 0 28px 0 25px;
	margin: 0;
}

@media (max-width: 1279px) {
	div.app {
		display: none;
	}

		div.app.mobile {
			justify-content: center;
			display: flex;
			height: 100vh;
			text-align: center;
			flex-flow: column;
		}
}

@media (min-width: 1280px) {
	div.app {
		display: block;
		height: 100vh;
	}
		div.app.mobile {
			display: none;
		}
}

div.app div.user-panel {
	padding: 0 25px 1px 25px;
	font-size: 15px;
	height: 22px;
	overflow: hidden;
	border-bottom: solid 1px var(--bs-warning);
	position: absolute;
	width: 100%;
	color: #2785b5;
	background-color: #FFF2CC;
}
	div.app div.user-panel span {
		position: absolute;
		top: -1px;
		padding-left: 2px;
	}

	div.app div.user-panel i {
		line-height: 20px;
		padding-right: 6px;
		padding-top: 1px;
		cursor: pointer;
	}
		div.app div.user-panel i:hover {
			color: var(--cnvs-themecolor);
		}

		div.app div.user-panel i.bi-gear-fill {
			font-size: 16px;
			padding-top: 2px;
			padding-right: 0;
		}

div.app div.main-section {
	margin-top: 22px;
	position: absolute;
	display: flex;
	height: calc(100% - 89px);
	width: 100%;
	background-color: #FFF9E5;
}

	div.app div.main-section div.main-navigation {
		width: 15%;
		background-color: #F2E9CE;
	}

	div.app div.main-navigation ul {
		list-style: none;
	}

		div.app div.main-navigation ul li {
			border-bottom: solid 1px #FFF9E5;
		}

			div.app div.main-navigation ul li.current {
				background-color: #FFF9E5;
			}

div.app div.main-navigation a.menu-link {
	padding: 15px 0 15px 25px;
	font-weight: bold;
	color: #0f317e;
}

	div.app div.main-navigation a.menu-link:hover {
		color: #2785b5;
		cursor: pointer;
	}

div.app div.main-section div.form {
	background-color: white;
	margin: 8px 0 0 8px;
	width: 100%;
	height: calc(100% - 8px);
	border-left: solid 1px #0f317e;
	border-top: solid 1px #0f317e;
}

	div.app div.main-section div.form > div {
		height: fit-content;
	}

div.app div.buttons {
	padding-top:0px;
	float: right;
}

	div.app div.buttons i {
		margin-left: 6px;
		color: #0f317ec0;
		cursor: pointer;
		position: relative;
		z-index: 2000;
		font-size: 15px;
	}

		div.app div.buttons i:hover {
			color: var(--bs-warning);
		}

		div.app div.buttons i.icon-lock {
			color: #9e0f0fc0;
		}

div.app div.form span.section-title {
	position: absolute;
	font-size: 18px;
	font-weight: 600;
	color: #0f317ec0;
	width: calc(100% - 24px );
	border-bottom: solid 1px #0f317ec0;
	line-height: 20px;
	display: inline-block;
	padding-bottom: 2px;
	padding-top: 1px;
}

	div.app div.form span.section-title > span {
		font-size: 12px;
		color: lightgray;
		padding-left: 10px;
		line-height: 10px;
	}

div.app div.form div.controls {
	margin-top: 30px;
}

div.app div.form label {
	font-size: 14px;
	font-weight: 400;
	height: 20px;
	display: inline-block;
	margin-bottom: 0;
}

div.app div.form input, div.app div.form select {
	padding: 1px 6px 2px 6px;
}

div.app .form-control {
	border-color: #d2d5d9;
}

	div.app .select.input-validation-error, div.app .form-control.error, div.app .form-control.input-validation-error {
		border: 2px solid var(--bs-danger);
		margin-top: -1px;
		margin-bottom: -1px;
	}

	div.app .form-control:focus {
		box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
	}

div.app .form-group {
	margin-bottom: 3px;
}

div.app .button, div#modal .button {
	padding: 3px 12px;
}

div#modal .button {
	min-width:80px;
}

div.app div#patient-photo, div.popup div#patient-photo {
	border: solid 1px #d2d5d9;
	height: 100px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
	div.app div.photo.upload {
		background-image: url("/img/upload-photo.png") !important;
		cursor: pointer;
	}
		div.app div.photo.upload i.icon-window-close1 {
			display: none;
		}

div.app div.form-group span.field-validation-error > span {
	font-size: 12px;
}

div.app div.main-section form {
	display: contents;
	margin: 0;
}

div#patient-card {
	display: flex;
}

div#patient-card a {
	height: 15px;
}

	div#patient-card a:hover {
		cursor: pointer;
	}

	div#patient-card a i {
		color: #888;
		font-size: 14px;
	}

	div#patient-card img {
		border: #c0c0c0 2px solid;
		margin-top: 5px;
		width: 55px;
		height: 55px;
		border-radius: 50% !important;
		margin-right: 0.5rem !important;
	}

	div#patient-card h4 {
		height: 22px;
		font-weight: 300;
		margin-top: 3px;
		margin-bottom: 0 !important;
	}

	div#patient-card span {
		font-size: 14px;
		line-height: 16px;
		display: inline-block;
		margin-top: 2px;
	}
		div#patient-card span.info {
			font-size: 12px;
			color: #c0c0c0;
			display: inline;
		}

		div#patient-card div#card-photodiv.no-photo img {
			display: none;
		}

		div#patient-card div#card-photodiv.no-photo div {
			border: #c0c0c0 2px solid;
			margin-top: 5px;
			width: 55px;
			height: 55px;
			border-radius: 50% !important;
			margin-right: 0.5rem !important;
			color: #222;
			font-weight: 700;
			font-size: 26px;
			line-height: 50px;
			text-align: center;
		}

div.app .bg0 {
	background-color: #57b5c5;	
}

div.app .bg1 {
	background-color: #5BECC0;
}

div.app .bg2 {
	background-color: #FE7A65;
}

div.app .bg3 {
	background-color: #FFB858;
}

div.app .bg4 {
	background-color: #CE8BC3;
}

div.app .bg5 {
	background-color: #00A4C3;
}

div.app .bg6 {
	background-color: #A1B5E5;
}

div.app .bg7 {
	background-color: #7BB6B3;
}

	div.app header div#header-wrap {
		position: relative;
	}

div.app header div.header-wrap-clone {
	display: none;
}

div.app table#search-list {
	font-size: 14px;
	width: 100%;
	line-height: 22px;
}
	div.app table#search-list tr td:first-child, div.app table#search-list tr th:first-child {
		padding-left: 10px;
	}

	div.app table#search-list td, div.app table#search-list th {
		padding-left: 6px;
		padding-right: 6px;
		white-space: nowrap;
	}

	div.app table#search-list td {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	div.app table#search-list thead tr {
		background-color: #E6E8EB;
	}

		div.app table#search-list thead tr.filter {
			background-color: unset;
		}
			div.app table#search-list thead tr.filter th {
				border: 0;
				border-bottom: solid 1px #BFC0C1;
			}

				div.app table#search-list thead tr.filter th input, div.app table#search-list thead tr.filter th select {
					width: 100%;
					height: 21px;
					border-radius: 5px;
					border: solid 1px #BFC0C1;
					padding-right: 10px;
				}

				div.app table#search-list thead tr.filter th select {
					padding-top: 0;
					font-size: 12px;
				}

		div.app table#search-list thead tr th {
			padding-top: 4px;
			padding-bottom: 4px;
			border-right: 1px solid #CFD0D1;
			border-bottom: 1px solid #CFD0D1;
			font-weight: 500;
		}

	div.app table#search-list tbody tr {
		border-bottom: 1px solid #f0f0f0;
	}

		div.app table#search-list tbody tr.hilight {
			background-color: #F0F4FF;
		}

	div.app table#search-list tbody a {
		color: #66AACC;
		font-weight: 500;
	}

		div.app table#search-list tbody a:hover {
			color: var(--cnvs-themecolor);
			text-decoration: underline !important;
		}

	div.app table#search-list tfoot tr {
		height: 30px;
		background-image: url("/img/Gradient.gif");
	}

		div.app table#search-list tfoot tr td {
			border: 1px solid #CFD0D1;
		}

			div.app table#search-list tfoot tr td div {
				height: 24px;
			}

			div.app table#search-list tfoot tr td input {
				height: 21px;
				border-radius: 5px;
				border: solid 1px #BFC0C1;
				text-align: right;
				padding-right: 10px;
				width: 40px;
			}

			div.app table#search-list tfoot tr td span {
				display: inline-block;
			}

				div.app table#search-list tfoot tr td span.page-input {
					margin-right: 10px;
				}

			div.app table#search-list tfoot tr td i {
				font-size: 18px;
				position: relative;
				margin-right: 10px;
				cursor: pointer;
				color: #66AACC;
			}

				div.app table#search-list tfoot tr td i:hover {
					color: var(--cnvs-themecolor);
				}

				div.app table#search-list tfoot tr td i.bi-skip-start-btn-fill, div.app table#search-list tfoot tr td i.bi-skip-end-btn-fill {
					font-size: 22px;
				}

			div.app table#search-list tfoot tr td div.refresh {
				height: 30px;
				position: relative;
				top: -3px;
				padding: 3px 0px 3px 10px;
				border-left: solid 1px #BFC0C1;
				border-right: solid 1px #BFC0C1;
				margin-left: 10px;
				margin-right: 19px;
			}

div.app h4#search-results {
	font-weight: 500;
	line-height: 16px;
	margin: 6px 0 0 10px;
}

div.app div.search {
	display: contents;
}

div.app div.search-buttons {
	float: right;
	margin-top: -1px;
}

	div.app div.search-buttons button, div.app div.search-buttons span {
		padding: 0px 8px;
		margin: 1px 10px 2px 0 !important;
		line-height: 18px;
		top: 3px;
		background-color: #66AACC;
		font-size: 14px;
	}

		div.app div.search-buttons button:hover, div.app div.search-buttons span:hover {
			background-color: var(--cnvs-themecolor);
		}

/*  Max width of any list table cell is ViewWidth / (rows / 2) */ 
div.app table#search-list.c3 tbody tr td {
	max-width: calc(100vw / 1.5);
}
div.app table#search-list.c4 tbody tr td {
	max-width: calc(100vw / 2);
}
div.app table#search-list.c5 tbody tr td {
	max-width: calc(100vw / 2.5);
}
div.app table#search-list.c6 tbody tr td {
	max-width: calc(100vw / 3);
}
div.app table#search-list.c7 tbody tr td {
	max-width: calc(100vw / 3.5);
}
div.app table#search-list.c8 tbody tr td {
	max-width: calc(100vw / 4);
}
div.app table#search-list.c9 tbody tr td {
	max-width: calc(100vw / 4.5);
}
div.app table#search-list.c10 tbody tr td {
	max-width: calc(100vw / 5);
}
div.app table#search-list.c11 tbody tr td {
	max-width: calc(100vw / 5.5);
}
div.app table#search-list.c12 tbody tr td {
	max-width: calc(100vw / 6);
}
div.app table#search-list.c13 tbody tr td {
	max-width: calc(100vw / 6.5);
}
div.app table#search-list.c14 tbody tr td {
	max-width: calc(100vw / 7);
}
div.app table#search-list.c15 tbody tr td {
	max-width: calc(100vw / 7.5);
}
div.app table#search-list.c16 tbody tr td {
	max-width: calc(100vw / 8);
}

/*  Chart Page Styles  */
div.app div#chart-photo {
	border: solid 1px #0f317e;
	width: fit-content;
	height: fit-content;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

div.app div#chart-patient div#patient-name {
	font-size: 18px;
	font-weight: 500;
	line-height: 16px;
	color: #0f317e;
}

div.app div#chart-patient div#patient-id {
	font-size: 13px;
	color: #c0c0c0;
}

div.app div#chart-patient div#patient-age-sex span#dob {
	float: right;
	font-size: 13px;
	color: #c0c0c0;
	padding-top: 3px;
}

div.app div#chart-patient div#patient-address span {
	width: 100%;
	white-space: nowrap;
	font-size: 15px;
	line-height: 16px;
	display: block;
}

div.app div#patient-cellphone, div.app div#patient-homephone {
	width: 50%;
	margin-top: 10px;
	font-size: 15px;
}

div.app div#female-height, div.app div#male-height {
	background-image: url(/img/female-body.png);
	background-repeat: no-repeat;
	height: 135px;
	text-align: right;
	width: 80px;
	margin-right: 20px;
}

div.app div#male-height {
	background-image: url(/img/male-body.png);
}

	div.app div#female-height div, div.app div#male-height div {
		margin-top: 55px;
	}

div.app div#patient-vitals {
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
	height: 140px;
}

	div.app div#patient-vitals span.label, div.app span.label.smoking, div.app div#patient-info span.label {
		font-size: 14px;
	}

	div.app div#patient-vitals span.bmi-3 {
		font-size: 28px;
		font-weight: 700;
		color: var(--bs-warning);
	}

	div.app div#patient-vitals span.bp-4 {
		font-size: 28px;
		font-weight: 700;
		color: #BA3A02;
	}

	div.app div#patient-vitals span.bp-3 {
		font-size: 28px;
		font-weight: 700;
		color: #FFB600;
	}

	div.app div#patient-vitals span.bp-type {
		font-size: 14px;
		display: block;
		margin-top: -5px;
		color: #c0c0c0;
	}

div.app div#patient-info span.label {
	display: inline-block;
	width: 75px;
}

div.app div#patient-info span.debt {
	color: darkred;
	font-weight: 500;
}

div.app div#patient-info span.balance {
	display:inline-block;
	width: 120px;
}

div.app div.panel-text {
	border: solid 1px #F2E6C2;
	padding: 2px 6px;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
}

	div.app div.panel-text div.main-text {
		width: 80%;
	}

	div.app div.panel-text div {
		width: 100%;
	}

	div.app div.panel-text div.right-text {
		width: 20%;
		text-align: right;
	}

div.app div.panel div.panel-title {
	width: 100%;
	height: 28px;
	border-radius: 6px 6px 0 0;
	background-color: #FFF9E5;
	padding: 2px 0 0 10px;
	font-weight: 500;
	border: solid 1px #F2E6C2;
	border-bottom: 0;
}

div.app div.panel a {
	color: #66AACC;
	font-weight: 500;
}

	div.app div.panel a:hover {
		color: var(--cnvs-themecolor);
		text-decoration: underline !important;
	}

div.app div.pl-chart {
	padding: 3px 10px 3px 6px;
	border: solid 1px #E5DAB8;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.app div.d-chart {
	padding: 3px 10px 3px 6px;
	border: solid 1px #E5DAB8;
	border-radius: 5px;
	height: 340px;
	margin-top: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.app span.title {
	font-size: 18px;
	font-weight: 500;
}

div.app span.revenue {
	font-weight: 600;
	color: darkgreen;
	font-size: 18px;
	display: block;
	line-height: 13px;
}

div.app span.note {
	font-size: 14px;
	color: #a0a0a0;
	font-weight:200;
}

span.datetimespan {
	font-size: 14px;
	color: #a0a0a0;
	font-weight: 200;
	display: block;
}

canvas#chart-1 {
	display: block;
	width: 500px;
	height: 300px;
	top: -24px;
	position: relative;
}

div.app div.d-chart span.total {
	font-weight: 600;
	color: #0f317e;
	font-size: 18px;
	display: block;
	line-height: 13px;
}

div.app div.dash-tab {
	border: solid 1px #E5DAB8;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	height: 90px;
	padding: 0 10px 0 15px;
	width: 48%;
}

	div.app div.dash-tab div.title, div.app div.list div.title {
		font-size: 20px;
		font-weight: 600;
		width: 100%;
		height: 20px;
	}

	div.app div.dash-tab span.heading {
		font-size: 14px;
		color: #b0b0b0;
		font-weight: 600;
	}

	div.app div.dash-tab span.value {
		font-size: 20px;
		color: #2785b5;
		font-weight: 800;
	}

div.app table#search-list.dash {
	margin-top: 15px;
	border-left: solid 1px #BFC0C1;
	border-right: solid 1px #BFC0C1;
	border-top: solid 1px #BFC0C1;
}
	div.app table#search-list.dash tbody tr td {
		max-width: calc((100vw - 166px) / 7);
	}

div#not-available {
	justify-content: center;
	display: flex;
	height: calc(100vh - 100px);
	text-align: center;
	flex-flow: column;
}

div.app div.checkbox {
	margin: auto;
	padding-top: 9px;
}

div.search-popup {
	border: 1px solid #d2d5d9;
	width: 91%;
	height: 300px;
	position: absolute;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
}
	div.search-popup div {
		padding-left: 10px;
	}

		div.search-popup div.new-button {
			border-bottom: 1px solid #d2d5d9;
			width: 100%;
			color: var(--cnvs-themecolor);
			font-size: 14px;
			font-weight: 500;
		}

			div.search-popup div.new-button:hover {
				color: var(--cnvs-btn-color-dark);
				cursor: pointer;
			}

		div.search-popup div.new-button i.icon-plus-sign {
			font-size: 16px;
			line-height: 13px;
			margin-right: 3px;
			top: 2px;
			position: relative;
		}

		div.search-popup div.popup-results {
			width: 100%;
			height: 276px;
			max-height: 276px;
			overflow-y: scroll;
			padding: 0 6px;
		}

/* Placard Styles */
div.app div.placard {
	display: flex;
	border: 1px solid #d2d5d9;
	padding: 2px 3px 3px 3px;
	font-size: 14px;
	line-height: 15px;
	border-radius: 6px;
	margin-top: 5px;
}

	div.app div.placard:first-child {
		margin-top: 0px;
	}

	div.app div.placard:hover {
		background-color: #f0f0f0;
		cursor: pointer;
	}

	div.app div.placard img {
		border: 1px solid var(--cnvs-themecolor);
		width: 31px;
		height: 31px;
		border-radius: 50% !important;
		margin-top: 1px;
	}

div#insurer-results div.placard img, div#insurer-list div.placard img {
	border: 0;
	border-radius: unset;
}

	div.app div.placard span.info {
		font-size: 12px;
		color: #8c9090;
		display: inline;
	}

	div.app div.placard div {
		width: 100%;
		padding-left: 6px;
		margin-top: 1px;
	}

	div.app div.placard span > span {
		float: right;
	}

	div.app div.placard span.placard-phone span {
		max-width: calc(100% - 90px);
		overflow: hidden;
	}

	div.app div.placard div.no-photo {
		border: 1px solid var(--cnvs-themecolor);
		width: 35px !important;
		height: 31px;
		border-radius: 50% !important;
		margin-top: 1px;
		line-height: 29px;
		text-align: center;
		font-size: 15px;
		font-weight: 700;
		padding: 0 !important;
	}

div#insurer-results div.placard span.placard-phone, div#insurer-list div.placard span.placard-phone {
	font-size: 11px;
}

	div#insurer-results div.placard span.placard-phone span, div#insurer-list div.placard span.placard-phone span {
		max-width: calc(100% - 84px);
	}

div#modal div.modal-dialog {
	min-width: 350px;
}

div#modal {
	background-color: #00000060;
	z-index: 3000;
}
	div#modal h4#modal-title i.icon-warning-sign {
		color: #ffc107;
		font-size: 26px;
		line-height: 15px;
		vertical-align: middle;
	}
 
	div#modal div.modal-footer {
		justify-content: center;
	}

		div#modal div.modal-footer button.ok {
			margin-left: 45px;
		}

div#popup {
	position: absolute;
	background-color: #00000060;
	z-index: 3000;
	width: 100%;
}

	div#popup div.popup-dialog {
		width: 750px;
		height: fit-content;
		margin: auto;
		background-color: #fff9e5;
		padding: 8px 15px;
		border-radius: 15px;
	}

	div#popup span.section-title {
		font-size: 18px;
		font-weight: 600;
		color: #0f317ec0;
		width: 100%;
		border-bottom: solid 1px #0f317ec0;
		line-height: 20px;
		display: inline-block;
		padding-bottom: 2px;
		margin-bottom: 5px;
		padding-top: 8px;
	}

	div#popup div.legend {
		position: absolute;
		z-index: 3001;
		float: right;
		margin-left: 324px;
	}

	div#popup div.legend input.form-control {
		display: unset;
		width: 80px;
		height: 28px;
	}

	div#popup div#patient-photo i.icon-window-close1 {
		display: none;
	}

	div#popup div.form-group.checkbox {
		margin: auto;
		padding-top: 9px;
	}

	div#popup label.checkbox {
		padding-left: 0;
	}

	label.checkbox {
		white-space: nowrap;
	}

.audit-changed {
	background-color: #e8f4ff;
	border-color: #cacfd3;
}

.audit-replaced {
	background-color: #ffe8f4;
	border-color: #cacfd3;
}

.audit-changed.audit-replaced {
	background-color: #e5d9f9;
}

div.app div#main object.pdf {
	width: 100%;
	height: calc(100% - 41px);
}

div.app div#document-buttons {
	float: right;
}

	div.app div#document-buttons button {
		padding: 2px 10px;
		margin: 1px 8px 8px 0 !important;
		line-height: 20px;
		top: 4px;
		font-size: 14px;
	}

div.app div#document-form {
	margin: 4px 0 3px 8px;
}

	div.app div#document-form input, div.app div#document-form select {
		width: unset;
		display: inline-block;
		margin-right: 20px;
		padding-right: 8px;
	}

div#register-card div.card {
	width: 500px;
	margin: 0 auto;
	padding: 5px 15px 10px 15px;
	font-size: 15px;
}

	div#register-card div.card button {
		padding: 3px 12px;
	}

div#register-card .form-group {
	margin-bottom: 10px;
}

div.header-wrap-clone {
	height: 50px;
}

div.column-list {
	padding: 0;
	height: calc(100vh - 99px);
	border-right: solid 1px #0f317e;
}

	div.column-list div span {
		padding-left: 8px;
		font-size: 18px;
		font-weight: 500;
	}

	div.column-list table#search-list th {
		border-top: 1px solid #CFD0D1;
	}


	input:disabled + input + label:before {
		background-color: lightgray !important;
	}