:root {
	--app-purple-color: #093268;
}

.appInstruction {
	font-size: 1.1em !important;
}


.redText {
	color: #a20000;
}

.button-PI[data-color="mint"] {
	color: white
}

.button-PI[data-color="mint"]:hover {
	background: #0d6efd;
	color: #FFF;
}

.button-PI[data-color="red"]:hover {
	background: rgb(255, 102, 102);
	color: #FFF;
}


.button-PI {
	background: var(--app-purple-color);
	padding: 8px 15px;
	font-size: 94%;
	cursor: pointer;
	color: white;
	border-radius: .4em;
	border: 1px solid transparent;
	line-height: 15px;
}

.button-PI:hover {
	background: #6070bd;
	color: #FFF;
}


.container {
	max-width: 1770px !important
}


h3.applicationName {
	color: var(--app-purple-color);
	font-size: 1.5em;
	width: 100%;
	text-align: center;
}

.blueLine {
	border: none;
	clear: both;
	padding: 0.05em 0;
	width: 100%;
	background-color: #146061;
}

.error {
	color: #9d0000;
	margin-left: 0 !important
}

.subhead {
	padding-left: 3em
}

.headline {
	color: #3C5959;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

a.footerLink {
	color: #0B5493;
}


@media screen and (max-width: 320px) {
	.loginForm .card.fat {
		padding: 0;
	}

	.loginForm .card.fat .card-body {
		padding: 15px;
	}
}

/*@media only screen and (max-width: 500px) {
	#footer {
		display: block !important;
	}
}*/


.thead {
	background: #146061;
	color: white;
}

tbody>tr {
	border: white;
}

.alert-box {
	color: #555;
	border-radius: 0.313em;
	/* font-family:Tahoma,Geneva,Arial,sans-serif;font-size:100%; */
	padding: 10px 0px 8px 46px;
	margin: 0px;
}

.alert-box span {
	font-weight: bold;
	text-transform: uppercase;
}

.infoMessage {
	background: url('images/info.png') no-repeat 10px 50%;
	color: #2D4F8A;
	/* border:1px solid #2D4F8A; */
	/* border-bottom: dashed #2D4F8A thin; */
}

.errorMessage {
	background: url('images/error.png') no-repeat 10px 50%;
	color: #B30000;
	border: 1px dashed #f5aca6;
	/*  border-bottom: dashed #2D4F8A thin; */
}

.successMessage {
	background: url('images/success.png') no-repeat 10px 50%;
	color: #146061;
	/* font-size: larger; */
	border: 1px dashed #a6ca8a;
	/* border-bottom: dashed #2D4F8A thin; */
}

.modal-dialog-center {
	margin-top: 25%;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.required .form-label:after {
	content: " (required)";
	color: #a20000;
	font-style: italic;
	font-size: .72em;
	font-weight: bold;
}

.required:after {
	content: " *";
	color: red;
}

.req:after {
	content: " (required)";
	color: #a20000;
	font-style: italic;
	font-size: .72em;
	font-weight: bold;
}


.error-msg {
	color: red;
	font-size: medium;
}

.nav-link .fs-6 {
	/* Adjust the margin-right value as needed */
	margin-right: 8px;
}


label.col-form-label.required:after,
label.form-label.required:after {
	content: " *";
	font-style: italic;
	font-weight: bold;
	font-size: 0.75em;
	color: #dc3545 !important;
}

.popover-header {
	background-color: #e7ecfe !important;
}

#wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 0.2s;
	visibility: hidden;
	opacity: 0;
}

#sidebar {
	min-width: 210px !important;
}

.table>:not(caption)>*>* {
	border-bottom-width: 0px !important;
}


#wrapper.show {
	visibility: visible;
	opacity: 1;
}

/* WEB STANDARDS CSS */

label.col-form-label.required:after,
label.form-label.required:after {
	content: " *";
	font-style: italic;
	font-weight: bold;
	font-size: 0.75em;
	color: #dc3545 !important;
}


.btn-close {
	width: 0.4em;
	height: 0.4em;
}

.bg-county {
	background-color: #e7ecfe !important;
	color: #000080;
}

.accordion-button:not(.collapsed) {
	color: #000080 !important;
	background-color: #e7ecfe !important;
}

.breadcrumb {
	margin-bottom: 0rem !important;
}

.mb-5rem {
	margin-bottom: 5rem !important;
}

.nav-pills .nav-link:hover {
	background-color: #c6d2fd;
	color: #890000 !important;
}

.nav-pills .nav-link.active {
	background-color: #c6d2fd;
	color: #890000 !important;
}

.nav-link {
	display: block;
	padding: 0.1rem;
	color: #000 !important;
}

.nav-item .disabled:not(.active) {
	color: gray !important;
}

li.breadcrumb-item>a:hover {
	background-color: #ffc107 !important;
	color: #000 !important;
}

.login.card {
	border-color: rgb(190, 190, 190);
	box-shadow: 5px 10px 10px 5px rgb(190, 190, 190);
}

.bcrumb {
	flex-flow: row wrap;
}

.w-65 {
	width: 65rem;
}

.rightnav {
	--bs-breadcrumb-divider: '|';
}

.popover-header {
	background-color: #e7ecfe !important;
}

textarea {
	height: auto;
	overflow-y: hidden;
	box-sizing: border-box;
	resize: none !important;
}

.filters {
	word-break: break-all;
}


#selectlarge li {
	font-size: 14px;
}

.mt-4 {
	color: rgb(39, 90, 61);
}

.pageHeader {
	color: #775540;
}


.submenuIcon {
	display: none
}

@media (max-width: 768px) {
	#logo {
		width: 250px;
		/* Set the desired width */
	}

	.appLogo-h-6 {
		height: 3rem !important;
		width: 6rem !important;
	}

	.submenuIcon {
		display: inline;
	}

	#title {
		font-size: small !important;
	}

	.mt-4 {
		margin-top: 0.81rem !important;
	}

	.rightnav {
		font-size: xx-small !important;
	}

	.breadcrumb {
		font-size: xx-small !important;
		--bs-breadcrumb-item-padding-x: 0.2rem !important;
	}
}

@media print {
    body {
        font-size: 14px;
    }

    .table {
        width: 100%;
        table-layout: fixed; /* Ensures columns don't shrink */
    }

    .table th, .table td {
        white-space: normal !important; /* Allows text wrapping */
        word-wrap: break-word; /* Ensures long text wraps correctly */
        max-width: 100%;
    }

    .printhide {
        display: none; /* Hides buttons */
    }
}

#Left-Nav div ui {
	border: solid #ffffff;
	border-width: 0.1em;
	width: auto;
}

#Left-Nav {
	padding: 0 !important;
}

#menu {
	width: 210px;
}

#menu li {
	/*  background-color: #e7ecfe;
    border: solid #ffffff;
	border-width: 0.15em; */
	padding-left: .6em;
}

.col-auto {
	cursor: pointer !important;
}

.meIt {
	background-color: #e7ecfe;
	border-width: 0.15em;
	padding-bottom: .25rem !important;
}

.card-body {
	min-height: 40em;
}

.emptyPanel {
	min-height: 20em;
}

#cssBody {
	padding: 3rem;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
	vertical-align: -.150em !important;
}

.table thead {
	--bs-table-bg: #e7ecfe !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0 !important;
	margin-left: 0px !important;
	border: 0 !important;
}


.FilterStuff>div {
	float: none;
}

/* .dataTables_wrapper .FilterStuff .dataTables_filter {float:left} */


#Breadcrumbs nav ol li a {
	padding-left: 3px !important;
	font-weight: 600 !important;
	font-size: small !important;
}

#Breadcrumbs nav ol li {
	font-weight: 600 !important;
	font-size: small !important;
}


ol {
	text-indent: 0em !important;
}

.config_panel {
	padding: 2% 15%;
}

.inputCase {
	text-transform: uppercase;
}

/*.ui-autocomplete {
	max-height: 35%;
	width: 25%;
	font-size: 88%;
	overflow-y: auto;
	overflow-x: hidden;
}*/

#uploadDoc {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

#uploadDoc td,
#uploadDoc th {
	border: 1px solid #ddd;
	padding: 4px;
	text-align: center;
}

#uploadDoc tr:nth-child(even) {
	background-color: #f2f2f2;
}

#uploadDoc tr:hover {
	background-color: #ddd;
}

#uploadDoc th {
	padding: 8px;
	text-align: center;
	background-color: #146061;
	color: white;
}


.dataTables_paginate {
	text-align: right;
	/* Align pagination controls to the right */
	float: right;
	/* Float it to the right */
	margin-top: 1rem;
	/* Optional: Add spacing above the pagination */
}

.dataTables_info {
	float: left;
	/* Keep the info text on the left */
}

.dataTables_filter {
	text-align: right;
	/* Align the filter to the right */
	float: right;
	/* Ensure it stays on the right side */
	margin-bottom: 1rem;
}

.dt-buttons {
	margin-bottom: 1rem;
	/* Optional: spacing below buttons */
}

table.dataTable {
	border-bottom: 1px solid #0B3F83;
}

.dataTables_wrapper .dt-info {
	clear: both;
	float: left;
	padding-top: .755em;
}

.dataTables_wrapper .dt-paging {
	float: right;
	text-align: right;
	padding-top: .25em;
}

.card-header {
	color: #000080;
	font-size: 1.25rem;
	font-weight: bold;
}