/*
	Copyright (C) 2015, 2016 Nicklas Larsson.
*/
#modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 0, 0, 0, .95 )
	url('/login/img/spinner_bar.gif')
	50% 50%
	no-repeat;
}

#modal_text {
	color: #fff;
	margin-top: 20pt;
}

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body.loading {
	overflow: hidden;
}

body.loading #modal {
	display: block;
}
