/* **** missing in zamlr ? ****** */
.hide {
	display : none;
}
[ls-showcase] {
	display : none;
}
/* ********** */



#ls-pick-window {
	padding:0;
	margin:0;
	xwidth:100%;
	height:100%;
}

/* css.css line 88 */
.css-lookup-panel
	{
	display : none;
	z-index : 999999;
	background:		rgba(255,255,255,0.6);
	}

.css-user-menu
	{
	position : absolute;
	right : 20px;
	top : -10px;
	}

/* locking stones */
.ls-bag-back {
	z-index : 555;
	opacity : 0.6;
	background : #fff;
}

/* movie counters */
.js-counter
	{
	display : none;
	border:1px solid red;
	}

/* process stone */



#ls-stone-process
	{
	width : 15rem;
	position : fixed;
	bottom : 20px;
	left : 20px;
	z-index : 999;
	}
.js-process-box
	{
	display : none;
	position : relative;
	width:			100%;
	position:		relative;
	text-align:		center;
	}
.js-progress-wrapper
	{
	border:			1px solid steelblue;
	background-color:	#b6cee2;
	width:			90%;
	height:			20px;
	position:		relative;
	left:			5%;
	z-index:		777;
	}
.js-progress-text
	{
	background:		transparent;
	z-index:		888;
	padding-left:		1em;
	line-height:		20px;
	color:			white;
	position:		relative;
	}
.js-progress-bar
	{
	z-index:		777;
	background:		steelblue;
	height:			100%;
	position:		absolute;
	top:			0;
	}
