<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
    padding-top: 15px;
    padding-bottom: 40px;
    background-color:#536D7A ;
    min-height: 100%;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

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

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

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

.sidebar-nav &gt; .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

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

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


.button-sidebar {
   right:-20px;
   position:absolute;
   top:30vh;
   width:20px;
   z-index: 10;
   display: none;
 }

 div.button-sidebar:hover {
   background-position:-41px 0px;
 }

 .button-sidebar a {
   display:block;
   height:50px;
   width:25px;
   line-height: 22px;
 }

.side-glyph {
  top: 8px;
  right: 8px;
}

.override-side-button.btn.btn-default {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #fff;
  background: #36ab69;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: none;
  border-color: transparent;
  opacity: 0.5;
}


#wrapper.toggled #sidebar-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}
</pre></body></html>