#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 1;
   z-index: 99;
   background-color: #CCCCCC;
   text-align: center;
}

#loadingmain {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 1;
   z-index: 9999;
   background-color: #CCCCCC;
   text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -100px;
  z-index: 100;
}

.ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 80px;
  margin-left: -80px;
}