.cms_content label {
  font-weight: 300; }

.cms_content .form .row {
  margin-right: 0px;
  margin-left: 0px; }

.cms_content input, .cms_content textarea, .cms_content select {
  height: 60px;
  width: 100%;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px; }

.cms_content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1; }

.cms_content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1; }

.cms_content :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1; }

.cms_content :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1; }

.cms_content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.cms_content select::-ms-expand {
  display: none; }

.cms_content select {
  width: 100%;
  /*	  background-image:url(../../img/main/arr_blue_down.png);
  	  background-repeat:no-repeat;
  	  background-position:center right 10px;*/ }

.cms_content textarea {
  height: 150px;
  padding-top: 8px; }

.cms_content input[type="checkbox"], .cms_content input[type="radio"] {
  display: none; }

.cms_content input[type="checkbox"] + label span, .cms_content input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 5px 10px 10px 0;
  vertical-align: middle;
  background: url(../../img/standaard/forms.png) left top no-repeat;
  cursor: pointer; }

.cms_content input[type="checkbox"]:checked + label span {
  background: url(../../img/standaard/forms.png) -19px top no-repeat; }

.cms_content input[type="radio"] + label span {
  background: url(../../img/standaard/forms.png) -39px top no-repeat; }

.cms_content input[type="radio"]:checked + label span {
  background: url(../../img/standaard/forms.png) -58px top no-repeat; }

.cms_content .radio {
  width: 19px;
  background-color: #FFF;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  height: 15px;
  border-radius: 0px; }

/***/
.verpicht {
  color: #F80004; }

.form, .form .row {
  float: left;
  width: 100%;
  text-align: left; }

.form {
  margin-left: 0px; }

.form .row {
  clear: both; }

.form {
  margin-bottom: 30px; }

.form .row {
  margin-bottom: 20px; }

.form .row .c1, .form .row .c2, .form .row .c_100 {
  float: left;
  width: 40%;
  line-height: 35px; }

.form .row .c1 {
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  padding-top: 18px; }

.form .row .c2 {
  width: 60%; }

.form .row .c_100 {
  width: 100%;
  line-height: 24px; }

/***/
div.custom_file_upload {
  width: 100%;
  height: auto; }

input.file {
  outline: none;
  width: calc(100% - 182px); }

div.file_upload {
  height: 60px;
  line-height: 60px;
  background-color: #6b7783;
  border: solid 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  display: inline;
  position: absolute;
  overflow: hidden;
  margin-left: 0px;
  width: 182px; }

div.file_upload:hover {
  background-color: #009fe3;
  transition: all 0.3s ease 0s; }

div.file_upload:before {
  content: 'Bestand';
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer; }

body.fr div.file_upload:before {
  content: 'Fichier'; }

div.file_upload input {
  position: relative;
  height: 40px !important;
  width: 312px;
  display: inline;
  cursor: pointer;
  opacity: 0; }
