.LeftMenu {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  #background-color: #525252;
  #background-color: #585757;
  background-color: #4b5161;
  overflow-x: hidden;
  transition: 0.5s;
  #padding-top: 60px;
  margin-top: 74px;
}

.LeftMenu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.LeftMenu a:hover {
  color: #f1f1f1;
}

.LeftMenu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#corpo,
#navTop {
  transition: margin-left .5s;
  padding: 16px;
}

.l-menu {
  color: #bbc2c7 !important;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border-radius: 0 !important;
  font-size: 16px;
  border-bottom: 1px dotted #636971;
}

.l-menu:hover {
  #color: #87cae0 !important;
  background-color: #bbc2c7;
  color: #525252 !important;
  border-bottom: 1px solid;
}

.l-sub-menu {
  color: #bbc2c7 !important;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border-radius: 0 !important;
  font-size: 18px;
  border-bottom: 1px dotted #636971;
  background-color: #504c4c;
}

.l-sub-menu:hover {
  #background-color: #bbc2c7;
  #color: #525252 !important;
  color: #848484 !important;
}

.li-active {
  color: #FFFFFF !important;
  #color: #07a4d8 !important;
  #background-color: #3a3a3a;
}

.separa-l-menu {
  min-width: 33px;
  min-height: 21px;
  float: left;
  margin-left: 16px;
  margin-top: -6px;
  margin-right: 10px;
  border-left: 1px dotted #6e6e6f;
  border-bottom: 1px dotted #6e6e6f;
}

.l-icon {
  padding-left: 12px;
  padding-right: 12px;
}

.ri-menu-line {
  font-size: 18px;
}


/*******************************************************/

@media screen and (max-height: 450px) {
  .LeftMenu {
    padding-top: 15px;
  }

  .LeftMenu a {
    font-size: 18px;
  }
}
