form.mx_form .mx_form_row {
	display: table;
	clear: both;
	margin-bottom: 3px;
	width:100%;
	color:#221e1f;
}

form.mx_form .mx_form_spacer {
	display: table;
	clear: both;
	height: 1em;
}

form.mx_form .mx_form_label {
	display: table;
	clear: both;
	height: 1em;
	font-weight: bold;
}

form.mx_form label {
	width: 100%;
	float: left;
margin-bottom: 5px;
font-weight: bold;

}



form.mx_form input[type=submit] {
	margin-left: 150px;
}

form.mx_form input[type=text], form.mx_form input[type=email] {
    max-width: 600px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
        line-height: 36px;
    padding: 0 10px;
    border: solid 1px #ccc;
    background-color: #f8f8f8;
    font-size: 24px;
    
}

form.mx_form input[type=submit] {
    background-color: #1b83c6;
    display: inline-block;
    padding: 12px;
    /* -webkit-border-radius: 25px; */
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    /* border-radius: 25px; */
    color: #FFFFFF !important;
    position: relative;
    margin: 5px 0;
    overflow: hidden;
    border: none;
}
form.mx_form  input[type=submit]:before{
	 border-color: transparent transparent transparent #00a885;
	 position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: -13px;
    left: 0px;
    border-width: 30px 0 30px 28px;
     border-style: solid;
    filter: drop-shadow(3px 0px 0px #FFFFFF);
}

form.mx_form input[type="submit"]:hover{
    background-color: #ced334;
}



form.mx_form .mx_form_input {
	float: left;
	display: table;
	padding: 10px 0;
	max-width: 600px;
    width: 100%;
}
.mx_form_row .button.blauw {border:0; cursor:pointer; }
.mx_form_row .button.blauw:before {top:-13px;}


.mx_captcha {
	width: 50px;
}
.mx_form_input select{
	padding:10px;
	width:100%;
	max-width:600px;
	border: solid 1px #ccc;
    border-radius: 5px;
    color: #221e1f;
    padding: 10px 15px;
    text-align: left;
    font-weight: normal;
}
.mx_form_input input{
	padding:10px;
	width:100%;
	max-width:600px;
	border: solid 1px #ccc;
    border-radius: 5px;
    color: #221e1f;
    padding: 10px 15px !important;
    text-align: left;
}

.mx_form_input textarea {
	margin-bottom:10px;
	width:100%;
	max-width:600px;
 	 -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
        line-height: 36px;
    padding: 0 10px;
    border: solid 1px #ccc;
    background-color: #f8f8f8;
    font-size: 24px;
  
}


form.mx_form .mx_form_input {
    display: table;
    float: left;
    font-size: 20px;
    
    
}
.mx_form_input_option {
	   
}
.mx_form_input_option span {
    padding: 4px 1px 7px 7px;
    position: absolute;
}

form.mx_form input[type="radio"],
form.mx_form input[type="checkbox"] {
  width: 30px;
    height: 30px;
    accent-color: #00a885;
    
}






/*input[type=checkbox] {
    display: inline;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  border:none;
  width:20px;
      height: 28px;
      background-color: #fff;
  
}


form.mx_form input[type=checkbox]:before {
       content: "\2714";
       color:#ddd;
    border: 1px solid #ddd;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 5px;
    text-align: center;
    vertical-align: bottom;
    transition: .2s;
    background-color: #dddd;
}

form.mx_form input[type=checkbox]:active:before {
  transform: scale(0);
  background-color:#f3702a;
}

form.mx_form input[type=checkbox]:checked:before {
  background-color: #f3702a;
  border-color: #f3702a;
  color: #fff;
  font-size: 19px;
}

form.mx_form input[type=checkbox]:disabled:before {
  border-color: #aaa;
}

form.mx_form input[type=checkbox]:checked:disabled:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
*/




















form.mx_form input[type=radio] {
    display: inline;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;

}


form.mx_form input[type=radio] {
    display: inline;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  border:none;
      width: 20px;
}

form.mx_form input[type=radio] {

}

form.mx_form input[type=radio]:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.2em;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
      border-radius: 50%;
          background-color: #fff;
}

form.mx_form input[type=radio]:active:before {
  transform: scale(0);
}

form.mx_form input[type=radio]:checked:before {
  background-color: #00a885;
  border-color: #00a885;
  color: #fff;
}

form.mx_form input[type=radio]:disabled:before {
  transform: scale(1);
  border-color: #aaa;
}

form.mx_form input[type=radio]:checked:disabled:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 1199px) {
}


.grecaptcha-badge {
    width: 256px;
    height: 60px;
    transition: right 0.3s ease 0s;
    position: fixed;
   bottom: 64px !important;
    right: -186px;
    box-shadow: grey 0px 0px 5px;
    z-index:1001 !important;
}

.mx_error input, .mx_error textarea {
	border-color:red !important;
}
.mx_error .mx_form_input_option{ color:red !important;} 






