.loading-mask {
    background-color: white;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20000;
}

.loading {
    height: auto;
    position: absolute;
    left: calc(50% - 36px);
    top: 40%;
    padding: 2px;
    z-index: 20001;
}

.loading .loading-indicator {
    background: white;
    color: #444;
    font: bold 13px Helvetica, Arial, sans-serif;
    height: auto;
    margin: 0;
    padding: 10px;
}

.loading-msg {
    font-size: 11px;
    font-weight: normal;
}

#loading-filecheck.loading {
    left: calc(50% - 92px);
}

#loading-mask-filecheck, #loading-filecheck{
    display:none;
}
