@CHARSET "UTF-8";
.WaitOverlay {
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(110, 114, 120,0.9);
    z-index:10000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.WaitOverlay > div {
    font-size:14px;
    vertical-align:center;
    text-align:center;
    background-color:var(--overlayBackground);
    padding:20px;
    border-radius:9px;
    max-height: 100%;
    position:absolute;
}
.WaitOverlay > div > div:first-of-type {
    font-weight:bold;
    font-size:16px;
    padding-bottom:20px;
}
.WaitOverlay > div > img {
    padding:15px;
    margin-top:15px;
    vertical-align:middle;
    width:80px;
}

.WaitOverlay button {
    margin-top:30px;
}
.WaitOverlay #WaitOverlayClose {
    display:block;
    position:relative;
    top:-31px;
    margin:-20px auto;
    background-image:url(../img/Close.png);
    background-size:60px;
    border:none;
    width:60px;
    height:60px;
    z-index:100;
}
.WaitOverlay input,.WaitOverlay select {
    width:auto;
    min-width:250px;
    min-height:50px;
    padding-right:50px;
    max-height: 90vh;
    margin-bottom: 25px;
}
.WaitOverlay input[type="checkbox"],.WaitOverlay input[type="radio"] {
    width:auto;
    min-width:30px;
    padding-right:0px;
}
#progress {
    width: 300px;
}
#progress div:first-child {
    margin-bottom:10px;
    color:black;
}
