/** RFQ **/
form.rfq-form {
  width: 600px;
  font-size: 1em;
  margin-bottom: 20px;
}

@media print {
  form.rfq-form {
    display: none;
  }
}

form.rfq-form fieldset {
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}

form.rfq-form label,
form.rfq-form input,
form.rfq-form select,
form.rfq-form textarea,
form.rfq-form button {
  font-family: Lato, "Corbert", Helvetica;
}

form.rfq-form label {
  font-size: 80%;
}

form.rfq-form .field_icon:before {
  content: "";
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  position: relative;
  vertical-align: middle;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

form.rfq-form #_name_field.field_icon:before {
  background-image: url(../icons/forms/icon_name.svg);
}

form.rfq-form #_email_field.field_icon:before {
  background-image: url(../icons/forms/icon_email-address.svg);
}

form.rfq-form #_phone_field.field_icon:before {
  background-image: url(../icons/forms/icon_phone.svg);
}

form.rfq-form #_telegram_field.field_icon:before {
  background-image: url(../icons/forms/icon_telegram.svg);
}

form.rfq-form #_offer_field.field_icon:before {
  background-image: url(../icons/forms/icon_offer.svg);
}

form.rfq-form #_message_field.field_icon:before {
  background-image: url(../icons/forms/icon_message.svg);
}

form.rfq-form #_gdpr_field.field_icon:before {
  background-image: url(../icons/forms/icon_gdpr.svg);
}

form.rfq-form input,
form.rfq-form textarea,
form.rfq-form select {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}

form.rfq-form textarea {
  resize: vertical;
}

form.rfq-form input[type=checkbox] {
  width: auto;
}

form.rfq-form button {
  background: #424242;
  border: none;
  color: #ffffff;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11pt;
  font-weight: bold;
  margin: 10px 0px;
  cursor: pointer;
  border-radius: 3px;
}

form.rfq-form input:disabled,
form.rfq-form select:disabled,
form.rfq-form textarea:disabled {
  color: #111 !important;
  background-color: #fff !important;
}

form.rfq-form .notsupported_error,
form.rfq-form .status_message,
form.rfq-form .success_message,
form.rfq-form .field_error,
form.rfq-form .internal_error {
  font-weight: bold;
}

form.rfq-form .status_message {
  color: #E0D100;
}

form.rfq-form .success_message {
  color: #31A517;
}

form.rfq-form .notsupported_error,
form.rfq-form .field_error,
form.rfq-form .internal_error {
  font-size: 9pt;
  color: #a61717;
}

form.rfq-form ._gdpr_consent {
  font-size: 85%;
}

form.rfq-form ._offer_item_wrapper {
  margin-bottom: 5px;
}

form.rfq-form #_offer_field {
  padding-top: 10px;
}

form.rfq-form #_offer_items {
  width: 490px;
}

form.rfq-form #_offer_field #_offer {
  margin-top: 5px;
}

form.rfq-form #_message_field {
  padding-top: 10px;
}

form.rfq-form #_message_field #_message {
  margin-top: 5px;
}

form.rfq-form ._offer_item_price_quantity_container {
  float: right;
  margin-right: 30px;
}

form.rfq-form ._offer_item_name {
  font-size: 80%;
}

form.rfq-form ._offer_item_price {
  font-size: 65%;
}

form.rfq-form ._offer_item_price {
  font-weight: bold;
}

form.rfq-form label.required:after {
  content: "*";
  display: inline-block;
  width: 1em;
  height: 1em;
  color: red;
  font-size: 0.95em;
  margin-left: 2px;
}

form.rfq-form #form-status,
form.rfq-form #form-success,
form.rfq-form #form-error {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-collapse: collapse;
  border-top: 1px solid #e8e8e8;
}

form.rfq-form #_name_field,
form.rfq-form #_email_field,
form.rfq-form #_phone_field,
form.rfq-form #_telegram_field,
form.rfq-form #_offer_field,
form.rfq-form ._offer_item_wrapper,
form.rfq-form #_offer_items,
form.rfq-form #_message_field,
form.rfq-form #_gdpr_field,
form.rfq-form #_honeypot_field,
form.rfq-form #_submit_button,
form.rfq-form #_email_error,
form.rfq-form #_message_error,
form.rfq-form #_gdpr_error,
form.rfq-form #form-status,
form.rfq-form #form-success,
form.rfq-form #form-error {
  display: none;
}
