.next-navigation-normal .next-navigation-item-selected:after, .next-navigation-normal .next-navigation-item-selected-left:after {
  background-color: transparent;
}

.next-navigation-normal .next-navigation-item-selected:hover, .next-navigation-normal .next-navigation-item-selected-left:hover {
  border-left-color: #15AD9D;
  border-left-width: 2px;
}

.next-navigation-normal .next-navigation-item-leaf-icon:before {
  font-size: 12px;
  line-height: 12px;
}

.next-navigation-normal .next-navigation-item-custom-icon:before {
  font-size: 12px;
  line-height: 12px;
}

.next-navigation-normal .next-navigation-item-custom-icon {
  margin-right: 4px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-navigation-normal .next-navigation-item-leaf-icon {
  display: none;
  margin-left: 4px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-navigation-normal .next-navigation-item-content, .next-navigation-normal .next-navigation-item-content:link, .next-navigation-normal .next-navigation-item-content:visited {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFFFFF;
}

.next-navigation-normal .next-navigation-item-content-inner {
  padding: 0 20px;
  font-size: 0;
}

.next-navigation-normal .next-navigation-item-content:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 0;
}

.next-navigation-normal .next-navigation-item-text {
  font-size: 14px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-navigation-normal .next-navigation-sub {
  display: none;
}

.next-navigation-tree {
  color: #333333;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #EBECF0;
}

.next-navigation-tree .next-navigation-group-title {
  padding: 0 20px;
  height: 40px;
  width: auto;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  background-color: transparent;
}

.next-navigation-tree .next-navigation-item {
  float: none;
  height: 48px;
  width: auto;
  line-height: 48px;
  background-color: transparent;
}

.next-navigation-tree .next-navigation-item:after, .next-navigation-tree .next-navigation-item:before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
}

.next-navigation-tree .next-navigation-item:before {
  top: 0;
}

.next-navigation-tree .next-navigation-item:after {
  bottom: -1px;
}

.next-navigation-tree .next-navigation-item-leaf-front .next-navigation-item-leaf-icon {
  float: none;
  margin-left: 0;
  margin-right: 4px;
}

.next-navigation-tree .next-navigation-item-children {
  height: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.next-navigation-tree .next-navigation-item-opened {
  height: auto;
}

.next-navigation-tree .next-navigation-item-opened>.next-navigation-item-content .next-navigation-item-leaf-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next-navigation-tree .next-navigation-item-opened>.next-navigation-item-children {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  height: auto;
}

.next-navigation-tree .next-navigation-item .next-navigation-item-content:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
}

.next-navigation-tree .next-navigation-item .next-navigation-item-content:hover {
  color: #15AD9D;
  background-color: transparent;
}

.next-navigation-tree .next-navigation-item .next-navigation-item-content:hover .next-navigation-item-content-inner .next-navigation-item-leaf-icon {
  color: #15AD9D;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-navigation-tree .next-navigation-item .next-navigation-item-content:hover .next-navigation-item-content-inner .next-navigation-item-custom-icon {
  color: #15AD9D;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-navigation-tree .next-navigation-item .next-navigation-item-content:hover .next-navigation-item-content-inner .next-navigation-item-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #15AD9D;
}

.next-navigation-tree .next-navigation-item .next-navigation-item-content:hover .next-navigation-item-content-inner, .next-navigation-tree .next-navigation-item .next-navigation-item-content:hover .next-navigation-item-content-inner:hover, .next-navigation-tree .next-navigation-item .next-navigation-item-content:hover .next-navigation-item-content-inner:link, .next-navigation-tree .next-navigation-item .next-navigation-item-content:hover .next-navigation-item-content-inner:visited {
  color: #15AD9D;
}

.next-navigation-tree .next-navigation-item-selected .next-navigation-item-content {
  color: #15AD9D;
  background-color: transparent;
}

.next-navigation-tree .next-navigation-item-selected .next-navigation-item-content:before {
  background-color: transparent;
  width: 2px;
}

.next-navigation-tree .next-navigation-item-selected .next-navigation-item-content-inner .next-navigation-item-leaf-icon {
  color: #15AD9D;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-navigation-tree .next-navigation-item-selected .next-navigation-item-content-inner .next-navigation-item-custom-icon {
  color: #15AD9D;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-navigation-tree .next-navigation-item-selected .next-navigation-item-content-inner .next-navigation-item-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #15AD9D;
}

.next-navigation-tree .next-navigation-item-selected .next-navigation-item-content-inner, .next-navigation-tree .next-navigation-item-selected .next-navigation-item-content-inner:hover, .next-navigation-tree .next-navigation-item-selected .next-navigation-item-content-inner:link, .next-navigation-tree .next-navigation-item-selected .next-navigation-item-content-inner:visited {
  color: #15AD9D;
}

.next-navigation-tree .next-navigation-item-selected .next-navigation-item-content:hover .next-navigation-item-leaf-icon {
  color: #15AD9D;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-navigation-tree .next-navigation-item-selected .next-navigation-item-content:hover .next-navigation-item-custom-icon {
  color: #15AD9D;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-navigation-tree .next-navigation-item-selected .next-navigation-item-content:hover .next-navigation-item-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-navigation-tree .next-navigation-item-selected .next-navigation-item-content:hover .next-navigation-item-content-inner, .next-navigation-tree .next-navigation-item-selected .next-navigation-item-content:hover .next-navigation-item-content-inner:hover, .next-navigation-tree .next-navigation-item-selected .next-navigation-item-content:hover .next-navigation-item-content-inner:link, .next-navigation-tree .next-navigation-item-selected .next-navigation-item-content:hover .next-navigation-item-content-inner:visited {
  color: #15AD9D;
}