﻿#loadingGifDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index:10;
}

#loadingGif {
    top: 35%;
    left: 50%;
    position: absolute;
    width: 80px;
}
