#wrapper {
overflow:hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-right: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: -220px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}
#wrapper.toggled #page-content-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin-left: -220px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #fff;
  height: 100%;
  right: 220px;
  margin-right: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  width: 100%;
}
/* .more.icon {
  color: #000;
  position: absolute;
  margin-left:10px;
  margin-top: 9px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color:#df7661;
left:10px
}
.more.icon:before {
  content: '';
  position: absolute;
  left: -6px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color:#df7661
}
.more.icon:after {
  content: '';
  position: absolute;
  left: 6px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color:#df7661
} */
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 220px;
  margin-top:95x
}
.sidebar-nav > li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}
.sidebar-nav > li:before {
  background-color: #f73131;
  content: '';
  height:1px;
  right: 0;
  position: absolute;
  top:47px;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width:0;
  z-index: -1;
}
/*
.sidebar-nav > li:nth-child(1):before,
.sidebar-nav > li:nth-child(2):before,
.sidebar-nav > li:nth-child(3):before,
.sidebar-nav > li:nth-child(4):before,
.sidebar-nav > li:nth-child(5):before,
.sidebar-nav > li:nth-child(6):before,
.sidebar-nav > li:nth-child(7):before,
.sidebar-nav > li:nth-child(8):before
 {
  background-color: #b5a899;
}

.sidebar-nav > li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
*/
.sidebar-nav > li > a {
  color: #333;
  display: block;
  padding:1rem 1.3rem;
  text-decoration: none;
  font-size:1rem;
  border-bottom:1px dotted #dedede;
}
.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #014179;
}

.sidebar-brand {height:100px;text-align:center}
.sidebar-brand > a {width:100%;max-width:150px;display:inline-block;background-color:#fff;text-align:center; height:100%;line-height:6.2}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display:inline-block;
  height:26px;
  top:0.75rem;
  width: 32px;
position:relative;
  z-index: 999;
  overflow:hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  float:right;
  z-index:888888
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s 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 {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  opacity: 1;
}

/*.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.3s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.3s ease-in-out;
  bottom: 0;
}
*/
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.3s ease-in-out;
  background-color:#1d7bbd;
  top:3px;
}
.hamburger.is-closed .hamb-middle {
  background-color:#1d7bbd;
  margin-top:-1px

}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.3s ease-in-out;
  background-color:#1d7bbd;
 bottom:3px
}
.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:2px;
  position: absolute;
  width: 32px;
  right:0
}
.hamburger.is-open
{
/*  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;*/
  margin-right: 196px;
 position:absolute;
 right:2rem;
 top:1rem
}

.hamburger.is-closed .hamb-middle {width:27px}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #1d7bbd;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #1d7bbd;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #1d7bbd;
  margin-top: -2px;

}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-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 {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-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.8);
  z-index: 99;
}
