﻿
#loadmodal {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000000;
    opacity: 0.7;
}

#loadercenter {
    border-width: 0px;
    position: fixed;
    padding: 20px;
    background-color: #FFFFFF;
    font-size: 30px;
    left: 40%;
    top: 40%;
    border-radius: 50px;
}


