.fancy_inputs {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}

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

.fancy_inputs label {
	display: none;
}

.fancy_inputs select, .fancy_inputs input {
	float: none;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fancy_form .formulier .inputs .select2-selection__rendered {
	height: auto;
}

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

.fancy_details_table th {
	font-weight: bold;
}

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

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

.fancy_form {
    display: none;
	width: 500px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 40px;
	padding: 30px 10px 20px 10px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancy_form.standard_text p {
	text-align: left;
}

.fancy_form .button {
	float: none;
}

.fancy_form .fancy_info {
	float: left;
	width: 100%;
	font-size: 14px;
	text-align: left;
}

.notification_icon {
	color: #ffb702;
	font-size: 25px;
}

.fancy_schema {
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 15px;
	text-align: left;
}

.fancy_schema tr td:last-child, .fancy_schema tr th:last-child {
	text-align: right;
}

.fancy_schema tr th {
	font-weight: bold;
	color: #42682a;
}

.fancy_inputs {
	text-align: center;
}

.fancy_inputs .radio_span {
	float: left; 
	width: 100%; 
	text-align: center;
	font-size: 12px;
}

.fancy_inputs select, .fancy_inputs input {
	float: none !important;
	width: 50% !important;
	margin-left: 0 !important;
	text-align: center;
}

.fancy_inputs input {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.fancy_form .inputs .small_input {
	float: none !important;
	/*width: 50% !important;*/
}

.fancy_inputs .radio {
	width: 19px !important;
}

.fancy_submenu {
	float: left;
	width: 100%;
	text-align: left;
}

.fancy_submenu a {
	cursor: pointer !important;
}

.fancy_span {
	float: left;
	font-weight: bold;
	width: 100%;
	margin-top: 20px;
}

.fancy_message {
	float: left;
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.fancybox_table th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #42682a;
	color: #42682a;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

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

.parcel_fancybox {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.parcel_fancybox .button {
	margin-right: 5px;
	margin-left: 5px;
}


.fancy_infobox {
	display: inline-block !important;
}
.fancy_infobox p {
	font-size: 13px;
	line-height: 150%;
}


.fancybox_info_table {
	float: left;
	width: 100%;
	line-height: 25px;
}

.fancybox_info_table td:first-child {
	width: 50%;
}

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

.fancybox_info_table_small {
	margin-top: 20px;
}

.fancybox_info_table_small td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.fancybox_info_table_small th:last-child, .fancybox_info_table_small td:last-child {
	padding-right: 10px;
}

.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 th {
	vertical-align: middle;
	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: 8px;
}

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

.table_fb tr:last-child td {
	border-bottom: none;
}

.table_fb strong {
	font-weight: bold;
}

.table_fb .comment_description {
	float: left;
	width: 100%;
	font-size: 11px;
	line-height: 13px;
}
.table_fb .attachment_description {
	float: left;
	width: 100%;
	margin-top: 5px;
}

.table_fb .type_icon{
	float: left;
	margin-top: 5px;
}
.table_fb .type_icon i {
	font-size: 30px;
}

.table_fb input {
	text-align: left;
	color: black;
}

/* Standaard formulier in fancybox -- BEGIN -- */
.standard_form .inputs {
	margin-bottom: 15px;
}
.standard_form label {
	display: block !important;
	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%;
	margin: 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.standard_form .inputs .small_input {
	float: left !important;
	width: 85px;
}

.standard_form .inputs .radio_span {
	display: none;
}

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

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

.fancybox-slide .standard_form .inputs .normal_textarea{
	margin-left: 0px;
	width: 266px;
} 

.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 -- */

/* Horizontale mobiel */
@media only screen and (max-width: 767px) {	
	.fancybox_button {
		float: left;
		width: 50%;
		text-align: right;
		margin-bottom: 15px;
	}
	
	.fancybox_button:nth-child(even) {
		text-align: left;
	}
}

/* Verticale mobiel */
@media only screen and (max-width: 479px) {
	.fancy_form {
	    width: 100%;
	}
	
	.fancy_form select, .fancy_form input {
		width: 85% !important;
	}
	
	.fancy_form input[type="checkbox"], .fancy_form input[type=radio] {
		width: 17px !important;
		margin-right: 3px;
	}
	
	.fancy_form .small_input_fancy {
		width: 55% !important;
		margin-left: 3px !important;
	}
	
	.form_fix select, .form_fix input  {
		width: auto !important;
		min-width: 141px !important;
	}
	
	.form_fix input[type="checkbox"], .form_fix input[type=radio] {
		min-width: 17px !important;
	}
	
	.form_fix .radio_rows {
		width: 15px !important;
		margin-right: 5px !important;
	}
	
	.form_fix select {
		width: 70px !important;
	}
}


@media only screen and (max-width: 320px) {
	.parcel_fancybox .button {
		font-size: 12px;
	}
}