/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */


#sidebarwrapper {
    z-index: 1000;
    position: fixed;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000000; 
    font-size:15px;
    top:155px;

}

/* Sidebar Styles */


.sidebarnav{
    padding-bottom:500px;
}

.sidebarnav li {
    text-indent: 20px;
    line-height: 24px;
}

.sidebarnav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebarnav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

@media(min-width:768px) {

    #sidebarwrapper {
        width: 20%;
    }
}