/* For subModal Loading  */
.modalWindow
{
   
   background: #000000 ;/*url(../App_themes/images/loading.gif) no-repeat center center;*/
   height: 100%;
   width: 100%;
   position: fixed;
   z-index: 9999999;
   left: 0;
   top: 0;
   right:0;
   
   /*margin: -25px 0 0 -25px;*/

    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
   opacity: 0.7;
   text-align:center ; 
   vertical-align:middle ; 
   color:White ; 
   font-size:x-large ; 
 /*
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1500;
    background: gray;
    opacity: 0.7;
*/
 
                            
                          
                        
}

.modalWindow span 
{
    left:50%; 
    top:50%; 
    transform:translate(-50%,-50%); 
    -webkit-transform:translate(-50%,-50%); 
    background-color:gray; 
    color:white; 
    position:absolute; 
}

.ui-loader{
    z-index: 1501;
}

.ui-content {
	color: black !important;
	text-shadow: none !important;
}

.img-loading-modal-style
{
    width: 100px; 
    height: 135px;
    padding: 10px; 
  /*  position: fixed; 
    top: 45%; 
    left: 47%;*/
}
/* For subModal Loading  */