.dp-loader {
  background: url('/app/images/analyticsLoader.gif') 50% 50% no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.splash-block {
  z-index: 10000000;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.splash-block .box {
  background-color: #F7F7F7;
  height: 202px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 251px;
  width: 400px;
  position: relative;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.52);
}


.splash-block .box .loadericon {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("/app/images/loader.gif");
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto auto;
  height: 32px;
  left: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 49px;
  position: absolute;
  width: 32px;
}

.splash-block .box .mainText {
  color: #96B809;
  font-family: Helvetica, sans-serif;
  font-size: 200%;
  font-weight: bold;
  left: 124px;
  line-height: 132.14%;
  position: absolute;
  text-align: center;
  top: 80px;
}

.splash-block .box .subText {
  color: #333333;
  font-family: Helvetica, sans-serif;
  font-size: 105%;
  left: 91px;
  line-height: 231.25%;
  position: absolute;
  text-align: center;
  top: 113px;
}
