html .brandZeronaryBgr {
    background-color: #51606E !important;
}

html .brandZeronaryFgr {
    color: #FFFFFF !important;
}

html .brandPrimaryBgr {
    background-color: #1797C0 !important;
}

html .brandPrimaryFgr {
    color: #FFFFFF !important;
}

html .brandPrimaryBrd2 {
    border-color: #FFFFFF !important;
}

html .brandPrimaryFgrBrdTop {
    border-top-color: #FFFFFF !important;
}

html .brandPrimaryBrd {
    border-top-color: #1797C0 !important;
}

html .brandSecondaryBrd {
    border-color: #51606E !important;
}

html .brandSecondaryBgr {
    background-color: #51606E !important;
}

html .brandTertiaryFgr {
    color: #222222 !important;
}

html .brandTertiaryBgr {
    background-color: #DDE4E9 !important;
    color: #222222 !important;
    background-image: none !important;
}

html .brandTertiaryBrd {
    border-top-color: #DDE4E9 !important;
}

html .brandQuaternaryFgr {
    color: #222222 !important;
}

html .brandQuaternaryBgr {
    background: #B1BAC1 !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/files/other/businesspartners/images/page-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    background-size: 60px;
    display: inline;
}

#ext-gen3 .loader {
    display: none !important;
}