/*
 LICENSE

 AF-Prototype by basic-erp. All Rights reserved!
 See the license.txt, visit http://www.basic-erp.com/license/
 or send a mail to license@basic-erp.com to receive a copy.
*/
/* 
    Created on : 21.09.2018, 22:26:48
    Author     : equinox
*/

#preloader {

	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF;
	z-index:99999;

}

#preloader_status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url("../img/loader.gif"); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
