/* Maris LightBox */

/* class t.b.v deactiveren achtergrond */
.no_scroll {
	height: 100%;
	overflow: hidden;
}

#mlb-iframe {
	overflow: auto;
	width: 100% !important; 
	height: 100% !important; 
}

h3.mlb-title {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.mlb-deactive {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index: 9990;
}

.mlb-container {
	border-radius: 0.25rem;
	position: fixed;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	width: 280px;
	top: 250px;
	right: 200px;
	z-index: 9992;
	display: none;
}

.mlb_title {
	font-weight: bold;
	font-size: 1.2em;
	color: #173642;
	height: 30px;
	padding-left: 0px;
	padding-top: 6px;
}

.mlb-content {
	color: #000;
	padding: 0px 14px 0px 14px;
	height: 98%;
	overflow: hidden;

	display: flex;
	flex-direction: column;
}


.mlb-content > div:first-of-type {
	/* MLB Header */

}

.mlb-content > span#mlb_content {
	/* MLB Content */
	flex-grow: 1;
}



.mlb-content table {
	padding: 0px;
}

.mlb-content td {
	font-size: 0.95em;
	padding: 2px 2px 2px 0px;
}

.mlb-content div ul {
	list-style: none;
	display: inline-block;
	float: right;
}

.mlb-content div ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mlb-content div ul li {
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin-top: 6px;
	margin-right: 6px;
	float: left;
	cursor: pointer;
}

.mlb-content div ul li:last-child {
	margin-right: 0px;
}

.mlb-close {
	background-image: url(/grfx/close-lightbox-btn.png);
}

.mlb-deactive {
	display: none;
}

.mlb-active {
	display: block;
}

.mlb-ready {
	border: 1px solid #c5b791;
	font-weight: bold;
	color: #c5b791;
	text-indent: 0px !important;
	line-height: 18px;
	width: auto !important;
	height: auto !important;
	padding: 0px 6px 0px 6px;
	display: none;
}

@media only screen and (min-width: 300px) and (max-width:940px) {
	.mlb-container {
		left: 2% !important;
		max-width: 96%;
		top: 2% !important;
	}
}