@charset "UTF-8";

#msllWidgetArea{
	position: relative;
}

#msllWidgetOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.6);
	display: none;
}

/* #cbSelType{
	padding: .857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    border: 0;
    border-radius: 1.571em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    width: 100%;
    border-radius: 0px;
} */

.msll-barcode {
	display: inline-block;
}

.msll-check-button {
	display: inline-block;
	width: fit-content;
}

#msllResult {
	/*display: none;*/
	margin-bottom: 20px;
}

#msllResult table{
	width: 100%;
}

#msllResult td{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
}

#msllResult td.msll-right{
	text-align: right;
}

#msllHasNot {
	display: none;
	font-weight: 700;
}

#msllBodovi {
	font-weight: 700;
}

.myspotlight-widget, .erste-widget, .widget-select{
	margin-bottom: 20px;
}

.myspotlight-widget, .erste-widget{
	display: none;
}

.msll-text-mb10{
	margin-bottom: 10px;
}