.login-cover
{
	background-image: none;
	background-size: cover;
	background-color: #e6eaf2;
}

.bg-indigo{
	background-color: #e0e0e0;
}

.bg-primary{
	background-color: #17549B;
}

.btn-success {
	background-color: #1B4168;
}

.btn-success:hover {
	background-color: #15324f;
}

.btn-primary {
	background-color: #3051C6;
}

.btn-primary:hover {
	background-color: #2a4ab2;
}

.bg-indigo .navbar-nav-link{
	color: #3051C6;
}

.btn,
.card{
	border-radius: 0;
}

.sidebar-light{
	background-color: #fafafa !important;
}

.sidebar-light .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light .nav-sidebar .nav-link{
	color: #17549B;
}

.sidebar-light #menu .nav-group-sub .active:hover,
.sidebar-light .nav-sidebar .nav-link:hover{
	background-color: #3051C6 !important;
	color: #fff !important;
}

.sidebar-light #menu .nav-group-sub .active{
	background-color: rgba(180, 213, 234, 1) !important;
	color: #17549B;
	font-weight: 700;
}

#sfpMainContentBox{
	background-color: #eff4f7;
	background-image: url('./board-bg.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.input-group, 
.form-control, 
.multiselect, 
.select2-selection, 
.cke, 
.custom-file-label,
.rtb-content  {
	border-width: 1px !important;
	border-bottom: 1px solid #3051C6 !important;
	border-radius: 00;
}

.custom-file-label::after{
	height: 100%;
}

.input-group-text{
	border-width: 1px !important;
	border-left: 0;
}

.input-group > .form-control, .input-group-text{
	border-bottom: 0 !important;
}




/*
blue-almost-white: #eff4f7;
blue-light: #DCEAF3;
blue-dark: #1B4168;
hover-effect: rgba(180, 213, 234, 0.59);

cuntom-blue: #17549B;



*/