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



.sidebar {
    z-index: 1000;
    position: relative;
    height: 100%;
    background: #EBE0CC;margin-bottom:10px;
}




/* Sidebar Styles */

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

.sidebar-nav li {
    text-indent: 20px;
    line-height: 31px;font-size:17px; font-weight:bold;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #c16f3f;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #7F7B63;
    background: rgba(255,255,255,0.2);
}

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

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
  

    #sidebar-wrapper {
        width: 250px;
    }


 
}