﻿#siteHeader {
    display: flex;
}

#metrumLogo {
    margin-left: 40px;
}

#headerRight {
    position: absolute;
    right: 40px;
    top: 5px;
    width: 150px;
}

#headerButtonsContainer {
    height: 22px;
    display: flex;
    flex-direction: row-reverse;
}

#customerLogo {
    height: 70px;
}

#headerContainer {
    display: flex;
    justify-content: center;
    padding: 0 30px;
}

#ApplicationHeader {
    font-size: 32px;
    color: #484;
}

#_pageNavigationHeader {
    font-size: 22px;
    display: flex;
    justify-content: center;
}

.PageHeader, .PageHeaderSeparator {
    color: black !important;
    font-weight: normal !important;
}

.PageHeaderSeparator {
    margin-left: 20px;
    margin-right: 20px;
}

.PageHeaderLink, .PageHeaderLink:visited {
    color: #bbb !important;
    font-weight: normal !important;
}

    .PageHeaderLink:hover {
        color: #aaa !important;
    }






/* webforms only */
#PickLanguageComboBox {
    float: right;
    margin-left: 5px;
    margin-top: 1px;
}

.flagsddl {
    width: 16px;
}

.languageComboBox {
    float: right;
    background: transparent;
    overflow: hidden;
}

    .languageComboBox .dxic {
        display: none;
    }
/* ------- */
