.abbFiltersContainer {
  display: block;
  height: auto;
}
.abbFiltersContainer .abbCheckboxContainer, .abbFiltersContainer .abbRadioContainer {
  margin-right: 11px;
  display: inline-block;
}
.abbFiltersContainer hr {
  display: none;
}
.abbFiltersContainer .chosen-container .chosen-results .abbIndented {
  padding-left: 20px;
}
.abbFiltersContainer .chosen-container .chosen-results .abbBold {
  font-weight: bold;
}
.abbFiltersContainer.abbGroupedBoxes {
  border: 1px solid #d2d2d2;
  display: block;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet {
  margin-bottom: 6px;
  display: block;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet .abbFilter .textContainer {
  padding: 8px 12px;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet .abbFilter .textContainer .abbLabel {
  margin: 0px 0px 12px;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet .abbFilter .textContainer .abbLabel .header3 {
  font-size: 16px;
}
.abbFiltersContainer.abbGroupedBoxes hr {
  margin: 11px 11px 0px;
  display: block;
  border-bottom: 1px solid #cfcfcf;
  color: transparent;
}

.abbResults {
  display: block;
}
.abbResults h3 {
  margin: 10px 0;
}
.abbResults .abbResultsHeader .abbThereAre, .abbResults .abbResultsHeader .abbResultsListedBelow {
  display: none;
}
.abbResults .abbResultsHeader .abbThereIs, .abbResults .abbResultsHeader .abbResultListedBelow {
  display: inline;
}
.abbResults .abbResultsHeader.abbPlural .abbThereAre, .abbResults .abbResultsHeader.abbPlural .abbResultsListedBelow {
  display: inline;
}
.abbResults .abbResultsHeader.abbPlural .abbThereIs, .abbResults .abbResultsHeader.abbPlural .abbResultListedBelow {
  display: none;
}

/* Responsive tables */
table.abbResponsiveTable {
  width: 100%;
}
table.abbResponsiveTable th, table.abbResponsiveTable td {
  padding: 5px 6px;
}
table.abbResponsiveTable thead tr {
  color: #868686;
  border-top: 1px solid #d2d2d2;
}
table.abbResponsiveTable thead tr td, table.abbResponsiveTable thead tr th {
  font-weight: bold;
}
table.abbResponsiveTable tbody tr, table.abbResponsiveTable tr {
  border-bottom: 1px solid #d2d2d2;
}
table.abbResponsiveTable tbody tr.odd, table.abbResponsiveTable tr.odd {
  background-color: #f8f8f8;
}

@media all and (max-width: 480px) {
  /* Force table to not be like tables anymore */
  .abbResponsiveTableContainer table, .abbResponsiveTableContainer thead, .abbResponsiveTableContainer tbody, .abbResponsiveTableContainer th, .abbResponsiveTableContainer td, .abbResponsiveTableContainer tr {
    display: block;
  }
  .abbResponsiveTableContainer .abbResponsiveTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .abbResponsiveTableContainer .abbResponsiveTable tr {
    border-top: 0px;
  }
  .abbResponsiveTableContainer .abbResponsiveTable td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    padding-left: 35%;
    white-space: normal;
    text-align: left;
  }
  .abbResponsiveTableContainer .abbResponsiveTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 0px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
    color: #868686;
  }
}
@media all and (min-width: 640px) {
  table.abbResponsiveTable th:first-child, table.abbResponsiveTable td:first-child {
    padding-left: 0px;
  }
  table.abbResponsiveTable th:last-child, table.abbResponsiveTable td:last-child {
    padding-right: 0px;
  }
}
.abbSlider {
  margin: 25px 13px 13px 13px;
  /*
  .abbSliderTheme.ui-slider .ui-slider-range { //move to _themedElements.scss
  	background: #999; 
  }
  */
}
.abbSlider .abbRangeContainer .abbRange {
  font-size: 1em;
  opacity: 0;
}
.abbSlider .abbRangeContainer .abbRange.abbMax {
  right: 0;
}
.abbSlider .ui-slider {
  position: relative;
  text-align: left;
}
.abbSlider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  cursor: default;
}
.abbSlider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.abbSlider .ui-slider-range {
  background: #999;
}
.abbSlider .ui-slider-horizontal {
  height: 2px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #d1d1d1;
  border-color: #c7c7c7;
  background-color: #d2d2d2;
}
.abbSlider .ui-slider-horizontal .ui-slider-handle {
  background: transparent url('/cdn/img/sprite_toolbar.png?1513859587') no-repeat -550px -329px;
  border: none;
  top: -13px;
  margin-left: -13px;
  height: 34px;
}
.abbSlider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.abbSlider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.abbSlider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.abbSlider .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.abbSlider .ui-slider-vertical .ui-slider-handle {
  left: -13px;
  margin-left: 0;
  margin-bottom: -13px;
  border: 1px solid #a0a0a0;
  background: #d5d5d5;
}
.abbSlider .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.abbSlider .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.abbSlider .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

:not(.lt-ie9) .abbCheckbox label:after {
  opacity: 0.0;
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 2px solid #868686;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
:not(.lt-ie9) .abbRadio label {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
:not(.lt-ie9) .abbRadio label:after {
  opacity: 0.0;
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  background: #868686;
  top: 5px;
  left: 5px;
  border: 5px solid #868686;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
:not(.lt-ie9) .abbCheckbox, :not(.lt-ie9) .abbRadio {
  width: 20px;
  margin: 0px 0px 2px 0px;
  position: relative;
  line-height: 28px;
}
:not(.lt-ie9) .abbCheckbox input, :not(.lt-ie9) .abbRadio input {
  position: absolute;
  top: 5px;
  left: 5px;
}
:not(.lt-ie9) .abbCheckbox label, :not(.lt-ie9) .abbRadio label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #f0f0f0;
  border: 1px solid #b7b7b7;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12) inset;
}
:not(.lt-ie9) .abbCheckbox label:hover::after, :not(.lt-ie9) .abbRadio label:hover::after {
  opacity: 0.2;
}
:not(.lt-ie9) .abbCheckbox input[disabled] + label, :not(.lt-ie9) .abbRadio input[disabled] + label {
  background: #fdfdfd;
  border: 1px solid #d1d1d1;
}
:not(.lt-ie9) .abbCheckbox input[disabled] + label:hover::after, :not(.lt-ie9) .abbRadio input[disabled] + label:hover::after {
  opacity: 0.0;
}
:not(.lt-ie9) .abbCheckbox input:checked + label:after, :not(.lt-ie9) .abbRadio input:checked + label:after {
  opacity: 1;
}
:not(.lt-ie9) .abbCheckboxTrueLabel, :not(.lt-ie9) .abbRadioTrueLabel {
  margin-left: 29px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

@media all and (max-width: 640px) {
  .abbFiltersPair:after {
    clear: both;
    display: table;
    content: "\00a0";
    font-size: 0px;
    line-height: 0px;
  }
}
@media all and (max-width: 567px) {
  .abbFiltersSet .lo_colsOut {
    width: 100% !important;
  }
}
.abbGsContainer {
  color: #6c6c6c;
}
.abbGsContainer .gsFilters {
  display: block;
}
.abbGsContainer .gsFilters.lo_cols {
  width: auto;
}
.abbGsContainer .gsFilters .gsFilter .gsLabel {
  margin: 8px 0 16px 0;
}
.abbGsContainer .gsFilters .gsFilter .gsInputContainer select {
  width: 100%;
}
.abbGsContainer h2 {
  margin: 10px 0 0 0;
}
.abbGsContainer .gsResults {
  display: block;
}
.abbGsContainer .gsResults h3 {
  margin: 10px 0;
}
.abbGsContainer .gsResults .gsThereAre, .abbGsContainer .gsResults .gsResultsListedBelow {
  display: none;
}
.abbGsContainer .gsResults .gsThereIs, .abbGsContainer .gsResults .gsResultListedBelow {
  display: inline;
}
.abbGsContainer .gsResults.gsPlural .gsThereAre, .abbGsContainer .gsResults.gsPlural .gsResultsListedBelow {
  display: inline;
}
.abbGsContainer .gsResults.gsPlural .gsThereIs, .abbGsContainer .gsResults.gsPlural .gsResultListedBelow {
  display: none;
}
.abbGsContainer .abbLoaderDrop {
  background-position: center center;
}

.colorBgWrapperInnerPaddingFix {
  margin-right: 4px;
}

.gsDebug {
  display: none;
}
