#preloader {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 9999999; background-color: rgb(254, 254, 254);
}
#preloader p {
	margin: 0px; padding: 0px; width: 100%; color: rgb(149, 156, 166); font-size: 12px;
}
#status {
	overflow: hidden; display: inline-block;
}
.topveload {
	margin: -70px auto 0px; top: 50%; width: 100%; height: 140px; text-align: center; position: absolute;
}
.loadjd {
	margin: -47px auto 30px; width: 100%; text-align: center; color: rgb(108, 116, 128); font-size: 14px;
}
.loadfile {
	color: rgb(108, 116, 128);
}
.pageloadjd {
	margin: -40px auto 30px;
}
.spinner {
	border-width: 3px; border-style: solid; border-color: rgba(95, 191, 95, 1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15); border-radius: 100%; animation:rotation 0.8s linear infinite; width: 50px; height: 50px; -webkit-animation: rotation .8s infinite linear; -moz-animation: rotation .8s infinite linear; -o-animation: rotation .8s infinite linear;
}
