.dialogBack {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 20pt;
    color: #782E00;
    display: none;
}

.labelError {
    background-color: darkred;
    color: white;
    display: none;
    margin: 10px;
}

.dialogFrame {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: white solid 10px;
    background-color: #ffcc4b;
    padding: 20px;
}

.dialogOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #777777;
    opacity: 70%;
}

.shareLink {
    padding: 20px;
    border: white solid 2px;
    color: cornflowerblue;
}

.progressFrame {
    margin: 5px;
    border: white solid 3px;
}

.progressBack {
    width: 200px;
    height: 50px;
    background-color: white;
}

.progressBar {
    background-color: #782E00;
    width: 100%;
    height: 100%;
}
