/*!
 * 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-brand img
{
    width: 50%;

}
.sidebar-brand
{
    padding: 10px 0;
}
.sidebar-nav > li, .sidebar-nav > .sidebar-brand {
    border-bottom: 1px solid #17224F;
}
.toogle-sidebar {
    margin: 10px auto;
    text-align: center;
    color: white;
    padding: 8px 95px;
    transition-duration: 0.2s;
}
.toogle-sidebar:hover
{
    color: #F29200;

}
.toogle-sidebar.toggled
{
    position: fixed;
    top: 0;
    left: 1px;
    background-color: #202E5F;
    padding: 6px 8px;
    border-radius: 50%;
    color: white;
    transition-duration: 0.2s;
}
#wrapper.toggled {
    padding-left: 200px;

}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 100%;
    margin-left: -200px;
    overflow-y: hidden;
    background: #202E5F;
    -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: 200px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0;
    min-height: 100vh;
    background-color: #F1F1F1;
}

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



/* Sidebar Styles */
.sidebar-nav ul.dropdown-menu {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
}
.sidebar-nav ul.dropdown-menu li a
{
    color: #17224F;
}
.sidebar-nav ul.dropdown-menu li a:hover
{
    color: white;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav span.pull-right.glyphicon
{
    line-height: 40px;
    padding-right: 10px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: white;
    border-left: 0px;
    transition-duration: 0.2s;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    background: #17224F;
    border-left: 5px solid #F29200;
    transition-duration: 0.2s;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.r-wrapper
{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative
}
.r-wrapper .grand-wrapper
{
    overflow: visible;
}
.r-wrapper .sidebar-wrapper
{
    position: absolute;
    overflow: hidden;
    width: 0;
}
.r-wrapper .page-content-wrapper
{
    width: 100%;
    position: relative;
    padding: 0;
}

.r-wrapper .panel-footer
{
    text-align: center;
    position: relative;

}
.r-wrapper .toggler
{
   position: absolute;
  padding: 8px;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
  left: 4px;
  width: 30px;
  top: -7px;
  z-index: 11;
}
 .r-wrapper .toggler.closed
{
    position: fixed;
    left: 1px;
    z-index: 9999;
    top: 47px;
}
.r-wrapper .page-content-wrapper
{
    position: relative;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 200px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

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

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

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



