/* yerform default theme styles */
/* VARIABLES */
.color-text {
  color: #4f5455;
}
/* STYLING begin */
/* FONT begin */
/* FONT end */
/* LAYOUT begin */
/* LAYOUT end */
/* FIELDSET begin */
/* FIELDSET end */
/* FIELDS begin */
/* TEXTFIELD begin */
/* TEXTFIELD end */
/* TEXTAREA begin */
/* TEXTAREA end */
/* FIELDS end */
/* LABELS begin */
.yerform label:after {
  content: "";
}
/* LABELS end */
/* BUTTONS begin */
/* BUTTONS end */
/* RESPONSIVE begin */
/* RESPONSIVE end */
/* STYLING end */
/* CORE begin */
/* DEVELOPER begin */
/* DEVELOPER end */
/* PRESETS & FIXES begin */
.yerform * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.yerform input[type="submit"]::-moz-focus-inner {
  /*border: 0;*/

  /*margin-right: -3px;*/

}
/* RESET & FIXES end */
/* MISC begin */
.yerform {
  max-width: 600px;
}
.yerform-invisible {
  position: absolute !important;
  width: 0 !important;
  height: 0;
  overflow: hidden;
}
.yerform-displaynone {
  display: none !important;
}
/* MISC end */
/* MESSAGES begin */
/* MESSAGES begin */
.yerform-messages {
  font-family: Arial;
  font-size: 13px;
  line-height: 16px;
}
.yerform-messages-error {
  color: #ff0000;
}
/* MESSAGES end */
/* FIELDMESSAGE begin */
.yerform-field-message {
  font-family: Arial;
  font-size: 13px;
  line-height: 16px;
  padding-top: 3px;
}
.yerform-field-message-error {
  color: #ff0000;
}
/* FIELDMESSAGE end */
/* MESSAGES end */
/* FIELDSET begin */
.yerform-fieldset-wrap {
  margin: 10px 0;
}
.yerform-fieldset {
  border: none;
  padding: 0;
}
.yerform-fieldset-legend {
  display: none;
  font-family: Arial;
  font-size: 16px;
  color: #4f5455;
  line-height: 18px;
  padding-bottom: 4px;
}
/* FIELDSET end */
/* ITEM begin */
@media only screen and (min-width: 481px) {
  .yerform-list-item-inline .yerform-list-item-inner {
    display: table;
    width: 100%;
  }
  .yerform-list-item-inline .yerform-label-wrap {
    display: table-cell;
  }
  .yerform-list-item-inline .yerform-fields-wrap {
    display: table-cell;
  }
}
/* ITEM end */
/* LIST begin */
.yerform-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.yerform-list-item {
  margin-bottom: 4px;
}
@media only screen and (min-width: 481px) {
  .yerform-depht-1 > .yerform-list-item-inline > .yerform-list-item-inner {
    display: table;
    width: 100%;
  }
  .yerform-depht-1 > .yerform-list-item-inline > .yerform-list-item-inner .yerform-label-wrap {
    display: table-cell;
    width: 90px;
  }
  .yerform-depht-1 > .yerform-list-item-inline > .yerform-list-item-inner .yerform-fields-wrap {
    display: table-cell;
  }
}
/* LIST end */
/* GROUP begin */
.yerform-list-item-group {
  margin-bottom: 4px;
}
.yerform-group-label {
  margin-bottom: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 481px) {
  .yerform-group-inline > .yerform-list-item-group-inner > .yerform-group-label {
    width: 1px;
  }
  .yerform-list > .yerform-list-item:last-child {
    padding-bottom: 4px;
  }
  .yerform-list-table > .yerform-list-item:last-child,
  .yerform-depht-2 .yerform-list-item:last-child {
    padding-bottom: 0;
  }
  .yerform-list-item-group .yerform-list-item-group {
    margin-bottom: 0;
  }
  .yerform-list-gap.yerform-list-inline {
    margin-top: -4px;
  }
  .yerform-list-gap.yerform-list-inline > .yerform-list-item-group,
  .yerform-list-gap.yerform-list-inline > .yerform-list-item {
    margin-top: 4px;
  }
  /* GROUP INLINE begin */
  .yerform-group-inline {
    /*margin-bottom: 0;*/
  
    vertical-align: top;
  }
  .yerform-group-inline > .yerform-list-item-group-inner {
    display: table;
    width: 100%;
  }
  .yerform-group-inline > .yerform-list-item-group-inner > .yerform-group-label {
    display: table-cell;
    font-weight: normal;
    vertical-align: top;
  }
  .yerform-group-inline > .yerform-list-item-group-inner > .yerform-fields-wrap {
    display: table-cell;
  }
  .yerform-depht-1 > .yerform-list-item-inline > .yerform-list-item-group-inner > .yerform-group-label,
  .yerform-depht-1 > .yerform-group-inline > .yerform-list-item-group-inner > .yerform-group-label {
    width: 90px;
  }
  /* GROUP INLINE end */
  /* LISTITEMS TABLE begin */
  .yerform-list-table {
    display: table;
    width: 100%;
    /*margin-bottom: @yerform-list-gap;*/
  
  }
  .yerform-list-table > .yerform-list-item,
  .yerform-list-table > .yerform-list-item-group {
    display: table-cell;
    padding-right: 10px;
  }
  .yerform-list-table > .yerform-list-item:last-child,
  .yerform-list-table > .yerform-list-item-group:last-child {
    padding-right: 0;
  }
  .yerform-list-table > .yerform-list-item.yerform-list-item-sized,
  .yerform-list-table > .yerform-list-item-group.yerform-list-item-sized {
    width: 1px;
  }
  .yerform-list-table > .yerform-list-item > .yerform-list-item-inner > .yerform-label-wrap,
  .yerform-list-table > .yerform-list-item-group > .yerform-list-item-inner > .yerform-label-wrap {
    width: 1px;
  }
  /* LISTITEMS TABLE end */
  /* LISTITEMS INLINE begin */
  .yerform-list-inline > .yerform-list-item,
  .yerform-list-inline > .yerform-list-item-group {
    display: inline-block;
    padding-right: 10px;
  }
  .yerform-list-inline > .yerform-list-item:last-child,
  .yerform-list-inline > .yerform-list-item-group:last-child {
    padding-right: 0;
  }
  .yerform-list-inline > .yerform-list-item > .yerform-list-item-inner > .yerform-label-wrap,
  .yerform-list-inline > .yerform-list-item-group > .yerform-list-item-inner > .yerform-label-wrap {
    width: 0;
  }
  /* LISTITEMS INLINE end */
}
/* GROUP end */
/* LABELS begin */
@media only screen and (min-width: 481px) {
  .yerform-list-item-inline > * > .yerform-label-wrap,
  .yerform-group-inline > * > .yerform-label-wrap,
  .yerform-list-item-inline > * > .yerform-group-label,
  .yerform-group-inline > * > .yerform-group-label {
    text-align: right;
  }
  .yerform-group-inline > * > * > label,
  .yerform-list-item-inline > * > * > label {
    padding-right: 15px;
  }
  .yerform-depht-1 > * > * > * > label {
    padding-right: 10px;
  }
}
.yerform label {
  display: inline-block;
  font-family: Arial;
  font-size: 12px;
  color: #4f5455;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 2px;
  white-space: nowrap;
}
.yerform-field-after {
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  color: #4f5455;
  line-height: 16px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* LABELS end */
/* FIELDSUFIX begin */
.yerform-field-sufix {
  display: table-cell;
  font-family: Arial;
  font-size: 13px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #4f5455;
  padding-left: 10px;
}
/* FIELDSUFIX end */
/* FIELDS begin */
.yerform-fields-wrap {
  vertical-align: top;
}
.yerform-field-wrap {
  font-size: 0;
  line-height: 0;
  display: table;
  width: 100%;
}
.yerform-field {
  display: table-cell;
  vertical-align: top;
}
.yerform-list-item-sized > * > * > * > .yerform-field {
  width: 1px;
}
@media only screen and (min-width: 481px) {
  
}
/* Text begin */
.yerform input[type="text"] {
  padding: 0 6px;
  width: 100%;
  height: 26px;
  border: 1px solid #b5babb;
  background: transparent;
  font-family: Arial;
  font-size: 13px;
  line-height: 26px;
  color: #4f5455;
}
.yerform input[size] {
  width: auto;
}
.yerform-list-item-error input[type="text"] {
  border: 1px solid #ff0000;
  background: #fff5f5;
  color: #ff0000;
}
/* Text end */
/* TEXTAREA begin */
.yerform textarea {
  margin: 0;
  width: 100%;
  padding: 3px 6px;
  border: 1px solid #b5babb;
  background: transparent;
  font-family: Arial;
  font-size: 13px;
  line-height: 21px;
  color: #4f5455;
}
.yerform-item-type-textarea .yerform-label-wrap,
.yerform-item-type-textarea .yerform-group-label {
  vertical-align: top;
}
.yerform-list-item-error textarea {
  border: 1px solid #ff0000;
  background: #fff5f5;
  color: #ff0000;
}
/* TEXTAREA end */
/* CHECKBOX begin */
.yerform-item-type-checkbox {
  vertical-align: top;
}
.yerform-item-type-checkbox > * > .yerform-fields-wrap {
  vertical-align: middle;
}
.yerform-item-type-checkbox > * > .yerform-fields-wrap > * > .yerform-field {
  vertical-align: middle;
}
.yerform-list-item-group .yerform-item-type-checkbox {
  margin-bottom: 0;
}
.yerform-item-type-checkbox + .yerform-item-type-checkbox {
  margin-top: -6px;
}
@media only screen and (min-width: 481px) {
  .yerform-item-type-checkbox + .yerform-item-type-checkbox {
    margin-top: 0;
  }
}
.yerform-list-block > .yerform-item-type-checkbox + .yerform-item-type-checkbox {
  margin-top: -6px;
}
.yerform-depht-1 > .yerform-item-type-checkbox + .yerform-item-type-checkbox {
  margin-top: 4px;
}
/* CHECKBOX end */
/* RADIOBOX begin */
.yerform-item-type-radio {
  vertical-align: top;
}
.yerform-item-type-radio > * > .yerform-fields-wrap {
  vertical-align: middle;
}
.yerform-item-type-radio > * > .yerform-fields-wrap > * > .yerform-field {
  vertical-align: middle;
}
.yerform-list-item-group .yerform-item-type-radio {
  margin-bottom: 0;
}
.yerform-item-type-radio + .yerform-item-type-radio {
  margin-top: -6px;
}
@media only screen and (min-width: 481px) {
  .yerform-item-type-radio + .yerform-item-type-radio {
    margin-top: 0;
  }
}
.yerform-list-block > .yerform-item-type-radio + .yerform-item-type-radio {
  margin-top: -6px;
}
.yerform-depht-1 > .yerform-item-type-radio + .yerform-item-type-radio {
  margin-top: 4px;
}
/* RADIOBOX end */
/* FIELDS end */
/* BUTTONS begin */
.yerform-buttons {
  display: table;
  width: 100%;
  margin-top: 0;
}
.yerform-reset,
.yerform-submit {
  display: table-cell;
}
.yerform-submit {
  text-align: right;
}
/* BUTTONS end */
/* CORE end */
