﻿
#loading {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-size: 20px;
    line-height: 10px;
    z-index: 99999999;
   padding-top:20%;
    width: 100%;
   height:100%;
    text-align: center;
    box-shadow: 0px 0px 15px #DFDFDF;
    line-height: 20px;
    font-family: Arial;
    top:0;
}
