/* Search facets */

.block-facets-summary ul {
	padding: 0;
	list-style: none;
}

.block-facets-summary ul li {
	margin-bottom: 0.25rem;
}

ul.item-list__checkbox {
	list-style: none;
	padding: 0;
}
input.facets-soft-limit-link.open {
  display: none;
}

.source-summary-item.source-summary-item-type,.source-summary-item.source-summary-item-language, .source-summary-item.source-summary-item-cela-grades-cc-view,
.source-summary-item.source-summary-item-catalogues-1, .source-summary-item.source-summary-item-cela-fiction-categories, .source-summary-item.source-summary-item-cela-facet-formats,
.source-summary-item.source-summary-item-cela-nonfiction-categories, .source-summary-item.source-summary-item-cela-grades-borrower-view, .source-summary-item.source-summary-item-braille-transcription-type,
.source-summary-item.source-summary-item-audio-narrator-type, .source-summary-item.source-summary-item-profile-format{
  display: none;
}

#block-userpreferenceonoffswitch input[type=checkbox]#checkpref.facets-checkbox {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  /*clip: unset;*/
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance:checkbox;
}

.region-sidebar-first #block-userpref  {
  margin: 0.4rem 0 0;
}

.pref-checkbox-description {
  padding-left: 1.75rem;
}

.facets-soft-limit-link {
  display: block;
  background: #00475f;
  color: white !important;
  padding: 0.6rem 1rem;
  border-style: solid;
  border-width: 2px;
  text-decoration: none !important;
  width: 8rem;
  text-align: center;
}
.facets-soft-limit-link:hover {
  border-color: #00475f;
  background: #fff;
  color: #00475f !important;
  border-style: solid;
  border-width: 2px;
}
.facets-soft-limit-link:visited {
  color: #00475f !important; 
}

/*input[type=checkbox]#checkpref.facets-checkbox  {*/
/*  position: relative;*/
/*  cursor: pointer;*/
/*}*/
/*input[type=checkbox]#checkpref.facets-checkbox :before {*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  top: 0;*/
/*  left: 0;*/
/*  border: 2px solid #555555;*/
/*  border-radius: 3px;*/
/*  background-color: white;*/
/*}*/
/*input[type=checkbox]#checkpref.facets-checkbox :checked:after {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 5px;*/
/*  height: 10px;*/
/*  border: solid black;*/
/*  border-width: 0 2px 2px 0;*/
/*  -webkit-transform: rotate(45deg);*/
/*  -ms-transform: rotate(45deg);*/
/*  transform: rotate(45deg);*/
/*  position: absolute;*/
/*  top: 2px;*/
/*  left: 6px;*/
/*}*/
