﻿div.InteractiveMap {
  position: relative;
}
div.InteractiveMap div.Map-Pane {
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
       supported by Chrome, Edge, Opera and Firefox */
}
div.InteractiveMap div.Map-Pane.Zoomed {
  cursor: grab;
}
div.InteractiveMap div.Marker-Pane {
  z-index: 3;
  position: relative;
}
div.InteractiveMap div.Marker-Pane div.Marker-Item {
  z-index: 3;
  position: absolute;
}
div.InteractiveMap div.Overlay-Pane {
  z-index: 2;
}
div.InteractiveMap div.Image-Layer {
  background-size: cover;
  height: 100%;
  width: 100%;
}
div.InteractiveMap div.Popup-Pane div.MarkerPopup {
  z-index: 4;
  position: absolute;
  width: 450px;
}
div.InteractiveMap div.GestureHandling-Pane {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  padding: 15px;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: white;
  z-index: 4;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/InteractiveMap.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAWA;EACI;;AAEA;EACI;EACA;EAMA;EACA;EACA;EACA;EACA;EACA;AAAA;;AATA;EACI;;AAYR;EACI,SA5BY;EA6BZ;;AAEA;EACI,SA7BG;EA8BH;;AAIR;EACI,SArCa;;AAwCjB;EACI;EACA;EACA;;AAIA;EACI,SA7CE;EA8CF;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA%22%7D */