/*************** FORMS ***************/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999 !important;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #999 !important;
}

.gform_wrapper.gravity-theme input[type=color], 
.gform_wrapper.gravity-theme input[type=date], 
.gform_wrapper.gravity-theme input[type=datetime-local], 
.gform_wrapper.gravity-theme input[type=datetime], 
.gform_wrapper.gravity-theme input[type=email], 
.gform_wrapper.gravity-theme input[type=month], 
.gform_wrapper.gravity-theme input[type=number], 
.gform_wrapper.gravity-theme input[type=password], 
.gform_wrapper.gravity-theme input[type=search], 
.gform_wrapper.gravity-theme input[type=tel], 
.gform_wrapper.gravity-theme input[type=text], 
.gform_wrapper.gravity-theme input[type=time], 
.gform_wrapper.gravity-theme input[type=url], 
.gform_wrapper.gravity-theme input[type=week], 
.gform_wrapper.gravity-theme select, 
.gform_wrapper.gravity-theme textarea {
	line-height: 19px;
}

input[type=date], 
input[type=datetime], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=time], 
input[type=url], 
input[type=week], 
select,
textarea {
	border: 1px solid #999999;
	border-radius: 0;
}

.input-group {
	margin: 4px 0;
}

.navbar-dark .form-control {
	border: none;
}




/* ? */

#field_7_3 {
	justify-content: left;
	width: unset;
}



input:disabled,
select:disabled,
.disabled input,
.disabled select {
	pointer-events: none;
	cursor: not-allowed;
	background: #f5f5f5 !important;
	border: 1px solid #dddddd;
	outline: none;
	opacity: 1;
}



.form-control.disabled {
	pointer-events: none;
	cursor: not-allowed;
	color: #555555 !important;
	outline: none;
	opacity: 1 !important;
}

.form-control.disabled .btn.dropdown-toggle.btn-light.disabled {
	pointer-events: none;
	cursor: not-allowed;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	color: #555555 !important;
	outline: none;
	opacity: 1 !important;
}

.gfield_required,
.gform_required_legend,
.gform_wrapper .hidelabel label.gfield_label {
	display: none !important;
}



.gform_wrapper .gf_progressbar {
	padding: 0;
	border-radius: 6px;
	box-shadow: none;
	background: none;
}

.gform_wrapper .gf_progressbar_percentage {
	border-radius: 6px 0 0 6px;
	background: none;
}

.gform_wrapper .gf_progressbar_percentage span {
	margin-top: 3px;
	line-height: 18px;
}


.gform_wrapper .gf_progressbar:after {
	box-shadow: none;
	border-radius: 6px;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}


/* Kleuren komen overeen met merk keluren - zie boven in css */
.gform_wrapper .gf_progressbar_percentage.percentbar_blue 	{ background-color: #2196F3; }
.gform_wrapper .gf_progressbar_percentage.percentbar_gray 	{ background-color: gray; }
.gform_wrapper .gf_progressbar_percentage.percentbar_green 	{ background-color: #767f22; }
.gform_wrapper .gf_progressbar_percentage.percentbar_orange { background-color: #df9a19; }
.gform_wrapper .gf_progressbar_percentage.percentbar_red 	{ background-color: #c10016; }




.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	font: normal normal 12px/24px 'Palanquin', Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	margin: 0 0 8px 0 !important;
}




.gfield_radio .gchoice ,
.gfield_checkbox .gchoice  {
	position: relative;
}



/* Hide the browser's default checkbox */
.gfield_radio input,
.gfield_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.gform_wrapper .gfield_radio div label,
.gform_wrapper .gfield_checkbox div label {
	margin-left: 26px;
}



label {
	font-size: 1em;
	font-weight: 400;
}


/* Create a custom checkbox */
.gfield_checkbox label:before {
	content: " ";
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
	margin-left: 1px;
	border: 1px solid #ccc;
}

.gfield_radio label:before {
	content: " ";
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
}

/* Create a custom radio */
.gfield_radio label:before {
	border-radius: 11px;
}

/* On mouse-over, add a grey background color */
.ginput_container .gfield_radio li:hover label:before,
.ginput_container .gfield_checkbox li:hover label:before {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ginput_container .gfield_radio input:checked + label:before,
.ginput_container .gfield_checkbox input:checked + label:before {
	background-color: #2196F3;
}

/* Certain checkboxes cant be unchecked  */
.ginput_container .gfield_checkbox .gchoice_7_18_1,
.ginput_container .gfield_checkbox .gchoice_7_18_1 input,
.ginput_container .gfield_checkbox .gchoice_7_18_1 input + label,
.ginput_container .gfield_checkbox .gchoice_7_18_1 input:checked + label:before,
.ginput_container .gfield_checkbox .gchoice_7_18_1 input:checked + label:after {
	pointer-events: none;
}

.ginput_container .gfield_checkbox .gchoice_7_18_1 input:checked + label:before {
	background-color: #cccccc;
	
}


/* Create the checkmark/indicator (hidden when not checked) */
.gfield_radio label:after,
.gfield_checkbox label:after {
	content: " ";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */
.ginput_container .gfield_radio input:checked + label:after,
.ginput_container .gfield_checkbox input:checked + label:after {
    display: block;
}


/* Style the checkmark/indicator */
.gfield_checkbox label:after{
	left: 6px;
	top: 4px;
	width: 8px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gfield_radio label:after {
	left: 5px;
	top: 8px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 10px;
}


.ginput_container_fileupload input {
	width: 70%;
}




@media all and (max-width: 640px) {
	.gform_wrapper.gravity-theme .left_label .gfield_label, .gform_wrapper.gravity-theme .right_label .gfield_label {
		margin-bottom: 8px;
	}
	.gform_wrapper.gravity-theme .ginput_container_date input {
		width: 100%;
	}

	.gform_wrapper.gravity-theme .gform_footer.left_label, .gform_wrapper.gravity-theme .gform_footer.right_label, .gform_wrapper.gravity-theme .gform_page_footer.left_label, .gform_wrapper.gravity-theme .gform_page_footer.right_label {
		padding-left: 0;
	}
}





/* Buttons ipv radio - class .buttons */
.gform_wrapper .buttons .gfield_radio div input[type="radio"],
.gform_wrapper .buttons .gfield_radio label:before,
.gform_wrapper .buttons .ginput_container .gfield_radio div:hover label:before,
.gform_wrapper .buttons .ginput_container .gfield_radio div:hover label:after,
.gform_wrapper .buttons .ginput_container .gfield_radio input:checked + label:after {
	display: none !important;
}

.gform_wrapper .buttons .gfield_radio div label {
	margin-left: 0 !important;
}

.buttons .gfield_radio div label {
	font-weight: 500;
	width: 100%;
	max-width: 100%;
	text-align: center;
	border-radius: 3px;
}

.gform_wrapper .buttons .gfield_radio div label {
	padding: 5px;
	background: #e5e5e5;
	margin: 0;
	cursor: pointer;
}

.gform_wrapper .buttons .gfield_radio div:hover label {
	background: #d5d5d5;
}

.gform_wrapper .buttons .gfield_radio div input[type=radio]:checked+label {
	background: #4ac54a;
	border-color: transparent;
	color: #ffffff;
	font-weight: 700;
}

.gform_wrapper.gravity-theme .buttons .gfield-choice-input+label {
	min-width: unset;
	max-width: 100%;
}

.gform_wrapper .buttons .gfield_radio div {
	width: calc(33% - 10px);
	margin: 0 10px 10px 0;
	float: left;
}


@media all and (max-width: 1070px) { .gform_wrapper .buttons .gfield_radio div { width: calc(50% - 10px); } }
@media all and (max-width: 991px)  {  }
@media all and (max-width: 767px)  { .gform_wrapper .buttons .gfield_radio div { width: calc(100% - 0px); }  }
