/* semantic ui: add uk flag for "EN" */
i.flag.en:before:before{background-position:-36px -26px}

[ls-feature] {
	color : red;
}

.ls-feature-active * {
	color : green !important;	
}

.ls-feature-disabled * {
	cursor:default !important;
	opacity : 0.6;
	color : crimson !important;	
}
button.ls-feature-disabled {
	cursor:default !important;
	opacity : 0.6;
	background : crimson !important;	
}

/* error message box underneath form */
.ls-errmsg {
	display:none;
} 
div[id^="ls-stone-"] {
	display : none;
}

.ls-bag {
	position : relative;
	display : none;
}

.ls-bag-back, .ls-bag-front {
	position : absolute;
	width : 100%;
	height : 100%;
	left : 0;
	top : 0;
	z-index : 666;
}

.ls-bag-back {
	z-index : 555;
	opacity : 0.6;
	background : #efefef;
}

.ls-hide {
	display : none !important;
}

.ls-bag-front
	{
	display : table;
	width : 100%;
	}
.ls-bag-front div.loading
	{
	font-size:1.4em;
	font-weight:bold;
	text-align : center;
	display: table-cell;
	vertical-align: middle; 
	}

.ls-pick-item .ls-inc::before {
	content : "+",
	padding : 1em;
}
.ls-pick-item .ls-dec::before {
	content : "-",
	padding : 1em;
}

.ls-icon {
	background-image:url(img/apppdf.gif)
}

#ls-search form.ls-query {
	width : 100%;
	position : fixed;
	background : #F3F3F3;
}

#ls-search form.ls-output fieldset {
	border : 1px solid #c0c0c0;
	padding : 1px;
	background : #fff;
	margin-bottom : 5px;
}

#ls-search form.ls-output div.summary {
	font-size : 10px;
	height : 40px;
	overflow : auto;
	font-style : italic;
}
#ls-llmenu
	{
	position:		fixed;
	top:			3.4em;
	left:			0.4em;
	width:			12em;
	}


/* L$2 */

fieldset {
	border : none;
}
.movie-list fieldset {
}
.movie-list label {
	border : 2px solid blue;
	float : left;
}
#ls-root-error {
	position : absolute;
	background : #efefef;
	top : 0;
	left: 0;
}

.ls-movie {
	cursor : pointer;
}


.js-source-item-1
	{
	display : block;
	}

/* For Semantic UI */

.js-ribbon-0
	{
	display: none !important;
	}

