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

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 650px;
    margin-left: -250px;
    overflow:scroll;
    background: #000;
    -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: 250px;
}

#page-content-wrapper {
    width: 10%;
    position: absolute;
    padding: 15px;
}

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

/* 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 > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

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

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

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: -42px;
  right: 100%;
  width: 100%;
  height: 3px;
}
/*Top panel styles*/
#toppanel {
    padding-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#toppanel.toggled {
    padding-top: 250px;
}

#sidebar-toppanel {
    z-index: 1001;
    position: fixed;
    top: 250px;
    width: 100%;
    height: 0;
    margin-top: -250px;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#toppanel.toggled #sidebar-toppanel {
    height: 250px;
}

#page-content-toppanel{
    height: 100%;
    position: absolute;
    padding: 15px;
}

#toppanel.toggled #page-content-toppanel {
    position: absolute;
    margin-bottom: -250px;
}

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

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

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

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

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

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

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

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


/*Right panel styles*/
#rightpanel {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#rightpanel.toggled {
    padding-right: 250px;
}

#sidebar-rightpanel {
    z-index: 1001;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#rightpanel.toggled #sidebar-rightpanel {
    width: 250px;
}

#page-content-rightpanel{
    width: 100%;
    position: absolute;
    padding: 15px;
}

#rightpanel.toggled #page-content-rightpanel {
    position: absolute;
    margin-left: -250px;
}

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

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

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

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

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

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

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

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


/*Left Subpanels styles*/
.subpanel {
    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;
}

.subpanel.toggled {
    padding-left: 250px;
}

.sidebar-subpanel {
    z-index: 1000;
    position: absolute;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.subpanel.toggled .sidebar-subpanel {
    width: 150px;
}

.page-content-subpanel {
    width: 100%;
    position: absolute;
    padding: 15px;
    z-index: 1000;
}

.subpanel.toggled .page-content-subpanel
 {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

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

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

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

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

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

.subpanel-nav > .subpanel-brand{
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

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

.subpanel-nav > .subpanel-brand a:hover{
    color: #fff;
    background: none;
}
 @media(min-width:768px) {
	.subpanel{
        /*padding-left: 150px;*/
    }

    .subpanel.toggled{
        padding-left: 0;
    }

    .sidebar-subpanel{
        width: 150px;
        height: 200px;
    }

    .subpanel.toggled .sidebar-subpanel
     {
        width: 0;
    }

    .page-content-subpanel{
        padding: 20px;
        position: relative;
    }

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

/*Bottom panel styles*/
#bottompanel {
    padding-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#bottompanel.toggled {
    padding-bottom: 250px;
}

#sidebar-bottompanel {
    z-index: 1001;
    position: fixed;
    bottom: 250px;
    width: 100%;
    height: 0;
    margin-bottom: -250px;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#bottompanel.toggled #sidebar-bottompanel{
    height: 250px;
}

#page-content-bottompanel{
    height: 100%;
    position: absolute;
    padding: 15px;
}

#bottompanel.toggled #page-content-bottompanel {
    position: absolute;
    margin-bottom: -250px;
}

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

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

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

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

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

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

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

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