/**
* Spinner extension for nette.ajax.js
* https://gist.github.com/duskohu/7591174
*/

#ajax-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5) url('spinner.gif') center center no-repeat;
	/*background: black url('./spinner.gif') center center no-repeat;*/
	/*opacity: .5;*/
	z-index: 123456;

	/*position: fixed;*/
	/*width: 50px;*/
	/*height: 50px;*/
	/*background: url('./spinner.gif') no-repeat;*/
	/*z-index: 123456;*/
	/*color: green;*/
}
