/* navigation */

.pre-global-header {
    position: absolute;
    min-width: 1200px;
    width: 100%;
    height: 40px;
    left: 0px;
    top: 0px;
    background-color: #2A388F;
}

.pre-global-header .item-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pre-global-header .item-list > .item-left {
    float: left;
}

.pre-global-header .item-list > .item-right {
    float: right;
}

.pre-global-header .item-list > .item-logo a,
.pre-global-header .item-list > .item-section a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 16px 9px 16px;
    line-height: 21px;
    text-decoration: none;

    font-family: Heebo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.pre-global-header .item-list > .item-section.highlight {
    background-color: #4CAF50;
}

.pre-global-header .item-list > .item-section .section-highlight.active {
    width: 100%;
    height: 3px;
    bottom: 3px;
    background-color: #4CAF50;
    position: relative;
}

.pre-global-header .item-list > .item-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pre-global-header .item-list > .item-logo img {
    padding-left: 13px;
}

.pre-global-header .item-list > .item-logo a {
    padding-left: 10px;
}

.pre-global-header .item-list > .item-section:first-child {
    padding-left: 30px;
}

.fix-header {
    position: fixed;
}

.pre-global-header .item-list > .item-section.highlight {
    background-color: rgb(40, 170, 46);
}


/** Right **/

.pre-global-header .item-list .lang-place-holder {
    display: block;
    width: 75px;
}

.item-user-menu a {
    text-decoration: none;
    font-weight: normal;
    text-shadow: none;
}

.udba-profile-pic {
    padding: 0 14px !important;
    line-height: 40px !important;
    min-height: 40px !important;
    display: block;
}

.udba-profile-pic.header {
    color: white !important;
}

.udba-profile-pic {
    text-decoration: none;
    font-weight: normal;
    text-shadow: none;
}

.udba-profile-pic .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 0px !important;
    font-weight: 300;
}

.udba-profile-pic .caret.header{
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

.udba-profile-pic.header > .username {
    display: block;
    min-width: 150px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.dropdown-user {
    right: 0;
    left: auto;
    width: 280px;
}

.dropdown-menu {
    border: 1px solid rgba(120,130,140,.13);
    border-radius: 0;
    box-shadow: 0 3px 12px rgba(0,0,0,.05) !important;
    padding-bottom: 8px;
    margin-top: 0px;
}

.dropdown-user .dw-user-box {
    padding: 15px;
}

.dropdown-user .dw-user-box .u-text {
    display: inline-block;
    padding-left: 10px;
}

.dropdown-user .dw-user-box .u-text h4 {
    margin: 0;
}

.dropdown-user .icon-off, .dropdown-user .icon-user {
    width: 20px;
    font-size: inherit;
    text-rendering: auto;
    text-align: left;
    display: inline-block;
}

.dropdown-menu li {
    display: block;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

li.dropdown.open > .dropdown-toggle {
    background-color: rgba(255,255,255,.2);
    color: #555555;
}

.dropdown-menu > li > a {
    padding: 9px 20px;
    color: black;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #262626 !important;
    text-decoration: none;
    background-color: #f5f5f5 !important;
    background-image: none !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color:#fff !important;
    text-decoration:none;
    background-color:#337ab7 !important;
    background-image: none !important;
    outline:0
}
