﻿.nav-header {
	color: #ffd966 !important;
	border-bottom-style: solid;
	border-bottom-width: thin;
} 



.filter_highlight {
	background-color: #ffd966be;
}

.validation-summary-valid > ul {
    margin-bottom: 0px !important;
}

/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 9999;
	height: 2em;
	width: 2em;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

	/* Transparent Overlay */
	.loading:before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
	}

	/* :not(:required) hides these rules from IE9 and below */
	.loading:not(:required) {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
	}

		.loading:not(:required):after {
			content: 'Please wait...';
			display: block;
			font-size: 10px;
			width: 160px;
			height: 160px;
			border: 16px solid rgba(255, 255, 255, 0.00);
			border-radius: 50%;
			border-top: 16px groove #004ba6;
			border-bottom: 16px groove #ED1651;
			animation: spinner 2s linear infinite;
			-moz-animation: spinner 2s linear infinite;
			-ms-animation: spinner 2s linear infinite;
			-o-animation: spinner 2s linear infinite;
		}

.loader--text {
	position: fixed;
	z-index: 9999;
	height: 0;
	width: 160px;
	overflow: visible;
	margin: auto;
	top: 140px;
	left: 240px;
	bottom: 0;
	right: 0;
}

	.loader--text:before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.loader--text:after {
		content: "Please wait";
		font-weight: bold;
		width: 100%;
		height: 100%;
		animation-name: loading-text;
		animation-duration: 3s;
		animation-iteration-count: infinite;
		background-color: white;
	}

/* Animation */
@keyframes loading-text {
	0% {
		content: "Please wait";
	}

	25% {
		content: "Please wait.";
	}

	50% {
		content: "Please wait..";
	}

	75% {
		content: "Please wait...";
	}
}

@-webkit-keyframes spinner {

	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



.dx-datagrid-headers {
	font-size: 11px;
	white-space: normal;
}

.dx-datagrid .dx-row-lines > td {
	font-size: 12px;
}

skin-green-light .sidebar-menu {
	background: #CFE5D0;
}

.skin-green-light .sidebar-menu .treeview-menu > li.active > a {
	background: #CFE5D0;
}

[v-cloak] {
	display: none;
}


/*Scrollbars for devExtreme Grids start*/
.dx-scrollable-container .dx-scrollable-scrollbar.dx-scrollbar-horizontal .dx-scrollable-scroll {
}

.dx-scrollbar-hoverable {
	background-color: rgba(191, 191, 191, 0.2);
}

.dx-scrollbar-vertical {
	width: 15px !important;
}

	.dx-scrollbar-vertical .dx-scrollable-scroll {
		width: 15px !important;
	}

.dx-scrollbar-horizontal {
	height: 15px !important;
}

	.dx-scrollbar-horizontal .dx-scrollable-scroll {
		height: 15px !important;
	}

/*Scrollbars for devExtreme Grids end*/

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	font-size: 16px;
	background-position-x: center;
	background-repeat: no-repeat;
	background-image: url( '../images/Logo50.png');
	height: 50px;
}

.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-horizontal .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
	padding-bottom: 14px;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td,
.dx-datagrid-rowsview .dx-selection.dx-row > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td {
	border-right-color: #F7FBFC;
}

/* Get the Input-Group to be the same size as the other fields */
[class*="sidebar-dark-"] {
    background-color: #0b0e2b;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.750rem;
    line-height: 1.5;
}

.form-group {
    margin-bottom: .500rem;
}

.btn-bg {
	background-image: url( '../images/Btn-Bg.jpg');
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom 70px;
	backdrop-filter: opacity(60%);
	display: flex;
}

.type-btn {
	margin: auto;
	width: 60%;
	z-index: 999;
	color: #020202;
	font-weight: 600;
	box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
	background-color: #c9c9c9;
	border-color: #6c757d;
}

.solid {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 40%;
	z-index: 1;
}

/* Unified container for login and logo */

.unified-login-box {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 30vh !important;
	max-width: 900px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Styling for the login box */
.main-login-box {
	flex: 1;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #323031;
	background-color: rgba(248, 249, 250, 0.7);
	border-radius: 15px !important;
	box-shadow: 0px 0px 0px 1px rgba(247, 251, 252, 0.2);
}

	.main-login-box h2 {
		margin-bottom: 2rem;
		color: #323031;
	}

/* Logo section */
.logo-section {
	flex: 1; 
	background-size: cover;
	padding: 2rem;
	color: #323031;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.logo-container img {
	max-width: 100%; 
	margin-bottom: 2rem;
}

.logo-container .caption {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	text-shadow: 2px 1px 2px rgba(22, 22, 22, 0.3);
	color: #fff;
}

/* Form styles */
.input-group {
	margin-bottom: 1.5rem;
}

.btn-sign-in {
	background-color: #0d6efd;
	border: none;
	padding: 0.75rem;
	font-weight: 600;
	margin-top: 1rem;
}

.btn-sign-in:hover {
	background-color: #0B5ED7;
}

/* Remember Me Checkbox */
.icheck-primary {
	margin: 1rem 0;
	display: flex;
	align-items: center;
}

.forgot-password-link {
	margin-top: 1rem;
}

.signup-link {
	margin-top: 1rem;
	text-align: center;
}

/* General page styles */
.custom-pattern {
	background: linear-gradient(135deg, #0C7BEA, #1E94D6, #32ADB2, #36AC03);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.h2, h2 {
	font-size: 2rem;
	text-align: center;
	padding-bottom: 1rem;
}

label {
	display: inline-block;
	margin-bottom: 1px;
	margin-left: 5px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding: 7.5px 8.5px 7.5px 7.5px;
}

a {
	color: #0d6efd;
	text-decoration: none;
	background-color: transparent;
}

.particles-container {
	position: absolute;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index:-2;
}

#auth-particles {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.card-footer:last-child {
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px rgba(247, 251, 252, 0.01);
}

@media (max-width: 768px) {
	.logo-container .caption {
		/*display: none;*/ 
	}

	.logo-section {
		order: -1; 
	}

	.main-login-box {
		padding-top: 1rem;
	}

	.unified-login-box {
		padding: 1rem 1rem 1.5rem 1rem;
	}

	.main-login-box {
		min-height: 100%;
		padding: 3rem;
	}
}

@media (max-width: 684px) {
	.logo-section {
		display: none;
	}

	.main-login-box {
		padding-top: 1rem;
		position: relative;
	}

	.logo-container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-bottom: 1.5rem; 
	}

	.main-login-box h2 {
		margin-top: 1rem;
	}

	.logo-small > img {
		max-width: 280px;
	}

	.caption {
		font-size:20px;
	}
}

@media (min-width: 684px) {
	.logo-small {
			display:none;
			
	}
}

.caption {
	padding-bottom: 0;
}

.main-login-box {
	margin-bottom: 0;

}

.full-height {
	height: 100vh !important;
}

.img-forgot-pass {
 max-height : 10rem !important;
}

.card-forgot-pass {
	background-color: rgba(248, 249, 250, 0.8);
	border-radius: 15px;
	border-top: none !important;
	
}
