.bannerLogo {
    margin-right: 2em;
    height: 7.8rem;
    width: 22.7rem;
    max-height: 8.0rem;
    max-width: 25rem;
}

.bannerText {
    position: relative;
    top: 0.9rem;
    font-weight: bold;
}

.site-header {
    background-color: #7c0034;
}

.panelnumber {
    background-color: #7c0034 !important;
}

.loginButton, .buttonL2, .buttonL3, .buttonL4, .anchorAsButton, .sapUserInfoMenu, .sapUserInfoMenuSelected {
    background-color: #7c0034 !important;
    color: #fff;
}

.loginButton:hover {
    background-color: #4b0220 !important;
    font-weight: 900;
    color: #fff !important;
}

.buttonL1:hover, .buttonL2:hover, .buttonL3:hover, .buttonL4:hover, .anchorAsButton:hover, .mutliselectBtn:hover, .sapUserInfoMenuSelected:hover, .apprRadioCellHeaderApproved, .apprRadioCellBodyApproved, .apprRadioCellHeaderDenied, .apprRadioCellBodyDenied, .apprRadioCellHeaderReassigned, .apprRadioCellBodyReassigned {
    background-color: #4b0220 !important;
    font-weight: 900;
    color: #fff !important;
}

#bannerform1 {
    color: white;
    position: relative;
    top: 0.9rem;
}

.screenfooter {
    display: none;
}

.bannerMid {
    margin-right: auto;
    top: -1.5rem;
}

.bannerRight {
    position: relative;
    top: -1rem;
}

/** Main tabs **/

.tab {
    background-color: transparent;
}

.tab a {
    color: white;
}

.rich-tab-active a {
    color: white !important;
}

.rich-tab-active {
    border-bottom: 0.4rem solid #cdb97d !important;
}

.tab.rich-tab-inactive {
    border-bottom: none;
}

/** Active subtab **/

.subtab-active {
    border: none;
    border-bottom: 0.4rem solid #cdb97d !important;
    background-color: transparent !important;
}

.subtab-active a {
    color: #7c0034 !important;
}

.subtab a {
    color: #7c0034;
}

.subtab-active a {
    color: #7c0034;
}

/** Inactive subtabs **/

.rich-tab-inactive.subtab {
    border: none;
    background-color: transparent !important;
}

/** Tab hover **/

.tab:hover {
    border-bottom: 0.4rem solid #cdb97d !important;
}

.tab:hover a {
    color: white !important;
    font-weight: bolder;
}

.subtab:hover:not(.subtab-disabled) {
    border-bottom: 0.4rem solid #cdb97d !important;
}

.subtab:hover:not(.subtab-disabled) a {
    color: #7c0034 !important;
    font-weight: bolder;
}

/** End tab hover **/

@media only screen and (max-width: 767.98px) {
    /** Responsive active main tab **/
    .subtab-text, .text-title {
        color: #7c0034 !important;
    }
    .activeTab {
        background: #7c0034;
        border-bottom: medium solid #cdb97d;
        color: white !important;
    }
    /** Responsive active subtab left border **/
    .subtab-active.mobileTab[showmenu="true"] {
        border-left: .8rem solid #cdb97d !important;
        color: #7c0034 !important;
    }
    .subtab-active.mobileTab a {
        color: #7c0034 !important;
    }
    /** Responsive tab border colors **/
    .activeTab, .rich-tab-header.mobileTab {
        border-top: .1rem solid #cdb97d !important;
    }
    .tab.rich-tab-inactive, .rich-tab-header.subtab.mobileTab {
        border-bottom: none;
    }
    /** End responsive tab border colors **/
    #activeSubTabTitle, #activeSubTabTitle[showmenu="false"] {
        background-color: #7c0034 !important;
    }
    .rich-tab-header {
        background: #f2f2f2 !important;
    }
    .tab:hover a {
        color: #7c0034 !important;
        font-weight: bolder;
    }
}

@media only screen and (max-width: 991.98px) {
    .mobileTableHeader {
        background-color: #7c0034 !important;
        color: white !important;
    }
    .mobileRowSelected {
        background-color: #7c0034 !important;
        color: white;
    }
}

@media only screen and (max-width: 575.98px) {
    .bannerLogo {
        width: 7rem;
        height: 7.5rem;
        object-fit: cover;
        object-position: -1% 0;
    }
}

.custom-red-bold {
    color: red !important;
    font-weight: bold;
    font-size: 1.2rem;
}

#myPreferencesForm {
    text-align: center;
}