.fancy_details_table {
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 13px;
}

.fancy_details_table td {
	width: 50%;
	text-align: left;
}

.fancy_details_table td:last-child {
	font-weight: bold;
}

.fancy_form {
	display: none;
    width: 500px;
	text-align: center;
	padding: 10px 20px 20px 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancy_form .star_description {
	width: 100%;
}

.fancy_infobox {
	display: inline-block !important;
}

.fancy_infobox p {
	font-size: 13px;
	line-height: 150%;
}

.fancy_form h3 {
	margin-top: 10px;
	padding-bottom: 15px;
}

.fancy_form .inputs {
	padding-top: 15px;
}

.fancy_form .select2 {
	width: 276px !important;
	text-align: left;
	margin-left: 92px !important;
}

.select2-container .select2-dropdown--below {
	z-index: 99999 !important;
}

.fancy_form .select2-hidden-accessible {
	float: left;
	width: 20px;
}

.fancy_form p {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.fancy_form.standard_text p {
	text-align: left;
	font-size: 15px;
	line-height: 20px;
}
.fancy_form.standard_text strong {
	font-weight: bold;
}
.fancy_form.standard_text em {
	font-style: italic;
}
.fancy_form.standard_text code {
	font-family: monospace !important;
}
.fancy_form.standard_text sup {
	vertical-align: super;
	font-size: smaller;
}
.fancy_form.standard_text sub {
	vertical-align: sub;
	font-size: smaller;
}
.fancy_form.standard_text ul {
	float: left;
	width: 100%;
	padding-left: 30px;
	line-height: 11px;
	list-style-type: disc;
}
.fancy_form.standard_text ol {
	float: left;
	width: 100%;
	padding-left: 30px;
	line-height: 11px;
	list-style-type: decimal;
}

.fancy_form_label {
	display: none;
}

.fancy_form .fancy_form_label {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	margin-bottom: 3px;
}

.fancy_form label {
	display: none;
}

.fancy_form select, .fancy_form input, .fancy_form .inputs .small_input {
	float: none;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancy_form .inputs .small_input {
	width: 30%;
}

.fancy_form input {
	text-align: center;
}

.fancy_form .button {
	float: none;
}

.fancy_form .formulier .fake_submit {
	float: left;
}

.fancy_form .extra_add {
	display: none;
}

.table_form table {
	text-align: left;
}

.table_fb {
	width: 100%;
}

.table_fb th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid var(--main-color);
	color: var(--main-color);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.table_fb td {
	vertical-align: middle;
	border-bottom: 1px solid #bdbdbd;
	line-height: 18px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Standaard formulier in fancybox -- BEGIN -- */
.standard_form .inputs {
	margin-bottom: 15px;
}
.standard_form label {
	display: block;
	width: 42%;
	margin-right: 0;
	text-align: left;
}

.standard_form .input_span {
	float: left;
}

.standard_form .inputs select, .standard_form .inputs input, .standard_form .inputs .small_input {
	float: left;
	width: 58%;
	text-align: left;
}

.standard_form .inputs .small_input {
	width: 100px;
}

.standard_form .inputs .small_select {
	width: 85px;
	margin-right: 6px;
}

.standard_form .inputs .select2 {
	width: 266px !important;
	margin-left: 0 !important;
}

.standard_form .radiotekst {
	float: left;
	padding-top: 5px;
}

.standard_form .fancy_radio_span {
	display: none;
}

.standard_form .inputs .select2-hidden-accessible {
	width: 20px;
}

.standard_form .formulier ::-webkit-input-placeholder {
   color: white;
}

.standard_form .formulier :-moz-placeholder { /* Firefox 18- */
   color: white;  
}

.standard_form .formulier ::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

.standard_form .formulier :-ms-input-placeholder {  
   color: white;  
}
/* Standaard formulier in fancybox -- EIND -- */

.fancy_form .tabel td {
	text-align: left;
}

.fancy_form_three_columns {
	width: 1480px;
	padding: 10px 10px 20px 10px !important;
}
.fancy_form_three_columns .fancy_form_column, .fancy_form_three_columns .fancy_form_column_double {
	float: left;
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fancy_form_three_columns .fancy_form_column_double {
	width: 66.66%;
}
.fancy_form_two_columns {
	width: 980px;
	padding: 10px 10px 20px 10px !important;
}
.fancy_form_two_columns .fancy_form_column {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Horizontale mobiel */
@media only screen and (max-width: 767px) {	
	.standard_form .inputs .datepicker_mobile {
		width: 110px;
	}
}

/* Verticale mobiel */
@media only screen and (max-width: 479px) {
	.fancy_form {
	    width: 100%;
	}
	
	.fancy_form select, .fancy_form input {
		width: 85%;
	}
	
	.standard_form .inputs .small_select {
		width: 75px;
	}
}