﻿div#container #header {
    background: #30344E repeat-x !important;
    min-width: 968px !important;
}

div#container {
    background: #EDF0F9 !important;
}

body.login, body.login div#container {
    background: #30344E !important;
}

    body.login div#container div#wrapper {
        background: url(../img/intraservice/login_sm.png) no-repeat !important;
    }

#header #menu ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
    gap: 10px;
    min-width: 40px;
    height: 30px;
    background: #30344E;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
    border: none;
    border-radius: initial;
    font-size: 12px;
}

#header #menu {
    top: 0;
    left: 0px;
}

    #header #menu ul li.menuselected {
        font-style: normal;
        font-weight: 800;
        line-height: 19px;
        color: black;
        background: white;
    }
