/**
 * This file is the entry point for Less processing
 */
.mirador-container .mirador-viewer,
.mirador-container .mirador-main-menu-bar,
.mirador-container .mirador-status-bar {
  font-family: 'Open Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
}
/*
 * jquery-ui-dialog theming/customisation (overrides to reset neutral defaults)
 */
.mirador-container .ui-dialog-titlebar {
  display: none;
}
.mirador-container .ui-dialog {
  overflow: hidden;
  padding: 0;
}
.mirador-container .slot.ui-dialog-content {
  margin: 0;
}
.mirador-container .qtip {
  min-width: 475px;
}
.mirador-container .qtip-bootstrap {
  border-radius: 2px;
  padding: 0;
  background-color: #fafafa;
}
.mirador-container .qtip-bootstrap .qtip-content {
  padding: 0;
  clear: both;
}
.mirador-container .qtip-viewer .qtip-content {
  min-width: 275px;
  max-height: 200px;
  overflow: auto;
}
.mirador-container .qtip-content {
  text-align: inherit;
}
.mirador-container .annotation-tooltip {
  padding: 10px;
}
.mirador-container .annotation-editor {
  cursor: move;
}
.mirador-container .annotation-display {
  position: relative;
  border-left: 0;
  border-right: 0;
  padding: 12px;
  padding-bottom: 0;
  border-bottom: 1px solid gray;
}
.mirador-container .annotation-display:last-child {
  border: none;
}
.mirador-container .annotation-tooltip .button-container {
  text-align: right;
}
.mirador-container .annotation-tooltip .save,
.mirador-container .annotation-tooltip .cancel {
  margin-left: 12px;
  /* padding: 5px 7px; */
  /* border-radius: 2px; */
  /* text-decoration: underline; */
  /* color: white; */
  /* background-color: black; */
  font-size: 12px;
  text-decoration: underline;
}
.mirador-container .annotation-tooltip .save:hover,
.mirador-container .annotation-tooltip .cancel:hover {
  /* padding: 5px 7px; */
  /* border-radius: 2px; */
  /* text-decoration: underline; */
  font-weight: bold;
  /* color: white; */
  /* background-color: black; */
}
.mirador-container .text-editor,
.mirador-container .tags-editor,
.mirador-container .select2-container {
  padding: 5px;
  display: block;
  margin: 6px 0px 6px 0px;
  border: 0;
  background: #efefef;
  box-shadow: inset 0 0 7px gray;
  resize: vertical;
  border: 1px solid gray;
  width: 200px;
}
.mirador-container .text-editor .select2-selection--multiple,
.mirador-container .tags-editor .select2-selection--multiple,
.mirador-container .select2-container .select2-selection--multiple {
  border: none;
  background-color: inherit;
  font-size: 16px;
}
.mirador-container .annotation-display.annotation-tooltip .button-container {
  text-align: right;
}
.mirador-container .annotation-display .edit,
.mirador-container .annotation-display .delete {
  font-size: 12px;
  margin-left: 5px;
  text-decoration: underline;
}
.mirador-container .annotation-display .text-viewer a {
  border-bottom: 1px dotted #005ebd;
}
.mirador-container .annotation-display .text-viewer a:hover {
  border-bottom: 1px dotted #dddddd;
}
.mirador-container .text-viewer p {
  margin-top: 0;
}
.mirador-container .text-viewer p.user {
  color: gray;
  font-style: italic;
  font-size: 11px;
}
.mirador-container .tags-viewer {
  margin-bottom: 12px;
}
.mirador-container .qtip-bootstrap .tags-viewer span.tag {
  background: lightGray;
  color: #222;
  border-radius: 6px;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 12;
  font-weight: bold;
  border: 1px solid #aaa;
  display: inline-block;
}
.mirador-container .mce-edit-area iframe {
  height: 75px !important;
}
/**
  * Styles which apply globally or do not really belong to any other
  * particular .less file.
  */
.mirador-container a {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */
}
.mirador-container .mirador-loading {
  background-color: #fff;
  border: 1px solid #999;
  padding: 20px;
}
.mirador-container .mirador-btn {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-top: 9px;
  /*margin-left: 3px;*/
}
.mirador-container .mirador-btn.disabled {
  opacity: 0.5;
}
.mirador-container .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.mirador-container a.mirador-icon-annotations [class^="icon-"] {
  display: block;
  position: absolute;
}
.mirador-container a.mirador-icon-view-type [class^="icon-"] {
  display: block;
  position: absolute;
}
.mirador-container a.mirador-icon-empty-slot [class^="icon-"] {
  display: block;
  position: absolute;
}
.mirador-container .mirador-viewer {
  position: absolute;
  top: 33px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-border-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
.mirador-container .mirador-viewer a.mirador-icon-annotations {
  background: none;
  color: #929191;
  box-sizing: border-box;
}
.mirador-container .mirador-viewer a.mirador-icon-annotations:hover {
  color: #000;
}
.mirador-container .mirador-viewer ul.dropdown {
  display: none;
  width: 160px;
  z-index: 3;
  opacity: 0.98;
  background-color: #efefef;
  text-align: center;
  list-style: none;
  position: absolute;
  padding: 0;
  margin-top: 10px;
  height: auto;
  box-shadow: 0px 2px 4px #b1b1b1;
  border: 1px solid #b1b1b1;
}
.mirador-container .mirador-viewer .dropdown li {
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #dddddd;
  padding: 10px;
  width: 100%;
  text-align: left;
}
.mirador-container .mirador-viewer .dropdown li:hover {
  border-left: 3px solid deepskyblue;
  background-color: #dddddd;
  padding-left: 7px;
  font-weight: bold;
}
.mirador-container .mirador-viewer a.mirador-icon-view-type,
.mirador-container .mirador-viewer a.mirador-icon-metadata-view,
.mirador-container .mirador-viewer a.mirador-osd-fullscreen {
  background: none;
  color: #929191;
  box-sizing: border-box;
  margin-right: 5px;
  padding-bottom: 30px;
}
.mirador-container .mirador-viewer a.mirador-icon-window-menu,
.mirador-container .mirador-viewer a.mirador-icon-toc,
.mirador-container .mirador-viewer a.mirador-close-window {
  float: left;
  background: none;
  color: #929191;
  box-sizing: border-box;
  margin-left: 5px;
  padding-bottom: 30px;
}
.mirador-container a.mirador-icon-window-menu,
.mirador-container a.mirador-icon-view-type {
  width: 30px;
}
.mirador-container .mirador-viewer a.mirador-icon-view-type:hover,
.mirador-container .mirador-viewer a.mirador-icon-metadata-view:hover,
.mirador-container .mirador-viewer a.mirador-icon-empty-slot:hover,
.mirador-container .mirador-viewer a.mirador-icon-window-menu:hover,
.mirador-container .mirador-viewer a.mirador-icon-toc:hover,
.mirador-container .mirador-viewer a.mirador-osd-fullscreen:hover {
  color: #000;
}
.mirador-container .mirador-viewer a.mirador-icon-view-type.selected,
.mirador-container .mirador-viewer a.mirador-icon-toc.selected,
.mirador-container .mirador-viewer a.mirador-icon-metadata-view.selected {
  color: #000;
}
.mirador-container .mirador-viewer a.mirador-icon-copy {
  background: none;
  /*color: @gray-91;*/
  box-sizing: border-box;
}
.mirador-container input[type="submit"],
.mirador-container input[type="text"] {
  height: 25px;
  border: 1px solid lightGray;
  transition: border-color 0.3s ease-out;
}
.mirador-container input:focus {
  outline: none;
  border-color: deepskyblue;
}
.mirador-container input[type="submit"] {
  color: gray;
  background: #fff;
}
.mirador-container input[type="submit"]:hover {
  outline: none;
  border-color: deepskyblue;
  color: #333;
}
.mirador-container {
  /* Full screen
  -------------------------------------------------------------------------- */
}
.mirador-container:-webkit-full-screen,
.mirador-container:-moz-full-screen .mirador-container:-ms-fullscreen,
.mirador-container:fullscreen,
.mirador-container :-webkit-full-screen,
.mirador-container :-moz-full-screen :-ms-fullscreen,
.mirador-container :fullscreen {
  height: 100%;
  left: 0;
  margin: 0;
  top: 0;
  width: 100%;
}
.mirador-container {
  /* invisible layout slot styling */
  /* Slot Scaffolding */
}
.mirador-container .workspace-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 3px;
}
.mirador-container .layout-slot {
  position: absolute;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mirador-container .slot {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 35px #000;
  overflow: hidden;
  box-sizing: border-box;
}
.mirador-container .slot .remove-slot-option {
  position: absolute;
  margin: 10px;
  color: gray;
  cursor: pointer;
}
.mirador-container .slot .remove-slot-option:hover {
  float: left;
  margin: 10px;
  color: lightGray;
}
.mirador-container .slot h1 {
  color: gray;
  text-align: center;
  font-weight: normal;
  margin: 0px;
}
.mirador-container .slot:hover h1 {
  color: lightGray;
}
.mirador-container .plus {
  font-size: 170px;
  font-weight: bold;
  margin-bottom: 2%;
}
.mirador-container .slotIconContainer {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.mirador-container .slot:hover,
.mirador-container .slot.focused,
.mirador-container .slot.draggedOver {
  box-shadow: inset 0 0 35px #5edbff;
}
.mirador-container .slot.draggedOver .dropMeMessage,
.mirador-container .slot.draggedOver .dropIcon {
  display: block;
}
.mirador-container .dropMeMessage,
.mirador-container .dropIcon {
  display: none;
}
.mirador-container .slot.draggedOver .addItemText,
.mirador-container .slot.draggedOver .plus span {
  display: none;
}
.mirador-container .addItemLink {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
}
.mirador-container .dropMask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
}
.mirador-container .mirador-main-menu-bar {
  background-color: #000;
  border-bottom: 1px solid #555;
  color: #fff;
  height: 33px;
  width: 100%;
  /*padding: 4px;*/
  font-size: 14px;
  top: 0;
}
.mirador-container .mirador-main-menu-bar .window-options-menu {
  position: relative;
  border-radius: 0;
  display: none;
  /*z-index: 10000;*/
}
.mirador-container .mirador-main-menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 8px 12px 0 0;
  text-align: right;
  /* a:focus {
      border-bottom: 2px solid deepskyblue;
      outline: none;
    }*/
}
.mirador-container .mirador-main-menu li {
  cursor: pointer;
  float: left;
  padding: 0 15px;
}
.mirador-container .mirador-main-menu a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.6;
}
.mirador-container .mirador-main-menu a:hover {
  opacity: 1;
}
.mirador-container .mirador-main-menu a:active {
  opacity: 1;
  border-bottom: 2px solid deepskyblue;
}
.mirador-container .mirador-main-menu.user-buttons {
  padding-right: 0;
}
.mirador-container .mirador-main-menu.user-logo {
  padding-right: 0;
  padding-left: 0;
  float: left;
}
.mirador-container .mirador-window-options-menu {
  list-style: none;
  margin: 0;
  padding: 10px 5px;
}
.mirador-container .mirador-window-options-menu li {
  cursor: pointer;
  padding: 3px 5px;
}
.mirador-container .window-manifest-title {
  text-overflow: ellipsis;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 10px;
  margin: 8px 0px 8px 0px;
  font-weight: bold;
  font-size: 16px;
}
.mirador-container .window-manifest-navigation {
  float: right;
  width: 24%;
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
}
.mirador-container .mirador-status-bar {
  background-color: #ccc;
  border-top: 1px solid #000;
  bottom: 0;
  color: #000;
  position: fixed;
}
.mirador-container .mirador-status-bar-msg-left,
.mirador-container .mirador-status-bar-msg-right {
  color: #666;
  float: left;
  overflow: hidden;
  padding: 4px 10px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%;
}
.mirador-container .mirador-status-bar-msg-right {
  float: right;
  text-align: right;
}
.mirador-container .window {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #333;
  top: 0%;
}
.mirador-container .manifest-info {
  overflow: auto;
  background: #fafafa;
}
.mirador-container .manifest-info .mirador-btn {
  font-size: .8em;
}
.mirador-container .content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 34px;
  box-sizing: border-box;
}
.mirador-container .view-container {
  margin-left: 280px;
  height: 100%;
  position: relative;
  transition: all 0s ease;
}
.mirador-container .view-container.focus-max-width {
  margin-left: 0px;
}
.mirador-container .view-container.focus-side-panel-minimized {
  margin-left: 0px;
}
.mirador-container .overlay {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
  width: 45%;
  overflow-y: scroll;
  height: 80%;
  word-wrap: break-word;
  font-size: 90%;
}
.mirador-container .thumbnail-view,
.mirador-container .image-view,
.mirador-container .book-view,
.mirador-container .scroll-view {
  height: 100%;
  width: 100%;
  background-color: black;
  display: none;
  overflow-y: scroll;
}
.mirador-container .image-view,
.mirador-container .book-view {
  overflow: hidden;
}
.mirador-container .scroll-view {
  overflow-y: hidden;
  overflow-x: scroll;
}
.mirador-container .focus-max-height {
  height: 100%;
}
.mirador-container .focus-bottom-panel-minimized {
  height: 95%;
}
.mirador-container .image-list {
  right: 0;
}
.mirador-container .slot-controls {
  left: 0;
}
.mirador-container .menu-divider {
  color: #b1b1b1;
  margin: 0px;
  height: 0px;
}
.mirador-container .v-direction-rtl {
  direction: rtl;
}
.mirador-container {
  /* Disable outlines when canvas is focused
  ---------------------------------------------------------------------------- */
  /* Canvas HUD
  ----------------------- */
  /*.mirador-canvas-hud {
    position:absolute;
    left: 0;
    top:0;
    bottom:0;
    right:0;
    background: rgba(255, 0, 128, 0.5);
    pointer-events: none;
  }*/
  /* color picker custom style
  ---------------------------------------------------------------------------- */
  /*.mirador-line-type ul {
    color: @black-33;
    margin-top: 0px;
  }

  .mirador-line-type li {
    text-shadow: none;
    font-size: 10px;
  }*/
}
.mirador-container canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}
.mirador-container .mirador-osd {
  background-color: #000;
  width: 100%;
  height: 100%;
}
.mirador-container .hud-control {
  color: white;
  text-shadow: 0 0 5px #000;
  /*transition: all 0.3s ease;*/
  opacity: 0.6;
  font-size: 18px;
  z-index: 2;
}
.mirador-container .hud-container {
  color: white;
  text-shadow: 0 0 5px #000;
  transition: all 0.3s ease;
  font-size: 18px;
  z-index: 2;
}
.mirador-container .hud-control.hud-disabled {
  opacity: 0.3;
}
.mirador-container .hud-control:not(.hud-disabled):hover {
  /*transition: all 0.3s ease;*/
  cursor: pointer;
  opacity: 1;
}
.mirador-container .hud-control.selected {
  opacity: 1;
  /*transition: none;*/
}
.mirador-container .hud-control.hidden {
  opacity: 0;
}
.mirador-container .mirador-osd-previous {
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.2s ease-out;
}
.mirador-container .mirador-osd-previous.bottom-panel-open {
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  -o-transform: translateY(-65px);
  transform: translateY(-65px);
  transition: all 0.2s ease-out;
}
.mirador-container .mirador-osd-next {
  position: absolute;
  right: 1%;
  top: 50%;
  margin-top: -35px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.2s ease-out;
}
.mirador-container .mirador-osd-next.bottom-panel-open {
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  -o-transform: translateY(-65px);
  transform: translateY(-65px);
  transition: all 0.2s ease-out;
}
.mirador-container .mirador-osd-toggle-bottom-panel {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -25px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.2s ease-out;
}
.mirador-container .mirador-osd-toggle-bottom-panel.bottom-panel-open {
  -webkit-transform: translateY(-130px);
  -moz-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  -o-transform: translateY(-130px);
  transform: translateY(-130px);
  transition: all 0.2s ease-out;
}
.mirador-container .mirador-pan-zoom-controls {
  position: absolute;
  width: 100px;
  height: 65px;
  bottom: 0;
  right: 0;
  margin: 1%;
}
.mirador-container .mirador-pan-zoom-controls.bottom-panel-open {
  -webkit-transform: translateY(-130px);
  -moz-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  -o-transform: translateY(-130px);
  transform: translateY(-130px);
  transition: all 0.2s ease-out;
}
.mirador-container .mirador-osd-up {
  position: absolute;
  right: 20px;
  top: 0;
}
.mirador-container .mirador-osd-right {
  position: absolute;
  right: 0;
  top: 20px;
}
.mirador-container .mirador-osd-down {
  position: absolute;
  right: 20px;
  top: 40px;
}
.mirador-container .mirador-osd-left {
  position: absolute;
  right: 40px;
  top: 20px;
}
.mirador-container .mirador-osd-zoom-in {
  font-size: 130%;
  position: absolute;
  right: 70px;
  top: 5px;
}
.mirador-container .mirador-osd-zoom-out {
  font-size: 130%;
  position: absolute;
  right: 70px;
  top: 30px;
}
.mirador-container .mirador-osd-go-home {
  position: absolute;
  right: 20px;
  top: 20px;
}
.mirador-container .mirador-osd-context-controls {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: none;
  /*width: 100%*/
}
.mirador-container .mirador-osd-context-controls > div {
  clear: both;
}
.mirador-container .mirador-osd-context-controls > div > a:first-child {
  margin-bottom: 10px;
}
.mirador-container .mirador-osd-context-controls a {
  float: left;
  margin: 0 10px 0 0;
  font-weight: normal;
}
.mirador-container .mirador-annotation-controls {
  position: absolute;
  top: 0px;
  left: 0px;
}
.mirador-container .mirador-manipulation-controls {
  min-width: 364px;
}
.mirador-container .mirador-mirror {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
}
.mirador-container .mirador-osd-color-picker * {
  text-shadow: none;
}
.mirador-container .sp-dd {
  display: none;
}
.mirador-container .mirador-osd-color-picker .dropdown-icon {
  font-size: .8em;
  height: 30px;
  vertical-align: middle;
}
.mirador-container .mirador-osd-color-picker .sp-container {
  width: 300px;
  border-color: #ccc;
  opacity: 0.9;
  border-radius: 3px;
}
.mirador-container .mirador-osd-color-picker .sp-preview {
  height: 10px;
}
.mirador-container .mirador-osd-color-picker .sp-replacer {
  border-color: #ccc;
  height: 11px;
  border-radius: 3px;
  cursor: default;
}
.mirador-container .mirador-osd-color-picker .material-icons {
  float: left;
  font-size: 12px;
  margin: 0 5px 0 0;
}
.mirador-container .hud-control.mirador-line-type {
  height: 11px;
  border-radius: 3px;
  margin: 2px 11px 0 0;
  padding: 4px;
  width: 57px;
  border: 1px solid #ccc;
  background: #eee none repeat scroll 0 0;
  text-shadow: none;
  color: #333;
}
.mirador-container .mirador-line-type ul.dropdown.type-list {
  margin-top: -14px;
  border-radius: 3px;
  margin-left: -5px;
  font-size: 10px;
  box-shadow: none;
  width: 140px;
}
.mirador-container .mirador-line-type ul i {
  display: inline-block;
  width: 25px;
  height: 1em;
  background: no-repeat;
  margin-right: 10px;
}
.mirador-container .mirador-line-type .mirador-border-icon {
  font-size: 12px;
  margin: 0 5px 0 0;
  float: left;
}
.mirador-container .mirador-line-type .border-type-image {
  display: inline-block;
  width: 25px;
  height: 1em;
  background: no-repeat;
  margin: 0 5px 2px 0;
}
.mirador-container .mirador-line-type .dropdown-icon {
  font-size: .8em;
  height: 30px;
  vertical-align: middle;
}
.mirador-container {
  /* scale
  ----------------*/
  /* image choice controls
  ------------------------*/
}
.mirador-container .mirador-image-view-nav-toolbar {
  position: relative;
  float: right;
  margin-right: 5px;
}
.mirador-container .mirador-image-view-bg {
  background-color: #000;
}
.mirador-container .mirador-image-scale {
  bottom: 25px;
  display: block;
  position: absolute;
  z-index: 2;
}
.mirador-container .axis path,
.mirador-container .axis line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: white;
  stroke-width: 2px;
}
.mirador-container text {
  fill: white;
  text-shadow: 0px 0px 3px #000;
}
.mirador-container .mirador-image-dimensions {
  margin-right: 10px;
  margin-top: 7px;
  position: absolute;
  right: 0;
  top: 0;
}
.mirador-container .mirador-image-view-physical-dimensions {
  border: none;
  font-weight: bold;
  height: 16px;
  margin: 0;
  outline: none;
  overflow-wrap: normal;
  overflow: hidden;
  padding: 0;
  resize: none;
  vertical-align: top;
  width: 40px;
  text-align: center;
}
.mirador-container .mirador-image-view-physical-dimensions:hover,
.mirador-container .mirador-image-view-physical-dimensions:focus,
.mirador-container .mirador-image-dimensions.noDimensionsSet .mirador-image-view-physical-dimensions {
  border-bottom: 2px solid orangered;
  height: 16px;
  margin-bottom: -2px;
  transition: all 0.2s ease-out;
}
.mirador-container .noDimensionsWarning {
  display: none;
  margin-right: 10px;
}
.mirador-container .mirador-image-dimensions.noDimensionsSet .noDimensionsWarning {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.mirador-container .mirador-image-view-physical-dimensions:focus {
  background-color: rgba(200, 200, 200, 0.7);
  box-shadow: 0 0 4px rgba(200, 200, 200, 0.7);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.mirador-container .mirador-image-dimensions .units {
  cursor: context-menu;
}
.mirador-container .mirador-image-dimensions .units:hover {
  height: 16px;
  border-bottom: 2px solid orangered;
  margin-bottom: -2px;
  transition: all 0.2s ease-out;
}
.mirador-container .mirador-image-dimensions .unit-selector {
  position: absolute;
  display: none;
}
.mirador-container .mirador-image-dimensions .unit-selector.active {
  display: block;
}
.mirador-container .mirador-image-scale.hidden {
  display: none;
}
.mirador-container .mirador-image-view-choices {
  list-style: none;
  max-height: 350px;
  overflow: auto;
  padding: 0;
}
.mirador-container .mirador-image-view-choices li {
  margin: 0;
  padding: 0;
}
.mirador-container .mirador-image-view-choices li a {
  padding-left: 12px;
}
.mirador-container .mirador-image-view-choice {
  background-repeat: no-repeat;
  height: 6px;
  background-position: 0px 6px;
  width: 6px;
}
.mirador-container .mirador-image-view-choice {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUQ5OEI2ODFFMkIxMUUzOUExN0IyREY1RTI1MUQ0QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUQ5OEI2OTFFMkIxMUUzOUExN0IyREY1RTI1MUQ0QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRFRDk4QjY2MUUyQjExRTM5QTE3QjJERjVFMjUxRDRCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRFRDk4QjY3MUUyQjExRTM5QTE3QjJERjVFMjUxRDRCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+fRx/ZQAAAHRJREFUeNpi/P//P0NnZ2cNAwNDOgMEzCwvL29h5uTkrFFSUkqOiorSMjMzm/L27ds5W7Zs4WUCqfT09NTh4eH5BsIgNkiMiQENMDIy/gdRIImZO3bsuPL161fOz58/c23fvv0qSIwRankt1PK/UMvbAAIMALeqLWb/azLQAAAAAElFTkSuQmCC);
}
.mirador-container .mirador-image-view-choice-selected {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUQ5OEI2QzFFMkIxMUUzOUExN0IyREY1RTI1MUQ0QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUQ5OEI2RDFFMkIxMUUzOUExN0IyREY1RTI1MUQ0QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRFRDk4QjZBMUUyQjExRTM5QTE3QjJERjVFMjUxRDRCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRFRDk4QjZCMUUyQjExRTM5QTE3QjJERjVFMjUxRDRCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9DJqAgAAAF1JREFUeNpitLS0ZHj69GktAwNDJgMETJeWlm5mZmJiAgk2ATEvFDt+/vz5H6OcnNwzIEeSARU8Z2LADhiZ+fn5uUDa0SS6mbW0tA4BzfwP5GgC8Ucg7gJa3gIQYAChCRXFhBXUngAAAABJRU5ErkJggg==);
}
.mirador-container ul.scroll-listing-thumbs {
  clear: both;
  list-style: none;
  padding: 0;
  white-space: nowrap;
}
.mirador-container ul.scroll-listing-thumbs li {
  box-sizing: border-box;
  margin: 0 0 15px 0;
  padding: 10px 10px 10px 10px;
  /*transition: all 0.05s ease-out;*/
  display: inline-block;
}
.mirador-container ul.scroll-listing-thumbs li img {
  background-color: #eee;
  min-height: 25px;
  min-width: 25px;
  margin: 0 auto;
  display: block;
}
.mirador-container ul.scroll-listing-thumbs li .thumb-label {
  clear: both;
  color: #999;
  font-size: 12px;
  margin: 0 auto;
  max-width: 200px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.mirador-container .mirador-viewer ul.listing-thumbs {
  clear: both;
  list-style: none;
  overflow: auto;
  padding: 0;
}
.mirador-container .mirador-viewer ul.listing-thumbs li {
  box-sizing: border-box;
  float: left;
  margin: 0 0 15px 0;
  padding: 10px 10px 10px 10px;
  /*transition: all 0.05s ease-out;*/
}
.mirador-container .mirador-viewer ul.listing-thumbs li img {
  background-color: #eee;
  min-height: 25px;
  min-width: 25px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  /*transition: all 0.2 ease-out;*/
}
.mirador-container .mirador-viewer ul.listing-thumbs li img:hover {
  border: 3px solid rgba(0, 191, 255, 0.7);
  transform: scale(1.1);
  cursor: pointer;
  transition: all 0.2 ease-out;
}
.mirador-container .mirador-viewer ul.listing-thumbs li .thumb-label {
  clear: both;
  color: #999;
  font-size: 12px;
  margin: 0 auto;
  max-width: 125px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.mirador-container .mirador-viewer .thumbnails-view-slider {
  float: left;
  margin: 10px 15px;
  width: 60px;
}
.mirador-container .mirador-thumbnails-view-nav-toolbar {
  float: right;
  margin-right: 5px;
}
.mirador-container .mirador-widget-toolbar .ui-slider-horizontal {
  height: .4em;
}
.mirador-container .mirador-widget-toolbar .ui-slider-handle {
  top: -0.5em;
}
.mirador-container .hud-control .ui-slider-handle .percent {
  position: absolute;
  left: 17px;
  top: -0.3em;
  display: block;
  color: white;
  text-shadow: 0 0 3px #000;
}
.mirador-container .hud-control .ui-slider,
.mirador-container .ui-slider-vertical {
  width: 3px;
  margin-left: 27px;
  margin-bottom: 20px;
  height: 100px;
}
.mirador-container .hud-control .ui-slider-vertical .ui-slider-handle {
  width: 0.7em;
  height: 0.7em;
  border-radius: 40px;
  margin-bottom: -0.35em;
}
.mirador-container .hud-control .ui-slider-vertical .ui-slider-handle:focus {
  outline: 0;
}
.mirador-container .hud-control .ui-slider-range {
  background: deepskyblue;
}
.mirador-container .thumbnail-rtl {
  float: right !important;
}
@media screen and (max-width: 768px) {
  .mirador-container #load-controls form {
    float: none;
  }
  .mirador-container #url-load-form {
    margin-bottom: 5px;
  }
}
.mirador-container #manifest-select-menu {
  position: absolute;
  margin: 6px;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  overflow: hidden;
  z-index: 18000;
  /* Must be higher than Qtip elements. */
  background-color: #fff;
  box-shadow: 0 0 6px #333;
}
.mirador-container #manifest-select-menu .container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 4px 10px 10px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}
.mirador-container #manifest-select-menu .remove-object-option {
  cursor: pointer;
  display: inline-block;
  font-size: .9em;
  font-weight: bold;
  transition: color 0.2s ease-out;
}
.mirador-container #manifest-select-menu .remove-object-option:hover {
  color: #929191;
}
.mirador-container .items-listing {
  margin: 0;
  padding-left: 0;
  box-sizing: border-box;
}
.mirador-container .items-listing li {
  list-style-type: none;
  overflow: hidden;
  border-bottom: 1px solid lightGray;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 5px;
  transition: background-color 0.3s ease-out;
}
.mirador-container .items-listing li:hover {
  background-color: #dddddd;
  cursor: pointer;
}
.mirador-container .manifest-load-status-indicator {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  position: absolute;
}
.mirador-container .request-status-bar {
  background: deepskyblue;
  width: 10px;
  height: 50px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
  transition: all 0.1s ease-out;
}
.mirador-container .request-status-bar.pending {
  background: gray;
  transition: all 0.1s ease-out;
}
.mirador-container .loading-status {
  display: block;
}
.mirador-container .request-status-bar:nth-child(2) {
  margin-left: 0;
}
.mirador-container .repository-label {
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  padding-top: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mirador-container .select-metadata {
  width: 45%;
  max-width: 450px;
  min-width: 300px;
  position: relative;
  /*width:200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    position: relative;*/
}
.mirador-container .repo-image {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  opacity: 0.5;
}
.mirador-container .repo-image img {
  position: absolute;
  width: 100%;
  top: 0;
}
.mirador-container .repo-image span.default-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(data:image/png;base64,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);
  background-size: 80px 80px;
  background-repeat: no-repeat;
}
.mirador-container .items-listing h3,
.mirador-container .items-listing h4 {
  margin: 0;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
}
.mirador-container .items-listing h3 {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 2px;
  font-size: 1em;
}
.mirador-container .manifest-title h3 {
  line-height: 1.2em;
  height: 3.6em;
  position: relative;
  overflow: hidden;
}
.mirador-container .manifest-title h3:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 1.2em;
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);*/
}
.mirador-container .item-info {
  position: absolute;
  bottom: 0;
  display: table;
  width: 100%;
}
.mirador-container .item-info-row {
  display: table-row;
}
.mirador-container .repo-label,
.mirador-container .canvas-count {
  display: table-cell;
  white-space: nowrap;
  font-size: .85em;
  vertical-align: bottom;
  color: gray;
}
.mirador-container .canvas-count {
  text-align: right;
}
.mirador-container .repo-image,
.mirador-container .select-metadata,
.mirador-container .preview-images {
  float: left;
  margin-right: 15px;
  height: 80px;
}
.mirador-container .preview-thumb {
  display: inline-flex;
  position: absolute;
}
.mirador-container .preview-images {
  margin-right: 0;
}
.mirador-container .preview-image {
  background-color: gray;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  float: left;
  margin-right: 15px;
  min-height: 25px;
  min-width: 25px;
  /*transition: all 0.1s ease-out; ?*/
}
.mirador-container .preview-image:hover {
  box-shadow: 0px 0px 5px #00bfff;
  transform: scale(1.1);
  transition: all 0.6 ease-out;
}
.mirador-container .remaining {
  line-height: 80px;
  opacity: 0.5;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  width: 20px;
}
.mirador-container #load-controls {
  margin-top: 20px;
}
.mirador-container #load-controls:after {
  content: "";
  display: table;
  clear: both;
}
.mirador-container #manifest-search-form {
  float: left;
}
.mirador-container #manifest-search-form label {
  margin-right: 6px;
}
.mirador-container #url-load-form {
  float: right;
}
.mirador-container #url-load-form input[type="text"] {
  width: 250px;
  margin: 0 5px;
}
.mirador-container #load-controls input[type="submit"] {
  height: 29px;
}
.mirador-container #manifest-search i {
  position: absolute;
  left: 0;
  color: #000;
}
.mirador-container #manifest-search-form input:focus,
.mirador-container #url-load-form input:focus,
.mirador-container #url-load-form input[type="submit"]:hover {
  outline: none;
  border-color: deepskyblue;
}
.mirador-container #manifest-search i {
  width: 25px;
  height: 25px;
  color: red;
  border: 1px solid red;
}
.mirador-container .select-results {
  height: 100%;
  overflow-y: scroll;
  margin-top: 10px;
  border-top: 1px solid gray;
}
.mirador-container #workspace-select-menu {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  display: none;
  overflow: hidden;
  z-index: 6;
}
.mirador-container #workspace-select-menu {
  background-color: #333;
  text-align: center;
  padding: 20%;
  padding-top: 0;
  box-sizing: border-box;
}
.mirador-container #workspace-select-menu h1 {
  color: lightGray;
  padding-bottom: 3%;
  font-weight: normal;
}
.mirador-container #workspace-select-menu h2,
.mirador-container #workspace-select-menu h3 {
  color: lightGray;
}
.mirador-container .select-grid {
  width: 60%;
  min-width: 300px;
  position: relative;
  margin: auto;
}
.mirador-container .grid-row {
  content: "";
  display: table;
  clear: both;
  margin: 0 auto;
}
.mirador-container .grid-item {
  height: 50px;
  width: 50px;
  float: left;
  padding: 4px;
  display: block;
}
.mirador-container .grid-item .grid-icon {
  background: gray;
  height: 50px;
  width: 50px;
  border-radius: 7px;
  display: block;
  transition: all 0.2s ease-out;
  margin: auto;
}
.mirador-container .grid-item.hovered .grid-icon {
  background: deepskyblue;
  box-shadow: 0 0 10px #000;
  transform: scale(1.1) translateY(-10px) translateX(-5px);
  transition: all 0.2s ease-out;
}
.mirador-container .grid-text {
  display: none;
}
.mirador-container {
  /*
  .toc li:hover > h2 a {
    font-weight: bold;
  }
  */
}
.mirador-container .sidePanel {
  position: absolute;
  width: 280px;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #efefef;
  border-right: 1px solid lightGray;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 10px;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform: translateX(0);
}
.mirador-container .sidePanel .tabGroup {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mirador-container .sidePanel .tab {
  padding: 8px;
  margin-right: 2px;
  display: inline-block;
  cursor: pointer;
  background: #dddddd;
  border-width: 1px 1px 0 1px;
  border-color: #b1b1b1;
  border-style: solid;
  color: #666;
  font-size: .9em;
}
.mirador-container .sidePanel .tab:not(.selected):hover {
  background: lightGray;
  color: #333;
}
.mirador-container .sidePanel .tab.selected {
  font-weight: bold;
  color: #333;
  background: #efefef;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: deepskyblue;
}
.mirador-container .sidePanel .annotationListItem {
  list-style-type: none;
  border-left: 0;
  border-right: 0;
  padding: 10px 10px 0 10px;
}
.mirador-container .sidePanel .annotationListItem:after {
  content: "";
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
  display: block;
  margin-top: 10px;
}
.mirador-container .sidePanel .annotationListItem.focused {
  background-color: #dddddd;
  border-left: 3px solid lightBlue;
}
.mirador-container .sidePanel .annotationListItem:hover {
  background-color: #dddddd;
  border-left: 3px solid lightBlue;
}
.mirador-container .sidePanel .annotationListItem.selected {
  background-color: #ccc;
  border-left: 3px solid deepskyblue;
}
.mirador-container .sidePanel a:hover {
  text-decoration: none;
}
.mirador-container .sidePanel h2 {
  font-size: 1em;
}
.mirador-container .sidePanel h3 {
  font-size: .9em;
}
.mirador-container .sidePanel h4 {
  font-size: .8em;
}
.mirador-container .sidePanel h1,
.mirador-container .sidePanel h2,
.mirador-container .sidePanel h3,
.mirador-container .sidePanel h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.mirador-container .sidePanel.minimized {
  transition: all 0.2s ease-out;
  transform: translateX(-280px);
  opacity: 0;
  border: none;
}
.mirador-container .tabContentArea {
  position: relative;
  width: 270px;
  height: 100%;
  float: left;
  background-color: #efefef;
  border-right: 1px solid lightGray;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: 8px;
}
.mirador-container .annotationsPanel ul {
  padding: 0;
  margin: 0;
}
.mirador-container .toc {
  margin: 0;
  overflow-y: scroll;
  width: 270px;
  padding: 0;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0px;
  bottom: 0;
  list-style-type: none;
  margin-bottom: 30px;
  /* fix overflow-y bug when .tabGroup is present */
}
.mirador-container .toc a.toc-link {
  color: black;
  padding: 8px;
  padding-left: 8px;
  display: block;
}
.mirador-container .toc a.toc-link:hover {
  cursor: pointer;
  background-color: #dddddd;
  display: block;
  overflow: hidden;
}
.mirador-container .toc ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  width: 100%;
}
.mirador-container .toc li {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-left: 8px;
  margin-bottom: 5px;
  border-left: 4px solid #efefef;
}
.mirador-container .toc li.selected {
  cursor: pointer;
  overflow: hidden;
  border-left: 4px solid deepskyblue;
  transition: all 0.2s ease-out;
}
.mirador-container .toc > li {
  margin-left: 0;
}
.mirador-container .toc-link i {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 0.4em;
  transition: all 0.2s linear;
}
.mirador-container .toc-link i:hover {
  color: black;
}
.mirador-container .toc-caret {
  padding: 0.4em;
  margin: -0.4em;
}
.mirador-container .toc li.has-child i.star {
  display: none;
}
.mirador-container .toc li.leaf-item i.toc-caret {
  display: none;
}
.mirador-container .toc li.leaf-item i.star {
  display: inline-block;
}
.mirador-container .toc li.selected > h2 .toc-link,
.mirador-container .toc li.selected > h3 .toc-link,
.mirador-container .toc li.selected > h4 .toc-link,
.mirador-container .toc li.selected > h5 .toc-link {
  font-weight: bold;
}
.mirador-container .toc li.selected > h2 .toc-link .star,
.mirador-container .toc li.selected > h3 .toc-link .star,
.mirador-container .toc li.selected > h4 .toc-link .star,
.mirador-container .toc li.selected > h5 .toc-link .star,
.mirador-container .toc li.hovered > h2 .toc-link .star,
.mirador-container .toc li.hovered > h3 .toc-link .star,
.mirador-container .toc li.hovered > h4 .toc-link .star,
.mirador-container .toc li.hovered > h5 .toc-link .star {
  color: black;
}
.mirador-container .toc li.open > h2 .toc-link .toc-caret,
.mirador-container .toc li.open > h3 .toc-link .toc-caret,
.mirador-container .toc li.open > h4 .toc-link .toc-caret,
.mirador-container .toc li.open > h5 .toc-link .toc-caret {
  transition: all 0.2s linear;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.mirador-container .toc li.hovered {
  border-left: 4px solid deepskyblue;
}
.mirador-container .toc li:hover {
  border-left: 4px solid #99e5ff;
}
.mirador-container .toc-link:hover .star {
  color: black;
}
.mirador-container {
  /*
  .annotation:hover {
    border: 3px solid orangered;
    opacity: 0.5;
    box-shadow: 0px 0px 15px @black;
  }

  .annotation.selected:hover {
    border: 3px solid orangered;
    opacity: 1;
    box-shadow: 0px 0px 8px @black-a70;
  }
  */
}
.mirador-container .annotationListPanel {
  background-color: #f0f0f0;
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-left: 1px solid gray;
}
.mirador-container .annotationPanelHeader {
  padding: 0 10px;
}
.mirador-container .annotationListPanel ul {
  position: absolute;
  bottom: 0;
  top: 80px;
  border-top: 1px solid #fff;
  list-style: none;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.mirador-container .annotationListPanel ul li {
  font-size: 80%;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.mirador-container .annotationListPanel ul li:hover {
  background-color: lightGray;
  cursor: pointer;
  border-left: 2px solid orangered;
  padding-left: 8px;
}
.mirador-container .annotationListPanel ul li.selected {
  color: #fff;
  background-color: gray;
  cursor: pointer;
  border-left: 3px solid orangered;
  padding-left: 7px;
}
.mirador-container .annotationListPanel ul li.hovered {
  background-color: lightGray;
  cursor: pointer;
  border-left: 2px solid orangered;
  padding-left: 8px;
}
.mirador-container .annotationListPanel ul li p {
  margin: 0;
}
.mirador-container .annotationListPanel ul li p:hover {
  margin: 0;
  cursor: pointer;
}
.mirador-container .annotationListPanel ul li a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mirador-container .annotationListPanel .resizeGrip {
  position: absolute;
  left: -7px;
  bottom: 0;
  top: 0;
  width: 12px;
  z-index: 3;
  background: none;
  display: block;
  cursor: ew-resize;
}
.mirador-container .annotation,
.mirador-container .osd-select-rectangle {
  border: 2px solid deepskyblue;
  box-shadow: 0px 0px 5px #fff;
  box-sizing: border-box;
}
.mirador-container .annotation.selected {
  border: 3px solid orangered;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
}
.mirador-container .annotation.hovered {
  border: 3px solid orangered;
  opacity: 0.5;
  box-shadow: 0px 0px 15px #000;
}
.mirador-container .annotationDetails {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: inherit;
  padding-top: 25px;
  color: white;
  overflow: hidden;
  height: 20%;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 13%, rgba(0, 0, 0, 0.77) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(13%, rgba(0, 0, 0, 0.77)), color-stop(100%, rgba(0, 0, 0, 0.77)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 13%, rgba(0, 0, 0, 0.77) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 13%, rgba(0, 0, 0, 0.77) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 13%, rgba(0, 0, 0, 0.77) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 13%, rgba(0, 0, 0, 0.77) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c4000000', GradientType=0);
  /* IE6-9 */
}
.mirador-container .annotationDetailToggle {
  float: right;
  margin: 32px;
  margin-top: 0;
  cursor: pointer;
}
.mirador-container .osd-annotation-overlay {
  display: none;
}
.mirador-container .displayBottomPanelButton {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: inherit;
  color: #fff;
  height: 75px;
  z-index: 2;
}
.mirador-container .annotationDetails p {
  width: 80%;
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}
.mirador-container #bookmark-panel {
  position: absolute;
  height: 20%;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.94);
  display: none;
  overflow: hidden;
  z-index: 6;
  right: 0;
  top: 0;
  padding: 10px;
}
.mirador-container #bookmark-panel span {
  width: 100%;
  padding-left: 2%;
}
.mirador-container #bookmark-panel input {
  width: 80%;
  margin-right: 3px;
}
.mirador-container #bookmark-panel h3 {
  text-align: center;
}
.mirador-container .mirador-viewer .sub-title {
  border-bottom: 1px solid #b1b1b1;
  color: #333;
  font-weight: bold;
  margin: 10px 20px 5px 20px;
  padding: 0 5px 5px 0;
  font-size: 120%;
  text-transform: uppercase;
}
.mirador-container .mirador-viewer .metadata-listing {
  width: 100%;
  margin: 0;
  padding: 0px 20px 10px 20px;
  box-sizing: border-box;
}
.mirador-container .mirador-viewer .metadata-item {
  padding: 10px 0 5px 0;
}
.mirador-container .mirador-viewer .metadata-label,
.mirador-container .mirador-viewer .metadata-value {
  line-height: 1.5;
}
.mirador-container .mirador-viewer .metadata-label {
  color: #666;
  font-style: italic;
  text-transform: uppercase;
}
.mirador-container .mirador-viewer .metadata-value {
  vertical-align: bottom;
}
.mirador-container .mirador-viewer .metadata-listing a {
  border-bottom: 1px dotted #005ebd;
}
.mirador-container .mirador-viewer .metadata-listing a:hover {
  border-bottom: 1px dotted #dddddd;
}
.mirador-container .mirador-metadata-view-nav-toolbar {
  float: right;
  margin-right: 5px;
}
.mirador-container .metadata-logo {
  max-height: 120px;
  max-width: 100%;
}
.mirador-container .bottomPanel {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  z-index: 4;
  overflow: hidden;
  display: none;
  transition: transform 0.3s ease;
}
.mirador-container .bottomPanel.minimized {
  transform: translateY(130px);
}
.mirador-container .panel-thumbnail-view {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs {
  clear: both;
  list-style: none;
  padding: 0;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 4px;
}
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li {
  box-sizing: border-box;
  padding: 0px 10px 0px 10px;
  display: inline-block;
  margin-bottom: 11px;
}
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li.highlight {
  padding-left: 8px;
  padding-right: 8px;
}
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li img {
  background-color: gray;
  min-height: 25px;
  min-width: 25px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
}
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li img.thumbnail-image {
  background-color: gray;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  float: left;
  margin-right: 15px;
}
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li img.thumbnail-image.highlight {
  border: 2px solid deepskyblue;
}
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li img:hover {
  border: 2px solid rgba(0, 191, 255, 0.7);
  transform: scale(1.1);
  cursor: pointer;
}
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li .thumb-label {
  clear: both;
  color: #999;
  font-size: 12px;
  margin: 0 auto;
  max-width: 75px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.mirador-container .layersPanel h3 {
  margin: 10px 0;
}
.layersPanel {
  position: absolute;
  width: 285px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}
.layersPanel .layers-listing {
  padding: 0;
  list-style-type: none;
  margin-top: 0;
}
.layersPanel .layers-list-item {
  zoom: 1;
  border-top: 1px solid #b1b1b1;
  padding: 10px 10px 10px 0;
  margin-right: 20px;
}
.layersPanel .layers-list-item:before,
.layersPanel .layers-list-item:after {
  content: "";
  display: table;
}
.layersPanel .layers-list-item:after {
  clear: both;
}
.layersPanel .layers-list-item > h4 {
  margin-bottom: 5px;
}
.layersPanel .layers-list-item .thumb-container {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.layersPanel .layers-list-item .thumb-container img {
  position: relative;
  margin: 0 auto;
  max-height: 60px;
  max-width: 60px;
  display: block;
  opacity: 0;
  border: 1px solid gray;
  box-shadow: inset 0 0 12px gray;
  top: 50%;
  transform: translateY(-50%);
}
.layersPanel .layers-list-item .thumb-container img.loaded {
  transition: all 0.2s ease-out;
  opacity: 1;
}
.layersPanel .layers-list-item .thumb-container .spinner,
.layersPanel .layers-list-item .thumb-container .failed,
.layersPanel .layers-list-item .thumb-container .thumb-failed {
  position: absolute;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s ease-out;
  color: #666;
}
.layersPanel .layers-list-item .thumb-container.awaiting-thumbnail .spinner {
  opacity: 1;
}
.layersPanel .layers-list-item.requested .spinner {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.layersPanel .layers-list-item.requested .thumb-container img {
  transition: all 0.2s ease-out;
  opacity: 0.5;
}
.layersPanel .layers-list-item.failed .failed {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.layersPanel .layers-list-item.failed .thumb-container img {
  transition: all 0.2s ease-out;
  opacity: 0.5;
}
.layersPanel .layers-list-item.failed .thumb-failed {
  opacity: 0;
}
.layersPanel .layers-list-item.failed .thumb-container.awaiting-thumbnail .spinner {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.layersPanel .layers-list-item .visibility-toggle {
  margin-bottom: 10px;
}
.layersPanel .disabled-overlay {
  display: none;
}
.layersPanel.inactive > *:not(.disabled-overlay) {
  display: none;
}
.layersPanel.inactive .disabled-overlay {
  padding: 10px;
  display: block;
  box-sizing: border-box;
  color: dimgray;
}
.mirador-container .search-results {
  padding: 0 5px 0 0;
  margin: 0;
  position: absolute;
  height: 100%;
}
.mirador-container .search-results select {
  margin: 5px 0 10px 0;
}
.mirador-container .search-results-list {
  position: relative;
  height: 100%;
}
.mirador-container .search-results-list .search-results-messages {
  border-top: 1px solid #b1b1b1;
  padding-top: 10px;
  margin-top: 10px;
}
.mirador-container .search-results-list .search-results-count {
  font-size: .85em;
}
.mirador-container .search-results-list .search-results-container {
  overflow-y: scroll;
  position: absolute;
  height: 70%;
}
.mirador-container .search-results-list .result-wrapper {
  margin-bottom: 5px;
}
.mirador-container .search-results-list .result-wrapper .result-paragraph .highlight {
  background-color: #ffff00;
}
