
#sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none; 
}

#sidebar-wrapper .sidebar-nav li {
    text-indent: 30px; border-bottom:#bebebe solid 1px;
    line-height: 35px;
}

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

.sidebar-nav li:first-child a {
    background: #eaebef !important;
    color: #000 !important;
}

#sidebar-wrapper .sidebar-nav li a .sidebar-icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 px;
    display: inline-block;
    text-indent: 0px;
    margin-right: 10px;
    color: #000;
    float: left;
}

#sidebar-wrapper .sidebar-nav li a .caret {
  position: absolute;
  right: 20px;
  top: auto;
  margin-top: 15px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse {
    list-style: none;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    -khtml-padding-start: 0;
    -o-padding-start: 0;
    padding-start: 0;
    padding: 0;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li i {
    margin-right: 10px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
    text-indent: 30px;
}


@media (max-width: 992px) {
    #wrapper #sidebar-wrapper {
        width: 45px;
    }
    #wrapper #sidebar-wrapper #sidebar #sidemenu li ul {
        position: fixed;
        left: 45px;
        margin-top: -45px;
        z-index: 1000;
        width: 200px;
        height: 0;
    }
}

.sidebar-nav li:first-child a {
    background: #eaebef !important;
    color: #000 !important;
}

.sidebar-nav li:nth-child(2) a {
    background: #eaebef !important;
    color: #000 !important;
}

.sidebar-nav li:nth-child(3) a {
    background: #eaebef !important;
    color: #000 !important;
}

.sidebar-nav li:nth-child(4) a {
    background: #eaebef !important;
    color: #000 !important;
}

.sidebar-nav li:nth-child(5) a {
    background: #eaebef !important;
    color: #000 !important;
}