/* Scss Document */
tu-side-nav {
  background-color: #00A6CA;
  border-right: 0px;
  flex: 0 0 201px;
  height: auto;
  -webkit-transition: flex .5s, flex-basis .5s;
  transition: flex .5s, flex-basis .5s;
  position: relative;
}
tu-side-nav tu-header {
  border-bottom: 1px solid #fff;
  padding: 0 22px;
  height: 111px;
  display: block;
}
tu-side-nav tu-header #headerLogo {
  border-bottom: 1px solid #000;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-top: 22px;
  padding-bottom: 10px;
  width: 152px;
  height: 46px;
  background-size: 152px 46px;
}
tu-side-nav tu-header tu-appname {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-bottom: 11px;
  line-height: 1.1;
  display: block;
}
tu-side-nav tu-nav {
  display: block;
  padding-top: 18px;
}
tu-side-nav tu-nav tu-nav-link {
  display: block;
  padding-left: 17px;
}
tu-side-nav tu-nav tu-nav-link a {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
tu-side-nav tu-nav tu-nav-link a .fa {
  color: #fff;
  padding-right: 10px;
}
tu-side-nav tu-nav tu-nav-link:hover {
  display: block;
  padding-left: 17px;
  background-color: #006685;
}
tu-side-nav tu-nav tu-nav-link:hover a {
  font-weight: 800;
}
tu-side-nav tu-nav tu-nav-link:hover a .fa {
  font-weight: 800;
}
tu-side-nav tu-nav tu-nav-link.active {
  display: block;
  padding-left: 13px;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 4px solid #00A6CA;
}
tu-side-nav tu-nav tu-nav-link.active a {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  height: 34px;
  margin-top: 0px;
  text-transform: uppercase;
}
tu-side-nav tu-nav tu-nav-link.active a .fa {
  color: #006685;
  padding-right: 10px;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav {
  display: block;
  margin-left: -13px;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link {
  display: block;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link a {
  font-weight: 400;
  text-transform: none;
  border-top: 1px solid #fff;
  display: block;
  padding-left: 36px;
  line-height: 34px;
  margin-top: 0px;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link a .fa-check-circle-o {
  color: #008A00;
  font-size: 18px;
  padding-top: 7px;
  padding-right: 51px;
  float: right;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link a .tufa-exclamation-circle {
  color: #EB0000;
  font-size: 18px;
  padding-top: 7px;
  padding-right: 51px;
  float: right;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link tu-flyout-menu {
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
  width: 200px;
  background-color: #F5F5F5;
  display: block;
  position: absolute;
  left: 202px;
  top: 200px;
  z-index: 999;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link tu-flyout-menu a {
  border-top: none;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link tu-flyout-menu a:hover {
  background-color: #ddd;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link .fa {
  color: #fff;
  padding-right: 10px;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link .arrowRight {
  color: #000;
  float: right;
  margin-top: 8px;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link:hover {
  background-color: #ddd;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav tu-sub-nav-link:hover a {
  font-weight: 600;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav-link.active {
  background-color: #FCD800;
  height: 34px;
}
tu-side-nav tu-nav tu-nav-link.active tu-sub-nav-link.active a {
  font-weight: 600;
}
