a {
	/* color: #007bff; */
	text-decoration: none;
	background-color: transparent;
}
label {
	cursor: pointer;
}
.table-wrapper {
	display: inline-block;
	padding: 15px 20px;
	background-color: #fff;
	margin-right: 40px;
	min-width: 100%;
	box-shadow: 0px 0px 3px #ccc;
}
.table-wrapper table {
	border: 1px solid #ccc;
}
.row-hover:hover {
	background-color: #ccc;
}
.nav-item.active a {
	border-bottom: 1px solid var(--dark);
	color: var(--dark);
}
@media (min-width: 992px) {
	.nav-item a {
		/* border-right: 1px solid #000000; */
	}
}
.section-header {
	padding: 0 20px;
}
.file-folder .active > a {
	color: var(--dark-green);
	/* font-weight: bold; */
}
.nav-item:hover a {
	color: var(--dark);
	cursor: pointer;
}
.btn-set {
	border: 1px solid #c5c4c4;
	cursor: pointer;
	padding: 3px 10px;
	display: inline-block;
	margin: 5px 0px;
	font-size: 12px;
	background-color: #fff;
}
.btn-set:hover {
	background-color: #575757;
	color: #fff;
}
.checkbox-lg {
	width: 16px;
	height: 16px;
}
/******
LEGENDS FORM
******/
.legends {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: end;
	flex-flow: wrap;
	gap: 6px;
}
.legends span {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	border: 1px solid #000;
}
thead th {
	background-color: #ddf0f6 !important;
}
/******
UPLOAD FORM
******/

.fFiles {
	position: relative;
	text-align: center;
}
.fFiles label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	text-align: center;
	background: #f1f1f1;
	padding: 20px 0px;
	justify-content: center;
	border: 1px dashed #ccc;
}
.fFiles input[type='file'] {
	display: flex;
	height: 105px;
	box-sizing: border-box;
	width: 100%;
	opacity: 0;
	position: relative;
	z-index: 9;
}
.display-upload span {
	display: block;
	background: #f1f1f1;
	border-radius: 4px;
	padding: 10px;
}
/******
POP BOX
******/

button.close {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#dim {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
}
.pop {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	z-index: 9999;
	/* overflow-y: scroll; */
	width: max-content;
}
.pop#pup-ajax {
	width: 400px;
	text-align: center;
}
.pop#pup-ajax p {
	margin-top: 0;
	font-size: 13px;
}
.pop#pup-ajax form {
	margin: 0;
}
.pop#pup-ajax div {
	display: flex;
	align-items: center;
}
.pop#pup-ajax input[type='text'] {
	width: calc(100% - 155px);
	margin-right: 5px;
	font-family: 'Lato';
}
.pop#pup-ajax input[type='submit'] {
	width: 150px;
}
.fa-edit {
	color: #2c3e50;
	cursor: pointer;
}
.fa-edit:hover {
	color: #34495e;
}
.fa-trash {
	color: #c0392b;
	cursor: pointer;
	margin-left: 15px;
}
.fa-trash:hover {
	color: #e74c3c;
}
.fa-eye-slash {
	color: #333;
	cursor: pointer;
}
.fa-plus,
.fa-envelope-open {
	color: #54a0ff;
	cursor: pointer;
}
.fa-bars {
	cursor: pointer;
}

/******
Better Nav
******/
#side-menu,
.side-menu-overlay {
	position: fixed;
	top: 0;
	height: 100%;
	display: none;
}
body.overflow-hidden {
	overflow: hidden;
}
#side-menu {
	width: 300px;
	right: -300px;
	overflow-y: auto;
	z-index: 1035;
	background: #fff;
	padding: 20px 30px;
	color: #333;
	transition: 0.4s;
}
body.side-menu-visible #side-menu {
	transform: translateX(-300px);
}
#side-menu .contents {
	margin-top: 0px;
}
#side-menu .nav-link {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 0 0;
}
#side-menu .nav-link:hover {
	opacity: 0.8;
}
#side-menu .close {
	float: right;
}
.side-menu-overlay {
	left: 0;
	min-width: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
}
#side-menu.side-menu-left {
	left: auto;
	right: -300px;
}
body.side-menu-visible #side-menu.side-menu-left {
	transform: translateX(-300px);
}
/**********
SIGNATURE
**********/
#applicant-form .draw-container {
	width: 100% !important;
}
#review-form img.loaded-sign,
#applicant-form img.loaded-sign {
	position: absolute;
	border: 1px solid #ccc;
}
.kbw-signature {
	display: inline-block;
	border: 1px solid #a0a0a0;
	-ms-touch-action: none;

	width: 350px;
	height: 200px;
}
@media (max-width: 1024px) {
	.kbw-signature {
		max-width: unset;
	}
}
.kbw-signature-disabled {
	opacity: 0.35;
}
/*******
Charts
*******/
#title_div {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
#chart_div {
	width: 100%;
	height: 650px;
}
#chart2_div {
	width: 100%;
	height: 650px;
}
#legend_div {
	width: 100%;
	height: 100px;
	padding: 20px;
}
.chartLegend {
	padding: 5px 14px;
	background: #ccc;
	margin-right: 5px;
	border-radius: 5px;
}
.am5exporting-list.am5exporting-align-right {
	margin-right: 5px;
	margin-top: 10px;
}

.am5exporting-icon.am5exporting-valign-top {
	top: -25px;
}
.monthly_average .table th,
.monthly_average .table td {
	white-space: nowrap;
	text-align: center;
}
/*******
CALENDAR
*******/
[class*='btn-cal'],
[class*='btn-cal']:hover {
	background: transparent;
	border: 1px solid #ccc;
	color: #ccc;
}
[class*='btn-cal'].active {
	color: #fff;
}
.btn.active {
	background: unset;
}
.btn-cal1.active {
	background: #ffdd99;
	border: 1px solid #ffdd99;
}
.btn-cal2.active {
	background: #88ccff;
	border: 1px solid #88ccff;
}
.btn-cal3.active {
	background: #ff0000;
	border: 1px solid #ff0000;
}
.cal-cat strong {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.cal-nav,
.cal-day {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cal-nav div,
.cal-day div {
	width: calc(100% / 7 - 10px);
	padding: 5px;
	box-sizing: border-box;
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.cal-nav div {
	background: #315990;
	border: 0;
	color: #fff;
	font-weight: bold;
}
.cal-day div {
	margin: 5px 0px;
	min-height: 130px;
}
.cal-day div b {
	display: block;
	margin-bottom: 5px;
}
.cal-day div.off {
	opacity: 0.3;
}
.cal-day span {
	display: block;
	background: #ffcbb9;
	padding: 5px;
	border-radius: 3px;
}
.cal-day span:hover {
	opacity: 0.8;
}
.cal-day span a {
	display: block;
}
.cal-day span a:hover {
	text-decoration: none;
}
.cal-day span + span {
	margin-top: 3px;
}
.cal-day i {
	display: block;
	font-style: normal;
	margin-top: 8px;
	font-size: 12px;
}
.masterTooltip {
	cursor: pointer;
}
.custom-tooltip {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-size: 12px Arial;
}
.table-nowrap {
	white-space: nowrap;
}
/*******
CALENDAR
*******/
@media (max-width: 768px) {
	.cal-nav div,
	.cal-day div {
		width: calc(100% / 2 - 5px);
	}
	.cal-nav,
	.cal-day div.off {
		display: none;
	}
}

/*******
UPLOAD FILES
*******/
.file-upload {
	display: block;
	width: 100%;
	border: 1px dashed #ccc;
	background: #fafafa;
	padding: 25px;
}
.upload-box {
	position: relative;
	text-align: center;
}
.upload-box label {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	text-align: center;
	background: #f1f1f1;
	justify-content: center;
	border: 1px dashed #ccc;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}
.upload-box label span.btn {
	margin-bottom: 12px;
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.upload-box input[type='file'] {
	display: flex !important;
	box-sizing: border-box;
	width: 100%;
	opacity: 0;
	position: relative;
	z-index: 9;
	min-height: 150px;
}

.modal-content {
	display: block;
}

/* blink color change from current color to red */
.blink {
	animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}
.select2-container .select2-selection--single {
	height: 30px !important;
	font-size: 14px;
}
.select2-container .select2-results__option {
	font-size: 14px;
}

/*******
CALENDAR
*******/
[class*='btn-cal'],
[class*='btn-cal']:hover {
	background: transparent;
	border: 1px solid #ccc;
	color: #ccc;
}
[class*='btn-cal'].active {
	color: #fff;
}
.btn.active {
	background: unset;
}
.btn-cal1.active {
	background: #ffdd99;
	border: 1px solid #ffdd99;
}
.btn-cal2.active {
	background: #88ccff;
	border: 1px solid #88ccff;
}
.btn-cal3.active {
	background: #ff0000;
	border: 1px solid #ff0000;
}
.cal-cat strong {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.cal-nav,
.cal-day {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cal-nav div,
.cal-day div {
	width: calc(100% / 7 - 10px);
	padding: 5px;
	box-sizing: border-box;
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.cal-nav div {
	background: #315990;
	border: 0;
	color: #fff;
	font-weight: bold;
}
.cal-day div {
	margin: 5px 0px;
	min-height: 130px;
}
.cal-day div b {
	display: block;
	margin-bottom: 5px;
}
.cal-day div.off {
	opacity: 0.3;
}
.cal-day span {
	display: block;
	background: #ffcbb9;
	padding: 5px;
	border-radius: 3px;
}
.cal-day span:hover {
	opacity: 0.8;
}
.cal-day span a {
	display: block;
}
.cal-day span a:hover {
	text-decoration: none;
}
.cal-day span + span {
	margin-top: 3px;
}
.cal-day i {
	display: block;
	font-style: normal;
	margin-top: 8px;
	font-size: 12px;
}
.masterTooltip {
	cursor: pointer;
}
.custom-tooltip {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-size: 12px Arial;
}
.table-nowrap {
	white-space: nowrap;
}
/*******
CALENDAR
*******/
@media (max-width: 768px) {
	.cal-nav div,
	.cal-day div {
		width: calc(100% / 2 - 5px);
	}
	.cal-nav,
	.cal-day div.off {
		display: none;
	}
}

.handle {
	cursor: move;
	margin-right: 5px;
}
.form-label-full {
	margin-bottom: 0;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 5px 10px;
	border-radius: 5px;
}
.form-label-full:hover {
	background: #f8f9fa;
}
.form-label-full:has(input:checked) {
	background: #3e90c1;
	color: #fff;
}
.separate-line {
	border-bottom: 1px dashed #525252;
	display: block;
	width: 35%;
	margin-bottom: 10px;
	display: none;
}

.circle {
	width: 200px;
	margin: 6px 6px 20px;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.circle canvas {
	vertical-align: top;
	width: 200px !important;
}

.circle strong {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: black;
}

.circle strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: normal;
}

.circle span {
	display: block;
	color: #aaa;
	margin-top: 12px;
}

.one-checklist.editing .form-control {
	display: inline;
}
.one-checklist .text-success {
	display: none;
}
.one-checklist .text-secondary {
	display: inline-block;
}
.one-checklist.editing .text-success {
	display: inline-block;
}
.one-checklist.editing .text-secondary {
	display: none;
}
.one-checklist.editing .text-danger {
	display: inline;
}
.iframe-container {
	height: 100%;
}
.iframe-container iframe {
	width: 100%;
	height: 100%;
}
#notes_template {
    white-space: pre-wrap;
}