/* -------------- MENU --------------- */

.menuItem {
  float: right;
  margin: 3px;
  padding: 5.5px;
    cursor: pointer;
  z-index: 10000000;
}
.menuItem img {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}

.menu {
  position: absolute;
  visibility: visible;
  top: 15px;
  right: 15px;
  width: 100%;
  z-index: 10000000;
}

.menuExplained {
  position: absolute;
  visibility: visible;
  top: 65px;
  right: 15px;
  width: 100%;
  z-index: 10000000;
}

.explaine {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  font-family: "Arial", Gadget, sans-serif;
  color: #FFF;
  margin: 3px;
  padding: 5.5px;
  z-index: 10000000;
  float: right;
  text-align: right;
  width:30px;
  white-space:nowrap;
}

/* ----------- MODELCONTAINER ------------ */

body {
  overflow: hidden;
  padding:0px;
  margin:0px;
}

.modelContainer {
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
  cursor: move;
}

/* ----------- CopyRight ------------ */

.copyRight {
  position: absolute;
  visibility: visible;
  bottom: 5px;
  left: 5px;
  z-index: 10000;
  color: #000;
  font-family: "Arial", Gadget, sans-serif;
  font-size: 8px;
}

.copyRight img {
  height:10px;
}

/* ----------- Map ------------ */

.menuMap {
  position: absolute;
  visibility: visible;
  bottom: 15px;
  right: 15px;
  width: 100%;
  z-index: 10000000;
}

.map {
  position:relative;
  top: 20vh;
  width:80%;
  max-width: 200px;
  margin-left: 15px;
}

@media screen and (orientation:landscape) and (max-height: 500px) {
  .map {
    top: 15px;
    max-width: 105px;
  }
 }

 .label {
   z-index:10000000;
   font-family: "Arial", Gadget, sans-serif;
   font-weight:bold;
   font-size:1em;
   color:#FFFFFF;/* #2a505b; */
   padding:3px;
   position:relative;
   height: 1.25em;
   width:100%;
   margin-bottom: 5px;
 }

/* ----------- notify ------------ */

.notifybackground {
  position:relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.55);
  z-index: 1000000;
}

.notifybackgroundSmall {
  position:relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 220px;
  height: 100vh;
  background-color: rgba(0,0,0,0.55);
  z-index: 1000000;
}

@media screen and (orientation:portrait) and (max-width: 600px) {
  .notifybackgroundSmall {
    display: none;
  }
 }

@media screen and (orientation:landscape) and (max-height: 600px) {
  .notifybackgroundSmall {
    width: 210px;
  }
 }

 @media screen and (orientation:landscape) and (max-height: 200px) {
   .notifybackgroundSmall {
     display: none;
   }
  }


.notifyLoad{
  position:relative;
  top: 30vh;
  width: 90vw;
  max-width: 400px;
  margin: auto;
  padding: 10px;
  z-index: 10000000;
  color: #FFF;
  text-align: justify;
  font-family: "Arial", Gadget, sans-serif;
  font-size: 12px;
}

.notifyLoad img {
  width: 100%;
}

.notify{
  position:relative;
  top: 30vh;
  width: 90vw;
  max-width: 400px;
  margin: auto;
  padding: 10px;
  z-index: 10000000;
  color: #FFF;
  text-align: justify;
  font-family: "Arial", Gadget, sans-serif;
  font-size: 12px;
}

@media screen and (orientation:landscape) and (max-height: 400px) {
  .notify {
    top: 65px;
    width: 35vw;
    max-width: 400px;
    margin-left: 40px;
  }
 }

.notify img {
  width:100%;
}
