﻿
.pubLdBXInfor {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-image: url('https://cdn.informanagement.com/shared/img/loader-large.gif');
	-ms-background-repeat: no-repeat;
	background-repeat: no-repeat;
	-ms-background-position: center;
	background-position: center;
	z-index: 10000000;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	width: 80%;
	max-width: 600px;
	margin: auto;
	padding: 0px;
	background-color: #fefefe;
	border: 1px solid #888;
}

.close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.inforwijzer_integratie_popup_btn {
	padding: 7px 15px;
	border: none;
	cursor: pointer;
}

.inforwijzer_integratie_popup_hd {
	width: 100%;
	text-align: right;
}

.popupiframe {
	width: 100%;
	height: 490px;
}

#bailwal_div_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);/*filter: alpha(opacity = 70);
	opacity: 0.7;*/
}

#bailwal_div_frame_parent {
	position: relative;
	width: 700px;
	max-width: 90%;
	margin: 50px auto 0 auto;
	background-color: #fff;
	border: 1px solid;
	z-index: 12;/*-moz-box-shadow: 0 0 10px 10px #BBB;
	-webkit-box-shadow: 0 0 10px 10px #BBB;
	box-shadow: 0 0 10px 10px #BBB;*/
}

#bailwal_overlay_frame {
	width: 100%;
}
 @media only screen and (max-width: 500px) {

#bailwal_div_frame_parent {
	margin: 10px auto 0 auto;
}
