html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
	margin-bottom: 50px;
	margin-top: 75px;
	display: flex;
}

.logo {
	padding: 20px 0 10px 0px;
}

.rmsLogo {
	width: 170px !important;
	height: 60px !important;
}

.topinstructiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.headertitle {
	padding: 20px 0 10px 15px;
	font: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: central;
	font-weight: bold;
	text-transform: capitalize;
}

.popupheadertitle {
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: central;
	font-weight: bold;
	color: white !important;
	text-transform: capitalize;
	background-color: #2b7cb3 !important;
}

.popupheadertitle {
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: central;
	font-weight: bold;
	color: white !important;
	text-transform: capitalize;
	background-color: #2b7cb3 !important;
}

.footer {
	position: fixed !important;
	width: 100% !important;
	background-color: #2b7cb1 !important;
	color: white !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	text-align: center !important;
	font-weight: bolder;
}

.headertitle {
	padding: 20px 0 10px 15px;
	font: Verdana, Geneva, sans-serif;
	font-size: 1.75em;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: central;
	font-weight: bold;
	color: white !important;
	text-transform: capitalize;
	background-color: #2b7cb3 !important;
}

.rcorners {
	border-radius: 20px;
	background: white;
	padding: 20px;
}

.innerrcorners {
	border: 1px solid #749cba;
}

.mainDivRCorners {
	border-radius: 20px;
	background: white;
	padding: 10px;
}

.rounded {
	border-radius: 20%;
	background-color: #04AA6D; /* Green */
	border: none;
	color: white;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.defaultCursor {
	cursor: default !important;
}

.mandatory {
	color: red;
}

.navbar-fixed-top {
	border: 1px solid transparent;
	padding: 5px 0;
}

.dropdown-menu, .dropdown-submenu {
	background-color: #226997;
}

	.dropdown-menu li {
		position: relative;
	}

	.dropdown-item, .dropdown-menu > li > a {
		color: white;
	}

.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}

.navbar {
	z-index: 9999;
}

.dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
	font-weight: bolder;
}

.fix-header-top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

/*@media screen and (min-width:765px) and (max-width: 1200px) {

    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }
}*/

.loginbackground {
	background: #749cba !important;
}


.btn-login {
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
	padding: 0.75rem 1rem;
}

.loginHeader {
	font-weight: bold !important;
}

.loginContainer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.loginContainerAdj {
	width: 500px;
	height: 75%;
}

.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

img.avatar {
	width: 40%;
	border-radius: 50%;
}


fieldset {
	border: 1px solid #749cba !important;
	border-radius: 10px;
	margin: 10px 10px 3px 3px;
}

fieldset, legend {
	all: revert;
}

.blankLink {
	text-decoration: none;
	color: #000;
}

.logoImgContainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

img.rmsAvatar {
	width: 60%;
}

.nameBgColor {
	color: white !important;
}

a {
	cursor: pointer;
}

tr:hover td {
	background-color: #e9ecef;
	cursor: pointer
}

tr.row_selected td {
	background-color: #e9ecef !important;
}

.bg-blue {
	background-color: #d3e5ff !important
}

.innerDiv1 {
	float: left;
}

.innerDiv2 {
	float: left;
	clear: left;
}

.card-body {
	height: 400px !important;
	overflow: auto !important;
}

.loginCard-body {
	overflow: auto !important;
}

.parking tr td {
	height: 10px !important;
}

.parking th.adj {
	background-color: #f3fbfe;
}

.parking tr td.money-cell {
	text-align: right;
}

.parking .blue-bold {
	font-weight: bold;
	color: #105c9e;
}

.parking tr td.level2 {
	padding-left: 30px !important;
}

.parking tr td.level3 {
	padding-left: 60px !important;
}

.parking .header1 {
	font-weight: bold;
}

.parking .header-border {
	border-bottom: 1px solid black;
}

.parking .no-border td {
	border: none !important;
	height: 10px !important;
	padding: 0 !important;
	background-color: transparent !important;
}

/* Force Miscellaneous to start on a new page */
.parking tr.misc-break {
	page-break-before: always;
	break-before: page;
}

/* Keep rows from splitting (safe to keep) */
.parking .pdfExportNo-break,
.parking tr,
.parking td,
.parking th {
	page-break-inside: avoid;
	break-inside: avoid;
}

@media print {

	.parking table.report-table {
    border-left: none !important;
    border-right: none !important;
  }

	/* Remove left border on first column */
	.parking tr.evans-row td:first-child {
		border-left: none !important;
	}

	/* Remove right border on last column */
	.parking tr.evans-row td:last-child {
		border-right: none !important;
	}
}

.parking .coln {
	width: 120px !important;
}

a.adjust {
	text-indent: 100px;
	overflow: hidden;
	background: transparent url('../images/icons.gif') no-repeat scroll -103px -20px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
}

.parking tr td.rightAlign {
	text-align: right;
}

.errorPage {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hidden {
	visibility: hidden;
	display: none;
}

.paddingTop {
	padding-top: 15px;
}

.popup {
	border: 1px solid red;
	position: fixed;
	_position: absolute;
	z-index: 50000;
	background-color: #ffffff;
	padding: 10px;
	width: 450px;
	display: none;
}

#popup_back {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: silver;
	top: 0;
	left: 0;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.fieldtitle {
	text-align: right;
	font: 14px Arial;
	color: #000000;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 6px;
	padding-top: 6px;
	background-color: #f3fbfe;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
}

/*Start elements for the body content of form pages */
.formtable table {
	width: 100%;
	margin: 0px 0;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
}

.formtable th {
	text-align: left;
	padding: 10px 5px;
	border: 1px solid #000000;
	background-color: #e9e9e9;
	color: #7c7c7c;
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.formtable td {
	border: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px #e9e9e9;
	padding: 4px 4px 4px 4px; /* top right bottom left */
	color: #7c7c7c;
	font-size: 13px;
	vertical-align: middle;
}

@media print {
	.noprint {
		display: none !important;
	}
}

fieldset, legend {
	all: revert;
}

.blankLink {
	text-decoration: none;
	color: #000;
}

fieldset {
	border: 2px solid;
	border-radius: 10px;
	margin: 10px 10px 3px 3px;
}

legend {
	border-radius: 10px;
	box-shadow: 0 0 0 1px;
	background-color: inherit;
}

	legend h5 {
		font-weight: bold !important;
		margin-left: 5px;
	}

.money .money-positive {
	width: auto;
}

.btn3d {
	position: relative;
	top: -6px;
	border: 0;
	transition: all 40ms linear;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

	.btn3d:active:focus,
	.btn3d:focus:hover,
	.btn3d:focus {
		-moz-outline-style: none;
		outline: medium none;
	}

	.btn3d:active,
	.btn3d.active {
		top: 2px;
	}

	.btn3d.btn-white {
		color: #666666;
		box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2);
		background-color: #fff;
	}

		.btn3d.btn-white:active,
		.btn3d.btn-white.active {
			color: #666666;
			box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
			background-color: #fff;
		}

	.btn3d.btn-default {
		color: #666666;
		box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
		background-color: #f9f9f9;
	}

		.btn3d.btn-default:active,
		.btn3d.btn-default.active {
			color: #666666;
			box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
			background-color: #f9f9f9;
		}

	.btn3d.btn-primary {
		box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
		background-color: #4274D7;
	}

		.btn3d.btn-primary:active,
		.btn3d.btn-primary.active {
			box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
			background-color: #4274D7;
		}

	.btn3d.btn-success {
		box-shadow: 0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
		background-color: #78d739;
	}

		.btn3d.btn-success:active,
		.btn3d.btn-success.active {
			box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
			background-color: #78d739;
		}

	.btn3d.btn-info {
		box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
		background-color: #39B3D7;
	}

		.btn3d.btn-info:active,
		.btn3d.btn-info.active {
			box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
			background-color: #39B3D7;
		}

	.btn3d.btn-warning {
		box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
		background-color: #FEAF20;
	}

		.btn3d.btn-warning:active,
		.btn3d.btn-warning.active {
			box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
			background-color: #FEAF20;
		}

	.btn3d.btn-danger {
		box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
		background-color: #D73814;
	}

		.btn3d.btn-danger:active,
		.btn3d.btn-danger.active {
			box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
			background-color: #D73814;
		}

	.btn3d.btn-magick {
		color: #fff;
		box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
		background-color: #bb39d7;
	}

		.btn3d.btn-magick:active,
		.btn3d.btn-magick.active {
			box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
			background-color: #bb39d7;
		}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
	padding: 5px 5px !important;
	border: 1px solid #749cba;
}

tbody, td, tfoot, th, thead, tr {
	padding: 5px 5px !important;
	border: 1px solid #749cba;
}

.dt-search {
	padding-bottom: 5px !important;
}

.label-wrap {
	display: flex;
}

.rows-group > div:nth-child(even) {
	background-color: lightgray;
}

.rows-group > div:nth-child(odd) {
	background-color: whitesmoke;
}

.ajax-loader {
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 50003 !important;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0.8;
}

	.ajax-loader img {
		position: absolute;
		top: 50%;
		left: 50%;
	}

.pointer-none {
	pointer-events: none;
}

.sectionspace {
	height: 20px;
	background-color: #FFF;
	/*	border: none;*/
}

.text-blue {
	color: #2b7cb1 !important;
}

td.wrap {
	white-space: normal !important;
}

.spinner-border {
	width: 1rem;
	height: 1rem;
	border: 0.2em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	display: inline-block;
	animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.auditReport-dropdown .dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
	width: 320px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.auditReport-dropdown .ms-4 {
	background-color: white;
	border-radius: 6px;
}

.form-check-input, .form-check-label {
	cursor: pointer;
}

.auditReport-dt-left {
	text-align: left !important;
}

.lsbRightAll {
	cursor: pointer;
	height: 32px;
	width: 22px;
	background: rgba(0, 0, 0, 0) url("../images/listBoxMove.png") no-repeat;
	background-position: top left;
}

.lsbRight {
	cursor: pointer;
	height: 32px;
	width: 22px;
	background: rgba(0, 0, 0, 0) url("../images/listBoxMove.png") no-repeat;
	background-position: 0 -37px;
}

.lsbLeft {
	cursor: pointer;
	height: 32px;
	width: 22px;
	background: rgba(0, 0, 0, 0) url("../images/listBoxMove.png") no-repeat;
	background-position: 0 -66px;
}

.lsbLeftAll {
	cursor: pointer;
	height: 32px;
	width: 22px;
	background: rgba(0, 0, 0, 0) url("../images/listBoxMove.png") no-repeat;
	background-position: 0 -103px;
}

.lsbUp {
	background: rgba(0, 0, 0, 0) url("../images/ListBoxUpDown.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 32px;
	width: 30px;
}

.lsbDown {
	background: rgba(0, 0, 0, 0) url("../images/ListBoxUpDown.png") no-repeat scroll 0 -20px;
	cursor: pointer;
	height: 32px;
	width: 30px;
}

/* Override Notyf container styles */
.notyf__toast {
	max-width: fit-content !important; /* Auto size to fit content */
	width: auto !important;
}

.notyf__wrapper {
	white-space: nowrap; /* Prevent text wrapping */
}

.notyf__message {
	font-size: 16px;
}

/* Type-specific styles */
.notyf__warning {
	background-color: #FF9800; /* Orange */
}

.notyf__info {
	background-color: #2196F3; /* Blue */
}

.notyf__question {
	background-color: #2196F3; /* Blue */
}

/* Shared base style for custom types */
.notyf__custom {
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(4px);
}

@media print {
	tr, thead, tbody, table {
		page-break-inside: avoid !important;
	}
}

.no-split-row {
	page-break-inside: avoid !important;
}

.headertitle {
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	line-height: 1.25;
	font-size: clamp(1.25rem, 2vw + 0.75rem, 1.75rem);
	word-break: break-word;
	overflow-wrap: anywhere;
	text-transform: none;
	font-weight: bold;
}

.mcf-pdf-root {
	font-size: 10pt;
	line-height: 1.2;
}

.mcf-pdf-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 9pt;
}

	.mcf-pdf-table th, .mcf-pdf-table td {
		padding: 3px 4px;
		vertical-align: top;
		word-wrap: break-word;
		overflow-wrap: anywhere;
	}

	.mcf-pdf-table thead th, .mcf-pdf-table thead td {
		white-space: nowrap;
	}

	.mcf-pdf-table .nowrap {
		white-space: nowrap;
	}

	.mcf-pdf-table .center {
		text-align: center;
	}

	.mcf-pdf-table .right {
		text-align: right;
	}

	.mcf-pdf-table .small {
		font-size: 8pt;
	}

.mcf-pdf-header, .mcf-pdf-footer {
	width: 100%;
	border-collapse: collapse;
	font-size: 10pt;
}

	.mcf-pdf-header td, .mcf-pdf-footer td {
		padding: 2px 4px;
	}

.page-break-avoid {
	page-break-inside: avoid;
	break-inside: avoid;
}