input.error {
  border-color: red !important;
  border-width: 2px !important;
}

.error {
  border-color: red !important;
  border-width: 2px !important;
}


input.good {
  border-color: green;
  border-width: 1px;
}

input.problem {
  border-color: orange;
  border-width: 2px;
}

span.custom-document-variable {
  padding: 2px;
  background-color: gainsboro;
}


.account_assignment_rows_fields input {
  width: 30em;
}

.account_assignment_rows_fields hr {
  margin: 0
}

.corrected > td > input, .corrected > td > span > input, .corrected > td > span > .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: blue;
}

