.rs-filter {
  background-color: #cee3ee;
  padding: 20px;
}

.rs-filter > .container > .row {
  margin-bottom: 5px;
}

.rs-filter__item-header {
  float: left;
  width: 100px;
  font-weight: 600;
  color: #085280;
}

.rs-filter__item-element {
  margin-left: 115px;
  width: auto;
  padding-bottom: 35px;
  margin-right: 30px;
}

.rs-filter__btn-reset {
  background: #5487a9;
  width: 157px;
  height: 42px;
  padding: 10px 12px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
}

.rs-filter__select {
  height: 25px;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  width: 100%;
  position: relative;
  float: left;
  color: #085280;
  cursor: pointer;
}

.rs-filter__select-wrapper {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 9999;
}

.rs-filter__select.active .rs-filter__select-wrapper {
  display: block;
}

.rs-filter__select-option {
  background-color: #fff;
  padding: 5px 10px;
}
.rs-filter__select-option:hover, .rs-filter__select-option.active {
  background-color: #d5f1ff;
}
.rs-filter__select-option:last-of-type {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rs-filter__select-arrowdown {
  position: absolute;
  right: 5px;
  top: 1px;
}

.rs-filter__select-current-value {
  padding: 0 5px;
}

.rs-filter__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  color: #085280;
  padding-right: 0;
  padding-left: 0;
}

.rs-filter__checkbox .trigger-check {
  display: none;
}

.rs-filter__checkbox.active .trigger-check {
  display: inline-block;
  color: #085280;
}

.rs-filter__checkbox-trigger {
  height: 21px;
  width: 21px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rs-filter__checkbox-label {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding-left: 5px;
  font-size: 14px;
}

.rs-filter__slider {
  padding-right: 10px;
}

.rs-filter__slider-value-min,
.rs-filter__slider-value-max {
  position: absolute;
  display: inline-block;
  top: 15px;
  color: #085280;
  font-weight: 600;
}

.rs-filter__slider-value-max {
  right: 0;
}

.rs-filter__item .noUi-connect {
  background-color: #33658a;
}

.rs-filter__item .noUi-horizontal {
  height: 10px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
}

.rs-filter__item .noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  background-color: #33658a;
  /*border: 5px solid #fff;*/
  border: none;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #fff, 0 0 3px 1px rgba(51, 101, 138, 0.2);
}

.rs-filter__item .noUi-horizontal .noUi-handle:after,
.rs-filter__item .noUi-horizontal .noUi-handle:before {
  display: none;
}

.rs-filter__item .noUi-horizontal .noUi-handle .noUi-tooltip {
  padding: 4px 11px;
  background-color: #5487a9;
  border: none;
  border-radius: 4px;
  color: #fff;
  bottom: 30px;
  font-size: 14px;
  display: none;
}

.rs-filter__item .noUi-horizontal .noUi-handle .noUi-tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -13px;
  border: 7px solid transparent;
  border-top: 7px solid #5487a9;
}

.rs-filter__question {
  float: left;
  margin-right: 10px;
  position: relative;
}

.rs-filter__question-tooltip {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(51, 101, 138, 0.2);
  width: 180px;
  padding: 5px 10px;
  bottom: 30px;
  z-index: 999;
  left: 50%;
  margin-left: -90px;
  border-radius: 3px;
  font-size: 14px;
  color: #085280;
  font-weight: bold;
  display: none;
}
.rs-filter__question-tooltip::after {
  content: "";
  position: absolute;
  left: 83px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.rs-filter__question:hover .rs-filter__question-tooltip {
  display: initial;
}

.rs-filter__item-element {
  padding-top: 6px;
}

.rs-filter {
  padding-top: 35px;
}

.rs-filter__btn-reset {
  height: auto;
  width: auto;
  background-color: transparent;
  display: inline-block;
  padding: 0 1px;
  border: none;
  border-radius: 0;
  font-weight: 600;
  border-bottom: solid 2px #085280;
  color: #085280;
  position: relative;
  right: 30px;
  cursor: pointer;
}

.rs-filter__item-header {
  font-weight: 100;
}

.js-rs-filter__item--reset {
  text-align: right;
}

.ReadyServer--spin-wrapper {
  background: #fff;
  height: auto;
  text-align: center;
  padding: 50px;
  display: none;
}

.rs-division_line {
  content: "";
  height: 233px;
  width: 1px;
  background-color: #33658A;
  position: absolute;
  display: inline-block;
  opacity: 0.3;
  right: 13px;
  top: 0;
}

@media (max-width: 1024px) {
  .rs-division_line {
    display: none;
  }
}

/*# sourceMappingURL=rs-filter.css.map */
