#data-nctm-application .preloader {
  width: 70%;
  background-color: rgb(236, 236, 236);
  height: 18px;
  border-radius: 3px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: left;
}

#data-nctm-application .preloader .loading-progress {
  background-image: linear-gradient(90deg, rgb(92, 181, 25) 0%, rgb(92, 181, 25) 1%, rgb(216, 242, 152) 99%, rgb(216, 242, 152) 100%);
  background-image: -webkit-linear-gradient(left, rgb(92, 181, 25) 0%, rgb(92, 181, 25) 1%, rgb(216, 242, 152) 99%, rgb(216, 242, 152) 100%);
  width: 0;
  height: 18px;
  border-radius: 3px;
  box-shadow: inset 0px 1px 3px rgb(24, 79, 0);
  display: inline-block;
  position: relative;
}

#data-nctm-application .preloader .loading-progress-text {
  position: relative;
  width: 90%;
  white-space: nowrap;
  top: -24px;
  left: 5%;
}

.data-nctm-application-screensaver {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  width: 100%;
  background: #FFF;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

.data-nctm-application-screensaver img {
  top: 25%;
  left: 25%;
  position: absolute;
  width: 50%;
}