/*!
 * 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 {
    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;
}

.sidebar-wrapper-inner
{
    min-width: 300px;
}

#wrapper.toggled {
    padding-right: 300px;
}

.sidebar-wrapper a
{
    color: #ffffff;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0px;
    width: 0;
    height: 100%;
    margin-right: 0px;
    overflow-y: auto;
    background: #3b444a;
    -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: 350px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: 0px;
}

/* Sidebar Styles */

.sidebar-wrapper .list-unstyled li:first-child > a
{
    border-top: 1px solid #5a6771;
}

.sidebar-wrapper .list-unstyled li > a
{
    display: block;
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #5a6771;
    font-size: 16px;
}

.sidebar-wrapper .list-unstyled li a:hover, .sidebar-wrapper .list-unstyled li a:focus
{
    text-decoration: none;
    background:#99ca6b;
    color: #ffffff;
}

.sidebar-wrapper .dropdown-menu {
    position: inherit;
    float: none;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: #3b444a;
    border: 0px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-wrapper .dropdown-menu > li > a
{
    color: #ffffff;
    border-left: 10px solid #5a6771;
}
.sidebar-on{
    overflow: hidden;
}
@media screen and (max-width:690px){
    #wrapper.toggled #sidebar-wrapper {
        width: 300px;
    }
}