@charset "UTF-8";

ul.sidebar-nav {
  /* overflow: hidden; */
  /* background: #e6e6e6; */
  width: 100%;
}
ul.sidebar-nav li {
  position: relative;
  text-align: left;
}
ul.sidebar-nav a {
  padding: 15px 0;
  width: 100%;
  display: table;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border: 1px #A3D6D9 solid;
  background: #A3D6D9;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* ul.sidebar-nav a:before {
  font-family: 'icomoon' !important;
  content: "\f105";
  font-size: 15px;
  position: absolute;
  left: 15px;
  top: 12px;
} */
ul.sidebar-nav > .has-ul.active > a{
  background: #018790;
  border-color: #018790;
}
ul.sub-ul {
  /* display: none; */
  /* background-color: #eee; */
  margin: 15px 0 0 20px;
}
ul.sub-ul li {
  /* border-bottom: solid thin #eee;
  margin-bottom: 10px; */
}
ul.sub-ul li:last-child{
  margin-bottom: 0;
}
ul.sub-ul li::before{
  margin-right: 10px;
  font-family: 'icomoon';
  content: "\e903";
  color: #999;
  display: inline-block;
}
ul.sub-ul li a {
  font-size: 16px;
  padding: 3px 0;
  color: #999;
  border: 0;
  width: auto;
  font-weight: normal;
  display: inline-block;
  background: none;
}
@media only screen and (max-width: 1024px) {
  ul.sub-ul li a{color: #fff;}
}
ul.sidebar-nav li.active .sub-ul li.current a {
  color: #000;
}
ul.sidebar-nav li.active .sub-ul li.current::before {
  color: #000;
}
ul.sidebar-nav li.active .sub-ul li a {
  font-weight: 400;
  display: inline;
  color: #777;
  border: 0;
  background: none;
}
ul.sub-ul li a:before {
  display: none;
}
ul.sub-ul li a:after {
  display: none;
}
ul.sidebar-nav li.active {
  
}
ul.sidebar-nav li.active > a {
  background: #A3D6D9;
  color: #fff;
}
ul.sidebar-nav li.active a:before{
  /* content: "\e90e"; */
}

@media only screen and (min-width: 1024px) {
  ul.sidebar-nav a:hover{
    transform: translateX(5px);
  }
  ul.sub-ul li a:hover{
    color: #777;
  }
}

@media only screen and (max-width: 1024px) {
  ul.sidebar-nav {
    margin: 0;
    padding: 20px 0 0;
    display: none;
  }
  ul.sidebar-nav a{
    background: none;
    color: black;
    border: none;
  }
  ul.sub-ul li::before {
    color: #fff;
    content: "\f105";
    font-family: 'icomoon';
    margin-right: 5px;
    font-size: 12px;
  }
  ul.sidebar-nav a {
    color: #fff;
  }
  ul.sidebar-nav a::before {
    content: "。";
    color: #fff;
  }
  ul.sidebar-nav li.active > a {
    color: #fff;
    /* font-weight: bold; */
  }
  ul.sidebar-nav li.active .sub-ul li a {
    color: #fff;
  }
  ul.sidebar-nav li.active .sub-ul li.current a {
    color: #fff;
  }
  ul.sidebar-nav li.active .sub-ul li.current::before {
    color: #fff;
  }
}

@media only screen and (max-width: 1024px) {
  ul.sidebar-nav {
    padding: 10px 5px;
  }
  /* ul.sidebar-nav li {
    margin-bottom: 0;
  } */
  ul.sidebar-nav a {
    font-size: 16px;
    padding: 7px 0;
    background: #A3D6D9;
  }
  ul.sidebar-nav a:before {
    top: 7px;
  }
}


