.waitForLoad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: #5ea22c; }
  .waitForLoad .loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 15;
    margin-top: -150px;
    margin-left: -110px; }
