/* Top banner excluding menu */
.environment, .portalEnvironment, .portalBanner {
    margin: 0px;
    padding: 0px;
    border: none;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
/*    width: 100%*/;
}

.environment, .portalEnvironment
{
    background-color: red;
    text-align: center;
    height: 30px;
}

.portalBanner {
    background-color: #86CAE8;
    background-repeat: no-repeat;
 /*   height: 81px;*/
}

.navbar{
    border: 0px !important;
    
}

.navbar-text {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 5px;
}

.navbar-nav-right
{
    float: right;
}
.navbar-nav li
{
    list-style: none;   
    display: inline-block;
}

.navbar-nav-right li:not(:first-child):before {
    content: "  |  ";   
    vertical-align:middle !important;
}

.navbar-nav-right li {
    float: left;
}

.portalBanner img {
    width: auto;
    height: 75px;
}

.nav-item {
    margin-top: -25px !important;
}

.welcome
{
    font-size: 12px;
    font-weight: normal;  
}

.bannerFullWidthNoMargin {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.bannerWelcomePanel
{
    float: right;    
}

A.logoutLink
{
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

.logoutLink {
    padding-top: 1px;
    margin-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

A.logoutLink:hover
{
    font-size: 12px;
    font-weight: normal;
    color: #F37720;
    text-decoration: none;
}

A.logoutLink:visited {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

    A.logoutLink:visited:hover {
        font-size: 12px;
        font-weight: normal;
        color: #F37720;
        text-decoration: none;
    }

li.bannerWelcome {
    padding-top: 1px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 18px;
    align-items:center;
}

li.bannerQueueItems {
    padding-top: 0px;
    margin-top: -4px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 18px;
    align-items: center;
}

li.bannerLogOutLink {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -4px;
    margin-bottom: -1px;
    height: 18px;
    align-items: center;    
}

.badge-banner {
    background-color: #f57f23;
}

.bannerItem {
    font-size: 14px;
    font-weight: bold;
    vertical-align: auto !important;   
    padding-left: 4px;
    padding-right: 4px;
}

.bannerItem > a {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

    .bannerItem > a:visited {
        font-weight: bold;
        color: #ffffff;
        /*margin-bottom: 2px;*/
    }

    .bannerItem > a:hover {
        font-weight: bold;
        color: #f37720;
    }

    .bannerItem > a:visited:hover {
        font-weight: bold;
        color: #f37720;
    }

a.bannerItem {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;    
}
    a.bannerItem:visited {
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 2px;
    }
    a.bannerItem:hover {
        font-weight: bold;
        color: #f37720;       
    }
    a.bannerItem:visited:hover {
        font-weight: bold;
        color: #f37720;        
    }




/*.bannerDescription
{
    margin-top: 20px;
}*/

.navbar{
    margin-bottom: 0px !important;
}