.wel-placeholder {
  color: gray;
}

.wel-inline {
  display: inline-block;
}

.wel-hidden {
  display: none;
}

.wel-field-delimiter {
  height: 18px;
}

.wel-field {
  padding-bottom: 10px;
}

.wel-field__lcont_label-right {
  padding-left: 4px;
}

.wel-field__required-mark {
  color: red;
}

.wel-field__dcont {
  
}

.wel-field__input {
  border: 1px solid;
  padding: 2px 5px;
  font-size: 13px;
}

.wel-field__button {
  background-color: #EEEEEE;
  cursor: pointer;
}

.wel-field__button:hover {
  border-color: #A0A4A7;
}

.wel-field__input_text-size {
  width: 278px;
  height: 22px;
}

.wel-field__input_textarea-size {
  width: 500px;
  height: 150px;
}

.wel-field__input_checkbox-size {
  width: 13px;
  height: 13px;
}

.wel-field__input_select-size {
  width: 290px;
  height: 28px;
}

.wel-field__input_button-size {
  width: 290px;
  height: 28px;
}

.wel-field__input-day_text-size {
  width: 40px;
  height: 22px;
}

.wel-field__input-day_margin {
  margin-right: 3px;
}

.wel-field__input-month_select-size {
  width: 120px;
  height: 28px;
}

.wel-field__input-month_margin {
  margin-right: 3px;
}

.wel-field__input-year_text-size {
  width: 55px;
  height: 22px;
}

.wel-field__option {
  color: black;
}

.wel-field__input_valid {
  border-color: #CBD1D4;
}

.wel-field__input_invalid {
  border-color: red;
}

.wel-field__icont {
  color: red;
}



div.wel.field {
  padding-bottom: 5px;
}

label.wel {
  display: block;
  width: 280px;
}

span.wel.required {
  color: red;
}

input.wel, select.wel {
  border: 1px solid #CBD1D4;
  padding: 2px 5px;
  font-size: 13px;
  width: 280px;
}


input.wel[type=checkbox] {
  width: 13px;
  height: 13px;
}

select.wel, input.wel.button {
  width: 292px;
}

select.wel {
  padding: 2px 2px;
}

option.wel {
  color: black;
}

input.wel.button {
  background-color: #EEEEEE;
  cursor: pointer;
  color: #8B00FF; /* Цвет обычной ссылки */
}

input.wel.button:hover {
  color: #FF4D00; /* Цвет ссылки при наведении на нее курсора мыши */
  border-color: #A0A4A7;
}
