#loading-mask
{
    position: absolute;
    left:     0;
    top:      0;
    width:    100%;
    height:   100%;
    z-index:  20000;
}
#loading-mask.overlay{
    background-color: white !important;
}
#loading-logo
{
    margin:0;
    padding:0;
    position: absolute;
    width:100%;
    height:100%;
    color: #3892d3;
    font: 11px Arial,Helvetica,sans-serif;
    background-image:url(images/edCenterInCloud.png)!important;
    background-color: rgba(255,255,255,0.5);
    background-position: center center;
    background-repeat: no-repeat;
}
#loading-logo.overlay{
    z-index: 20001;
}
#loading-animator
{
    height: 100%;
    width: 100%;
    background-image:url(images/ajax_loader.gif)!important;
    background-position: center center;
    background-repeat: no-repeat;
}