/* betalen met krediet knop en totalen uitlijnen op factuur */
.invoice-container form .col-xs-8.col-xs-offset-2.col-sm-4.col-sm-offset-4 {
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}

.popup_clientarea {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.popup_clientarea.opened {
	display: block;
}

.popup_background {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.popup_content {
	z-index: 2;
	position: absolute;
	width: 800px;
	max-width: 100%;
	background: white;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	border-radius: 5px;
	overflow: hidden;
	max-height: 100%;
}

.invoice .popup_content {
	width: 900px;
	max-width: 90%;
}

.popup_content iframe {
	border: none;
	width: 100%;
	height: 670px;
	max-height: 100%;
}

.invoice .popup_content iframe {
	height: 800px;
	max-height: 100%;
}

.card-footer.text-center {
	display: none;
}

.close_popup {
	position: absolute;
	width: 22px;
	height: 20px;
	right: 15px;
	margin-right: 15px;
	top: 17px;
	background-image: url(/templates/hostiko-material/images/close-455a64.svg);
	cursor: pointer;
	background-size: cover;
	background-color: transparent;
}

.invoice-container .close_popup {
	top: 17px!important;
}

.close_popup:before {
	content: "sluiten";
	float: left;
	position: absolute;
	left: 0px;
	margin-left: -75px;
	padding-right: 15px;
	padding-left: 15px;
	color: #455a64;
	font-weight: 400;
}

.popup_content:after {
	position: absolute;
	width: 100%;
	content: '';
	height: 42px;
	background-color: #f6f7f8;
	left: 0;
	bottom: 0;
}
