input {
  width: auto;
}

select {
  width: auto;
}

.select-wrapper,
.form-control,
.input-group-addon,
.input-group .form-control {
  width: auto;
}

.ui-autocomplete-input {
  width: 100% !important;
}

legend {
  margin-bottom: 2px;
}

/*
.form-item.we-fixed {
  padding: 10px 0 10px 100px;
  position: relative;
}

.form-item.we-fixed label {
  left: 0;
  position: absolute;
}
*/
