body {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    background-image: url("../img/bg.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;

    text-shadow: 0 2px 2px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.08);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.08);
    padding:0 1.25rem;
}

#sidebar-wrapper .menu ul{
    font-size: 14px;
    margin-bottom: 10px;
}

#sidebar-wrapper .menu ul li a{
    color: #fff;
    text-transform: capitalize;
    display: block;
    padding: 10px;
}

#sidebar-wrapper .menu ul li a.active, #sidebar-wrapper .menu ul li a.active:hover, #sidebar-wrapper .menu ul li a.active:focus{
    background: #f89921;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.02),0 3px 1px -2px rgba(0,0,0,.04),0 1px 5px 0 rgba(0,0,0,.04);
    display: block;
    padding: 10px;
}

#sidebar-wrapper .menu ul li a:hover, #sidebar-wrapper .menu ul li a:focus{
    background: rgba(255,255,255,0.1);
}

#sidebar-wrapper .menu ul li i {
    font-size: 24px;
    float: left;
    margin-right: 10px;
    text-align: center;
    color: #fff;
}

/* - - - - - SUB SUB MENU - - - - - */
#sidebar-wrapper .menu ul li ul{
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

#sidebar-wrapper .menu ul li ul li{
    padding-left: 40px;
}

#sidebar-wrapper .menu ul li ul li a{
    padding: 5px;
}

#sidebar-wrapper .menu ul li ul li a.active, #sidebar-wrapper .menu ul li ul li a.active:hover, #sidebar-wrapper .menu ul li ul li a.active:focus{
    background: none;
    color: #f89921;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: none;
}

#sidebar-wrapper .menu ul li ul li a:hover, #sidebar-wrapper .menu ul li ul li a:focus{
    background: none;
    color: #f89921;
}

#sidebar-wrapper .sidebar-heading {
    line-height: 55px;
    font-size: 1.2rem;
    height: 55px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    color: #00b3fe;
    font-weight: 900;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.25rem;
}

#sidebar-wrapper .list-group-item{
    background: none;
    border: 0 !important;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

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

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -17.5rem;
    }
}
