.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.4) url("/images/loading-calm.gif") 50% 50% no-repeat
}

body.loading {
    overflow: hidden
}

body.loading .modal {
    display: block
}

.background-job {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    vertical-align: center;
    text-align: center;
    background: rgba(255,255,255,0.4)
}

.background-job-mfa {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    vertical-align: center;
    text-align: center;
    background: rgba(255,255,255,0.4)
}


.white-square {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    z-index: 1001;
    width: 400px;
    height: auto;
    min-height: 175px;
    margin: -75px 0 0 -200px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

#update-message {
    max-width: 300px;
    margin: auto
}