﻿body {
}


.progressBar_Div {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    text-align: center !important;
    background-color: white !important;
    color : black!important;
    border:1px black dotted;
    opacity: 0.9;
}

.progressBar_Content {
    padding-top: 100px !important;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    vertical-align: central !important;
    text-align: center !important;
    font-size: 28px !important;
    color:black!important;
}



