
html {
    overflow: hidden
}

#container-log {
    position: absolute;
    background-color: #1b6d85;
    display: none;
    padding: 10px;
    width: 980px;
    opacity: 0.5;
    height: 680px;
    pointer-events: none;
}

#dialogName {
    background-color: #76341e;
    width: 350px;
    height: 173px;
    left: 325px;
    position: absolute;
    top: 228px;
    font-family: Arial;
    border-radius: 10px;
    padding: 40px;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-size: 12pt
}

#logLabel {
    position: absolute;
    color: #a6e1ec;
    font-family: Menlo, monospace;
    font-size: 10pt;
    width: 980px;
    word-wrap: break-word;
}

#preloaderLabel {
    position: absolute;
    color: #f4e6ca;
    font-family: Menlo, monospace;
    font-size: 10pt;
    width: 980px;
    word-wrap: break-word;
}

.toolButton {
    cursor: pointer;
    background: #fae6cc;
    border-radius: 3px;
    vertical-align: middle;
    position: absolute;
    left: 925px;
    text-align: center;
    width: 70px;
    height: 20px;
    font-size: 13px;
    color: #462903;
    display: inline-block;
    font-family: Arial;
    line-height: 20px;

    user-select: none;
}

.toolButtonOk {
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    left: 925px;
    text-align: center;
    display: inline-block;
    line-height: 20px;

    user-select: none;
}

.logButton {
    cursor: pointer;
    background: #0e3357;
    border-radius: 3px;
    vertical-align: middle;
    position: absolute;
    top: 675px;
    left: 925px;
    text-align: center;
    width: 70px;
    height: 20px;
    font-size: 13px;
    color: #1edfdf;
    display: inline-block;
    font-family: Arial;
    line-height: 20px;

    user-select: none;
}

#container-report {
    background-color: rgba(0, 0, 0, 0.85);
    width: 1000px;
    height: 700px;
    position: absolute;
    display: none;
    text-align: center;
}

#sendDialog {
    background-color: #f0f0f0;
    width: 550px;
    height: 430px;
    left: 225px;
    position: absolute;
    top: 118px;
    font-family: Arial;
    border-radius: 10px;
    font-size: 12pt
}

#thanksDialog {
    display: none;
    background-color: #f0f0f0;
    width: 450px;
    height: 133px;
    left: 275px;
    position: absolute;
    top: 283px;
    font-family: Arial;
    border-radius: 10px;
    font-size: 12pt
}

#toolBar {
    position: absolute;
    padding: 5px;
    display: inline-block;
    top: 700px;
}