/* -- color-1 -- */
body{
	background:#03256c;
	background-size:cover;
	background-position:center;
}
@media (max-width: 992px) {
	.header{
		border-bottom:1px solid rgba(255,255,255,0.2);
		padding-top: .75rem;
		padding-bottom: .75rem;
		background:#03256c;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	}
}
@media (min-width: 992px) {
	.sticky-wrapper.is-sticky .hor-menu{
		background: #03256c !important;
		box-shadow:0 2px 2px 0 rgba(0,0,0,.2);
	}
	.sticky-wrapper.is-sticky .horizontalMenu{
		background:none;
		box-shadow:none;
	}
}
.horizontal-main.hor-menu{
	z-index: 1;
}
.app-content .header-fixed{
	background: #03256c !important;
}
.body-dark .app-content .header-fixed{
	background:#37374a !important;
}
.Left-Menu-button .resp-vtabs .resp-tabs-list li.active {
    background:rgba(0,0,0,0.4) !important;
    color: #fff;
}
.resp-vtabs .resp-tabs-list li.active {
    background: rgb(3, 37, 108) !important;
    color: #fff;
}
.app-sidebar .btn-primary-default {
    color: #fff;
    background: rgb(3, 37, 108, 0.9) !important;
    border-color: rgb(3, 37, 108, 0.9) !important;
}
.Left-Menu-button .app-sidebar .btn-primary-default {
    background: rgb(255, 255, 255, 0.1) !important;
    border-color: rgb(255, 255, 255, 0.2) !important;
	border-left:0;
}
.side-menu__item :hover, .side-menu__item:hover i{
	color: #03256c;
}
.side-menu__item :focus, .side-menu__item:focus i{
	color: #03256c;
}
.slide-item.active, .slide-item:hover, .slide-item:focus {
	text-decoration: none;
	color: #03256c;
}
.Left-Menu-button .app-sidebar .btn-primary-default {
    background: rgb(255, 255, 255, 0.1) !important;
    border-color: rgb(255, 255, 255, 0.2) !important;
	border-left:0;
}