div#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: none;
    background: url(/static/images/loadingimage.gif) no-repeat;
    cursor: wait;
    z-index: 99;

}

div#textloading {
    position: absolute;
    top: 40%;
    left: 47.5%;
    font-size: 30pt;
    color: #000000;
    display: none;
    cursor: wait;
    z-index: 99;

}


div#overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: wait;
  background: rgba(255, 255, 255, 0.7);
  z-index: 500000;
}

