@charset "UTF-8";
.blockcategories .list-group-item {
  padding-top: 6px;
  padding-bottom: 6px;
}
.blockcategories .list-group-item.active {
  border-color: #DDDDDD;
}
.blockcategories .list-group .list-group {
  margin: 0;
}
.blockcategories .list-group .list-group .list-group-item:last-child {
  margin-bottom: -1px;
}
.blockcategories .list-group-item-wrapper {
  position: relative;
}
.blockcategories .list-group-item-wrapper .list-group-item {
  margin-right: 32px;
}
.blockcategories .list-group-item-wrapper .btn-toggle {
  display: block;
  height: 100%;
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  text-align: center;
  border: 1px solid #DDDDDD;
  border-left: none;
  font-size: 20px;
  padding-top: 5px;
}
.blockcategories .list-group-item-wrapper .btn-toggle.collapsed > .icon:before {
  content: "\f107";
}
.blockcategories .list-group-item.current:before {
  display: block;
  content: "▶";
  position: absolute;
  left: -5px;
  font-size: 20px;
  line-height: 20px;
  color: #FCF8E3;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #666666;
  height: 20px;
  top: 50%;
  margin-top: -10px;
}
.blockcategories .list-group-item.ilvl-2 {
  padding-left: 25px;
}
.blockcategories .list-group-item.ilvl-3 {
  padding-left: 35px;
}
.blockcategories .ilvl-1.btn-toggle {
  color: #555555;
  background-color: #F5F5F5;
}
.blockcategories .ilvl-1:hover {
  background-color: black;
  color: #FFFFFF;
  border-color: #DDDDDD;
}
.blockcategories .ilvl-1:hover.active, .blockcategories .ilvl-1:hover:hover, .blockcategories .ilvl-1:hover:focus {
  color: #FFFFFF;
  border-color: #DDDDDD;
  background-color: black;
}
.blockcategories .ilvl-2 {
  background-color: #1A1A1A;
  color: #FFFFFF;
  border-color: #DDDDDD;
}
.blockcategories .ilvl-2.active, .blockcategories .ilvl-2:hover, .blockcategories .ilvl-2:focus {
  color: #FFFFFF;
  border-color: #DDDDDD;
  background-color: #111111;
}
.blockcategories .ilvl-2:hover {
  color: #FFFFFF;
}
.blockcategories .ilvl-3 {
  background-color: #333333;
  color: #FFFFFF;
  border-color: #DDDDDD;
}
.blockcategories .ilvl-3.active, .blockcategories .ilvl-3:hover, .blockcategories .ilvl-3:focus {
  color: #FFFFFF;
  border-color: #DDDDDD;
  background-color: #2A2A2A;
}
.blockcategories .ilvl-3:hover {
  color: #FFFFFF;
}
.blockcategories .list-group-item-wrapper.active > .ilvl-1 {
  background-color: black;
  color: #FFFFFF;
  border-color: #DDDDDD;
}
.blockcategories .list-group-item-wrapper.active > .ilvl-1.active, .blockcategories .list-group-item-wrapper.active > .ilvl-1:hover, .blockcategories .list-group-item-wrapper.active > .ilvl-1:focus {
  color: #FFFFFF;
  border-color: #DDDDDD;
  background-color: black;
}
.blockcategories .list-group-item-wrapper.active > .ilvl-2 {
  background-color: #1A1A1A;
  color: #FFFFFF;
  border-color: #DDDDDD;
}
.blockcategories .list-group-item-wrapper.active > .ilvl-2.active, .blockcategories .list-group-item-wrapper.active > .ilvl-2:hover, .blockcategories .list-group-item-wrapper.active > .ilvl-2:focus {
  color: #FFFFFF;
  border-color: #DDDDDD;
  background-color: #111111;
}
.blockcategories .list-group-item-wrapper.active > .ilvl-3 {
  background-color: #333333;
  color: #FFFFFF;
  border-color: #DDDDDD;
}
.blockcategories .list-group-item-wrapper.active > .ilvl-3.active, .blockcategories .list-group-item-wrapper.active > .ilvl-3:hover, .blockcategories .list-group-item-wrapper.active > .ilvl-3:focus {
  color: #FFFFFF;
  border-color: #DDDDDD;
  background-color: #2A2A2A;
}

/*# sourceMappingURL=blockcategories.css.map */
