/* Navigation Bar Styles */

.navButtonLabelPair {
    display: block;
}

.navLink {
    display: none;
    max-width: 95px;
    vertical-align: middle;
}
.navButton, .navLink {
    text-align: left;
    display: inline-block;
}

.navLink {
    font-size: 1.2rem;
}

#navigation, #textNavigation {
    display: none;
}

@media screen and (min-width: 768px) {
    #navigation, #textNavigation{
        display: block;
        background-color: #50535A; /* IDS Slate 6 */
        text-align: left;
        height: 100%;
        vertical-align: top;
        position: fixed;
        top: 68px;
        /*border-bottom-left-radius: 4px;*/
        /*border-bottom-right-radius: 4px;*/
    }

    #navigation {
        width: 55px;
    }
    #navigation.extended {
        width: 154px;
    }
}

#navigation ul {
    margin: 6px 0 6px 0;
}

#navButtons {
    position: relative;
    padding: 8px 0 8px 0;
    /*
    background-color: #eceadf;
    */
    background-color: #50535A; /* IDS Slate 6 */
    top: 52px;
    width: 100%;
}

#navButtons a {
    color: #ffffff;
}

.navButtonLabelPair a.efiButton {
    height: 36px;
    width: 36px;
    margin: 1px 8px;
    text-align: center;
    padding: 0px;
}

.navButtonLabelPair a.efiButton span {
    padding: 4px;
}

.navButtonLabelPair a.efiButton img {
    vertical-align: middle;
    margin: 2px 0 0 2px;
    padding: 0;
}

#textNavigation {
    padding-top: 6px;
}

#textNavigation ul {
    padding: 0 6px;
}

#textNavigation ul li {
    margin: 16px 0;
}

/* ==========================
   Left Navigation Bar
   ========================== */
#navToggleButtonContainer {
    display: block;
    position: absolute;
    z-index: 0;
    top: -36px;
    right: -8px;
}

#navToggleButton {
    width: 14px;
    height: 34px;
    cursor: pointer;
    background: rgba(255,255,255,1) url(/images/ArrowLeft16.png) -1px center/14px 18px no-repeat;
    border: 1px solid #D4D4D4;
    padding: 0px;
}

.scs-button-group .btn {
    padding: 0 7px 0 7px;
}