﻿#indicatorContainer {
    background: rgba(255, 255, 255, 0.44);
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000000;
    display:  none;
}

    #indicatorContainer .spinner {
        top: 50% !important;
        position: absolute;
        background: url(/Content/Images/ios-spinner.gif) no-repeat center center;
        /* background: url(/Content/Images/spinner.gif) no-repeat center center; */
        width: 250px;
        height: 250px;
        /* margin-top: 25%; */
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }

    #indicator {
    background: rgba(255, 255, 255, 0.44);
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000000;
    display: none;
}

    #indicator .spinner {
        top: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }

    #indicatorContainer .indicator-message {
        position: absolute;
        margin: auto 25%;
        top: 25%;
        width: 50%;
        text-align: center;
        font-size: 40px;
        color: #A82121;
        background: rgba(255, 255, 255, 0.86);
        border: 0px solid;
        border-radius: 6px;
        text-shadow: 0px 1px 1px #000;
    }
