﻿.DemoSite-LoadingDialog {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
}


    .DemoSite-LoadingDialog-ModalMask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #555555;
        opacity: .95;
    }

    .DemoSite-LoadingDialog-ModalText {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
    }

    .DemoSite-LoadingDialog-ModalTextWrapper {
        width: 420px;
        margin-top: 400px;
        margin-left: auto;
        margin-right: auto;
        /* border: 1px solid #000000; */
        font-size: 28px;
        background: #EEEEEE;
        border-bottom: 5px solid #;
        border: 5px solid #008897;
        background: #08636D;
        padding: 10px 20px;
        color: #FFFFFF;
        box-shadow: 1px 1px 24px #000000;
        font-weight: bolder;
        /* color: #008897; */
        border-top: 5px solid #008897;
    }
