.side_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 87.6vh;
  padding: 0px 0px;
  background-color: #1D4B9E;
  margin: unset;
}

.side_bar a {
  padding: 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px #A7A7A7 solid;
  font-size: 1.35em;
  color: #A7A7A7 !important;
  text-decoration: none;
}

.side_bar a:hover {
  background-color: #00ABA0;
  color: #fff !important;
  cursor: pointer;
}

.side_bar a:hover .icon-list {
  background-position: 0px 10px;
}

.side_bar a:hover .icon-check {
  background-position: 0px -50px;
}

.side_bar a:hover .icon-write {
  background-position: 0px -110px;
}

.side_bar a:hover .icon-upload {
  background-position: 0px -170px;
}

.side_bar a:hover .icon-print {
  background-position: 0px -230px;
}

.side_bar a span {
  text-align: center;
}

.side_bar .active {
  background-color: #00ABA0;
}

.side_bar .active span {
  color: white !important;
}

.side_bar .active .icon-list {
  background-position: 0px 10px;
}

.side_bar .active .icon-check {
  background-position: 0px -50px;
}

.side_bar .active .icon-write {
  background-position: 0px -110px;
}

.side_bar .active .icon-upload {
  background-position: 0px -170px;
}

.side_bar .active .icon-print {
  background-position: 0px -230px;
}

.side_bar .icon-list {
  width: 40px;
  height: 60px;
  background-image: url("../img/sprite.png");
  background-position: 0px -290px;
  background-repeat: no-repeat;
}

.side_bar .icon-list:active {
  background-position: 0px 10px;
}

.side_bar .icon-check {
  width: 40px;
  height: 60px;
  background-image: url("../img/sprite.png");
  background-position: 0px -350px;
  background-repeat: no-repeat;
}

.side_bar .icon-check:active {
  background-position: 0px -50px;
}

.side_bar .icon-write {
  width: 40px;
  height: 60px;
  background-image: url("../img/sprite.png");
  background-position: 0px -410px;
  background-repeat: no-repeat;
}

.side_bar .icon-write:active {
  background-position: 0px -110px;
}

.side_bar .icon-upload {
  width: 40px;
  height: 60px;
  background-image: url("../img/sprite.png");
  background-position: 0px -470px;
  background-repeat: no-repeat;
}

.side_bar .icon-upload:active {
  background-position: 0px -170px;
}

.side_bar .icon-print {
  width: 40px;
  height: 60px;
  background-image: url("../img/sprite.png");
  background-position: 0px -530px;
  background-repeat: no-repeat;
}

.side_bar .icon-print:active {
  background-position: 0px -230px;
}

@media (max-width: 480px) {
  .side_bar {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 960px) and (min-height: 600px) and (max-height: 960px) and (orientation: portrait) {
  .side_bar {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 960px) and (min-height: 600px) and (max-height: 960px) and (orientation: landscape) {
  .side_bar {
    height: calc(150vh + 1rem);
  }
  .side_bar a {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .side_bar {
    height: calc( 100vh - 115px);
  }
}

@media (min-width: 980px) {
  .side_bar {
    height: 91.5vh;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .side_bar {
    height: calc(100vh - 116px);
  }
  .side_bar a span {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .side_bar {
    height: calc(100vh - 116px);
  }
  .side_bar a span {
    font-size: .9em;
  }
}
/*# sourceMappingURL=base_aside.css.map */