/* 
    Document   : loadingIndicator
    Created on : Nov 16, 2013, 5:35:25 PM
    Author     : Samata
    Description:
        Purpose of the stylesheet follows.
*/

.loading_backdiv{
    width:100%;
    height:100%;
    min-height: 100%!important;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 10000;
/* position: absolute;
   display: table-cell;
    text-align: center;
    vertical-align:middle;
   z-index: 1000;*/
/*    width: 100%;
    height: 100%;*/
/*    background-color: blue;*/
    background-color: rgba(0, 0, 0, 0.6);
    
    
}
.loading_img{
    background:url("images/ajax-loader.gif") no-repeat center center;
    height:100%;
    width:100%;
    position: fixed;
    
/*     top: 50%;
    left: 50%;*/
     /*transform: translate(-50%, -50%);*/
    
}
