﻿#loading-overlay {
    text-align: center;
    font-weight: 600;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    /*box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3) inset;*/
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;    
}

#loading-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
}

#loading-logo 
{
    display: inline-block;
    width: 89px;
    height: 90px;
    background-image: url('../Images/cpra_logo.png');
    background-repeat: no-repeat;
}

#loading-text {
    /*padding-top: 100px;*/
    display: inline-block;
    font-family: Tahoma !important;
    font-size: 40px;
    font-weight: bold;    
    color: #000;
    margin-left: 8px;
}

#loading-gif {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 20px;
    background-image: url('../Images/loading_ellipsis.gif');
    background-repeat: no-repeat;
}