html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.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%;
}

body {
	margin-bottom: 60px;
	margin-top: 75px;
	display: flex;
	background-size: cover;
	background-position: center;
}

.topinstructiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.logo {
	padding: 20px 0 10px 0px;
}

.footer {
	position: fixed !important;
	width: 100% !important;
	background-color: #2b7cb1 !important;
	color: white !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	text-align: center !important;
	font-weight: bolder;
}

.headertitle {
	padding: 20px 0 10px 15px;
	font: Verdana, Geneva, sans-serif;
	font-size: 20px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: central;
	font-weight: bold;
	color: white !important;
	text-transform: capitalize;
	background-color: #2b7cb3 !important;
}

.rcorners {
	border-radius: 20px;
	background: white;
	padding: 20px;
}

.innerrcorners {
	border: 1px solid #749cba;
}

.rounded {
	border-radius: 20%;
	background-color: #04AA6D; /* Green */
	border: none;
	color: white;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.mandatory {
	color: red;
}


.navbar-fixed-top {
	border: 1px solid transparent;
	padding: 5px 0;
}

.dropdown-menu, .dropdown-submenu {
	background-color: #226997;
}

	.dropdown-menu li {
		position: relative;
	}

	.dropdown-item, .dropdown-menu > li > a {
		color: white;
	}

.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}

.navbar {
	z-index: 9999;
}

.dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
	font-weight: bolder;
}

.fix-header-top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.loginbackground {
	background: #749cba !important;
}

.ajax-loader {
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 50003 !important;
	opacity: 0.8;
}

	.ajax-loader img {
		position: absolute;
		top: 50%;
		left: 50%;
	}

fieldset {
	border: 1px solid #749cba !important;
	border-radius: 10px;
	margin: 10px 10px 3px 3px;
}

fieldset, legend {
	all: revert;
}

a {
	cursor: pointer;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
	-moz-outline-style: none;
	outline: medium none;
}

.btn3d:active,
.btn3d.active {
	top: 2px;
}

.btn3d.btn-white {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2);
	background-color: #fff;
}

	.btn3d.btn-white:active,
	.btn3d.btn-white.active {
		color: #666666;
		box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
		background-color: #fff;
	}

.btn3d.btn-default {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
	background-color: #f9f9f9;
}

	.btn3d.btn-default:active,
	.btn3d.btn-default.active {
		color: #666666;
		box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
		background-color: #f9f9f9;
	}

.btn3d.btn-primary {
	box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #4274D7;
}

	.btn3d.btn-primary:active,
	.btn3d.btn-primary.active {
		box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
		background-color: #4274D7;
	}

.btn3d.btn-success {
	box-shadow: 0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: green;
}

	.btn3d.btn-success:active,
	.btn3d.btn-success.active {
		box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
		background-color: #78d739;
	}

.btn3d.btn-info {
	box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #39B3D7;
}

	.btn3d.btn-info:active,
	.btn3d.btn-info.active {
		box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
		background-color: #39B3D7;
	}

.btn3d.btn-warning {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #FEAF20;
}

	.btn3d.btn-warning:active,
	.btn3d.btn-warning.active {
		box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
		background-color: #FEAF20;
	}

.btn3d.btn-danger {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #D73814;
}

	.btn3d.btn-danger:active,
	.btn3d.btn-danger.active {
		box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
		background-color: #D73814;
	}

.btn3d.btn-magick {
	color: #fff;
	box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #bb39d7;
}

	.btn3d.btn-magick:active,
	.btn3d.btn-magick.active {
		box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
		background-color: #bb39d7;
	}

.nameBgColor {
	color: white !important;
}

.bg-blue {
	background-color: #d3e5ff !important
}

.bg-yellow {
	background-color: yellow !important
}

.infolabel {
	font-size: medium;
	font-weight: bold;
}

.infoval {
	color: darkcyan;
	font-size: medium;
	font-weight: bold;
}

.bg-darkblue {
	background-color: #2b7cb3 !important
}

.card {
	border-radius: 20px;
	overflow: hidden;
}

.pointer-none {
	pointer-events: none;
}

div.dataTables_wrapper div.dataTables_scrollBody {
	min-height: 300px;
}

/* Common styles for both checkboxes and radio buttons */
input[type="checkbox"], input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
	/* Remove default appearance */
	appearance: none;
	background-color: #fff;
	border: 2px solid #333;
	position: relative;
	transition: border-color 0.3s ease;
}

/* Specific shape for checkboxes (square) */
input[type="checkbox"] {
	border-radius: 4px;
}

/* Specific shape for radio buttons (circle) */
input[type="radio"] {
	border-radius: 50%;
}
	/* Add a smaller box centered inside the checkbox/radio */
	input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 12px; /* Smaller box size */
		height: 12px;
		background-color: #2b7cb3;
		transform: translate(-50%, -50%); /* Center the box horizontally and vertically */
		transition: background-color 0.3s ease, transform 0.3s ease;
	}

	/* For radio button, keep the smaller box circular */
	input[type="radio"]:checked::before {
		border-radius: 50%;
	}


	/* Optional: hover state */
	input[type="checkbox"]:hover, input[type="radio"]:hover {
		border-color: #888;
	}

	/* Disabled state */
	input[type="checkbox"]:disabled, input[type="radio"]:disabled {
		background-color: #e0e0e0;
		border-color: #CCC;
		cursor: not-allowed;
	}

		/* Keep the smaller box visible for disabled and selected state */
		input[type="checkbox"]:disabled:checked::before, input[type="radio"]:disabled:checked::before {
			background-color: #2b7cb3;
		}
