﻿#internal-header .navbar {
    border: none;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
    font-size: 14px;
}

#internal-header .navbar .navbar-header {
    margin-bottom: 6px;
    float: left;
}

#internal-header .navbar-brand {
    width: 300px;
    height: 50px;
    padding: 0px;
}

#internal-header .navbar-brand img {
    width: 275px;
    top: -10px;
    position:  relative;
}

#internal-header a {    
    cursor: pointer;
}

#internal-header .dropdown:hover > .dropdown-menu {
    display: block;
}

#internal-header span.attention:hover {
    text-decoration: underline;
}

/* top menu bar */
#internal-header .top {
	height: 21px;
	margin-bottom: 20px;
	background: linear-gradient(to bottom, #4a566d 0%,#ffffff 100%);
}

#internal-header .top > ul.navbar-right {
    margin: 0px;
}

#internal-header .top > ul > li {
   font-size: 13px;
    height: 28px;
    padding: 3px 0;
    text-align: center;
}

#internal-header .top > ul > li.active {
    background-color: rgb(32,59,96);
}

#internal-header .top > ul > li.active > a:hover {
    background-color: rgb(32,59,96);
}

#internal-header .top > ul.navbar-left > li {
    border-right: 1px solid #D2DBE4;
}

#internal-header .top > ul.navbar-right > li {
    border-left: 1px solid #D2DBE4;
}

#internal-header .top > ul.navbar-left > li:first-child {
    margin-left: 40px;
    border-left: 1px solid #D2DBE4;
}

#internal-header .top > ul.navbar-right > li:last-child {
    margin-right: 40px;
    border-right: 1px solid #D2DBE4;
}

#internal-header .top > ul > li > a {    
    font-size: 11px;
    height: 21px;
    padding: 1px 12px 2px 12px;
    color: #3C6794;
}

#internal-header .top > ul > li.active > a {
    color: #fff;
}

#internal-header .top > ul > li > ul.dropdown-menu {
    background-color: #eaeef1;
    border-left: 1px solid #b6c1cc;
    border-right: 1px solid #b6c1cc;
    padding: 1px 0px;
    min-width: 100px;
}

#internal-header .top > ul > li > ul.dropdown-menu > li {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #ccc;
}

#internal-header .top > ul > li > ul.dropdown-menu > li > a {
    font-size: 11px;
    color: #3C6794;
    font-weight: bold;
}

#internal-header .top > ul > .dropdown:hover {
    background: #e7e7e7;
}

/* bottom menu bar */
#internal-header .bottom {
    margin-left: 15px;
}

#internal-header .bottom .enterprise {
    float: right;
    margin-right: 15px;
    font-size: 16px;
    font-weight: normal;
    background-image: linear-gradient(#203b60, #2d476a);
}

    #internal-header .bottom ul.navbar-nav {
        margin-top: 27px;
        flex-direction: row;
    }

    #internal-header .bottom > ul > li {
        height: 28px;
        margin-right: 3px;
        border-left: 1px #0F408B solid;
        border-right: 1px #0F408B solid;
        border-top: 1px #0F408B solid;
        float: left;
        display: block;
        position: relative;
    }

#internal-header .bottom > ul > li.active {
    background-color: rgb(32,59,96);
}

#internal-header .bottom > ul > li.active > a:hover {
    background-color: rgb(32,59,96);
}

#internal-header .bottom > ul > li:first-child {
    margin-left: 10px;
}

#internal-header .bottom > ul > li > a {    
    font-size: 13px;
    height: 28px;
    width: 100px;
    padding: 3px 0px;
    text-align: center;
    color: #fff;
    background: url('../../../images/licensemgmt_tabbg.png') top left;
    background-color: #2a4467;
    display: block;
}

#internal-header .bottom > ul > li.active > a,
#internal-header .bottom > ul > li > a:hover,
#internal-header .bottom > ul > li > a:focus {
    background: url('../../../images/gtab2.jpg') top left repeat-x;
    background-color: #ffffff;
    color: #3c6794;
}

#internal-header .bottom > ul > li > ul.dropdown-menu {
    min-width: 100px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #DDDDDD;
    box-shadow: 5px 6px 5px #555555;
    padding: 0 0px;
}

#internal-header .bottom > ul > li > ul.dropdown-menu > li {
    margin: 5px 0px;
}

#internal-header .bottom > ul > li > ul.dropdown-menu > li > a {
    font-weight: bold;
    color: #2e6e9e;
    font-size: 12px;
    padding: 3px 15px;
}

#internal-header .bottom > ul > li > ul.dropdown-menu > li.active > a,
#internal-header .bottom > ul > li > ul.dropdown-menu > li > a:hover {
    color: white;
    padding-left: 10px;
    margin: 0px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url('../../../images/licensemgmt_tabbg.png') top left repeat-x;
    border-top: none;
}