#acctclaimform\:skipbtn {
    display: none;
}

.site-header{
    background: #fff;
}

.bannerLogo{
    margin-left: 4rem;
}

.bannerText{
    color:#02945d;
    padding: 10px;
    position: relative;
}

.loginButton{
    background-color: #02945d !important;
}

.rich-tab-active, .rich-tab-inactive, .rich-tab-disabled{
    background-color: #02945d;
    color:#fff !important;
}

.rich-tab-active{
    border-bottom: medium solid #3adc79;

}

.tab.rich-tab-inactive{
    border-bottom: 0.3rem solid #fff;
}

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

.subtab.rich-tab-inactive a {
    color: #000 !important;
}

.subtab.rich-tab-active {
    background-color: #3adc79 !important;
    border-bottom: 0.3rem solid #5cb85c;
}

.subtab.rich-tab-active a {
    color: #fff !important;
    border-bottom: 0.3rem solid #fff;
}

.panelnumber {
    background-color: #3adc79;
}

.panel.numbered.disabled .panelnumber{
    background-color: #02945d;
}

.mobileNameSection{
    color: #02945d;
}

.selresourcebar {
    background-color:#02945d;
}
/* 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: #02945d !important;
}

@media only screen and (max-width: 575.98px) {
    .header-row {
        justify-content: space-between;
    }
    .bannerLogo {
        margin-left: 1rem;
        width: 12rem;
        height: auto;
    }
}
