.formular_table {
  font-size: 12px;
  font-family: sans-serif;
  width: 570px;
}
.formular_table p {
  font-size: 12px !important;
}
.label_col {
  text-align: left;
  width: 214px;
  cursor: default;
}
.label_editable {
  cursor: text;
} /* background-image:url('/form_editor/images/edit.gif'); background-repeat:no-repeat; background-attachment:fixed; background-position:right top; }*/
.tableDnDDrag {
  background-color: #eeeeee;
  color: #6aa20b;
}
.showDragHandle {
  background-image: url('/form_editor/images/updown2.gif');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: move;
}
.dragHandle {
  width: 25px;
}
.input_col {
  width: 300px;
}
.input_col input,
select,
input#einladungscode {
  /* background-color: #eeeeee; */
  border: 1px dotted #404040;
  width: 300px;
  font-size: 13px;
  height: 29px !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

input#einladungscode {
  padding: 10px 20px !important;


  /* Fix 09.04.2022 */
  box-sizing: border-box !important;
  padding: 20px 15px !important;
}

.input_col input,
select,
input.invitation_nachname {
  /* background-color: #eeeeee; */
  border: 1px dotted #404040;
  width: 300px;
  font-size: 13px;
  height: 29px !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

.input_col textarea {
  background-color: #eeeeee;
  border: 1px dotted #404040;
  width: 300px !important;
  height: 100px !important;
  font-size: 13px;
}
.invitation_col {
  width: 300px;
  background-color: #eeeeee;
  border: 1px dotted #404040;
}
.invitation_col div {
  margin: 0px;
  padding: 0px; /*width:500px;*/
}
.required_col {
  width: 25px;
}
.additional_inputfield_complex {
  width: 520px;
}
.additional_inputfield_complex input {
  background-color: #eeeeee;
  border: 1px dotted #404040;
  width: 300px;
  font-size: 13px;
  height: 25px;
}
.captcha_stuff {
  border: 1px solid #dfdfdf;
}
.lang_en_text {
  color: #707070;
}

.emaileditorInfo {
  padding: 0.6em;
  margin: 0.3em 0 1em 0;
  background-color: #ff2626;
  color: white !important;
  border: 1px solid #c80000;
}

#main_content .emaileditorInfo * {
  color: white !important;
  border-bottom-color: white;
}
