.bg-custom-blue {
	background-color: #004b84 !important;
}
.bg-custom-kblue{
	background-color: rgb(40, 86, 137);
}
.bg-custom-kblue-info{
	background-color: rgb(40, 86, 137);
}
.bg-custom-klightblue{
	background-color: rgb(215, 228, 244);
}
.bg-custom-gray {
	background-color: #444 !important;
}
.bg-custom-maroon{
	background-color: rgb(127, 18, 8);
}
.bg-custom-maroon-info{
	background-color: #990000;
}
.text-maroon{
	color: rgb(127, 0, 0);
}
.text-kblue{
	color: rgb(40, 86, 137);
}

.bg-custom-progressbar{
	background-color: #c4d7ee;
}

.badge-custom-progress{
	background-color: #c4d7ee;
}

/* override bootstrap */
.nav-item .dropdown-menu> a:hover {
	background-color: rgb(127, 18, 8);
}
/* override bootstrap */
.nav-active {
	color: #FDC100;
}

.hover-pointer{
	cursor: pointer;
}


/* bootstrap submenu extension */
.dropdown-submenu {
position: relative;
}
.dropdown-submenu a::after {
transform: rotate(-90deg);
position: absolute;
right: 6px;
top: .8em;
}
.dropdown-submenu> a:hover {
	background-color: rgb(127, 18, 8);
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-left: .1rem;
margin-right: .1rem;
}
.dropdown-item .dropdown-submenu .dropdown-menu> a:hover {
	background-color: rgb(127, 18, 8);
}




