@CHARSET "UTF-8";

/*
      visibility: hidden;
      background-color: rgba(255,255,255,0.7);
      position: absolute;
      z-index: +100 !important;
      width: 100%;
      height:100%;
	*/

.ajax-loader {
	
	
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.7);
	visibility: hidden;
	width: 100%;
    height:100%;
	z-index: +100 !important;
}
    
.ajax-loader img {
      position: relative;
      top:50%;
      left:50%;
}
    
 
.img-loader-responsive{
	display: block;
	background: url(images/loading6.gif) no-repeat;
	width:105px;
	height:16px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


.loaderText {
	top: 52%;
	left: 50%;
	position: absolute;
}


.redirectLink {
	top: 54%;
	left: 50%;
	position: absolute;
}
