@charset "utf-8";
.qsquestions-thesis-list{
    padding: 0px;
    margin: 0px;
    border: 1px #ddd solid;
    border-radius: 10px;
    overflow: hidden;
}
.thesis-list-items{
    float: left;
    margin: 14px 0px 0px 9px;
    padding: 0px;
}

.innercontainer {
	position: relative;
	margin: 0px auto;
	text-align: center;
	height: auto;
	z-index: 1003;
}

.innercontainer {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	top: 2%;
	width: 75%;
	min-height: 150px;
	height: auto;
	-webkit-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	-moz-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	-ms-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	-o-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
}

.closeoverlay {
	float: right;
	cursor: pointer;
	margin: 0px 20px 0px 0px;
	font-size: 20px;
}

.block {
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	background-color: #ffffff;
	padding: 12px 20px 15px;
	margin-top: 0;
	margin-bottom: 25px;
}

.blockheader {
	padding: 10px 0;
	min-height: 48px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	border-radius: 0 !important;
	box-sizing: border-box;
}

.blocksubheader {
	padding: 10px 0;
	min-height: 40px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	border-radius: 0 !important;
	box-sizing: border-box;
	background: #f5f5f5;
	margin-top: 10px;
}

.blocktitle {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}

.blocksubheadertitle {
	float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	padding-left: 4px;
}

.blocksubtitle {
	padding: 0;
	margin: 0;
	line-height: 13px;
	color: #9eacb4;
	font-size: 13px;
	font-weight: 400;
}

.blockactions {
	line-height: 18px;
	float: right;
	display: inline-block;
	margin: -5px 0px 0px 0px;
}

.blockactions-text {
	font-size: 14px;
}

.blockfooter {
	padding: 10px 0;
	min-height: 48px;
	margin-top: 5px;
	border-radius: 0 !important;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	clear: both;
}

.block-footer-actions {
	line-height: 18px;
	float: right;
	display: inline-block;
	margin: 0px 0px 0px 0px;
}

.block-content-text {
	line-height: 1.7em;
	opacity: 0.7;
}

.row:after, .overlayinputs:after {
    clear: both;
    content: '';
    display: block;
}

.overlayinputs .form-group {
    width: 48%;
    float: left;
    margin: 1%;
}

.overlayinputs .form-group .form-control {
    box-sizing: border-box;
}

.overlayBlock {
    border: 1px solid #f7f6fa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.overlayBlockheader {
    background: #f7f6fa;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}

.overlayBlockheader h4 {
    margin: 0px;
    padding: 0px;
}

.overlayrow .row-col-xl-6, .overlayrow .row-col-lg-6 {
    width: 48%;
    margin: 1%;
}

.qsquestion-parts-h2{
	margin: 15px;
}
.qsquestion-row-dark{
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 0px 25px 0px;
}
.qsquestion-choice-dark:hover{
	background: #eee;
}
.label-thesis{
	font-size: 16px;

}

.molliepaymentlist {
    padding: 0px;
    margin: 0px;
}
.molliepaymentlist li {
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 20px;
}

.molliepaymentlist li label {
    min-width: 0px;
}

.idealissuer {
	width: 100%;
}


/* Beetje vormgeving voor formulier */
#inneroverlay {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.datatable {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.datatable-head {
	font-weight: 600;
	font-size: 18px;
}

.datatable tr td, .datatable  tr td {
	padding: 10px;
}

.overlayinputs {
	text-align: left;
}

