﻿
/*----HEADER OVERRIDES 2020----*/
.headerTabs {
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 16px;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.headerTabItem-Selected, .headerTabItem-Selected:link, .headerTabItem-Selected:visited {
    background: transparent !important;
}

.headerTabItemText-Selected {
    color: #222;
}

.headerTabItem {
    height: 80px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
}

    .headerTabItem:hover {
        background: transparent;
        border-bottom: 4px solid #1373e6;
    }

.headerTabItem-Selected {
    border-bottom: 4px solid #1373E6;
    height: 80px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.headerTabItem:hover .headerTabItemText {
    color: #222;
}

.headerTabItemText {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
}

.headerTitle {
    width: 80px;
    padding-left: 0;
    background: #1373e6;
}

.headerImage {
    background: url(../Images/logo-pc.png) no-repeat;
    background-size: 80px;
    background-position: center;
    height: 80px;
}

.headerImage .headerTabItem {
    border: none !important;
}

.headerUserInfo {
    width: auto;
}

#headerUserInfo .userName {
    font-weight: 400;
    font-size: 1.5em;
    height: auto;
    margin: 0;
    padding: 0 0 4px;
}

.accSetMenuItem {
    display: block;
    color: #1373e6;
    text-decoration: none;
    padding: 8px 0 8px 32px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

#accountSettings .userSilhouette {
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url(/Images/icon-userprofile-outline.svg);
    background-size: 125%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -48px;
}

.companyDateToggleContainer {
    position: relative;
    height: 20px;
    float: none;
    font-size: 80%;
    margin: 0;
    flex-basis: calc(100% - 32px);
    padding-left: 32px;
}

#accountSettings {
    position: absolute;
    top: 80px;
    right: 20px;
    z-index: 3000;
    visibility: hidden;
    width: 320px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 2px 4px #aaa;
}

    #accountSettings #toggler select {
        margin-left: 32px;
        width: calc(100% - 32px) !important;
    }

    #accountSettings #divUser, #divUserName {
        font-weight: 400;
        font-size: 125%;
        height: 26px;
        margin-top: -4px;
        float: none;
        width: auto;
    }

#divUserName {
    font-size: 150%;
}

#toggler {
    position: relative;
    height: auto;
    max-height: 0;
    opacity: 0;
    transition: .3s all ease-in-out;
}

    #toggler select {
        position: relative;
        left: 400px;
        top: 0;
        margin-top: 0;
    }

    #toggler.shown {
        opacity: 1;
        max-height: 40px;
    }

        #toggler.shown select {
            position: relative;
            left: 0;
            top: 0;
        }

.headerUNSC_DDL {
    width: auto;
    border: none;
    font-size: 100%;
}

    .headerUNSC_DDL:hover, .headerUNSC_DDL:focus {
        box-shadow: none;
        border-color: transparent;
        outline: none;
    }

.headerUserInfo-Row0 .userSilhouette {
    cursor: pointer;
}

.headerUserInfo-Row0 {
    flex-wrap: wrap;
    margin-top: -12px;
}
