.has-error .form-control,
.has-error .select2-selection,
.select2-selection.border-danger {
  border-color: red;
}

.has-error .help-text {
  color: red;
}

.has-error .invalid-feedback {
  display: block;
}


.table td.cell-centered,
.table th.cell-centered {
  text-align: center;
  vertical-align: middle;
}

.card-table-objects .card-header .card-title {
  line-height: inherit;
}

.card-tools {
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.select2-container .select2-selection {
  border: 1px solid #ced4da;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-selection__arrow {
  height: 38px !important;
}

.highlight-question {
  background-color: #007bff;
  color: white;
}

.max-height-170 {
  max-height: 170px;
}