.site-header{
    background: #1a1a1a;
}

.bannerLogo{
    margin-left: 4rem;
    max-height: 7rem!important;
    max-width: 45rem!important;
}

.loginButton{
    background-color: #a90a38 !important;
}

.rich-tab-active, .rich-tab-inactive, .rich-tab-disabled{
    background-color: #a90a38;
    color:#FFFFFF !important;
}

.rich-tab-active{
    border-bottom: medium solid #890826;

}

.tab.rich-tab-inactive{
    border-bottom: 0.3rem solid #890826;
}

.rich-tab-active a {
    color: #FFFFFF !important;
}

.rich-tab-inactive a {
    color: #FFFFFF !important;
}

.subtab.rich-tab-active {
    background-color: #a90a38 !important;
    border-bottom: 0.3rem solid #890826;
}

.subtab.rich-tab-active a {
    color: #FFFFFF !important;
    border-bottom: 0.3rem solid #ffff;
}

.panelnumber {
    background-color: #a90a38;
}

.panel.numbered.disabled .panelnumber{
    background-color: #a90a38;
}

.mobileNameSection{
    color:#a90a38;
}

.selresourcebar {
    background-color: #a90a38;
}
/* This is all of the buttons */
.loginButton, .buttonL1, .buttonL2, .buttonL3, .buttonL4, .anchorAsButton, .mutliselectBtn, .chevronMultiSelectBtn, .ss_manager_button, .launch_wf_button, .sapUserInfoMenuSelected, .hpam-tab-link, .dateRangeCompFont, .rich-calendar-today, .rich-calendar-header, .rich-calendar-tool, .rich-calendar-month {
    color: white;
    background-color: #a90a38 !important;
}

@media only screen and (max-width: 767.98px) {
    .activeTab {
        background: #a90a38;
        border-bottom: #FFFFFF;
    }

    .subtab.rich-tab-active a {
        border-bottom: none;
    }

    .subtab-active.mobileTab[showmenu="true"] {
        border-left: none !important;
    }

    .subtab {
        background-color: #a90a38 !important;
    }

    #activeSubTabTitle,
    #activeSubTabTitle[showmenu="false"] {
        background-color: #000 ;
    }
}

.rich-tab-inactive.subtab {
    background-color: #7f7f7f;
}