/* Multiple Faceted Search */
.faceted_image_viewer {
	padding: 0;
	margin: 0;
	visibility: hidden;
}
div.multiplefacetedfilterlist {
    display: none;
}
.multiple_faceted_name > .bx-wrapper > .bx-controls {
	display: none;
}
.multiple-faceted-link {
	text-decoration: none;
	padding: 0px !important;
	display: inline-block !important;
	width: 90%;
}
.multiple_faceted_variable {
	list-style-type: none;
	text-align: left;
	/*max-height: 350px;*/
	/*min-height: 150px;*/
	overflow-y: auto;
	display: block;
	position: relative;
	width: 100%;
}
.multiple_faceted_variable li.value-checkbox {
	width: 100%;
	display: flex;
	vertical-align: middle;
}
.multiple_faceted_variable.columns {
	width: 100%;
	display: block;
	vertical-align: middle;
}
ul.multiple-faceted-columns-block {
    list-style-type: none;
    margin-left: -43px;
}
ul.multiple-faceted-columns-block li.multiple-faceted-columns-block-li{
    list-style-type: none;
}
.variable-block {
	border: thin solid black;
	margin-bottom: 10px;
}
.multiple-faceted-checkbox {
	list-style-type: none;
	text-align: left;
}
.multiple_faceted_name {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	display: block;
}
.multiple_faceted_name a:hover {
	text-decoration: none;
	border: none;
}
.min-max-table table {
	margin: 0 auto;
}
.min-max td,
.min-max th
{
	width: 55px;
	text-align: center;
	margin-left: -20px;
}
.multiple-faceted-columns {
	overflow-y: hidden;
}
.multiple_faceted_variable.columns {
	float: left;
	display: inline-block;
	width: 50%;
	overflow: hidden;
}
.multiple_faceted_variable.columns.column-2 {
	float: left;
	display: inline-block;
	width: calc(50% - 30px);
	overflow: hidden;
}
.multiple_faceted_variable.columns.column-2 li.value-checkbox {
	margin-left: -30px;
	width: calc(100% + 25px);
}
.multiple_faceted_variable.columns > li.value-checkbox > input.multiple-faceted-checkbox {
	display: table-cell;
}
a.multiple-faceted-link {
	vertical-align: middle;
	width: calc(100% - 18px);
	text-align: left;
	height: 20px;
}
/* End Multiple Faceted Search */

/* Faceted Search */
.faceted_search {
	max-width: 400px;
	margin: 0 auto;
}
.faceted_search .infoBoxHeading {
	cursor: pointer;
	font-size: 16px;
}
.nicescroll-rails {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#responsive_faceted_search {
	visibility: hidden;
}
#responsive_faceted_search.mm-menu {
	visibility: visible;
}
div#facetedsearch {
	width: 100%;
}
table.filterlist {
	width: 100%;
}
select.filter {
	width: 90%;
}
div.facetedfilterlist {
	width: 100%;
}
div.responsivefiltercolumn,
div.filtercolumn {
	margin-bottom: 15px;
}
div.responsivefiltercolumn .ui-menu-item,
div.filtercolumn .ui-menu-item {
	padding: 0 0 0 10px;
	line-height: 2em;
	display: block;
}
.filter-reset {
	margin: 10px 0;
}
select.facetedfilter {
	width: 100%;
}
span.down-arrow {
	display: inline-block;
	vertical-align: initial;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 17px;
	height: 17px;
}
span.down-arrow.arrow-closed {
	background-image: url("../../images/site/chevron-right.png");
	background-repeat: no-repeat;
	background-position: center;
}
span.down-arrow.arrow-open {
	background-position: center;
	background-image: url("../../images/site/chevron-down.png");
	background-repeat: no-repeat;
}
div.responsivefiltercolumn a,
div.filtercolumn a {
	text-align: left;
	width: 100%;
	display: block;
	font-weight: normal;
}
.responsive_facetedfilter_heading,
.facetedfilter_heading {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	border: thin solid transparent;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	font-size: 15px;
}
.responsive_facetedfilter_heading.selected,
.facetedfilter_heading.selected {
	color: #fff;
}
a.responsive_facetedfilter_heading:hover,
a.facetedfilter_heading:hover {
	text-decoration: none;
}
a.search_item {
	border: thin solid transparent;
	text-decoration: none;
}
a.search_item:hover {
	text-decoration: none;
}
a.search_item.ui-widget-content {
	border: thin solid #C3C3C3;
}
li.min-max {
	display: inline-block;
}
input.min,
input.max {
	display: inline-block;
	width: 50px;
	margin: 5px 0;
}
.multiple_faceted_variable_responsive li {
	padding-left: 20px !important;
	text-align: left;
}
.multiple-faceted-link:hover {
	text-decoration: none;
}
.multiple-faceted-link-respoonsive {
	text-decoration: none;
	padding: 0px !important;
	display: inline-block !important;
	width: 90%;
}
.multiple-faceted-link-respoonsive:hover {
	text-decoration: none;
	background-color: #c5c5c5;
}
.multiple_faceted_variable_responsive {
	overflow: hidden;
	/*max-height: 350px;*/
	width: 225px;
}
.multiple_faceted_variable_responsive li {
	overflow: hidden;
	height: 25px;
}
.responsivefacetedfilterlist {
	overflow-y: scroll;
}
.responsive-checkbox {
	vertical-align: top;
	margin-top: 3px !important;
}
.search-filters,
.clear-filters {
	width: 100%;
}
.select-all-filters {
	width: 100%;
}
.clear-variable {
	width: 75%;
}
.filter-buttons {
	width: 100%;
	padding: 2px;
}
.fitler-button-row {
	width: 100%;
}
table.min-max {
	width: 75%;
}
.variable-image a {
	display: block;
	text-align: center;
}
.variable-image a:hover {
	text-decoration: none;
	background-color: #ffffff;
}
.variable-image-anchor:hover {
	background: none;
	border: none;
	text-decoration: none;
}
ul.faceted-columns {
	list-style-type: none;
	list-style-position: outside;
	border: thin solid silver;
	padding-left: 0;
	margin-block-start: 0;
}
ul.faceted-list {
	list-style-type: none;
	list-style-position: outside;
	border: thin solid silver;
	padding-left: 0;
	margin-block-start: 0;
}
ul.sub-list {
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	/*margin-left: -70px;*/
	/*padding-right: 15px;*/
	padding-left: 0;
}
li.sub-list-li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
li.columnized-link {
	padding: 0 10px;
	line-height: 1.5em;
	width: 100%;
}
a.faceted-link {
	line-height: 2em;
	text-decoration: none;
	display: block;
	width: 100%;
}
/* End Faceted Search */
