
.overlay{
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    position: fixed;
    top: 0;
    left: 0;
}
.overlay.hidden{
    display: none;
}
.overlay i{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 150%;
}
#loadingText{
    position: absolute;
    top: 60%;
    left: 0%;
    width:100%;
    text-align:center;
    font-size: 200%;
}