  #sidebar-wrapper {
    margin-right: -240px;
    right: 0;
    top:0;
    width: 240px;
    background: #fff;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
  }

  #sidebar-wrapper-container {
    margin-right: -350px;
    right: 0;
    top:0;
    width: 250px;
    background:#000000;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 999;
  }


  .sidebar-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 265px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
    border-bottom: 1px solid #dedded;
  }

  .sidebar-nav li a {
    color: #757575;
    display: block;
    text-decoration: none;
    font-size: 14px;
  }

  .sidebar-nav li a:hover {
    background: #F3F3F3;
    text-decoration: none;
  }

  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }

  .sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 30px;
  }

  .sidebar-nav > .sidebar-brand a {
    color: #999999;
  }

  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
  }

  #menu-toggle {
    top: 0;
    right: 0;
    /*position: fixed;*/
    z-index: 1;
  }

  #sidebar-wrapper.active {
    right: 241px;
  }
 
  #sidebar-wrapper-container.active {

    opacity:0.5;
    left:0;
  }

  .toggle {
    margin: 5px 5px 0 0;
  }