/* Minification failed. Returning unminified contents.
(413,1): run-time error CSS1019: Unexpected token, found '@import'
(413,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Lato:400,900')'
 */
.btn {
  display: inline-block;
  font-size: 0.98em;
  padding: 5px 8px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px !important;
  background: transparent;
  white-space: nowrap;
  cursor: pointer;
  /*&:disabled, &:disabled:hover, &:disabled:active, &:disabled:focus {
        border-color: #dbdbdb;
        color: #9b9b9b;
        background: transparent;
    }*/
}
.btn.btn-primary {
  border-color: rgba(0, 60, 136, 0.4);
  background-color: transparent;
  color: #000;
}
.btn.btn-info {
  border-color: #dbdbdb;
  background-color: transparent;
  color: rgba(0, 60, 136, 0.4);
}
.btn.btn-danger {
  border-color: #dbdbdb;
  background-color: transparent;
  color: #d9534f;
}
.btn.btn-success {
  border-color: rgba(0, 60, 136, 0.4);
  background-color: rgba(0, 60, 136, 0.4);
  color: #fff;
}
.btn.btn-default {
  border-color: transparent;
  background-color: rgba(0, 60, 136, 0.4);
  color: #fff;
}
.btn.btn-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn.btn-link {
  border-color: transparent;
  background-color: transparent;
  color: rgba(0, 60, 136, 0.4);
}
.btn.btn-md {
  height: 32px;
  line-height: 28px;
  padding-left: 16px;
  padding-right: 16px;
}
.btn.btn-lg {
  height: 48px;
  padding: 0 22px;
  font-size: 18px;
  line-height: 44px;
}
.btn.btn-xl {
  font-size: 24px;
  line-height: 52px;
  padding: 0 43px;
  height: 56px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-sm {
  height: 24px;
  font-size: 11px;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 600;
}
.btn.btn-primary:hover {
  background-color: #7fc4f3;
  border-color: #7fc4f3;
  color: #ffffff;
}
.btn.btn-primary:active {
  outline: 0 !important;
  background-color: #0d8feb !important;
  border-color: #0d8feb !important;
  color: #ffffff !important;
}
.btn.btn-primary:focus {
  border-color: rgba(0, 60, 136, 0.4);
}
.btn.btn-info:hover {
  border-color: rgba(0, 60, 136, 0.4);
}
.btn.btn-info:active,
.btn.btn-info:focus {
  outline: 0 !important;
  border-color: #0d8feb;
  color: #0d8feb;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  outline: 0 !important;
  color: #fff !important;
  background-color: rgba(0, 60, 136, 0.4) !important;
  border-color: rgba(0, 60, 136, 0.4) !important;
}
.btn:hover {
  background-color: rgba(0, 60, 136, 0.8) !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none !important;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.expand {
  width: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.imageViewer {
  position: relative;
}
.imageViewer .loader {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.imageViewer .annotationContent {
  padding: 0 0 4px 0;
}
.imageViewer .annotationContent .annotationTitle {
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
}
.imageViewer .annotationContent .annotationText {
  font-size: 12px;
}
.imageViewer .toolbar {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 8px;
}
@media (max-width: 740px) {
  .imageViewer .toolbar .btn {
    font-size: 1.3em;
  }
  .imageViewer .toolbar .annoButton {
    min-width: 36px;
  }
  .imageViewer .toolbar .annoButton .annoButtonLabel {
    display: none;
  }
}
.imageViewer .toolbar-secondary {
  position: absolute;
  z-index: 1000;
  bottom: 10px;
  left: 10px;
}
.imageViewer .toolbar-secondary .btn {
  display: block;
  font-size: 14px;
  width: 28px;
  height: 28px;
  margin-bottom: 2px;
  padding: 0;
}
@media (max-width: 740px) {
  .imageViewer .toolbar-secondary .btn {
    font-size: 16px;
    width: 36px;
    height: 36px;
  }
}
.imageViewer .modal.infoPopup {
  display: block;
}
.imageViewer .logotype {
  position: absolute;
  z-index: 2000;
  bottom: 10px;
  right: 10px;
  padding: 6px 6px 2px 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.imageViewer.has-slider .slider {
  position: absolute;
  z-index: 900;
  height: 104px;
  width: calc(4 * 80px + 3 * 8px + 2 * 24px + 2px);
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px 0;
  background: rgba(220, 220, 220, 0.5);
  font-size: 0;
}
.imageViewer.has-slider .slider .slider-inner {
  position: relative;
}
.imageViewer.has-slider .slider .slider-inner .slick-slider {
  display: inline-block !important;
  width: calc(4 * 80px + 3 * 8px);
  margin-left: 24px;
}
.imageViewer.has-slider .slider .slider-inner .slick-slider a {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 8px;
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 60, 136, 0.6);
  border-radius: 5px;
  outline: none;
}
.imageViewer.has-slider .slider .slider-inner .slick-slider a.active {
  border: 2px solid rgba(0, 60, 136, 0.8);
}
.imageViewer.has-slider .slider .slider-inner .slick-slider a:last-of-type {
  margin-right: 0 !important;
}
.imageViewer.has-slider .slider .slider-inner button.prev,
.imageViewer.has-slider .slider .slider-inner button.next {
  background: none;
  border: 0;
  height: 80px;
  width: 24px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 20px;
  outline: none;
  position: absolute;
  top: 0;
}
.imageViewer.has-slider .slider .slider-inner button.prev.prev,
.imageViewer.has-slider .slider .slider-inner button.next.prev {
  left: 0;
}
.imageViewer.has-slider .slider .slider-inner button.prev.next,
.imageViewer.has-slider .slider .slider-inner button.next.next {
  right: 0;
}
@media (max-width: 800px) {
  .imageViewer.has-slider .slider {
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    border-radius: 0;
    height: 84px;
    padding: 12px;
    border-width: 1px 0 0;
  }
  .imageViewer.has-slider .slider .slick-slider {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .imageViewer.has-slider .slider .slick-slider a {
    width: 60px !important;
    height: 60px !important;
  }
  .imageViewer.has-slider .slider button.prev,
  .imageViewer.has-slider .slider button.next {
    display: none !important;
  }
  .imageViewer.has-slider .logotype,
  .imageViewer.has-slider .toolbar-secondary {
    bottom: 94px;
  }
}
.imageViewer .copyright {
  display: none;
}
.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 1em 1.5em 0 1em;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 17px;
  left: -48px;
  min-width: 280px;
}
.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  color: #000 !important;
  font-weight: bold;
  content: "×";
}
@media (max-width: 740px) {
  .ol-zoom button {
    font-size: 1.5em;
  }
}
.modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  display: block;
}
.modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 4px;
  max-width: 512px;
  min-width: 256px;
}
.modal .modal-content .modal-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.modal .modal-content .modal-closer:after {
  content: "×";
}
.modal .modal-content .scroller {
  overflow-y: hidden;
  position: relative;
}
.modal .modal-content h3 span,
.modal .modal-content h4 span {
  display: none;
}
.modal .modal-content h3 {
  font-size: 16px;
  overflow: hidden;
}
.modal .modal-content h4 {
  font-size: 14px;
  overflow: hidden;
}
.modal .modal-content p {
  font-size: 12px;
}

@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
body.theme-amboss {
  background: #000;
  font-family: "Lato", Arial, sans-serif;
}
body.theme-amboss .toolbar {
  background: #333 !important;
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  top: 50px !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  padding: 0 !important;
}
body.theme-amboss .toolbar button {
  width: 32px !important;
  height: 32px !important;
  margin: 16px 16px !important;
  padding: 0 !important;
  background: transparent no-repeat center center !important;
  background-size: 32px 32px !important;
  font-size: 0;
  float: left;
}
body.theme-amboss .toolbar button:hover,
body.theme-amboss .toolbar button:active,
body.theme-amboss .toolbar button:focus {
  background-color: transparent !important;
  border-color: none;
  outline: none;
}
body.theme-amboss .toolbar button i {
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}
body.theme-amboss .toolbar button.btn-info i {
  background-image: url('/themes/amboss/img/info.svg') !important;
}
body.theme-amboss .toolbar button.btn-info:hover i,
body.theme-amboss .toolbar button.btn-info.btn-active i {
  background-image: url('/themes/amboss/img/info-active.svg') !important;
}
body.theme-amboss .toolbar button.btn-annotations i {
  background-image: url('/themes/amboss/img/annotation.svg') !important;
}
body.theme-amboss .toolbar button.btn-annotations:hover i,
body.theme-amboss .toolbar button.btn-annotations.btn-active i {
  background-image: url('/themes/amboss/img/annotation-active.svg') !important;
}
body.theme-amboss .toolbar button.btn-fullscreen i.fullscreen-off {
  background-image: url('/themes/amboss/img/fullscreen.svg') !important;
}
body.theme-amboss .toolbar button.btn-fullscreen i.fullscreen-on {
  background-image: url('/themes/amboss/img/normalscreen.svg') !important;
}
body.theme-amboss .toolbar button.btn-fullscreen:hover i.fullscreen-off {
  background-image: url('/themes/amboss/img/fullscreen-active.svg') !important;
}
body.theme-amboss .toolbar button.btn-fullscreen:hover i.fullscreen-on {
  background-image: url('/themes/amboss/img/normalscreen-active.svg') !important;
}
body.theme-amboss .toolbar-secondary {
  position: fixed;
  top: 20px;
  bottom: auto !important;
  left: 20px;
  right: auto;
  padding: 1px;
  border: 0 !important;
  background: #333;
  border-radius: 0 !important;
}
body.theme-amboss .toolbar-secondary button {
  background: #333 no-repeat center center;
  background-size: 24px 24px;
  width: 24px !important;
  height: 24px !important;
  display: block;
  border-radius: 0 !important;
  margin: 1px !important;
}
body.theme-amboss .toolbar-secondary button:hover,
body.theme-amboss .toolbar-secondary button:active,
body.theme-amboss .toolbar-secondary button:focus {
  background-color: #333 !important;
  outline: none;
}
body.theme-amboss .toolbar-secondary button:first-of-type {
  border-bottom: 1px solid rgba(100, 100, 100, 0.7);
}
body.theme-amboss .toolbar-secondary button i {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
body.theme-amboss .logotype {
  display: none !important;
}
body.theme-amboss .slider {
  background: #333 !important;
  border-color: #333 !important;
  bottom: 54px !important;
}
body.theme-amboss .slider .slider-inner .slick-slider a {
  border: 1px solid #ccc !important;
}
body.theme-amboss .slider .slider-inner .slick-slider a.active {
  border: 2px solid #0BBBEF !important;
}
body.theme-amboss .slider .slider-inner button.prev,
body.theme-amboss .slider .slider-inner button.next {
  color: #fff !important;
}
body.theme-amboss .ol-control {
  position: fixed;
  right: 20px;
  top: 20px;
  left: auto;
  padding: 1px;
  border: 0 !important;
  background: #333;
  border-radius: 0 !important;
}
body.theme-amboss .ol-control button {
  background: #333 no-repeat center center;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  font-size: 0;
  display: block;
  border-radius: 0 !important;
}
body.theme-amboss .ol-control button:hover,
body.theme-amboss .ol-control button:active,
body.theme-amboss .ol-control button:focus {
  background-color: #333 !important;
  outline: none;
}
body.theme-amboss .ol-control .ol-zoom-in {
  background-image: url('/themes/amboss/img/plus-white.svg');
  border-bottom: 1px solid rgba(100, 100, 100, 0.7);
  border-width: 0 0 1px;
}
body.theme-amboss .ol-control .ol-zoom-out {
  background-image: url('/themes/amboss/img/minus-white.svg');
  border: 0 !important;
}
body.theme-amboss .ol-control:hover,
body.theme-amboss .ol-control:active,
body.theme-amboss .ol-control:focus {
  border: 0 !important;
  background-color: #333 !important;
}
body.theme-amboss #infoPopup {
  background-color: #333 !important;
  width: 600px;
  height: 200px;
  left: 50% !important;
  bottom: 50px !important;
  top: auto !important;
  overflow: hidden;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
body.theme-amboss #infoPopup .modal-content {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  max-width: none;
  min-width: 0;
}
body.theme-amboss #infoPopup .modal-content .modal-closer {
  display: none !important;
}
body.theme-amboss #infoPopup .modal-content .scroller {
  height: 150px;
  margin-right: -10px;
  padding-right: 10px;
}
body.theme-amboss #infoPopup .modal-content .scroller .ps-scrollbar-x-rail {
  display: none !important;
}
body.theme-amboss #infoPopup .modal-content .scroller .ps-scrollbar-y-rail {
  right: 0px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  opacity: 1 !important;
  width: 5px !important;
}
body.theme-amboss #infoPopup .modal-content .scroller .ps-scrollbar-y-rail .ps-scrollbar-y {
  width: 5px;
  background: #666666;
}
body.theme-amboss #infoPopup .modal-content h3,
body.theme-amboss #infoPopup .modal-content h4 {
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
  font-size: 14px !important;
}
body.theme-amboss #infoPopup .modal-content h3 span,
body.theme-amboss #infoPopup .modal-content h4 span {
  display: inline-block !important;
  font-size: 14px;
  line-height: 1.5;
  color: #888888;
  padding-right: 12px;
  font-weight: 400;
}
body.theme-amboss #infoPopup .modal-content p {
  padding-top: 20px;
  border-top: 1px solid #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
body.theme-amboss .copyright {
  display: block !important;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  color: #fff;
  font-size: 10px;
  z-index: 1000;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}
body.theme-amboss .ol-popup {
  border-radius: 1px !important;
  box-shadow: none !important;
  padding: 8px !important;
  bottom: 33px !important;
}
body.theme-amboss .ol-popup .annotationTitle {
  font-weight: 900 !important;
  font-size: 12px;
  line-height: 1.5;
  color: #585858;
}
body.theme-amboss .ol-popup .annotationText {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #585858;
}
body.theme-amboss .ol-popup .ol-popup-closer {
  right: 8px !important;
  top: 0 !important;
  width: 18px;
  height: 18px;
  font-size: 0 !important;
  display: block;
  background: #fff url('/themes/amboss/img/cross.svg') no-repeat center center;
  background-size: 18px 18px;
}
@media screen and (max-width: 740px) {
  body.theme-amboss .imageViewer .toolbar {
    top: 20px !important;
  }
  body.theme-amboss .imageViewer .toolbar button {
    font-size: 0 !important;
    margin: 10px 10px !important;
  }
  body.theme-amboss .imageViewer .slider {
    bottom: 0 !important;
  }
  body.theme-amboss .imageViewer #infoPopup {
    width: calc(100% - 20px);
    left: 10px !important;
    right: 10px !important;
    bottom: 60px !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
  }
  body.theme-amboss .imageViewer .copyright {
    text-align: center;
    width: auto;
    white-space: nowrap;
  }
  body.theme-amboss .imageViewer.has-slider .copyright {
    bottom: 90px !important;
  }
}

