@media (min-width: 931px)
{
	html {padding:0;margin:0;}
	body {padding:0;margin:0;font-family: 'Roboto', sans-serif;}
	.page-content {
	position: relative;
	padding: 1.5rem 1.5rem 4.5rem 1.5rem;
	background-color: #f2f2f2;
	font-size: 14px;
	color: #4c5258;
	box-sizing: border-box;
	}
}


@media (max-width: 930px)
{
	html {padding:0;margin:0;overflow-x: hidden;}
	body {padding:0;margin:0;font-family: 'Roboto', sans-serif;overflow-x: hidden;}
	.desktop {display:none !important;background-color:red;}
	.page-content {
	position: relative;
	padding: 1rem .5rem 4.5rem .5rem;
	background-color: #f2f2f2;
	font-size: 14px;
	overflow-x: hidden;
	color: #4c5258;
	box-sizing: border-box;}
}

.hideme {
	display: none !important;
	visibility: hidden !important;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

.smoothScroll {
	scroll-behavior: smooth;
}

body a,
.notextdec {
	text-decoration: none;
}


*,
*:before,
*:after {
	box-sizing: inherit;
}

a,
.pointer {
	cursor: pointer !important;
}

.blink {
	animation: blink 3s steps(1, end) infinite;
}

.custom-popover {
	--bs-popover-max-width: 200px;
	--bs-popover-border-color: var(--bs-primary);
	--bs-popover-header-bg: var(--bs-primary);
	--bs-popover-header-color: var(--bs-white);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: .5rem;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



/* BC Took away scroll bars in the window view but not effect the scroll */
body::-webkit-scrollbar {
	display: none;
}

.longTxt.showingMore {
	height: auto;
	display: block;

	padding: 10px;
	overflow: hidden;
}

.longTxt.hidingMore {
	position: relative;
	height: 40px;
	/* height: auto; */
	display: block;

	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

td.clickme,
.clickme {
	cursor: pointer !important;
}





#purchaseOrderFullTable {
	position: relative;
}

div#awaitingRequestRowContent,
div#oustandingRequestRowContent,

div#awaitingRequestRowContent:hover,
div#oustandingRequestRowContent:hover,
div#oustandingRequestRowContent {
	margin-bottom: 20px;
}


div#oustandingRequestRowContent span.input-group-text {
	left: 0;
	margin-left: -0.2rem;
}

div#oustandingRequestRowContent .select2-selection--single {
	border-top-right-radius: 0rem;
	border-bottom-right-radius: 0rem;
}

div#oustandingRequestRowContent button.assignItemBtn {
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
}

div#editThisOutStandingRequest.card:hover,
div#editThisOutStandingRequest.card .card-body:hover {
	background-color: #dee2e640;
}

.r-border {
	border-right: 1px solid #dee2e6;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
	font-size: 0.9rem;
	
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: rgb(13 110 253 / 25%);
	height: 39px;
	font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	background-color: rgb(13 110 253 / 25%);
	line-height: 40px !important;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 333px !important;
	overflow-y: auto;
}

.select2-container--default .select2-selection--single {
	height: 40px !important;
}



div#editAwaitingRequestTabContent {
	border: 1px solid #cccd;
	border-radius: 0 0 0.5rem 0.5rem;
	padding-bottom: 40px;
}

div#editAwaitingModalNotesPre {
	border: 1px solid #cccd;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	padding-bottom: 40px;
}

div#oustandingHeaderBlock,
div#productsHistoryHeaderBlock,
div#assignedHeaderBlock {
	border-bottom: 2px solid currentColor;
}

div#assignedHeaderBlock {
	margin-bottom: 20px;
}

div#editAwaitingRequestInfoModalView {
	margin-bottom: -1px;
}


div#debug_console {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 100vh;
}



.page-wrapper {
	position: relative;
	min-height: 100vh;
	overflow-y: hidden;
}



.bg-orange {
	background-color: #f59f1c;
}

.bg-smoke-gray {
	background-color: #47659145;
}

.bg-lite-purple {
	background-color: #9398d7;
}

table tr.admin_data_row_hover:hover td.admin_data_row {
	background: #d0deea;
	cursor: pointer;
}


table td.admin_data_row {
	/* background: #d0deea !important; */
	cursor: pointer;
}

.awaiting_requeststatus_Deny,
.request_status_Deny {
	/* background-color: red; */
}

#editAwaitingRequestAction {
	cursor: pointer !important;
	margin-bottom: 3px;
}



#Add_ItemDistribution_SerialNumber {
	border-radius: 6px 0px 0px 6px;
}

#add_itemdistribution_button {
	border-radius: 0px 6px 6px 0px;
	height: 2.2rem;
	margin-top: 0.15rem;
}

#footer.footer {
	position: fixed;
	/* position: absolute !important; */
	bottom: 0 !important;
	width: 100%;
	height: 3rem;
	/* Footer height */
	background-color: #fff;
	border-top: 1px solid #212529;
	z-index: 5;
}

.footer {
	font-size: medium;
	font-weight: 600;
	font-style: italic;
	color: #a9a9a9;
}




nav.nav .container-fluid {
	margin-left: -5em;
	margin-right: -5em;
}

nav.nav.flex-column {
	font-weight: bold;
}

.nav i {
	font-size: 1.5rem;
}

.nav li a {
	font-size: 0.9rem;
}

nav.nav li.nav-item:nth-child(1) {
	/* text-shadow: 2px 2px #ff0000; */
}



nav.nav li.nav-item {
	text-shadow: 0.5px 0.5px 1px #45649200;
	/* 
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-color: #45649242;
    border-top-color: #45649242;
	 */
}

.navbar-nav,
.mr-auto {
	flex: 1;
	margin: auto !important;
	display: flex;
	justify-content: space-between;
}

.navbar-nav .nav-link {
	color: #fff !important;
	font-size: 1.6rem;
}

.navbar-nav .nav-link.active {
	font-weight: bold;
}

.navbar-nav li.nav-item:hover .nav-link {

	color: #efa945 !important;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
	font-size: 14px;
	font-weight: bold;
}

.card .card-header {
	height: 3rem;
}

.card .card-header.card-header-inverse {
	background: #496690;
	color: #fff;
}

.card .card-header.card-header-awaiting {
	background: #f59f1ca1;
	color: #fff;
}

a#AwaitingRefreshRequestView,
a#AwaitingFullScreenRequestView,
a#OutStandingRefreshRequestView,
a#OutStandingFullScreenRequestView,
a#AssignedRefreshRequestView,
a#AssignedFullScreenRequestView {
	border: 0.5px solid #fff !important;
	/* border-radius: 20rem; */

}

a#AwaitingRefreshRequestView:hover,
a#AwaitingFullScreenRequestView:hover,
a#OutStandingRefreshRequestView:hover,
a#OutStandingFullScreenRequestView:hover,
a#AssignedRefreshRequestView:hover,
a#AssignedFullScreenRequestView:hover {
	border: 0.5px solid #8c8c94 !important;
	border-radius: 1rem;

}



.collapse:not(.show) {
	display: inline;
}

.card .card-header.card-header-inverse .card-header-title {
	font-weight: 600;
	margin-top: 0.5rem;
	text-transform:uppercase;
}

.card .card-header .card-header-title {
	font-size: .8125rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	line-height: 1.125rem;
	font-weight: 700;
}

.card,
.card .card-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0;
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card .card-header .card-header-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card .card-header .card-header-btn .btn {
	padding: 2.8px;
	/* padding: 4.4px; */
	font-size: .625rem;
	/* border-radius: 0.625rem; */
	width: 1.325rem;
	height: 1.325rem;
	/* line-height: 1rem; */
}




.card .card-header .card-header-btn .btn+.btn {
	margin-left: 0.3125rem;
}



.card-body {
	position: relative !important;
	/* overflow-x: hidden; */
}

.card-body table {
	width: 100% !important;
	font-size: 0.9rem;
}

.card .card-body {
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.card-body {
	flex: 1 1 auto;
	padding: 15px;
}

.card [data-toggle="card-expand"] i.bi,
.card [data-toggle="card-refresh"] i.bi {

	margin: 0;
}

.card.card-expand {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1060;
	border-radius: 0;
	margin: 0 !important;
	overflow-y: scroll;
}


td.admin_data_header_youth {
	background-color: #fff8dc;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.table-dark {
	color: #fff;
	background-color: #333;
}

.table-responsive {
	display: inherit;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}




table.dataTable thead th {
	font-size: 1rem;
	font-weight: bold;
}

table.dataTable tbody td {
	font-size: 0.9rem;
}

.table td a i {
	font-size: 1.1rem;
}

.table-text-center tr,
.table-text-center tr td {
	/* text-align: center; */
}

.table-text-left tr,
.table-text-left tr td {
	text-align: left;
}

td.details-control {
	background: url('../resources/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.details td.details-control {
	background: url('../resources/details_close.png') no-repeat center center;
}

/* table#ILPYouthTable, table.dataTable {
    position: static;
    clear: both;
    margin-top: 43px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.dataTables_wrapper div.dataTables_length {
    text-align: left !important;
	position: absolute;
	left: 0;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right !important;
	position: absolute;
	right: 0
} */


.admin_main_navigation {
	text-align: center;
	line-height: 30px;
	background-color: #999;
	border-bottom: 2px solid #fff;
	font-family: Arial;
	font-size: 16px;
	text-transform: upper;
}

.admin_main_navigation_sel {
	text-align: center;
	line-height: 30px;
	background-color: #000;
	border-bottom: 2px solid #9ceabc;
	font-family: Arial;
	font-size: 16px;
	text-transform: upper;
}

.admin_main_navigation:hover {
	background-color: #000;
}

.admin_navigation_link {
	color: #fff;
	text-decoration: none;
}

.admin_sub_navigation {
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	border-bottom: 2px solid #fff;
	font-family: Arial;
	font-size: 14px;
	text-transform: upper;
}

.admin_sub_navigation_sel {
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	border-bottom: 2px solid #7fc2e1;
	font-family: Arial;
	font-size: 14px;
	text-transform: upper;
}

.admin_sub_navigation:hover {
	background-color: #fff;
}

.admin_sub_navigation_link {
	color: #888;
	text-decoration: none;
}

.admin_sub_navigation_link:hover {
	color: #000;
	text-decoration: none;
}

.admin_sub_navigation_link_sel {
	color: #000;
	text-decoration: none;
}

.admin_data_header {
	color: #000;
	background-color: #9ec9e3;
	font-size: 0.9rem;
	font-weight: 600;
}

.admin_data_footer {
	color: #000;
	background-color: #9ec9e3;
	font-size: 0.9rem;
	font-weight: 600;
}

td.admin_data_header {
	text-align: left;
}

.admin_data_header_approval {
	color: #fff;
	background-color: #bbb;
	font-size: 0.9rem;
}

/*.admin_data_header_request {color:#fff;background-color:#f6a01a;font-size:0.9rem;} */
/* .admin_data_header_youth {color:#fff;background-color:#9498d7;font-size:0.9rem;} */
.admin_data_header_withdrawn {
	color: #fff;
	background-color: #c5c7e7;
	font-size: 0.9rem;
}

.admin_data_header_product {
	/*color:#fff;*/
	background-color: #9ee3c9;
	font-size: 0.9rem;
}

.admin_data_header_user {
	color: #fff;
	background-color: #aa374f;
	font-size: 0.9rem;
}

.admin_data_header_delivered {
	color: #fff;
	background-color: #888;
	font-size: 0.9rem;
}

.admin_data_header_report {
	color: #fff;
	background-color: #333;
	font-size: 0.9rem;
}

.admin_data_row {
	color: #000;
	background-color: #eee;
	font-size: 0.9rem;
}

.admin_data_row:hover {
	background-color: #d0deea;
}

.admin_delete_row {
	color: #000;
	background-color: #eee;
	font-size: 0.9rem;
	text-align: center;
}

.admin_delete_row:hover {
	background-color: #e79098;
	text-align: center;
}

.admin_data_link {
	text-decoration: none !important;
	color: #000;
	font-size: 0.9rem;
}

.admin_table_text {
	text-decoration: none;
	font-size: 0.9rem;
}

.admin_data_number {
	text-align: center;
}

.admin_form_button {
	background-color: #888;
	border: 1px solid #000;
	border-radius: 0.3rem;
	padding: 0.4rem;
	color: #fff;
}

.admin_form_text {
	border: 1px solid #000;
	color: #000;
}

.admin_form_table {
	font-size: 0.9rem;
	font-family: Arial;
}

.admin_tab {
	height: 40px;
	text-align: center;
	font-weight: 16px;
	line-height: 40px;
}

.lightgray {
	color: #A7A7A7;
}

.notept {
	padding-top: 1rem;
}

.noteCustomStyle {
	padding: 3px;
	background-color: #ffffff;
}


.noteCustomStyleHeader {
	margin-top: 10px;
	border-top: 1px dotted #000;
}

.small_text {
	font-family: Arial;
	font-size: 12px;
}

input[type=text],
input[type=number],
input[type=check],
input[type=radio],
input[type=password],
select.form-select {
	margin: 2px 0;
}

input[type=text],
input[type=number],
input[type=email],
select.form-select,
textarea[type=text],
textarea.form-control {
	/* background-color:  #cccccc5e; */
	
}

input[type=EmailAddress] {
	background-color: #7fc2e1;
}

select.form-select {
	font-size: 0.9rem;
}


.dataTables_wrapper .row:first-child {
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.dataTables_wrapper .row:first-child .col-sm-12.col-md-6,
.dataTables_wrapper label {
	width: 90%;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter {
	text-align: left;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_length,
.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter {
	width: 100%;
	clear: both;
}


.dataTables_wrapper .dataTables_filter input[type=search],
#ILPYouthTable_filter .dataTables_wrapper label {
	margin-left: 1.5em;
}



.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
	background-color: #ffffff !important;
	height: 2.5rem;
	margin-bottom: 2rem;
}

.dataTables_wrapper .dataTables_filter input {
	width: 100% !important;

}

.dataTables_wrapper .dataTables_length select {
	width: 100% !important;
}

div.dataTables_wrapper div.dataTables_length {
	position: relative;
	/* text-align: left !important; */
}

div.dataTables_wrapper div.dataTables_filter {
	text-align: left !important;
	position: relative;
	width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label {
	white-space: nowrap;
	text-align: left;
	margin-left: 5px;
	font-weight: bold !important;
}


.dataTables_wrapper label {
	font-weight: bold;
	margin-left: -1rem;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
	font-weight: bold;
}

div#mgmtPurchaseOrders_wrapper.dataTables_wrapper .row:first-child .dataTables_filter label {
	position: relative;
	margin: 0 0 0 -10px;
	width: 100%;
}

div#mgmtPurchaseOrders_wrapper.dataTables_wrapper .row:first-child .dataTables_length label {
	position: relative;
	margin: 0 0 0 5px;
	width: 100%;
}


select {
	margin: 2px 0;
}

select#Region_id,
select.form-select * {
	position: relative;
	/* background-color: #f6a01a; */
}


select#Region_id:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #000 transparent transparent transparent;
}


.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

input.form-control.input-error {
	border: #dc3545 1px solid !important;
}

input.form-control.input-warning {
	border: #ffc107 1px solid !important;
}

input.form-control.input-success {
	border: #198754 1px solid !important;
}

.input-group.form-group .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
	height: fit-content;
	margin-top: 3px;
}

.input-group.form-group span.input-group-text {
	height: fit-content;
	margin-top: 3px;
	padding: 11px;
}




/* Start Form CSS Elements */
@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-group {
	margin-bottom: 1rem;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.0625rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 0.975rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 6px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #3395ff;
	outline: 0;
}

.form-control::placeholder {
	color: gray;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f2f2f2;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.975rem;
	line-height: 1.5;
	border-radius: 3px;
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 9px;
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
	height: auto;
}

/* .input-group.align-items-center.form-group{
	border: 0.3rem solid #000;
	border-radius: 0.6rem;
	border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
} */

.input-group input {
	height: 38px !important;
	outline: none !important;
}

.input-group input[type=file] {
	height: 38px !important;
	outline: none !important;
	min-width: 166px;
}

.input-group.align-items-center.form-group .input-group-text,
.input-group.align-items-center.form-group input.form-control {
	margin-bottom: -1px;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

/* Form Elements */



.waivers_header_style {
	background-color: #555555;
}

.waivers_featured_style {
	padding: 2px;
	border: 1px solid #008080;
	background-color: #b5dada;
	text-align: center;
}

.waivers_form_header_style {
	text-align: left;
	color: #008080;
	font-size: 12px;
}

.waivers_form_style {
	padding: 5px;
	margin: 5px;
	text-align: left;
}

.waivers_form_label_style {
	padding-right: 5px;
	text-align: right;
}

.waivers_form_normal_style {
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.waivers_link_style {
	padding: 2px;
	background-color: #b5dada;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;

}

.waivers_ribbon_style {
	height: 32px;
	background-color: #008080;
	text-align: center;
}

.waivers_table_style {
	background-color: #b5dada;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

.waivers_tabs_bottom {
	background-color: #008080;
	height: 8px;
	padding: 0px;
	margin: 0px;
}

.waivers_tabs_bottom_sub {
	background-color: #ffffff;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

.waivers_tabs_bottom_sub_selected {
	background-color: #008080;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

.waivers_tabs_style {
	height: 35px;
	width: 129px;
	text-align: center;
	background: url('/images/tab_cover.gif');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.waivers_tabs_selected_style {
	height: 35px;
	width: 129px;
	text-align: center;
	background: url('/images/tab_cover.gif');
	background-repeat: no-repeat;
	background-color: #008080;
	padding: 0px;
	margin: 0px;
}

.waivers_search_style {
	margin: 5px;
	padding: 4px;
	background-color: #b5dada;
	border: 1px solid #008080;
}

.waivers_submit_style {
	background-color: #008080;
	border: 1px solid #000000;
	color: #ffffff;
}

/*.required {font-family:Arial;font-size:12px;color:#990000;}*/




table#current_trainings {
	width: 100%;
}

.content__wrap {
	padding: 1rem;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(55, 60, 67, .175) !important;
}

#top_openblock {
	margin-top: -45px;
}

img#oldLogo {
	width: 50%;
}

img#imgPoRequest {
	width: 25%;
}

hr.ahr {
	margin: 0.3rem 0;
}

.img-thumbnail {
	background-color: transparent !important;
}

#logoAnchor {
	position: relative;
	margin-left: -10px;
	margin-bottom: 5px;
}



.logo-title {
	color: #bebdc2;
	font-size: 0.9rem;
}

a.paginate_button {
	padding: 0.5rem;
}

div#myTab {
	margin-top: -3px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link {
	width: 100%;
}

.nav-tabs .nav-link {
	width: 100%;
	border-right: white;
	border-right-width: 1px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item button.nav-link.active {
	color: #f59f1c;
	font-weight: bold;
	background-color: #476591;

}

.nav-tabs .nav-item button.nav-link {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.nav-item button.nav-link:not(.active) {
	background-color: #9398d7;
	color: #476591;
	font-style: italic;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	isolation: isolate;
	border-color: #e9ecef;

}

.nav-tabs .nav-link,
.nav-tabs .nav-link {
	isolation: isolate;
	border-color: #fff !important;
}

.nav-tabs .nav-link.active {
	position: relative;
	/* color: #f8f9fa !important;
    background-color: #1a1a1a !important; */

	/* position: relative;
	color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg) !important;
    border-color: var(--bs-nav-tabs-link-active-bg); */

}



div#myTabContent {
	margin-top: -20px;
}

/* ward */

.ward-body {
	flex: 1 1 auto;
	padding: 1rem;
}

.ward {
	box-shadow: #0000001a 0 4px 12px;
}

.ward {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

/* Auth ward */

.auth-container {
	/* background-image: url('https://gascore.com/images/newsite/gaseal.png'); */
	/* background-image: url('../../../images/lookoutmtn_ga.jpeg'); */
	/* background-size: 100% 100vh; */
	/* background-color: #9398d7; */
	min-height: 100vh;
	padding: .75rem;
	position: relative;
}

.auth-container>.ward {
	background-color: #f8f9fab0;
}

.auth-container .ward {
	/* max-width: 450px; */
	margin: auto;
}

.login-cover {
	background: url('../../../images/lookoutmtn_ga.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	/* position: fixed; */
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.page-content:has(.login-cover, .auth-container) {
	padding: 0rem !important;
}

.page-wrapper:has(.login-cover, .auth-container) {
	margin-bottom: 0px !important;
}



h1.fw-black {
	font-size: calc(0.94375rem + 0.625vw)
}

.fw-black {
	font-weight: 900;
}


.justify-content-between {
	justify-content: space-between !important;
}

.d-flex {
	display: flex !important;
}

.form-check {
	margin-bottom: -0.9px !important;
}

.divider-text {
	position: relative;
	display: flex;
	align-items: center;

	font-size: 11px;
	letter-spacing: .5px;
	margin: 15px 0;
}

.divider-text:before {
	margin-right: 10px;
}

.divider-text:before,
.divider-text:after {
	content: "";
	display: block;
	flex: 1;
	height: 1px;
	margin-left: 4px;
	background-color: #ffffff;
}

.modal-passwordiv {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url('/inventory/images/black_opacity_85.png');
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 60;
}

body.modal-open {
	position: relative;
	z-index: 1100;
}

body.modal-open .wrapper {
	position: relative;
	z-index: 1051;
}

.modal.show {
	background-color: #0000008f;
}

.form-label {
	font-weight: 500;
}

form i.bi.bi-eye-slash-fill,
form i.bi.bi-eye-fill {
	margin-top: 7px;
	margin-left: -30px;
	font-size: 1rem;
	cursor: pointer;
}

.logo-font {
	color: #bebdc2;
	font-size: 0.9rem;
}

.search-long-input-grp {
	position: relative;
}

.search-long-input-grp input.form-control {
	height: 38px;

}


.list-group .list-group-item.active {
	height: 45px;
}

.card .card-header.card-header-inverse small {
	padding-top: 3px;
	margin-left: 5px;
	font-size: .835em;
}

#add_file_button.active {
	height: 40px;
}

#youth_file_upload_box.active {
	margin-top: 4px;
}


.dt-buttons.btn-group.flex-wrap {
	margin-bottom: 10px;
	text-align: center;
	align-self: center;
	justify-content: center;
	display: flex;
}




@media(max-width: 609px) {

	button.navbar-toggler {
		position: absolute;
		right: 0;
		top: 30px;
	}

	#oldLogo {
		width: 50%;
		height: auto;
	}

	a#logo_anchor {
		display: inline-flex;
		/* height: 24px; */
	}

	.nav-tabs .nav-link {
		height: 85px !important;
	}

	.dataTables_wrapper .dataTables_filter input {
		width: 90% !important;
	}

	.dataTables_wrapper .dataTables_length select {
		width: 92% !important;
	}
}


@media (max-width: 991px) {

	.dataTables_wrapper label {
		font-weight: bold !important;

	}

	input.form-control,
	textarea.form-control,
	select.form-select {
		font-size: 0.9rem;
	}

	.card-body span.h4 {
		font-size: 0.9rem;
	}

	.card-body span.fw-bold {
		font-size: 0.6rem;
	}

	img#imgPoRequest {
		width: 100%;
	}

	span#unlock_serialnumberIcon,
	span#lock_serialnumberIcon {
		margin-top: 10px !important;
	}




	span#basic-addon2,
	.navbar-dark .navbar-brand {

		display: none;
	}

	nav.navbar li.nav-item {
		border-bottom-style: solid;
		border-bottom-color: #ccc;
		border-top-color: #ccc;
		border-width: 0.1rem;
		display: inline-flex;
		padding-left: 0.7rem;
		margin: 0 -25px;
	}



	nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
		border-bottom-style: solid;
		border-bottom-color: #ccc;

		border-width: 0.2rem;

	}

	nav.navbar ul.navbar-nav li.nav-item:first-child {
		border-top-color: #ccc !important;
		border-top-style: solid;
		border-width: 0.2rem;
	}

	nav.navbar ul.navbar-nav li.nav-item:last-child {
		margin-top: 0.1rem;
		margin-bottom: 0rem;
		border-bottom-color: #212529 !important;
		border-width: 0.2rem;
	}

	nav.navbar ul.navbar-nav li .nav-link,
	nav.navbar ul.navbar-nav li .nav-link.active {
		display: flex;
	}

	nav.navbar ul.navbar-nav li.nav-item i {
		text-align: left !important;
		padding-right: 1.2rem;
		padding-left: 0.7rem;
	}

	nav.navbar ul.navbar-nav li a.nav-link,
	li i.bi {
		font-size: 1.0rem !important;
	}

	.nav-tabs .nav-link {
		height: auto;
	}

	nav.navbar ul.navbar-nav .navbar-collapse {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	nav.navbar ul.navbar-nav button#navToggleButton {
		margin-top: 0.9rem !important;
	}

	nav.navbar ul.navbar-nav button#navToggleButton:focus {
		border-width: 0.1rem;
		border-color: #2728a333;

	}

	nav.navbar ul.navbar-nav .navbar-toggler:focus {
		border-width: 0.1rem;
		border-color: #2728a333;
		/* box-shadow: inset 0px 0px 0px 4px !important; */
		box-shadow: 0 0 0 0.10rem !important;
	}




	.input-group.mb-3.d-flex.justify-content-between span.input-group-text {
		width: 100%;
	}

	.input-group.mb-3.d-flex.justify-content-between button.input-group-text.btn.btn-warning {
		position: absolute;
		right: 0;
		margin-left: 3%;
		

	}


}


@media (min-width: 992px) {

	.dataTables_wrapper label {
		font-weight: bold !important;
		margin-left: -1rem;
		width: 88%;
	}

	#mgmtOutstandingReturns_wrapper.dataTables_wrapper div.dataTables_length label {
		font-weight: bold !important;
		margin-left: -27px;

	}

	#mgmtOutstandingReturns_wrapper.dataTables_wrapper div.dataTables_filter label {
		font-weight: bold !important;
		margin-left: -0.7rem;
		width: 90%;
	}

	#usersResultsTable_wrapper.dataTables_wrapper div.dataTables_length label {
		font-weight: bold !important;
		margin-left: 0rem;

	}

	#usersResultsTable_wrapper.dataTables_wrapper div.dataTables_filter label {
		font-weight: bold !important;
		margin-left: 0rem;
		width: 90%;
	}


	.input-group.mb-3.d-flex.justify-content-between span.input-group-text {
		width: 100%;
	}

	.input-group.mb-3.d-flex.justify-content-between button.input-group-text.btn.btn-warning {
		position: absolute;
		right: 0;
		height: 45px;
		margin-left: 18%;
	}

	.navbar-nav .nav-link {
		font-size: 1.1rem;
	}


	#transcript_text {

		position: absolute;
		left: 310px;
		top: 35px;
		color: #bebdc2;
		font-size: 18px;
	}










	/* Auth ward Media Queries */
	.auth-container>.ward .ward-body {
		max-width: 90%;
		margin: auto;
	}

	.auth-container>.ward {
		position: relative;
		/* position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border-radius: 0;
		width: 50%;
		overflow: auto;
		max-width: none; */
	}




}