@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:#dcdcdc;
    padding:20px;
    border-radius:9px;
    max-height: 100%;
    overflow: auto;
}
.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:40%;
    margin:-20px auto;
    background-image:url('../img/Close.png');
    border:none;
    width:34px;
    height:34px;
    z-index:100;
}
.WaitOverlay input,.WaitOverlay select {
    width:auto;
    min-width:250px;
    padding-right:50px;
}

#progress div:first-child {
    margin-bottom:10px;
}