/* Hide anonymous user icon */
.tundra .anonymousAffectedUserButton {
display:none;
}
.tundra .header .headerImageContainer .headerImage {
    background-image: url('/assystimages/GlobalEQPNG.png');
    background-repeat: no-repeat;
    background-size: 125px 125px;
    width: 125px;
    height: 125px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}

.tundra .header {
    top: 0px !important;
    width: 100% !important;
    left: 0px !important;
    background: #FFFFFF;
    margin-top: 20px;
    z-index: 3;
    overflow-x: auto;
    overflow-y: clip;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-line-pack: start;
    -webkit-flex-wrap: nowrap;
    display: flex
;
    flex-direction: row;
    flex-line-pack: start;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 70px;
}
#applicationDiv {
    background-color: #f69c3b;
}

.tundra .subHeader {
    font-size: 0.875rem;
    font-weight: normal;
    color: #105460;
    background-color: #2275b9;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 35px;
    display: table;
}
.tundra .subHeader .toolbarContainer .dijitToolbar {
    background-color: #2275b9;
}
.tundra .dijitSplitterV {
    width: 12px;
    background: linear-gradient(to bottom, #2275b9 0%, #2275b9 35px, #FFFFFF 35px, #FFFFFF 100%);
    margin-left: 0px;
}
.tundra .subHeader.navigationHeader {
    background-color: #2275b9;
}
