ul.errorlist {
  color: #fff;
  background-color: #dc3545;
  border-color: #d32535;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
}

.tg-dialog {
  max-width: 540px !important;
}

textarea.vLargeTextField {
  height: 5em; !important;
}