/*
 * Copyright 2021 FIZ Karlsruhe - Leibniz-Institut fuer Informationsinfrastruktur GmbH
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.static-marginal .block-facets,
.static-marginal .block-event-search {
  margin-top: 15px;
}
.static-marginal .block-facets ul,
.static-marginal .block-event-search ul {
  margin: 0;
  list-style: none;
}
.static-marginal #block-tagsarticle .facets-widget-checkbox,
.static-marginal #block-authoredon .facets-widget-checkbox,
.static-marginal #block-authoredon .facets-widget-links {
  max-height: 318px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.static-marginal .facets-widget-checkbox ul li,
.static-marginal .facets-widget-links ul li {
  margin: 2px 0;
  padding-left: 5px;
  line-height: 28px;
  position: relative;
  border: solid 1px #efebe8;
  background-color: #efebe8;
  text-overflow: ellipsis;
  overflow: hidden;
}
.static-marginal .facets-widget-checkbox ul li label,
.static-marginal .facets-widget-links ul li label {
  font-size: inherit;
}
.static-marginal .facets-widget-checkbox ul li:first-child,
.static-marginal .facets-widget-links ul li:first-child {
  margin: 0;
}
.static-marginal .facets-widget-checkbox ul li:last-child,
.static-marginal .facets-widget-links ul li:last-child {
  margin-bottom: 0;
}
.static-marginal .facets-widget-checkbox ul li a:hover,
.static-marginal .facets-widget-links ul li a:hover,
.static-marginal .facets-widget-checkbox ul li a:active,
.static-marginal .facets-widget-links ul li a:active,
.static-marginal .facets-widget-checkbox ul li a:focus,
.static-marginal .facets-widget-links ul li a:focus {
  text-decoration: underline !important;
}
#filter_button {
  float: right;
  padding: 0;
  margin-bottom: -25px;
  width: 70px;
  text-align: center;
}
#filters {
  padding-top: 20px
}
