

/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
body {
  position: relative;
  overflow-x: hidden;
}
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  position: fixed;
  width:100%;
  top:0;
  padding-left: 0;
  transition: all 0.5s ease;
  height:62px;
  background-color: white;
  z-index:999;
}
#wrapper.toggled {
  padding-left: 400px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 400px;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -400px;
  position: absolute;
}
#sidebar-wrapper {
  background: white;
  height: 100%;
  left: 400px;
  margin-left: -400px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}
#sidebar-wrapper::scrollbar {
  display: none;
}
#page-content-wrapper {
  width: 100%;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 400px;
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.sidebar-nav li:first-child a {
  color: #000000;
}
.sidebar-nav li:hover:before {
  transition: width 0.2s ease-in;
  width: 100%;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: black !important;
}
.sidebar-nav .dropdown-toggle{
    padding: 20px 15px 20px 30px !important;
}
.sidebar-brand a{
    padding-left: 30px !important;
}
.dropdown-menu>li>a {
    padding: 10px 30px !important;
}
.sidebar-nav li a {
    font-size: 18px;
  color: black;
  font-weight: bold;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}
.sidebar-nav li.open:hover before {
  transition: width 1s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.dropdown-menu{
    float: none !important;
}
.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}
.dropdown-menu>li>a{
    color:white !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color:black;
    background-color: #ffffff !important;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 36px;
  margin-left: 15px;
  position: fixed;
  top: 14px;
  width: 36px;
  border-radius: 50%;
  z-index: 999;
  background: #c1172d;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  transform: translate3d(0, 0, 0);
  transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  transform: translate3d(-100px, 0, 0);
  transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  transition: all 0.35s ease-in-out;
  top:7px;
}
.hamburger.is-closed:hover .hamb-bottom {
	transition: all 0.35s ease-in-out;
  bottom: 5px;
}
.hamburger.is-closed {
    right:50px;
}
.hamburger.is-open{
	background: transparent;
    right:auto;
}
.hamburger.is-closed .hamb-top {
  width:22px !important;
  height:2px !important;
  left:6px !important;
  transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 1);
  top: 10px;
}
.hamburger.is-closed .hamb-middle {
  width:15px !important;
  height:2px !important;
  left:6px !important;
  background-color: rgba(255, 255, 255,1);
  /* margin-top: -2px; */
  top: 18px;
}
.hamburger.is-closed .hamb-bottom {
  width:22px !important;
  height:2px !important;
  left:6px !important;
  transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 1);
  bottom: 9px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  transform: rotate(45deg);
  transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #ffffff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  transform: rotate(-45deg);
  transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  transform: translate3d(0, 0, 0);
  transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  transform: translate3d(-100px, 0, 0);
  transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
