#sidenav-toggle {
    border: none;
    width: 50px;
    height: 50px;
    text-indent: -900em;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    outline: none;
    background: transparent url(../images/menu-button-bg.png) no-repeat center center;
    background-size: 50%;  
}
.sidenav {
  background: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  right: 0;
  position: fixed;
  overflow: auto;
  transform: translate(100%, 0);
  transition: transform .3s;
  top: 0;
  width: 40%;
  z-index: 1100; }
  .sidenav.show {
    transform: translate(0, 0); }

.sidenav-brand {
  background: #2042e3;
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  height:45px;
  line-height: 45px;
  position: relative;
   }
#sidenav-close{
  display: block;
  position: absolute;
  margin:14px 10px;
  width: 14px;
  height: 18px;
  right: 0;
  top: 0;
  background: url(../images/navSide-colse.png) no-repeat center/30px;
}
.sidenav-header {
  background: transparent;
  border-bottom: 1px solid #424242;
  color: #757575;
  font-size: 19.2px;
  line-height: 32px;
  margin: 0;
  padding: 16px 24px 15px; }
  .sidenav-header small {
    display: block;
    font-size: 14.4px;
    line-height: 16px; }

.sidenav-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidenav-menu li {
    display: block;
    position: relative; }
  .sidenav-menu a {
    background: transparent;
    color: #BDBDBD;
    display: block;
    line-height: 24px;
    padding: 10px 0;
    text-decoration: none; 
    border-top: 1px solid rgba(0,0,0,.3);
    font-size: 14px;
    color: #eee;
  }
    .sidenav-menu a.active {
      color: #FAFAFA; }
      .sidenav-menu a.active .sidenav-link-icon,
      .sidenav-menu a.active .sidenav-dropdown-icon {
        color: #FAFAFA; }

.sidenav-link-icon {
  color: #757575;
  display: block;
  height: 24px;
  left: 24px;
  position: absolute;
  text-align: center;
  top: 16px;
  width: 24px; }

.sidenav-link-title {
  display: block;
  padding: 0 16px 0 20px; 
  font-size: 16px;
  color: #000;
  /*font-weight:bold;*/
}

.sidenav-dropdown {
  border-top: 1px solid #eee;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidenav-dropdown a {
    background: #f1f1f1;
    padding-left: 35px;
    color: #000;
  }
    .sidenav-dropdown a:hover {
      background: #930093; }
  .sidenav-dropdown li:first-child a {
    box-shadow: inset 0 1px 1px rgba(204, 204, 204, 0.5); }
.sidenav-dropdown-icon {
  color: #757575;
  display: none;
  height: 10px;
  right: 16px;
  position: absolute;
  text-align: center;
  top: 16px;
  width: 16px; 
}
  .sidenav-dropdown-icon.show {
    display: block; 
  }
.sidenav-dropdown-icon .material-icons-open {display: block;width: 16px;height: 10px;background: url(../images/menu-switch-arrow.png) no-repeat 0 -35px;}
.sidenav-dropdown-icon .material-icons-colse {display: block;width: 16px;height: 10px;background: url(../images/menu-switch-arrow.png) no-repeat 0 0;}
.sidenav-overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.sidenav-no-scroll {
  overflow: hidden !important; }
