/*!
 * 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 */

#wrapper {
    overflow: hidden;
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    left: 270px;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background: #F4F4F4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    /*line-height: 40px;*/
    color: #808080;
    font-size: 15px;
    margin: 10px 0;
}

.sidebar-nav li a {
    display: inline;
    text-decoration: none;
    color: #52585D;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #52585D;
    background: #F4F4F4;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

@media(min-width:768px) {
    #sidebar-wrapper {
        width: 270px;
    }
}
