/* ---===### pocitarna.cz - Author: info@janpikla.cz - Updated: 01. February 2018 - 15:49:21 ###===--- */
/* ==================================================================
Zakladni styly
================================================================== */
.param-filter-single:nth-child(even) {
  background: #f9f9f9;
}

.param-filter-single:nth-child(odd) {
  background: #ffffff;
}

.param-filter-single {
  border-bottom: #f9f9f9;
  padding: 5px 20px 10px;
}

#category-filter-hover-content {
  padding: 30px 0 0;
  background: #f2f2f2;
}

.param-filter-single-cell.active label {
  font-weight: bold;
}

#category-filter-hover .parametric-filter strong {
  text-transform: none;
  margin-bottom: 2px;
  margin-top: 7px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

#category-filter-hover .parametric-filter strong.jpFilterOpen {
  margin-bottom: 12px;
}

#category-filter-hover .parametric-filter strong:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 3px;
  right: 3px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #00aba7 transparent transparent transparent;
}

#category-filter-hover .parametric-filter strong.jpFilterOpen:after {
  margin-bottom: 12px;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #00aba7 transparent;
}

.parametric-filter-cell-count {
  font-size: 10px;
  font-weight: normal;
}

/* ==================================================================
Styly stranek
================================================================== */

/*# sourceMappingURL=extend.css.map */