/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(1/Preloader_2.gif) center no-repeat rgba(255,255,255,1);
}

/* The Modal (background) */
.waiting {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1060; /* Sit on top */
	left: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	/* editted
	overflow: auto; */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.waiting-content {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(1/Preloader_2.gif) center no-repeat rgba(255,255,255,1);
}

.waiting-img {
	width:7%;
	height:7%;
}