.outer_header {
    padding: 1.333em 0 0;
    background: #fff;
    background-color: #FFFFFF;
    border-bottom: 0.167em solid #E8E8E8;
    height: 6em;
    z-index: 910;
    position: relative;
    width: 100%;
    float: left;
}

.header {
    width: calc(100% - 12.5em);
    margin: 0 auto;
}

.header_top {
    margin-top: 0;
    background-color: #EDEDE8;
    border-bottom: 0.0714em solid #CCCCCC;
    padding: 0;
    float: left;
    width: 100%;
    display: none;
}

.menu-navigation {
    margin: 0.667em 0 0;
}

#FirmDetail
{
    top : -1.4em !important;
 
}

.Logo {
    float: left;
    padding-top: 0.5em;
}

    .Logo img {
        /*height: 3.8em;
        width: 22.916em;
        padding: 0.583em 0 0.5em;*/
        vertical-align: middle;
    }

.menu_header {
    float: right;
    padding-bottom: 0.285em;
}

ul {
    list-style: none;
}

.menu-navigation ul:after {
    content: "";
    clear: both;
}

.menu li {
    line-height: 3em;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.menu > li {
    margin-left: 0em;
}

    .menu > li ul {
        position: absolute;
        top: 100%;
        left: 1.857em;
        background-color: #fff;
        background: rgba(255,255,255,0.97);
        -webkit-box-shadow: 0 0 0.285em rgba(0,0,0,0.22);
        -moz-box-shadow: 0 0 0.285em rgba(0,0,0,0.22);
        box-shadow: 0 0 0.285em rgba(0,0,0,0.22);
        border: 0;
    }

    .menu > li > a {
        display: block;
        border-bottom: 0.0714em solid transparent;
        background-image: url(/App_Themes/Menu/images/menu-icon.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size:0.57em 0.57em;
    }

        .menu > li > a:last-child {
            background-image: none;
        }

.menu a {
    padding: 0 1em 0 0;
    color: #666;
    font: normal normal 1.16em / 3em 'Open Sans', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    margin-left: 2.1666em;
    margin-bottom: 0.8333em;
}

.menu li li a {
    padding: 1em 1.667em;
    height: auto;
    line-height: 1;
    border-width: 0 0 0.0714em;
    margin: 0;
    color: #777;
    text-transform: capitalize;
    border-color: #F1F1F1;
    border-bottom-style: solid;
    border-bottom-width: 0.0714em;
    box-sizing: border-box;
    display: block;
    float: none;
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.083em;
    width: 15.77em;
    outline: none;
}
.menu .current > a {
    color: #019CDE !important;
    border-bottom: 0.0714em solid #019CDE !important;
    background-image: url(/App_Themes/Menu/images/menu-icon-hover.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.menu .currentSelected > a {
    color: #019CDE !important;
    border-bottom: 0.0714em solid #019CDE !important;
    background-image: url(/App_Themes/Menu/images/menu-icon-hover.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.child_menu {
    display: none;
}

    .child_menu li.visited a {
        background-color: #019CDE !important;
        color: #fff !important;
        border-bottom: 0.0714em solid #019CDE !important;
    }

    .child_menu li.visitedSelect a {
        background-color: #019CDE !important;
        color: #fff !important;
    }

.SocialIcons ul li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.button_group li {
    float: left;
    border-right: none;
    list-style: none;
    padding-top: 0.0714em;
}

    .button_group li a {
        display: block;
        position: relative;
        height: 3.214em;
        min-width: 0.857em;
        padding: 0 0.667em;
        color: #333;
        vertical-align: middle;
        border-left: solid 0.0714em #ccc;
        border-right: solid 0.0714em #ccc;
        text-decoration: none;
        line-height: 3.75em;
        font-size: 1.333em;
    }

        .button_group li a.visited {
            background-color: #333;
            color: #EDEDE8;
        }

.login_top {
    float: right;
}

.login_top_conainer {
    max-width: 88.57em;
    margin: 0 auto;
}
/*Responsive media styles*/

/*@media (max-width: 1199px) {
    .header {
        width: calc(100% - 50px);
    }
}*/
.mainHelpIcon {
    position: absolute;
    content: "";
    background-image: url(/Images/MainOverlay_Off.png);
    top: calc(50% - 1.62em);
    background-size: 2.2em;
    background-repeat: no-repeat;
    width: 2.333em;
    height: 3.333em;
    line-height: 1.333em;
    border-radius: 0.571em;
    cursor: pointer;
}

.setting_container_font {
    position: absolute;
    color: #fff;
    width: 15em;
    margin-top: -5.5em;
    z-index: 990;
    right: -6.3em;
    top: 6.2em;
}

    .setting_container_font .setting_box .setting_label {
        float: left;
        width: 4.5em;
    }

    .setting_container_font .setting_box .setting_option * {
        float: left;
        color: #fff !important;
    }

    .setting_container_font .setting_box .setting_option a {
        margin-left: .5em;
    }

    .setting_container_font .setting_box {
        background: #019CDE;
        position: absolute;
        width: 15em;
        padding: 0em 1em;
        box-sizing: border-box;
        height: 7em;
    }

        .setting_container_font .setting_box .setting_title {
            color: #fff;
            font-size: 1.3em;
            font-weight: 700;
            margin-bottom: .5em;
        }


.setting_wheel {
    width: 3em;
    height: 2.6em;
    background-image: url(/App_Themes/Section/images/setting_hover.png);
    cursor: pointer;
    float: right;
    background-size: 3.75em;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -1.8em;
    right: -3em;
}


#dnn_dnnLogo_imgLogo
{
    background-size: 12.188em;
    background-image : url(/Images/deltek-Logo.svg);
    background-repeat: no-repeat;
}

/*.top_menu span:hover {
        padding-right: 3em;
        position: absolute;
        content: "";
        background-image: url(/Images/MainOverlay_On.png);
        top: calc(50% - 1.62em);
        background-size: 2.2em;
        background-repeat: no-repeat;
        width: 2.333em;
        height: 3.333em;
        line-height: 1.333em;
        border-radius: 0.571em;
    }*/

