.login-cover
{
	background-image: none;
	background-size: cover;
	background-color: #e6eaf2;
}

.bg-indigo{
	background-color: #e0e0e0;
}

.bg-primary{
	background-color: #17549B !important;
}

.btn-success {
	background-color: #1B4168 !important;
}

.btn-success:hover {
	background-color: #15324f !important;
}

.btn-primary {
	background-color: #3051C6 !important;
}

.btn-primary:hover {
	background-color: #2a4ab2 !important;
}

.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;
}

div.slide *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

div.slide li{
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    position: relative;
}

div.slide li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    transform: translateX(-150%);
    height: 12px;
    min-width: 12px;
    background-image: url(limarker.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

div.slide.title h1 {
    color: rgb(113,24,113);
}

div.slide.title h2 {
    color: black;
}

div.slide h1 {
    color: rgb(1, 177, 180);
    font-size: 40px;
}

div.slide h2 {
    color: rgb(255, 56, 151);
    margin-bottom: 5px;
    font-size: 28px;

}

div.slide {
    display: flex;
    flex-direction: column;
    padding: 4% 5%;
}

div.slide.title {
    height: 100vh;
    padding: 0;
}

div.slide > header{
    margin-bottom: 10px;
    position: relative;
}

div.slide.title > header > img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: auto;
}

div.slide > section{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 22px;
}

div.slide.title > section{
    justify-content: center;
    align-items: center;
    height: 100%;
}






/*
blue-almost-white: #eff4f7;
blue-light: #DCEAF3;
blue-dark: #1B4168;
hover-effect: rgba(180, 213, 234, 0.59);

cuntom-blue: #17549B;



*/