/* $Id: ui-screenlock.css 12054 2011-07-07 11:09:02Z pashin $ */

.ui-screenlock {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.ui-screenlock-darkbox {
	position: absolute;
	background: #2d3038;
	opacity: 0.65;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.ui-screenlock .ui-notification--cloud {
	position: absolute;
}