.nav-bar-view {
  background: #fff;
  border-right: 1px solid #dddddd;
  height: 100%;
  position: absolute;
  display: none;
  flex-direction: column;
  float: left;
}
@media screen and (orientation: landscape) and (max-device-width: 850px) {
  .nav-bar-view {
    overflow-y: auto;
    overflow-x: clip;
  }
}
.nav-bar-view__after-load {
  display: flex;
}
@media screen and (max-device-width: 720px), screen and (max-width: 720px) {
  .nav-bar-view {
    width: 85px !important;
  }
}
.nav-bar-view ul {
  list-style: none;
  padding: 0;
}
.nav-bar-view__header {
  height: 200px;
  margin: 0 auto;
  margin-left: 53px;
  padding-top: 85px;
}
@media screen and (max-device-width: 720px), screen and (max-width: 720px) {
  .nav-bar-view__header {
    padding: 35px 0 55px 20px !important;
    margin: unset !important;
  }
}
@media screen and (max-device-width: 720px), screen and (max-width: 720px) {
  .nav-bar-view__header__image {
    display: none;
  }
}
.nav-bar-view__header__mobile-image {
  display: none;
}
@media screen and (max-device-width: 720px), screen and (max-width: 720px) {
  .nav-bar-view__header__mobile-image {
    display: block;
    margin-top: 95px;
  }
}
@media screen and (min-device-width: 720px), screen and (min-width: 720px) {
  .nav-bar-view__header__mobile-image {
    padding-left: 50px;
    margin-top: 130px;
  }
}
.nav-bar-view__header img {
  height: 47px;
  width: 200px;
}
.nav-bar-view__header img.mini {
  width: auto;
}
@media screen and (max-device-width: 720px), screen and (max-width: 720px) {
  .nav-bar-view__header img.mini {
    margin-top: 75px;
  }
}
.nav-bar-view__footer {
  margin-bottom: 60px;
}
@media screen and (max-device-width: 720px), screen and (max-width: 720px) {
  .nav-bar-view__footer {
    display: none;
  }
}
.nav-bar-view__footer__action {
  float: right;
  text-align: right;
  margin-right: -19px;
}
.nav-bar-view__footer__action span {
  display: inline-block;
  line-height: 48px;
  background: #f4f4f4;
  height: 48px;
  width: 117px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  margin-right: -29px;
  text-align: center;
}
.nav-bar-view__footer__action__icon {
  font-size: 14px;
  background: #fff;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  color: #262626;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 0;
  margin: 0 0 0 20px;
}
.nav-bar-view__footer__action__icon i {
  font-size: 14px;
}
.nav-bar-view__footer__action__icon:hover {
  background: #fff;
  color: #262626;
  border: none;
}
.nav-bar-view__footer button.menu-action {
  float: right;
  text-align: right;
  margin-right: -19px;
}

/*.nav-bar, .nav-bar__footer {
    width: 50px;
}*/
@media only screen and (min-width: 1024px) {
  .nav-bar-view, .nav-bar-view__footer {
    width: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-bar-view, .nav-bar-view__footer {
    width: 350px;
  }
}
.minimised {
  width: 150px !important;
}
@media screen and (max-device-width: 720px), screen and (max-width: 720px) {
  .minimised {
    width: 85px !important;
  }
}

.menu_list {
  flex-grow: 1;
  padding: 0 0 55px 50px;
}
@media screen and (max-device-width: 720px), screen and (max-width: 720px) {
  .menu_list {
    padding: 0 0 55px 20px;
  }
}
.menu_list ul {
  list-style: none;
  padding: 0;
}
.menu_list ul li {
  width: 100%;
  height: 58px;
  box-sizing: content-box;
  cursor: pointer;
}
.menu_list ul li a {
  color: #262626 !important;
}
.menu_list ul li span {
  display: inline-block;
  padding: 8px;
  text-decoration: none;
}
.menu_list ul li span.active {
  font-weight: bold;
  border-left: solid 4px #06817b;
  border-radius: 5px;
  margin-left: -5px;
}
.menu_list ul li span:visited {
  color: #262626;
}
.menu_list ul li span span {
  padding: 8px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-device-width: 720px), screen and (max-width: 720px) {
  .menu_list ul li span span {
    display: none;
  }
}
.menu_list ul li span i {
  font-size: 200%;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}