﻿.modalLoader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 1000 !important;
    opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;   
    display: none;
    position: fixed;
    z-index: 2000 !important;
}
