@charset "UTF-8";
/* $textColour : rgb(0, 94, 184);
$backgroundElemColour: rgba(0,60,136,.5);
$backgroundElemColourLess: rgba(0,60,136,.3);
$backgroundElemColourFull : rgba(0,60,136, 1);
$textfontsize: 14px !important;
$formfontsize: 16px !important; */
::backdrop {
  background-color: white;
}

#container {
  height: 100vh;
}

#map-container {
  height: 100%;
}

#imageDiv {
  width: 23vw;
  height: 23vw;
  /* background-size: 100% 100%;  */
  display: grid;
  gap: 1px;
  grid-template-columns: 23vw;
  grid-template-rows: 23vw;
  /*    grid-template-columns: 23vw 23vw;
     grid-template-rows: 23vw 23vw */
}

.svgImg {
  display: inline-block;
  background-size: 100% 100%;
}

.geo {
  border-bottom: 2px dotted rgb(62, 68, 77);
  cursor: pointer;
}

.instruction {
  background-color: #e1e7eb;
  margin-bottom: 10px;
  border-radius: 0.25em;
  padding: 0.25em;
}

#tooltip {
  width: 150px;
  height: 150px;
  position: absolute;
  display: none;
  top: 10;
  left: 10;
}

#theImg {
  height: 100%;
  width: auto;
}

#theMap {
  width: 100%;
  height: 100%;
}

.bw {
  filter: opacity(90%);
}

#attribContainer {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  background: rgba(255, 255, 255, 0.4);
  z-index: 10;
}

.ol-attribution {
  position: static;
}

.ol-attribution:not(.ol-collapsed) {
  display: flex;
  flex-direction: row-reverse;
  max-width: 100vw;
  background: rgb(255, 255, 255);
}

.ol-zoom {
  left: auto;
  right: 0.5em;
  top: auto;
  bottom: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

/* 
#snippet-container{
    box-sizing: border-box;


    position: absolute;
    right: .5em;
    top: .5em;
    display: none;
    //max-width: 50%;
    max-width: 50vw;
    //max-height: 90%;
    max-height: 90vh;
    background-color: rgba(255,255,255,.9);
    border-radius: 4px;
    border: 2px solid $backgroundElemColour;
    //padding: 0.5em;
    //padding: 0 0 .5em 0;
    z-index:20;
    overflow: hidden;
    //overflow-y: auto;
} */
#medium {
  width: 100%;
}

#overlayAlt {
  position: absolute;
  top: 2.5em;
  right: 0;
  width: 15em;
  height: 15em;
  overflow-y: auto;
  background: white;
  border-radius: 0.25em;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
  padding: 5px;
  display: none;
}

.regionText {
  display: inline-block;
  padding: 3px;
  border-radius: 0.25em;
}

.regionText:hover {
  background-color: #e7e9eb;
}

#snippets {
  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: flex;
  justify-content: center;
  align-items: center;
}

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

#mediaTypes, #themes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#themes {
  box-sizing: border-box;
  padding-bottom: 0.5em;
}

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

/* Track */
::-webkit-scrollbar-track {
  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: 0.2em;
  margin: 0.2em;
  white-space: nowrap;
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.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: $backgroundElemColour;
    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;
}

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

#optionsDiv {
  box-sizing: border-box;
  position: absolute;
  left: 0.5em;
  top: 0.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 {
  box-sizing: border-box;
  position: absolute;
  left: 0.5em;
  top: 0.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: linear-gradient(to right, rgba(0, 4, 234, 0.8), rgba(0, 4, 234, 0.1));
  padding: 0 0.5em 0 0.5em;
}

.green {
  display: inline-block;
  background-color: rgba(121, 234, 0, 0.2);
  border: 2px solid rgb(121, 234, 0);
  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 0.2em 0 0.2em;
}

#placenameinput {
  width: 94.5%;
}

.keyDiv {
  position: absolute;
  left: 50vw;
  transform: translateX(-50%);
  bottom: 0.5em;
  max-width: 50vw;
  display: flex;
  flex-direction: row;
  gap: 0.2vh;
  background-color: rgba(255, 255, 255, 0.7);
}

.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: 0.2em;
}

/* #options-closer{    
    text-decoration: none;
    //position: absolute;
    //top: 0;
    //left: 0;
    position: fixed;
    top: .5em;
    left: .5em;
    background-color: $backgroundElemColour;
    display: flex;
    aspect-ratio: 1;
    align-items: 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: 26.71875vw;
}

.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: 0.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;
  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: 16em;
}

#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: 0.5em;
  padding-right: 0.5em;
  padding-top: 0px;
}

.li-subul, .li-snippet {
  background-color: #ebedf2;
  margin-bottom: 0.3em;
  border-radius: 0.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: rgb(0, 60, 136);
}

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

audio {
  width: 100%;
}

#loadSpinner {
  border: 1vw solid #dcdee5; /* Light grey */
  border-top: 1vw solid #3498db; /* Blue */
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  position: absolute;
  left: 48.5vw;
  top: 45vh;
  display: none;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
w,
m,
.lexel {
  font-size: 16px !important;
  font-style: italic !important;
}

lb,
.editorial {
  font-family: "openSans";
  font-size: 16px;
  font-style: normal !important;
}

.mapLine {
  color: rgb(103, 79, 21);
  width: 75%;
  margin-left: 0;
}

.titleField {
  font-family: "Junicode";
  font-size: 18px !important;
}

#regionDropdown, .select2-container {
  width: 15em;
  height: 1.5em;
  background-color: rgb(230, 237, 240);
  border-radius: 0.25em;
  border: 1px solid black;
}

.select2-selection {
  background-color: rgb(230, 237, 240) !important;
  position: relative;
  top: 0.1em;
}

.select2-selection__arrow {
  top: -0.1em !important;
}/*# sourceMappingURL=searchmap.css.map */