/*!
 * 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-left: 300px;
}

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

.sidebar-wrapper a.btn-danger
{
    text-transform: uppercase;
    padding: 10px 25px;
}


#sidebar-wrapper {
    z-index: 1005;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    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 {
    padding-left: 0;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#page-content-wrapper {
    position: relative;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}


#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

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

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}

/* 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
{
    background:#ff6501;
    color: #ffffff;
    text-decoration: none;
}

.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;
}
