﻿#pipheader {
    background-color: #0a7ad0;
}

#pipheader > nav {
    z-index: 5;
    background-color: #0a7ad0;
}

#navbarSupportedContent > div {
    margin: 0px;
}

#navbarDropdownIcon {
    color: white;
}

.nav-link {
    color: white!important;
}

.nav-link.dropdown-toggle {
    cursor: pointer;
}

.navbar-brand {
    float: left;
    padding-top: 14px;
    padding-bottom: 14px;
}

.navbar-header {
    height: 60px;
    border-color: #0867b0 !important;
    background-color: #0a7ad0;
}

.navbar-brand > img {
    display: inline-block !important;
    margin-right: 20px;
}

.navbar-default  {
    margin: 0;
    min-height: 60px;
    z-index: 100;
    background-color: #0a7ad0;
    border-color: #0867b0 !important;
}
.navbar-toggle {
    background-color: #0a7ad0;
    border-color: #0867b0 !important;
    border-radius: 0;
}

.icon-bar {
     background-color: white !important;
}

.navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #0867b0 !important;
}

.header-title {
    padding-top: 15px;
    padding-bottom: 18px;
    color: #fff !important;
    font-size: 27px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    display: inline-block !important;
}

.header-links {
    clear: none;
}

.header-links > li > a {
    font-family: Lato, "Open Sans", sans-serif;
    height: 55px !important;
    vertical-align: middle;
    color: #fff !important;
    background-color: #0a7ad0;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    display: inline-block !important;
    cursor: pointer;
}


.header-links > li > a:hover ,.header-links > .open > a {
    background-color: #085d9f !important;
}

.service-name-uxm {
    padding-top: 18px;
    padding-bottom: 18px;
    color: #0a7ad0;
    font-size: 27px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    min-width: 100%;
    background-color: #e6e6e6;
    height: 60px;
}

.header-footer {
    top: 120px;
    bottom: 50px;
    margin-bottom: 0;
}

.footer {
    background-color: #E6E6E6;
    bottom: 0;
    min-height: 50px;
    width: 100%;
    position: absolute;
    z-index: 99;
    font-family: Lato, "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;

    overflow-x: auto;
}

footer > .container {
    min-width: 700px;
}

footer ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 9px;
    padding-left: 18px;
}

footer ul li {
    border-right-color: #555555;
    border-right-style: solid;
    border-right-width: 1px;
    clear: none;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0;
}

footer ul li:last-child {
    border-right-style: none;
    border-right-width: medium;
    padding-right: 0;
}

footer ul li:first-child {
    padding-left: 0;
}

footer a.elink {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("../Resources/images/new-window.png");*/
    background-origin: padding-box;
    background-position: right 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
}

a.elink {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("../Resources/images/new-window.png");*/
    background-origin: padding-box;
    background-position: right 4px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-right: 18px;
}
#inf {
        z-index: 4;
}
.navbarNav {
    z-index: 21;
}
@media only screen and (max-width: 767px) {
    .header-links > li > a {
        width: 100%;
        height: 42px !important;
        font-weight: 400;
    }

    .header-links {
        background-color: #0a7ad0;
    }
    
    .dropdown-menu {
        padding:0
    }
    .dropdown-menu > li > a {
        
        color: #ffffff !important;
        font-family: Lato, "Open Sans", sans-serif;
        vertical-align: middle;
        color: #fff !important;
        background-color: #0a7ad0;
        font-size: 18px;
        font-weight: normal;
        line-height: 27px !important;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        cursor: pointer;
        font-weight: 400;
        padding: 5px 15px 5px 25px !important;
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active,.dropdown-menu > li > a:focus {

    }
    .navbar-nav {
        margin: 0px -15px;
    }
}