:root{
    --we-bgc:#2e323c;
    --we-c:#ffffff;
}

.we-bgc-1{background-color:#ffffff !important; color:#000000}
.we-bgc-2{background-color:#000000 !important; color:#ffffff}
.we-bgc-3{background-color:#91b3bc !important; color:#000000}
.we-bgc-4{background-color:#5b7d87 !important; color:#ffffff}
.we-bgc-5{background-color:#45415e !important; color:#ffffff}
.we-bgc-6{background-color:#2b4251 !important; color:#ffffff}
.we-bgc-7{background-color: var(--we-bgc) !important; color:var(--we-c)}

.we-bgc-6 a.nav-link:hover {color: #91b3bc;}
.we-bgc-7 a.nav-link:hover {color: #91b3bc;}

.we-section.we-bgc-1 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-1 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}
.we-section.we-bgc-2 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-2 a:not(a.we-btn-custom){color: #5ce58c;text-decoration: underline;}
.we-section.we-bgc-3 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-3 a:not(a.we-btn-custom){color: white;text-decoration: underline;}
.we-section.we-bgc-4 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-4 a:not(a.we-btn-custom){color: black;text-decoration: underline;}
.we-section.we-bgc-5 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-5 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}
.we-section.we-bgc-6 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-6 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}
.we-section.we-bgc-7 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-7 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}

li.active > a.nav-link {color: #91b3bc;border-bottom: 1px solid;}

.we-bgc-2 .form-control, .we-bgc-2 .form-control:focus,
.we-bgc-4 .form-control, .we-bgc-4 .form-control:focus,
.we-bgc-5 .form-control, .we-bgc-5 .form-control:focus,
.we-bgc-6 .form-control, .we-bgc-6 .form-control:focus,
.we-bgc-7 .form-control, .we-bgc-7 .form-control:focus {
    color: white;
}