.progressBarContainer {
    background: white;
    width: 400px;
    margin: -50px 0 0 -200px;
    left: 50%;
    top: 50%;
    position: fixed;
    background: white;
    z-index: 1000;
    border: 1px solid #379;
    padding: 10px;
    font-size: 12px;
}

.progressBarHead {
    text-align: center;
    margin: 10px 0;
}

.progressBarHead .loader {
    top: 4px;
    position: relative;
    margin-left: 5px;
}

.progressBarBody {
    margin: 10px;
}

.progressBarField {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.progressBarField.error {
    color: red;
}

.progressBarBarHolder {
    border: 1px solid #379;
}

.progressBarBar {
    width: 0%;
    text-align: center;
    margin: 0;
    background: #EAEEF1;
    height: 22px;
}