#sidebar-wrapper {
    border-right: 2px solid lightblue;
    background-color: white;
}

/*reduce padding a bit*/
#page-content-wrapper {
    padding: 1px;
    overflow-y: auto;
}
/*logo stuff*/
/*show*/
#wrapper #assetcalclogofull,
#wrapper.toggled #assetcalc-logo-mini {
    display: initial;
}
/*hide when not needed*/
#wrapper #assetcalc-logo-mini,
#wrapper.toggled #assetcalcogofull {
    display: none;
}
/*corrects for pixel difference in height in images*/
#wrapper.toggled #assetcalc-logo-mini {
    top: 1px;
}

/*handles collapse, expand sizes
    255, 55
*/
#wrapper {
    /* padding-left: 225px; */
}

    #wrapper.toggled {
        /* padding-left: 55px; */
    }

#sidebar-wrapper {
    width: 225px;
    background-color: white;
}

#wrapper.toggled #sidebar-wrapper {
    width: 53px;
    overflow-y: hidden;
}

.sidebar-nav {
    width: 223px; /*prevents scroll*/
}

#wrapper.toggled .sidebar-nav {
    width: 53px;
}

/* min height for content */
#page-content-row {
    min-height: 550px;
}


/*NAV Adjustments*/
.sidebar-nav li {
    text-indent: 11px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
}
    .sidebar-nav li a {
        color: #222222;
    }

    #wrapper.toggled .sidebar-nav li {
        text-indent: 7px;
    }

        .sidebar-nav li:hover {
            background-color: #eee;
        }
    /*icon*/
    .sidebar-nav a i.fa {
        font-size: 18px;
    }
/*text*/
#wrapper .sidebar-nav a .menu-text {
    font-size: 16px;
    margin-left: 9px;
}
#wrapper.toggled .sidebar-nav a .menu-text {
    display: none;
}

/*client name section*/
#wrapper.toggled #client-li {
    display: none;
}
#client-li {
    background-color: #eee;
    line-height: 26px;
}
#client-name {
    font-size: 18px;
    line-height: 21px;
    padding: 10px;
    padding-bottom: 0;
    font-weight: bold;
    text-indent: 0;
    width: 183px;
}
/*BV project number, fiscal year, switch*/
#emg-project-number, #fiscal-year, #switch-client-link {
    display: inline-block;
    line-height: 12px;
    margin-left: 3px;
}

/*Menu toggle button, adjustments*/
#menu-toggle-li {
    text-align: right;
    /*background-color: #eee;*/
    padding-right: 5px;
}

#menu-toggle {
    text-align: right;
    padding-right: 6px;
    border-radius: 2px;
}
    #menu-toggle:hover {
        text-decoration: none;
        background-color: #eee;
    }

/*so it doesnt look weird after clicking it*/
    #menu-toggle:focus {
        outline: none;
        text-decoration: none;
        color: #337ab7;
    }
  
#wrapper #menu-toggle i.fa-angle-double-right {
    display: none;
}
#wrapper.toggled #menu-toggle i.fa-angle-double-right {
    display: initial;
}

#wrapper #menu-toggle i.fa-angle-double-left {
    display: initial;
}

#wrapper.toggled #menu-toggle i.fa-angle-double-left {
    display: none;
}

/*no locks on ac-roles*/
#sidebar-wrapper [ac-roles]::after {
    display: none;
}

/*just float the server label (DEV/TEST)*/
#server-label {
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
    font-weight: bold;
    border-radius: 20px;
    padding: 5px;
}

#server-label .dev {
    background-color: darkorange;
}

    #server-label .test {
        background-color: green;
    }

/*For the content section*/

.page-headline {
    font-size: 22px;
    font-weight: bold;
    margin-top: 12px;
    color: #333;
    margin-bottom: 15px;
    /* padding-left: 30px; */
}
    .page-headline small {
        color: #777;
        font-size: 17px;
        margin-left: 7px;
    }


/*SUB NAV*/
.sub-nav {
    display: none; /*start hidden*/
    list-style: none;
    background-color: #e8e8e8;
}
    .sub-nav li {
        text-indent: -15px;
        line-height: 30px;
    }
        .sub-nav li a:hover {
            background-color: #e8e8e8;
            /*background-color: transparent;*/
            text-decoration: underline;
        }
    


/*PRINTING*/
@media print {
    #sidebar-wrapper {
        display: none;
    }
    #wrapper, #wrapper.toggled, 
        #page-content-wrapper {
        margin: 0; padding: 0;
    }
    report-selector {
        display: none;
    }
    .page-headline {
        display: none;
    }
}


/*client id*/
#li-client-id {
    padding: 2px;
    line-height: 0;
}

#li-client-id input {
    font-size: 10px;
    width: 200px;
    padding: 0;
    height: 15px;
}

/* help button */
#HelpDocPanel {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    opacity: .7;
}

    #HelpDocPanel:hover {
        opacity: 1;
    }
