<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.progresscontainer
{
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0);
    z-index: 30000;
}

.progresspanel
{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -115px;
    padding: 20px;
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    height: 20px;
    width: 190px;

}

    .progresspanel .text
    {
        color: #000000;
    }
    .progresspanel .icon
    {
        width: 16px;
        height: 16px;
        background-image: url(img/loader.gif);
        float: left;
        margin-right: 20px;
    }
</pre></body></html>