html {
	font-size: 12px;
}

@media (min-width: 1281px) {
	html {
		font-size: 14px;
	}
}

.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;
}

html {
	position: relative;
	min-height: 100%;
}

a {
	color: #970707;
}

.form-check-input:checked {
	background-color: #970707;
	border-color: #970707;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #f91d1d;
}

.msg {
	color: #970707
}

/* Top Nav */

.t-navbar .navbar-nav li {
	padding: 8px 0px;
}

	.t-navbar .navbar-nav li.active {
		border-bottom: 2px solid #970707;
	}


/* page wrapper */

.page-wrapper {
	position: relative;
	transition: width 1s ease-in-out;
	width: calc(100% - 50px);
}


/* Left Nav */

.l-navbar {
	width: 50px;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #dee2e6;
}

	.l-navbar a {
		padding-left: 0.5rem;
	}

	.l-navbar .nl-sp {
		display: none;
	}

	.l-navbar .nl-i {
		width: 32px;
		font-size: 14px;
		text-align: center;
	}

.brand-t1, .brand-t2 {
	display: none;
}

#r-s-panel01 {
	z-index: 10;
	height: 100vh;
}

@media (min-width: 768px) {
	.page-wrapper {
		width: calc(100% - 220px);
	}

	.l-navbar {
		width: 220px;
	}

	.l-navbar .nl-sp {
		display: inline;
	}

	.brand-t1, .brand-t2 {
		display: inline;
	}

	body.mini-navbar .l-navbar {
		width: 50px !important;
	}

	body.mini-navbar .page-wrapper {
		width: calc(100% - 50px) !important;
	}

	body.mini-navbar .l-navbar .nl-sp {
		display: none !important;
	}

	body.mini-navbar .brand-t1, body.mini-navbar .brand-t2 {
		display: none !important;
	}

	/* l-navbar > brand; closer */

	.brand {
		flex: 0 0 auto;
		display: block;
		font-size: 1.8rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.brand-t1 {
	}

	.brand-t2 {
		color: #970707;
	}

	#sidebar-closer {
		position: absolute;
		top: 10px;
		right: 10px;
	}


	/* Right Nav */

	.r-s-panel {
		position: absolute;
		visibility: hidden;
		overflow: hidden auto;
		inset: 0 auto 0 0;
		width: calc(100% - 600px);
		margin-left: 600px;
		background-color: rgb(255, 255, 255);
		box-shadow: rgb(0 0 0 / 22%) 0px 25.6px 57.6px 0px, rgb(0 0 0 / 18%) 0px 4.8px 14.4px 0px;
	}

	.r-s-panel-close {
		padding: 0px 0px 20px 14px;
		cursor: pointer;
	}
}

@media (max-width: 575px) {
	.r-s-panel {
		width: 100%;
		margin-left: 0;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.r-s-panel {
		width: calc(100% - 260px);
		margin-left: 260px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.r-s-panel {
		width: calc(100% - 250px);
		margin-left: 250px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.r-s-panel {
		width: calc(100% - 450px);
		margin-left: 450px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.r-s-panel {
		width: calc(100% - 600px);
		margin-left: 600px;
	}
}

@media (min-width: 1400px) and (max-width: 1699px) {
	.r-s-panel {
		width: calc(100% - 750px);
		margin-left: 750px;
	}
}

@media (min-width: 1700px) {
	.r-s-panel {
		width: calc(100% - 1000px);
		margin-left: 1000px;
	}
}

/* tabs */

.nav-tabs .nav-link {
	color: #111;
}

	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		color: #970707 !important;
	}

/* datatables */

.dataTables_wrapper {
	font-size: 12px;
}

.dataTables_wrapper a {
	color: #970707;
}

.dataTables_wrapper a:hover {
	color: #f91d1d;
}

.dataTables_wrapper div.dataTables_filter input {
	width: 307px !important;
}

.dataTables_wrapper .row:first-child {
	margin-bottom: 5px;
}

.dataTables_paginate .page-link {
	font-size: 12px;
}

.dataTables_paginate .active > .page-link,
.page-link.active {
	background-color: #970707;
	border-color: #970707;
}

table.dataTable td.dt-control:before {
	background-color: #970707 !important;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
	background-color: #d33333 !important;
}

.dt-row {
	margin-bottom: 10px;
	min-height: 235px;
}

.dataTable tbody tr {
	height: 20px;
}

@media (min-width: 1200px) {
	.dataTable tbody tr {
		height: 25px;
	}
}

.dataTable tbody tr td {
	padding-right: 10px;
}

.info-icon {
	cursor: pointer;
	margin-top: 7px;
}

.info-label {
	position: relative;
	display: inline-block;
}

	.info-label:hover .info-popup {
		display: block;
	}

.info-popup {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	width: 250px;
	z-index: 1;
	top: 100%;
	left: 0;
}


.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 4px 6px;
	color: #fff;
	vertical-align: middle;
	border-radius: 4px;
	width: 100%;
	line-height: 22px;
	cursor: text;
}

	.bootstrap-tagsinput input {
		border: none;
		box-shadow: none;
		outline: none;
		background-color: transparent;
		padding: 0 6px;
		margin: 0;
		width: auto;
		max-width: 100%;
		min-width: 15.625rem;
	}

	.bootstrap-tagsinput.form-control input::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
		color: #fff;
	}

	.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
		color: #fff;
	}

	.bootstrap-tagsinput input:focus {
		border: none;
		box-shadow: none;
	}

	.bootstrap-tagsinput .tag {
		margin-right: 2px;
		color: #1a1818;
	}

	.bootstrap-tagsinput .tag [data-role="remove"] {
		margin-left: 8px;
		cursor: pointer;
	}

	.bootstrap-tagsinput .tag [data-role="remove"]:after {
		content: "x";
		padding: 0px 2px;
	}

	.bootstrap-tagsinput .tag [data-role="remove"]:hover {
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

	.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.label-info {
	background-color: #D3D3D3;
}

.info-icon {
	color: #007bff;
	font-size: 18px;
	cursor: pointer;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.loader-overlay {
	display: none; /* Hide by default */
	position: fixed; /* Cover the entire screen */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	z-index: 9999; /* Ensure it is on top of other elements */
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff; /* Optional: change the color of the spinner */
	z-index: 9999; /* Ensure spinner is above the overlay */
	pointer-events: auto;
}

#lanyonApprovalsMenu {
	position: absolute;
	top: 3px;
}
@media (min-width: 768px) {
	#lanyonApprovalsMenu {
		position: absolute;
		top: 3px;
		left: 220px;
	}
}

#lmSearchBar {
	max-height:	26px;
}
.ui-menu {
	width: 465.656px;
	top: 296.125px;
	left: 230.5px;
	z-index: 1000;
	background: white;
	position: absolute;
	border: 1px solid #d4d4d4;
	border-top: none;
}

.ui-widget {
	font-size: 12px;
}
.select2-container--open .select2-dropdown--below {
	z-index: 10000;
}
