html, body {
  height: 100%;
  overflow-x: hidden; }

.jsc-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%; }

.jsc-sidebar-content {
  position: relative;
  top: 0;
  left: 0;
  min-height: 100%;
  z-index: 10;
  background-color: #FFF; }

.jsc-sidebar-pulled {
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.jsc-sidebar-pushed {
  -webkit-transform: translate3d(220px, 0, 0);
  -moz-transform: translate3d(220px, 0, 0);
  -ms-transform: translate3d(220px, 0, 0);
  -o-transform: translate3d(220px, 0, 0);
  transform: translate3d(220px, 0, 0); }

.jsc-sidebar-scroll-disabled {
  position: fixed;
  overflow: hidden; }





.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: 200px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 100%;
    margin-left: -200px;
    /* overflow-y: auto; */
    overflow-x: hidden;
    background: #E2E5EB;
    top: 0px;
    margin-bottom: -200% !important;
    border: 1px solid #ddd;
    color: #333;
    -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;
}

#CSTickets {
    width: 100%;
    position: absolute;
    padding: 15px;
}

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

/* Sidebar Styles */

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

.sidebar-nav li {
    text-indent: 10px;
    line-height: 40px;
    font-size: 13px;
}
.sidebar-nav li.thanh {
    margin-left: 25px;
    border-bottom: 1px solid #ddd;
}

.sidebar-nav li.thanh .proship {
  position: relative;
  width: 100%;
  
}

.hide-content {
  display: block !important;
}

.fix-position {
  top: -38px !important;
}

.sidebar-nav li.thanh .proship .expand {
  position: absolute;
  font-size: 1.8em;
  top: -45px;
  right: 25px;
  cursor: pointer;
}

.sidebar-nav li.thanh .proship ul {
  list-style-type: none;
  padding: 0;
  -webkit-transition: height 1s ease-out;
  transition: height 1s ease-out;
  display: none;
}

.sidebar-nav li.thanh .proship ul li {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  cursor: pointer;
}

.sidebar-nav li.thanh .proship ul li:hover {
  background-color: #fff;
}

.sidebar-nav li.thanh .proship ul li.selected {
  background-color: #fff;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    margin-left: -20px;
}

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

.sidebar-nav li a.selected{
  border-left: 5px solid #1e62a3 !important;
  background: #E2E5E2;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    border-left: 5px solid #1e62a3 !important;
    background: #E2E5E2;
}

.sidebar-nav > .sidebar-brand {
    font-size: 1.1em;
    line-height: 40px;
    font-weight: bold;
}

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

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

#menu-toggle {
  left: 195px;
  top: 50%;
  position: fixed;
  font-size: 1.8em;
  color: #357ebd;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*right: -50px;
  top: 50%;
  position: absolute;
  font-size: 1.8em;
  color: #357ebd;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2100;
  background-color: #000;
  height: 50px;
  width: 50px;*/
}

.wrapper.toggled #menu-toggle {
  left: 0;
}

#menu-toggle-left {
  display: block;
}

#menu-toggle-right {
  display: none;
}

.wrapper.toggled #menu-toggle-left {
  display: none;
}

.wrapper.toggled #menu-toggle-right {
  display: block;
}

@media(min-width:768px) {
    .wrapper {
        padding-left: 200px;
    }

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

    #sidebar-wrapper {
        width: 200px;
    }

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

    #CSTickets {
        padding: 20px;
        position: relative;
    }

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


