.ol-overlaycontainer-stopevent {
  position: initial !important;
}
#spinner {
  text-align: center;
  z-index: 10000;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #171e26;
}

.spinner {
  width: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

body.loaded #spinner {
  display: none !important;
}
 
.cesium-viewer {
  position: fixed !important;
}

.Message {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Message .Message-body {
  text-align: center;
}
.Message .Message-body span {
  color: #468fd6;
  cursor: pointer;
}
img {
  vertical-align: middle;
}
.Message h3 {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 24px;
  line-height: 38px;
}
.Message .content {
  margin-bottom: 20px;
  text-align: center;
  padding-top: 0px;
  color: #fff !important;
}
 
 body.wait .WaitDark {
  display: block;
}

.WaitDark,
.ServerDark,
.ConnectionDark {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: #1e2e3ee0;
}

.ol-control button:hover,
.ol-control button:focus {
}
.ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, 0) !important;
  border-radius: 4px;
  padding: 0px !important;
}
.ol-scale-line {
  background: rgba(0, 60, 136, 0) !important;
  position: inherit !important;
  padding: 2px !important;
  margin-top: -4px;
}
.ol-attribution{
  display: none;
}