/*! nouislider - 14.7.0 - 4/6/2021 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
/* Overrides nouiSlider style */
.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 20px;
  right: -5px;
  top: -2px;
  border-radius: 10px;
  cursor: grab;
}
.noUi-horizontal .noUi-handle.noUi-active {
  cursor: grabbing;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  content: none;
}
.noUi-horizontal {
  margin: 5px 0;
}
body {
  height: 100%;
}
#content {
  height: 100%;
  padding: 0;
}
#reactroot-search {
  height: 100%;
}
#searchPanes {
  height: 100%;
  display: flex;
}
#search-pane {
  position: relative;
}
.split-horizontal {
  overflow-x: auto;
  overflow-y: auto;
}
.split-horizontal,
.gutter-horizontal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gutter-horizontal {
  cursor: ew-resize;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}
.gutter:focus {
  background-color: #f9f969;
  border: 1px dotted black;
}
#viewer-pane {
  display: flex;
  flex-direction: column;
  /*
    > .Tabs {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .Tabs-contents {
        flex: 1;
        > div[role="tab"] {
            height: 100%;
        }
    }
    */
}
#viewer {
  height: 100%;
  position: relative;
}
.facet-option:not(.selected) .noUi-target:not(.noUi-state-drag) .noUi-connect {
  background-color: #eaeaea;
}
.search-textsearch {
  display: flex;
  align-items: flex-end;
}
.autocomplete-menu {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
  margin-bottom: 8px;
  background: #fefdfd;
  padding: 2px 0;
  font-size: 90%;
  position: absolute;
  overflow: auto;
  max-height: 50vh;
  z-index: 50;
}
.autocomplete-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.autocomplete-menu:not(.autocomplete-menu--open) {
  display: none;
}
.autocomplete-menu-item {
  cursor: pointer;
  padding: 6px 8px;
}
.autocomplete-menu-item.header {
  color: white;
  background: grey !important;
}
.autocomplete-menu-item > .badge {
  margin-right: 10px !important;
  font-size: 65% !important;
}
.autocomplete-menu-item[data-level] {
  padding: 7px 8px;
  background: #eee;
}
.autocomplete-menu-item[data-level]:before {
  content: "- ";
}
.autocomplete-menu-item[data-level] + .autocomplete-menu-item:not([data-level]) {
  border-top: 2px solid #ddd;
}
.autocomplete-menu-item:hover,
.autocomplete-menu-item.highlighted {
  color: white;
  background: hsl(200, 50%, 50%);
}
.facet-option {
  white-space: nowrap;
}
.facet-option > label {
  font-weight: normal;
  font-size: small;
  white-space: nowrap;
  display: flex;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.facet-option input[type="checkbox"] {
  margin-right: 5px;
}
input[type="checkbox"]:checked + .facet-count {
  font-weight: bold;
}
.facet-count {
  font-size: smaller;
  flex: 1;
  text-align: right;
}
.facet-count[data-nx="0"]::before {
  content: "-";
}
.search-results-list {
  padding-bottom: 20px;
}
.search-result {
  margin-bottom: 20px;
  clear: both;
  /*for the float:left thumbnail */
  min-height: calc(90px + 5px + 10px);
}
.search-result-thumbnail {
  margin: 5px 20px 10px 5px;
  float: left;
  position: relative;
}
.search-result-thumbnail-img {
  box-sizing: content-box;
  background: #373737;
  padding: 5px;
}
.search-result-thumbnail-img:hover {
  transform: scale(1.05);
}
.search-result-thumbnail-img:focus {
  border-color: #f4f495;
}
.search-result-thumbnail-placeholder {
  border: 1px dashed silver;
}
.search-result-thumbnail-popup {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .search-result-thumbnail-popup {
    left: calc(50vw - 50% - 30px);
    /* -30px for bootstrap margins...*/
  }
  #viewer-pane,
  .gutter-horizontal {
    display: none !important;
  }
  #search-pane {
    width: 100% !important;
  }
}
/* the transition image when entering popup viewer */
.search-result-thumbnail-popup-img {
  box-sizing: content-box;
  border: 5px solid #373737;
  z-index: 1000;
  position: absolute;
  visibility: hidden;
}
.search-result-thumbnail-popup-img.active {
  visibility: visible;
}
@media (max-width: 991px) {
  .search-result-thumbnail-popup-img {
    display: none;
  }
}
@media (min-width: 992px) {
  .search-result-thumbnail-popup-img.active {
    transition: transform 0.1s 0.3s linear, border-width 0.1s 0.3s linear, margin 0.1s 0.3s linear, visibility 0.3s step-end;
    border-width: 0;
    margin: 5px;
    transform: scale(1) !important;
  }
}
dl {
  margin-top: revert;
}
.popup-thumbnail-viewer {
  display: flex;
  align-items: center;
  z-index: 1500;
  position: relative;
}
.popup-thumbnail-viewer--hidden > .popup-thumbnail-small,
 > .popup-thumbnail-focus {
  display: none;
}
.popup-thumbnail-small {
  background: #000000b5;
  box-shadow: 0px 0px 10px 0px #888;
  pointer-events: initial;
}
.popup-thumbnail-small:hover {
  transition: box-shadow 0.9s cubic-bezier(0.46, 0.03, 0.52, 0.96), outline 0.5s linear;
  outline: 2px solid gold;
  box-shadow: 0px 0px 10px 0px white;
}
.popup-thumbnail-focus {
  border: 3px solid #3a3a3a;
  pointer-events: initial;
  background: #000000b5;
  position: relative;
}
.popup-thumbnail-viewer-closeBtn {
  position: absolute;
  margin-left: 13px;
  top: 5px;
  box-shadow: 0px 0px 3px 0px #444;
  opacity: 92%;
}
.popup-thumbnail-prefetch {
  display: none;
}
/* because the top of the first popup may be clipped (in the area of the nav bar)
    due to the pop up being contained in a scrollable area (search result area).
    So just override the position of it to push it down a bit. */
@media (min-width: 992px) {
  .search-result:first-of-type .search-result-thumbnail-popup {
    margin-top: 20px;
  }
  .search-result:first-of-type .search-result-thumbnail-popup-img.active {
    margin-top: 25px;
  }
}
.search-result-title-heading {
  font-size: 1.2em;
}
.search-result-title-heading > a {
  color: inherit;
}
.search-result-subtitle {
  display: block;
  font-size: 75%;
}
.search-facets {
  border-right: 1px solid lightgray;
}
.Collapsible .caret {
  margin-right: 5px;
  transition: transform 0.1s linear, padding-bottom 0.1s linear;
  padding-bottom: 2px;
  transform: rotate(0deg);
  margin-left: -3px;
}
.Collapsible > .Collapsee {
  height: unset;
  overflow: hidden;
  transition: height 0.1s ease;
}
.Collapsible.collapsed .caret {
  transition: transform 0.1s linear, padding-bottom 0.1s linear;
  padding-bottom: 0;
  transform: rotate(-90deg);
  transform-origin: top center;
}
.Collapsible.collapsed > .Collapsee {
  height: 0;
  transition: height 0.1s ease, /* this transition requires the an "expanded" height to work; set element inline style="height:...px" through js. */ visibility 0.1s step-end;
  /* also set visibility to disable tabbing to the inputs */
  visibility: hidden;
}
.collapsed > .facets-head {
  margin-bottom: -1px;
  transition: margin-bottom 0.1s step-end;
}
.collapsed > #available-facets {
  padding-top: 0;
  padding-bottom: 0;
  transition: padding-top 0.1s linear, padding-bottom 0.1s linear;
}
.RangedFacetOption {
  margin-left: 10px;
  margin-right: 25px;
}
.facet-label {
  font-size: 15px;
  display: flex;
  align-items: baseline;
}
.facet-label-name {
  color: inherit;
  flex: 1;
}
.facet-counts {
  font-size: smaller;
  font-weight: normal;
  color: #535353;
}
.facet-counts::before {
  content: attr(data-selectedOptions);
  color: #535353;
  font-weight: bold;
}
.facet-counts::after {
  content: " / " attr(data-availableoptions);
}
.facet-counts[data-selectedOptions="0"]::after {
  content: attr(data-availableoptions);
}
.facet-counts[data-selectedOptions="0"]::before {
  content: '';
}
.facet-counts.empty {
  opacity: 0.5;
}
.search-facet:not(.collapsed) .facet-counts {
  opacity: 0.4;
}
.facets-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding: 5px 15px 0;
}
.search-facets-clearFacets {
  color: #666;
  font-size: 85%;
  padding: 5px;
  background: none;
  margin-right: -5px;
}
.search-facets-clearFacets.disabled {
  opacity: 0.4;
}
.search-facets-filtersSelected {
  color: #666;
  font-weight: normal;
  font-size: 85%;
  flex: 1;
}
.search-result-context {
  margin: 5px;
  border-right: 2px solid #6fbfbf;
  /* can be made context sensitive*/
  border-top: 1px solid whitesmoke;
  border-radius: 3px;
  margin-left: 6px;
  width: calc(100% - 6px);
  clear: both;
}
.search-result-context > div:nth-child(2n-1) {
  background: #f8f8f8;
}
.search-result-context p {
  text-indent: unset;
}
.result-context-parent {
  padding: 1px 6px 1px 3px;
  color: dimgray;
  border-left: 2px solid #eee;
  flex: 0 1 6.6em;
  /* perhaps set flex-basis to thumbnail width + padding-left + padding-right instead of 6.6em to align context to main result header*/
}
.result-context-hit:first-child .result-context-heading {
  border-top-left-radius: 2px;
}
.result-context-hit:last-child .result-context-parent {
  border-bottom-left-radius: 2px;
}
.result-context-heading {
  border-left: 2px solid #85cce9;
  /* can be made context sensitive */
  color: dimgray;
  padding: 0px 0.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 85%;
}
.expanded-context-heading-title {
  font-style: italic;
  font-size: 90%;
}
.expanded-context-heading-locus {
  max-width: 10em;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 85%;
}
.search-results-header-heading {
  font-size: 1.4em;
  margin-top: 10px;
  margin-left: -10px;
  font-family: initial;
  letter-spacing: -0.03em;
}
.result-context-parent1 {
  display: block;
  font-size: 75%;
}
.result-context-parent2 {
  font-weight: bold;
  font-size: 95%;
}
.result-context-main {
  display: flex;
}
.search-result-context p {
  text-indent: unset;
  flex: 100 0 min-content;
  align-self: center;
}
.result-context-hit {
  padding-right: 3px;
}
.search-main-row {
  background: beige;
  padding-top: 5px;
  min-height: 80vh;
}
.results-column {
  background: linear-gradient(to left, beige -10%, white 5%);
  border-left: 3px solid #f3f3f3;
  padding-top: 1px;
  padding-bottom: 25px;
  border-bottom: 5px solid #d7d6d654;
  margin-bottom: 20px;
}
/* fix bootstrap inputs for various custom inputcomponents */
.input-group > div:last-child > .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group > div:first-child > .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-group > div:not(:last-child) > .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > div:not(:first-child) > .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.expanded-context-heading-item {
  font-weight: 600;
}
.result-context-heading {
  font-size: 85%;
}
.result-context-parent2 {
  font-weight: normal;
  font-size: 90%;
}
