﻿.field-validation-error {
  display: none !important;
}
.field-validation-error.show-validation {
  display: inline !important;
  color: #d5004e;
}
[required],
[data-val-requiredifchecked],
[data-val-requiredifchecked] + .selectize-control,
[data-val-required],
[data-val-required] + .selectize-control {
  background-image: url(/Content/IMG/Icons/stern.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.input-validation-error.selectize-control {
  background-color: #ffeeee !important;
}
.input-validation-error {
  border: 1px solid #d5004e !important;
  background-color: #ffeeee !important;
}
.input-validation-error:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #d5004e !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #d5004e !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #d5004e !important;
}
.validation-summary-errors {
  color: #d5004e;
}
