/* for vertical-line */ 
.vertical-line {
	border-left: 1px solid black;
	height: auto; /* Adjust the height as needed */
	margin: 0px 10px;
}

/* for text-align-justify */
.text-align-justify {
	text-align: justify;
}

/* for new-background */   
.main-menu.menu-light, .main-menu.menu-light .navigation, .main-menu.menu-light .navigation > li.active > a, .main-menu.menu-light .navigation > li ul .active {
	background: linear-gradient(to left, #00395D, #202a44) !important;
}
.page-item.active .page-link, .btn-primary {
	background: linear-gradient(0deg,rgba(0,94,184,1) 0%,rgba(43,135,218,1) 100%) !important;
}

/* for btn-primary */    
.btn-primary {
    background: linear-gradient(0deg,rgba(0,94,184,1) 0%,rgba(43,135,218,1) 100%) !important;
}

/* for wal2 
.swal2-popup {
    background: linear-gradient(to left, #00395D, #202a44) !important;
}
.swal2-title {
    color: white !important;
}
.swal2-html-container {
    color: white !important;
}  */


/* for brand-logo img */
.brand-logo img.shiftahead {        
	width: 80px;
	height: 65px;
}  
.brand-logo img.olatech {        
	width: 175px;
	height: 25px;
} 
.brand-logo img.a3s {        
	width: 80px;
	height: 80px;
}

/* for navbar-brand img */
.navbar-brand img.shiftahead,
.navbar-brand img.olatech,
.navbar-brand img.a3s {
    height: 40px;
	padding: 2px;
	border-radius: 5px;
	background: #fff;
}

/* for minor-log */
th.minor-log, tr.minor-log, td.minor-log {
	background-color: #82868b !important;
	color: #FFFFFF !important;
}

/* for major-log */
th.major-log, tr.major-log, td.major-log {
	background-color: #ff9f43 !important;
	color: #FFFFFF !important;
}

/* for critical-log */
th.critical-log, tr.critical-log, td.critical-log {
	background-color: #ea5455 !important;
	color: #FFFFFF !important;
}

/* for alert-hide-div */  
.minorinputfields,
.majorinputfields,
.criticalinputfields {
    display: none;
}

/* for range sliders */  
/* Clear floats after the columns */    
.row:after {
    content: "";
    display: table;
    clear: both;
}
.range-slider{
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
}  
#minorminrange {
	-webkit-appearance: none;
	width: 100%;
}
#minorminrange:focus {
	outline: none;
}
#minorminrange::before,
#minorminrange::after {
	position: absolute;
	top: 2rem;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 4px;
}
#minorminrange::-webkit-slider-runnable-track {
	width: 100%;
	height: 1rem;
	cursor: pointer;
	animation: 0.2s;
	background: linear-gradient(90deg, #82868b var(--minorminrange-progress), #dee4ec var(--minorminrange-progress));
	border-radius: 1rem;
}
#minorminrange::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0.25rem solid #82868b;
	box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	height: 32px;
	width: 32px;
	transform: translateY(calc(-50% + 8px));
}
#minormintooltip {
	position: absolute;
	top: -2rem;
}
#minormintooltip span {
	position: absolute;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0.125rem 0.25rem;
	color: #fff;
	border-radius: 0.125rem;
	background: #82868b;
	font-size: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
}
#minormintooltip span:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #82868b;
}
#minormaxrange {
	-webkit-appearance: none;
	width: 100%;
}
#minormaxrange:focus {
	outline: none;
}
#minormaxrange::before,
#minormaxrange::after {
	position: absolute;
	top: 2rem;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 4px;
}
#minormaxrange::-webkit-slider-runnable-track {
	width: 100%;
	height: 1rem;
	cursor: pointer;
	animation: 0.2s;
	background: linear-gradient(90deg, #82868b var(--minormaxrange-progress), #dee4ec var(--minormaxrange-progress));
	border-radius: 1rem;
}
#minormaxrange::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0.25rem solid #82868b;
	box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	height: 32px;
	width: 32px;
	transform: translateY(calc(-50% + 8px));
}
#minormaxtooltip {
	position: absolute;
	top: -2rem;
}
#minormaxtooltip span {
	position: absolute;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0.125rem 0.25rem;
	color: #fff;
	border-radius: 0.125rem;
	background: #82868b;
	font-size: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
}
#minormaxtooltip span:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #82868b;
}
#majorminrange {
	-webkit-appearance: none;
	width: 100%;
}
#majorminrange:focus {
	outline: none;
}
#majorminrange::before,
#majorminrange::after {
	position: absolute;
	top: 2rem;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 4px;
}
#majorminrange::-webkit-slider-runnable-track {
	width: 100%;
	height: 1rem;
	cursor: pointer;
	animation: 0.2s;
	background: linear-gradient(90deg, #ff9f43 var(--majorminrange-progress), #dee4ec var(--majorminrange-progress));
	border-radius: 1rem;
}
#majorminrange::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0.25rem solid #ff9f43;
	box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	height: 32px;
	width: 32px;
	transform: translateY(calc(-50% + 8px));
}
#majormintooltip {
	position: absolute;
	top: -2rem;
}
#majormintooltip span {
	position: absolute;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0.125rem 0.25rem;
	color: #fff;
	border-radius: 0.125rem;
	background: #ff9f43;
	font-size: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
}
#majormintooltip span:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #ff9f43;
}

#majormaxrange {
	-webkit-appearance: none;
	width: 100%;
}
#majormaxrange:focus {
	outline: none;
}
#majormaxrange::before,
#majormaxrange::after {
	position: absolute;
	top: 2rem;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 4px;
}
#majormaxrange::-webkit-slider-runnable-track {
	width: 100%;
	height: 1rem;
	cursor: pointer;
	animation: 0.2s;
	background: linear-gradient(90deg, #ff9f43 var(--majormaxrange-progress), #dee4ec var(--majormaxrange-progress));
	border-radius: 1rem;
}
#majormaxrange::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0.25rem solid #ff9f43;
	box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	height: 32px;
	width: 32px;
	transform: translateY(calc(-50% + 8px));
}
#majormaxtooltip {
	position: absolute;
	top: -2rem;
}
#majormaxtooltip span {
	position: absolute;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0.125rem 0.25rem;
	color: #fff;
	border-radius: 0.125rem;
	background: #ff9f43;
	font-size: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
}
#majormaxtooltip span:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #ff9f43;
}

#criticalminrange {
	-webkit-appearance: none;
	width: 100%;
}
#criticalminrange:focus {
	outline: none;
}
#criticalminrange::before,
#criticalminrange::after {
	position: absolute;
	top: 2rem;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 4px;
}
#criticalminrange::-webkit-slider-runnable-track {
	width: 100%;
	height: 1rem;
	cursor: pointer;
	animation: 0.2s;
	background: linear-gradient(90deg, #ea5455 var(--criticalminrange-progress), #dee4ec var(--criticalminrange-progress));
	border-radius: 1rem;
}
#criticalminrange::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0.25rem solid #ea5455;
	box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	height: 32px;
	width: 32px;
	transform: translateY(calc(-50% + 8px));
}
#criticalmintooltip {
	position: absolute;
	top: -2rem;
}
#criticalmintooltip span {
	position: absolute;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0.125rem 0.25rem;
	color: #fff;
	border-radius: 0.125rem;
	background: #ea5455;
	font-size: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
}
#criticalmintooltip span:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #ea5455;
}

#criticalmaxrange {
	-webkit-appearance: none;
	width: 100%;
}
#criticalmaxrange:focus {
	outline: none;
}
#criticalmaxrange::before,
#criticalmaxrange::after {
	position: absolute;
	top: 2rem;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 4px;
}
#criticalmaxrange::-webkit-slider-runnable-track {
	width: 100%;
	height: 1rem;
	cursor: pointer;
	animation: 0.2s;
	background: linear-gradient(90deg, #ea5455 var(--criticalmaxrange-progress), #dee4ec var(--criticalmaxrange-progress));
	border-radius: 1rem;
}
#criticalmaxrange::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0.25rem solid #ea5455;
	box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	height: 32px;
	width: 32px;
	transform: translateY(calc(-50% + 8px));
}
#criticalmaxtooltip {
	position: absolute;
	top: -2rem;
}
#criticalmaxtooltip span {
	position: absolute;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0.125rem 0.25rem;
	color: #fff;
	border-radius: 0.125rem;
	background: #ea5455;
	font-size: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
}
#criticalmaxtooltip span:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #ea5455;
}
/* for range sliders */  