

:root {
    --cc_bg_mid: ##TOPSUBMENUBG##;
    --cc_bg_dk: ##TOPMENUBG##;
    --cc_fg_dk: ##TOPMENUFG##;
    --cc_fg_dk_act: ##TOPMENUFG##;
}



.balance-circle {
    border-color: ##CIRCLE1BG## !important;
}

    .balance-circle .circle-foot {
        background-color: ##CIRCLE1BG## !important;
    }

.cashback-circle {
    border-color: ##CIRCLE2BG##;
}

    .cashback-circle .circle-foot {
        background-color: ##CIRCLE2BG## !important;
    }

.statement-circle {
    border-color: ##CIRCLE3BG## !important;
}

    .statement-circle .circle-foot {
        background-color: ##CIRCLE3BG## !important;
    }

.inner-circle {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.background-dark { /* header and footer background */
    background-color: ##TOPMENUBG## !important
}

    .background-dark a:hover { /* header and footer background */
        color: ##TOPMENUBG## !important;
        text-decoration: none !important;
    }

.foreground-dark { /* header and footer text */
    color: ##TOPMENUFG## !important;
}

    .foreground-dark:active { /* header and footer text */
        color: ##TOPMENUFG## !important;
    }

    .foreground-dark:visited { /* header and footer text */
        color: ##TOPMENUFG## !important;
    }

.background-mid { /* sub nav background */
    background-color: ##TOPSUBMENUBG## !important;
}

.foreground-mid { /* sub nav text */
    color: ##TOPSUBMENUFG## !important;
}

    .foreground-mid:active { /* sub nav text */
        color: ##TOPSUBMENUFG## !important;
    }

    .foreground-mid:visited { /* sub nav text */
        color: ##TOPSUBMENUFG## !important;
    }

.background-light { /* background image - not used */
    background-color: rgb(255, 255, 255) !important;
}

.foreground-light { /* not used */
    color: rgb(34, 34, 34) !important;
}

    .foreground-light:active { /* not used */
        color: rgb(34, 34, 34) !important;
    }

    .foreground-light:visited { /* not used */
        color: rgb(34, 34, 34) !important;
    }

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
    border-color: ##TOPMENUBG##;
    color: ##TOPMENUFG##;
    background-color: ##TOPMENUBG##;
}

    .btn-default:active:focus,
    .btn-default:active.focus,
    .btn-default.active:focus,
    .btn-default.active.focus,
    .open &gt; .dropdown-toggle.btn-default:focus,
    .open &gt; .dropdown-toggle.btn-default.focus {
        background-color: ##TOPMENUBG## !important;
        border-color: ##TOPMENUBG## !important;
        color: ##TOPMENUFG## !important;
        opacity: 0.9;
    }

    .btn-default:disabled,
    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default:disabled:focus,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus {
        background-color: ##TOPMENUBG## !important;
        border-color: ##TOPMENUBG## !important;
        color: ##TOPMENUFG## !important;
        opacity: 0.5;
    }

    .btn-default:disabled {
        border-color: ##TOPMENUBG##;
        color: ##TOPMENUFG##;
        background-color: ##TOPMENUBG##;
        opacity: 0.5;
    }

.carouselCaption {
    border-color: rgb(0, 0, 0) !important;
    color: rgb(0, 0, 0) !important;
    background-color: ##TOPMENUBG## !important;
}

.btn-blue {
    border-color: rgb(34, 28, 70);
    color: white !important;
    background-color: rgb(34, 28, 70);
}
