/*
    loading.css
    web-communication.eu | 14/04/2016
    Copyright 2016 web-communication.eu
*/


#light {
	position:              absolute;
	top:                   0;
	left:                  0;
	display:               none;
	z-index:               100000;
}

.white {
	background-color:      rgba(255,255,255,0.80);
}
.black {
	background-color:      rgba(0,0,0,0.80);
}
.dark {
	background-color:      #000000;
}

#loading {
	position:         		fixed;
	width:              	60px;
	height:             	60px;
	left:               	50%;
	top:                	50%;
	margin-left:        	-30px;
	margin-top:        		-60px;
	display:            	none;
	z-index:            	100001;
}	 	
	
#loading img {
	max-width:				60px;
}	