<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loadmask {
    z-index: 10000;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    zoom: 1;
    background-color:#eee;
    cursor: wait;
}

.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1; /* this enables us to center the label text relative to the spinner */
}

.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}</pre></body></html>