﻿  .loadingBackground {
      position: fixed;
      text-align: center;
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      left: 0;
      z-index: 9999999;
      background-color: #000000;
      -ms-opacity: 0.7;
      opacity: 0.7;
  }

  .loadingImg {
      /*padding: 10px;*/
      position: fixed;
      top: 45%;
      left: 45%;
      width: 80px;
  }

  .loadingText {
      /*padding: 10px;*/
      position: fixed;
      top: 55%;
      left: 44.4%;
      width: 100px;
      color: white;
      font-size: 14px;
  }