body, html {
}
body {
    overflow-x: hidden;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 250px;
}
.btn-default#menu-toggle, .btn-default#menu-toggle:hover, .btn-default#menu-toggle:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    color: #363636;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #363636;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
/* Sidebar Styles */
 .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 22px;
    line-height: 60px;
    border-bottom: 1px solid #d5d5d517;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ddd;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: rgb(201, 201, 201);
    background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav .sidebar-brand {
    text-align: left;
}
.sidebar-nav .sidebar-brand img {
    width: 75px;
}
.sidebar-nav ul {
    list-style: none;
    list-style-position:outside;
    padding: 0;
    margin: 0;
}
.sidebar-nav ul > li {
    font-size: 13px;
}
.sidebar-nav ul > li > a {
    color: #ddd;
    text-decoration: none;
    padding-left: 10px;
}
.sidebar-nav ul > li > a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.6);
}

/* full width on larger screens 
@media(min-width:1200px) {
    #wrapper {
        padding-left: 250px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
    }
    #wrapper.toggled #page-content-wrapper {
        margin-right: 0;
    }
}
 */

/* icon */
.nav-icon {
    background: url("images/menu-icon-h.svg" ) no-repeat 0 0;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 2;
}
.nav-icon:hover {
    background: url("images/menu-icon.svg" ) no-repeat 0 0;
}

.nav-icon-sticky-m {
    background: url("images/menu-icon-h.svg" ) no-repeat 0 0;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 2;
}
.nav-icon-sticky-m:hover {
    background: url("images/menu-icon.svg" ) no-repeat 0 0;
}
@media(max-width:480px) {

    .nav-icon-sticky-m {
        background: url("images/menu-icon-h_l.svg" ) no-repeat 0 0;

    }
}
.nav-icon-alt {
    background: url("images/menu-icon-h_l.svg" ) no-repeat 0 0;
    width: 40px;
    height: 40px;
}
.nav-icon-alt:hover {
    background: url("images/menu-icon_l.svg" ) no-repeat 0 0;
}

/* */

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}