.header {
    background-color: #DFE3E7;
}

.header-tabs {
    height: 100%;
    /*background-color: #FFF4AD;*/
}

.header-tab {
    background-color: #F2F4F6;
    font-family: Roboto, serif;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid #DFE3E7;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    cursor: pointer;
    /*width: 20%;*/
    min-width: 12%;
}

.header-tab > a {
    color: #2C4A61;
    text-decoration: none;
}

.header-tab.selected {
    background-color: #FFFFFF;
    border-bottom: 0;
}

.header-tab.selected a,
.header-tab:hover a {
    color: #E5C700;
}

.header-tab.header-tab-alt.selected a,
.header-tab.header-tab-alt:hover a {
    color: #E28B00;
}

.header-tab:hover {
    background-color: #FFFFFF;
}

.user_info, .role_info, .said_info, .sa_info, .loc_info, .avalilable_in_info, .availanle_out_info {
    font-size: 12px;
    font-family: Roboto, serif;

}

.said_info, .sa_info, .loc_info {
    float: none;
    text-align: start;
}


.user_info, .role_info, .avalilable_in_info, .availanle_out_info {
    float: right;
    text-align: end;
}

.disconnect_link {
    font-size: 12px;
    font-family: Roboto, serif;
    color: #2C4A61;
    float: right;
    cursor: pointer;
}

.lang_en, .lang_loc {
    height: 24px;
    width: 24px;
    opacity: 0.501;
    margin: 0.1rem;
}

.lang_en:hover, .lang_loc:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.rounded-up-left {
    border-radius: 0.75rem 0 0 0;
}

.rounded-up-right {
    border-radius: 0 0.75rem 0 0;
}
