﻿


/* --------------------- SECONDARY NAV BAR ------------------------ */


/* POSITIONING */

.juf-navbar-secondary {
    z-index: 1030;
    /* BLUEGREY */
    background-color: #627595 !important;
    color: #FFFFFF !important;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    transition: top .3s ease-in-out; /* Transition effect when sliding down (and up) */
}

/* NAVBAR TITLES + TEXT */

.juf-dept-text {
    display: inline-block;
    font-size: 150%;
}

.juf-dept-text-primary {
    color: #c8ceda;
    letter-spacing: -2px;
    font-weight: 400;
    text-transform: uppercase;
}

.juf-dept-text-secondary {
    color: #f2f0ee;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: capitalize;
}

.juf-appTitle-text {
    border-left: white 1px solid;
    margin-left: .5em;
    padding: .5em 0 .5em .75em;
}



/* NAV LINKS */

.juf-navbar-nav > li > a {
    margin-right: 10px;
    text-transform: uppercase;
    /*color: #4d4d4d;*/
    color: rgba(255,255,255,.55);
}

.juf-navbar-nav > li:last-child > a {
    margin-right: 0;
}


/* DROP-DOWN MENU */

.juf-dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #bdd9e9;
    padding: 10px;
    text-align: center;
    box-shadow: 4px 7px 12px 0px rgba(0,0,0,0.3);
}

    /* Push Menu Down Farther */
    .juf-dropdown-menu.show {
        margin-top: 8px !important;
    }

/* Top Centered Callout Arrow */
@media (min-width: 970px) {
    .juf-dropdown-menu:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 46%;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid white;
    }
}

.juf-dropdown-menu > a {
    padding: 8px 0;
}

    .juf-dropdown-menu > a:hover,
    .juf-dropdown-menu > a:focus {
        background-color: #e5f1f7;
    }

.juf-dropdown-divider {
    height: 2px !important;
    border: 0;
    position: relative;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.65)), color-stop(90%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

    .juf-dropdown-divider:before {
        content: "";
        display: block;
        border-top: solid 1px #f9f9f9;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 1;
    }

.juf-user-icon {
    border-radius: 50%;
    width: 36px;
    height: auto;
}
