@charset "UTF-8";
@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-Regular-webfont.woff") format("woff");
}

@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-Italic-webfont.woff") format("woff");
  font-style: italic;
}

@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-BoldItalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

html, body {
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: 'openSans', sans-serif;
  font-size: 16px;
  overflow: hidden;
}

::-webkit-backdrop {
  background-color: white;
}

::backdrop {
  background-color: white;
}

#map-container {
  width: 100%;
  height: 100%;
  float: left;
}

.bw {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
}

#attribContainer {
  position: absolute;
  left: .5em;
  bottom: .5em;
  background: rgba(255, 255, 255, 0.4);
  z-index: 10;
}

.ol-attribution {
  position: static;
}

.ol-attribution:not(.ol-collapsed) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 100vw;
  background: white;
}

.ol-zoom {
  left: auto;
  right: .5em;
  top: auto;
  bottom: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#snippet-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: .5em;
  top: .5em;
  display: none;
  max-width: 50vw;
  max-height: 90vh;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  border: 2px solid rgba(0, 60, 136, 0.5);
  z-index: 20;
  overflow: hidden;
  /*     display: none;
    max-width: 50%;
    max-height: 100%;
    float: right;
    border-radius: .3em; */
}

#medium {
  width: 100%;
}

#snippets {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1vw 2vh 1vw;
  overflow-x: hidden;
  overflow-y: auto;
}

#dataDiv {
  max-width: 100%;
}

#snippet-header {
  text-align: center;
  position: relative;
}

#featureTitle {
  display: inline-block;
  padding: 0.5em 0 0 0;
  width: calc(100% - 5em);
}

#snippets-closer {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#snippets-closer:after {
  content: "✖";
  font-size: 1.5em;
  color: rgba(0, 60, 136, 0.5);
}

#mediaTypes, #themes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#themes {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: .5em;
}

/*custom scrollbar (not for firefox)*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 60, 136, 0.5);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 60, 136, 0.8);
}

/*end of custom scrollbar*/
.edin1893btn, .filterTitle {
  display: inline-block;
}

.filterLabel, .edin1893btn, .filterTitle {
  /*color : #fff;*/
  color: black;
  border-radius: 3px;
  border: 1px solid rgba(0, 60, 136, 0.5);
  padding: .2em;
  margin: .2em;
  white-space: nowrap;
  cursor: pointer;
}

.wrapLine {
  white-space: normal;
}

.filterLabelColour, .edin1893btn {
  /*
	background-color: rgba(0,60,136,.5);	*/
  background-color: white;
}

.edin1893btn, .filterTitle {
  background-color: rgba(0, 60, 136, 0.2);
}

.filterLabelColourHighlight {
  /*
	background-color: rgba(0,60,136,1);	*/
  background-color: rgba(0, 60, 136, 0.5);
  color: #fff;
}

.osOverlayLoaded {
  background-color: rgba(0, 60, 136, 0.5);
  color: white;
}

#filterData {
  background: rgba(0, 60, 136, 0.5) url("images/search.svg") no-repeat;
  height: 1.5em;
  width: 3em;
  background-size: 100% 100%;
}

#refreshFeatures {
  background: rgba(0, 60, 136, 0.5) url("images/reset.svg") no-repeat;
  height: 1.5em;
  width: 3em;
  background-size: 100% 100%;
  float: left;
}

#openOptions {
  background: rgba(0, 60, 136, 0.5) url("images/Hamburger_icon.svg") no-repeat;
  height: 2.3em;
  width: 2em;
  background-size: 100% 100%;
  position: absolute;
  left: .5em;
  top: .5em;
  border: 3px rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  z-index: 1;
}

#osMapButton {
  width: 5vh;
  height: 5vh;
  background: url("images/1893OS-icon.png") no-repeat;
  background-size: contain;
}

#optionsDiv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: .5em;
  top: .5em;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  border: 1px solid rgba(0, 60, 136, 0.5);
  padding: 0.5em;
  z-index: 1;
  min-width: 200px;
  width: 20vw;
  height: 80vh;
  overflow-y: auto;
  display: none;
}

#optionsDivBuild {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: .5em;
  top: .5em;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  border: 1px solid rgba(0, 60, 136, 0.5);
  padding: 0.5em;
  z-index: 1;
  min-width: 200px;
  width: 20vw;
  max-height: 90vh;
  overflow-y: auto;
  display: none;
}

.purple {
  display: inline-block;
  background-color: rgba(0, 4, 234, 0.2);
  border: 2px solid rgba(0, 4, 234, 0.9);
  border-radius: 3px;
}

.p8 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 4, 234, 0.8)), to(rgba(0, 4, 234, 0.1)));
  background-image: linear-gradient(to right, rgba(0, 4, 234, 0.8), rgba(0, 4, 234, 0.1));
  padding: 0 .5em 0 .5em;
}

.green {
  display: inline-block;
  background-color: rgba(121, 234, 0, 0.2);
  border: 2px solid #79ea00;
  border-radius: 3px;
}

.g6 {
  background-color: rgba(121, 234, 0, 0.6);
}

#period {
  border: 0;
  background-color: rgba(0, 60, 136, 0.5);
  color: #fff;
  font-weight: 700;
  padding: 0 .2em 0 .2em;
}

#placenameinput {
  width: 94.5%;
}

.sliderDiv {
  position: absolute;
  left: 50vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: .5em;
  width: 16vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .2vh;
  background-color: rgba(255, 255, 255, 0.7);
}

.keyDiv {
  position: absolute;
  left: 50vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: .5em;
  max-width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: .2vh;
  background-color: rgba(255, 255, 255, 0.7);
}

#transparencyLabel {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 3px 2px 3px;
}

#mapOpacitySlider {
  display: block;
  -webkit-appearance: none;
  background-color: rgba(0, 60, 136, 0.3);
  border: 1px solid rgba(0, 60, 136, 0.5);
  width: 100%;
  height: 1vh;
  border-radius: 5px;
}

#mapOpacitySlider::-moz-range-thumb {
  border: 1px solid rgba(0, 60, 136, 0.5);
  height: 2vh;
  width: 2vh;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}

#mapOpacitySlider::-ms-thumb {
  border: 1px solid rgba(0, 60, 136, 0.5);
  height: 2vh;
  width: 2vh;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}

/* Special styling for WebKit/Blink */
#mapOpacitySlider::-webkit-slider-thumb {
  border: 1px solid rgba(0, 60, 136, 0.5);
  height: 2vh;
  width: 2vh;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

.splitOptions {
  border: 1px solid rgba(0, 60, 136, 0.2);
  width: 95%;
  margin-top: 1.2em;
  margin-bottom: 1em;
}

.mapSelect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding-right: 1em;
  background: url("images/downArrow.svg");
  background-repeat: no-repeat;
  background-size: 1.1em 1.1em;
  background-position: right;
}

.filterWidget {
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 2px;
  font-size: 1.1em;
}

.margintop {
  margin-top: .2em;
}

#options-closer {
  text-decoration: none;
  position: fixed;
  top: .5em;
  left: .5em;
  background-color: rgba(0, 60, 136, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
}

#options-closer:after {
  content: "✖";
  font-size: 2em;
  font-weight: bold;
  color: white;
  padding: 3px 4px 4px 3px;
}

.iconF {
  font-size: 2em;
  font-weight: bold;
  color: black;
  padding: 3px 4px 4px 3px;
}

.videoContainer {
  overflow: hidden;
}

iframe {
  width: 47.5vw;
  height: calc(47.5vw/16*9);
}

.snipp {
  display: inline-block;
  background: url("images/hand-point-right-regular.svg") no-repeat;
  height: 1.2em;
  width: 1.2em;
  background-size: 100% 100%;
  position: relative;
  top: .2em;
}

.ui-menu-item {
  background-color: white !important;
  white-space: nowrap !important;
}

.ui-autocomplete {
  min-height: 3em;
  max-height: 10em;
  overflow-y: auto;
  overflow-x: hidden;
}

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}

#popup-content {
  max-height: 350px;
  overflow: auto;
}

.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 {
  content: "✖";
}

.bold {
  font-weight: bold;
}

.ital {
  font-style: italic;
}

.boldItalic {
  font-weight: bold;
  font-style: italic;
}

.small {
  font-size: 0.7em;
}

.snippethead {
  color: rgba(0, 60, 136, 0.8);
}

.splink, .splink:link {
  color: #4980b7;
  cursor: pointer;
}

.splink:visited {
  color: #4980b7;
}

.splink:hover {
  color: black;
  text-decoration: none;
}

.ul-snippet {
  /*
    margin-top:.3em;*/
  list-style-type: none;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: 0px;
}

.li-subul, .li-snippet {
  background-color: #ebedf2;
  margin-bottom: .3em;
  border-radius: .3em;
}

.invishr {
  visibility: hidden;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.invisible {
  display: none;
}

.optgr {
  font-weight: bold;
}

#openHelp {
  background: rgba(0, 60, 136, 0.5) url("images/questionmark.svg") no-repeat;
  height: 1.5em;
  width: 3em;
  background-size: 100% 100%;
  float: right;
}

#helpContent {
  width: 66%;
  height: 100%;
  margin: auto;
  padding-top: 5%;
  text-align: justify;
  color: #003c88;
}

.infoText {
  text-align: justify;
  background-color: #f5f5dc;
  margin: 0;
}

audio {
  width: 100%;
}

@media (orientation: portrait) {
  #snippet-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 1.5vw;
    left: 1.5vw;
    top: auto;
    bottom: 1vh;
    display: none;
    width: 97vw;
    max-width: 97vw;
    max-height: 49vh;
    padding: 0 0 0.5em 0;
    z-index: 20;
    overflow: hidden;
  }
  #dataDiv {
    width: 100%;
  }
  #medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sliderDiv {
    left: 50vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30vw;
    top: .5em;
    bottom: auto;
  }
}
/*# sourceMappingURL=mainmap.css.map */