/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#enabled_filters {
  margin: 0 0 30px 0;
  background: none;
  padding: 11px 19px 1px;
  border: 2px solid #e9e9e9;
}

/* line 13, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#enabled_filters ul li {
  padding: 2px 0;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#enabled_filters li a {
  float: right;
  cursor: pointer;
}

/* line 18, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left {
  overflow: hidden;
}

/* line 21, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left .layered_close {
  float: right;
  padding-right: 5px;
}

/* line 25, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
  display: block;
  height: 13px;
  width: 13px;
  text-decoration: none;
  text-indent: -5000px;
  background: url(img/icon/less.gif) no-repeat 2px 2px;
}

/* line 34, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left span.closed a {
  background: url(img/icon/more.gif) no-repeat 2px 2px;
}

/* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left .layered_subtitle {
  display: inline-block;
  font: normal 16px/22px "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #333;
  padding: 1px 0 12px;
}

/* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left ul {
  clear: both;
  padding: 5px 0;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left div.checker, #layered_block_left div.checker span {
  height: 17px;
  width: 17px;
}

/* line 55, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left ul li {
  padding: 1px 0;
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 55, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
  #layered_block_left ul li {
    font-size: 11px;
  }
}

/* line 63, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left ul li label {
  cursor: pointer;
  display: inline;
  margin: 0;
}

/* line 64, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left ul {
  padding-left: 0;
}

/* line 67, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left ul li {
  list-style-type: none;
}

/* line 70, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left div > form > div > div {
  margin-top: 5px;
}

/* line 73, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left #enabled_filters, #layered_url_filter_block {
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
}

/* line 78, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0;
  text-transform: none;
  font-size: 12px;
  line-height: 24px;
}

/* line 86, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left div.checker span.checked:before {
  height: 15px;
  line-height: 15px;
  width: 15px;
}

/* Style moved form the template to the css  */
/* line 95, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit;
}

/* line 100, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left ul li .disabled {
  color: #666;
}

/* line 103, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left .color-option {
  border: none;
  height: 17px;
  margin-left: 0;
  padding: 0;
  width: 17px;
  vertical-align: -2px;
  margin-right: 5px;
}

/* line 112, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

/* line 117, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left .nomargin a {
  display: inline;
}

/* line 120, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_form .select {
  width: 157px;
}

/* line 123, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_form .color-option {
  border: none;
  height: 17px;
  margin-left: 0;
  padding: 0;
  width: 17px;
  vertical-align: -2px;
  margin-right: 5px;
}

/* line 132, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_form .color-option.on {
  border: 1px solid red;
}

/* line 135, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle;
}

/* line 139, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.layered_slider_container {
  margin: 6px 0 6px 10px;
  width: 89%;
}

/* line 143, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_form .form-group {
  margin-bottom: 5px;
}

/* line 147, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_form .form-label {
  display: inline-block;
  margin-bottom: 5px;
}

/* line 151, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.layered_slider {
  margin-top: 5px;
}

/* line 154, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.layered_list_selected {
  font-weight: bold;
}

/* line 157, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.layered_list {
  display: block;
  cursor: pointer;
}

/* line 161, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.layered_list:hover {
  color: #333;
}

/* line 164, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center;
}

/* line 168, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer;
}

/* line 174, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.hide-action:hover {
  font-weight: bold;
}

/* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_form div div ul {
  max-height: 200px;
  overflow-x: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/* line 184, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.layered_filter {
  overflow: hidden;
}

/* line 186, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.layered_filter label {
  font-weight: normal;
}

/* line 189, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
.layered_filter layered_subtitle {
  font-size: 1.2 em;
}

/* line 195, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/modules/blocklayered/blocklayered.scss */
#layered_block_left .title_block:after {
  display: none;
}

/*# sourceMappingURL=../../../css/modules/blocklayered/blocklayered.map */