﻿body {
}

#header {
    height: 90px;
    background-color: #FFF;
}

.menus-top a {
    display: inline-block;
    padding-top: 6px;
}
/*#header a {
        display: inline-block;
        /*padding: 3px 10px 0px;
        padding-top: 3px;
    }*/

.header-left-logo {
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    margin-left: 30px;
    width: 121px;
}


.menu-wrapper {
    text-align: center;
    float: left;
    margin-left: 120px;
}

    .menu-wrapper > div {
        height: 30px;
        float: left;
        line-height: 15px;
    }

/*.menu-home {
    width: 60px;
}

.menu-iac {
    width: 105px;
}

.menu-benchmarking {
    width: 120px;
}

.menu-research {
    width: 75px;
}

.menu-ces {
    width: 142px;
}

.menu-feeds {
    width: 95px;
}
.menu-mi {
    width: 95px;
}*/

div.autosuggest ul {
    width: 325px !important;
    margin: -4px 0 -4px 7px !important;
    border-radius: 3px;
}

.menus-top {
    font-size: 15px;
}


a.HeaderMenu, a.HeaderMenu_home, a.HeaderMenu_iac, a.HeaderMenu_bm, a.HeaderMenu_ces, a.HeaderMenu_feeds, a.HeaderMenu_mi {
    color: gray;
    font-family: arial,sans-serif;
    font-size: 12px;
    margin-bottom: 1px;
}

    a.HeaderMenu:hover {
        color: #1E90FF; /*  DodgerBlue;*/
        font-family: arial,sans-serif;
        font-size: 12px;
    }

    a.HeaderMenu_home:hover {
        color: black;
        font-family: arial,sans-serif;
        font-size: 12px;
        /*border-bottom: 2px solid #007DCF;
        padding-bottom: 3px;*/
    }

    a.HeaderMenu_iac:hover {
        color: black;
        font-family: arial,sans-serif;
        font-size: 12px;
        /*border-bottom: 2px solid blue;
        padding-bottom: 3px;*/
    }

    a.HeaderMenu_bm:hover {
        color: black;
        font-family: arial,sans-serif;
        font-size: 12px;
        /*border-bottom: 2px solid #55AD22;
        padding-bottom: 3px;*/
    }

    a.HeaderMenu_ces:hover {
        color: black;
        font-family: arial,sans-serif;
        font-size: 12px;
        /*border-bottom: 3px solid #D2645E;
        padding-bottom: 2px;*/
    }

    a.HeaderMenu_feeds:hover {
        color: black;
        font-family: arial,sans-serif;
        font-size: 12px;
    }

    a.HeaderMenu_mi:hover {
        color: black;
        font-family: arial,sans-serif;
        font-size: 12px;
    }


.activeMenu a {
    border-bottom: 2px solid #000000;
    font-weight: bold;
    padding-bottom: 3px;
    color: black;
    /*background-color: #F0F0F0;*/
}

    .activeMenu a:hover {
        color: black;
    }

.activeMenu_iac a {
    border-bottom: 2px solid #1d3398;
    font-weight: bold;
    padding-bottom: 3px;
    color: #1d3398;
}

    .activeMenu_iac a:hover {
        color: #1d3398;
    }

.activeMenu_bm a {
    border-bottom: 2px solid #4FA01F;
    font-weight: bold;
    padding-bottom: 3px;
    color: #4FA01F;
}

    .activeMenu_bm a:hover {
        color: #4FA01F;
    }

.activeMenu_ces a {
    border-bottom: 2px solid #AE3121;
    font-weight: bold;
    padding-bottom: 3px;
    color: #AE3121;
}

    .activeMenu_ces a:hover {
        color: #AE3121;
    }

.activeMenu_feeds a {
    border-bottom: 2px solid #ba671e;
    font-weight: bold;
    padding-bottom: 3px;
    color: #ba671e;
}

    .activeMenu_feeds a:hover {
        color: #ba671e;
    }

.activeMenu_mi a {
    border-bottom: 2px solid #4FA01F;
    font-weight: bold;
    padding-bottom: 3px;
    color: #4FA01F;
}

    .activeMenu_mi a:hover {
        color: #4FA01F;
    }

.menu-strip {
    /*background: linear-gradient(to top, #ececec 10%, #ffffff 10%,#f4f4f4 10%, #f9f9f9 10%,#f3f3f3 10%, #f8f8f8 10%, #f4f4f4 10%, #f5f5f5 10%, #f4f4f4 10%, #f3f3f3 10%, #f1f1f1 10%, #f0f0f0 10%, #efefef 10%, #f2f2f2 10%,#ececec 10%,#f4f4f4 10% ) repeat scroll 0 0 transparent;*/
    /*background: linear-gradient(to top, #ececec, #f4f4f4)  repeat scroll 0 0 transparent;*/
    background-image: url("../images/common/menu_bg.png") !important;
    background-repeat: repeat-x;
    /*border-bottom: 1px solid #D5D5D5;*/
    width: 100%;
    height: 27px;
    color: #000000;
}




/*#region Old style */

.header-div {
    float: left;
    text-align: center;
    margin: 27px 0px 0px 5px;
    height: 33px;
}

.companysearch {
    width: 150px;
    height: 30px;
}

.downArrow_imgGray {
    background: transparent url(../Images/Common/down_arrow_icons.png) -7px center no-repeat;
    position: absolute;
    left: 480px;
    width: 10px;
    height: 15px;
    cursor: pointer;
    margin-top: 9px;
}

.logged-in-user-detail {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-search {
    overflow: hidden;
    left: 100px;    
    width: 220px;    
    height:40px;
}

    .header-search input.searchbox {
        float: left;
        font-size: 11px;
        height: 26px;
        line-height: 20px;
        margin-left: 10px;
        margin-top: 6px;
        overflow: hidden;
        padding-left: 8px;
        text-align: left;
        width: 190px;
    }

    .header-search input.SubmitSearch {
        background: url("../Images/Common/search_button_12x12.png") no-repeat scroll center center transparent;
        border: 0 none;
        float: left;
        height: 20px;
        margin: 11px 0 0 -25px;
        outline: 0 none;
        padding: 0;
        width: 24px;
    }

.pop-up {
    position: absolute;
    background-color: #fff;
    display: block;
    border: 1px solid #E2E2E2;
    -webkit-box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.12);
    -webkit-overflow-scrolling: touch;
}


#notification-menu {
    float: left;
    z-index: 3;
    text-align: center;
}

#divNotificationBox {
    cursor: pointer;
}

/*#endregion */
