/* CSS Document */

/* --------------------------------------
    5. ScreenLock
-------------------------------------- */
.eleft_screenlock {
	position:fixed;
	top:0;
	left:0; 
	width:100%;
	height:100%;
	display:none;
	z-index:20000;
	background-color:rgba(255,255,255,0.80);
}
.eleft_screenlock_table {
	display:table;
	width:100%;
	height:100%;
}
.eleft_screenlock_cell {
	display:table-cell;
	text-align:center;
	vertical-align:middle
}
.eleft_screenlock_content {
	padding:10px;
}
.eleft_screenlock_image {
	display:inline-block; 
	max-width:270px;
}
.eleft_screenlock_gap {
	display:block;
	height:25px;
}