﻿
#progressbar-container, #progressbar-container2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    z-index: 20000;
}

/*#progressbar-container2 {
    background-image: url('../Images/loading.gif');
    background-color: white;
    background-repeat: no-repeat;
    background-size: contain;
}*/

#progressbar-container {
    display: none;
}

#overlay, #overlay2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
}

#overlay {
    display: none;
}
