#errorTooltip {
  border: red solid 1px;
  color: red;
  z-index: 1000000;
  position: absolute;
  padding: 5px;
  font-weight: bold;
  max-width: 300px;
  background-color: white;
  text-align: left;
}

div.validation {
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  margin-left: 3px;
  position: relative;
  top: 4px;
  display: inline-block;
  padding-left: 0px;
}

div.result {
  padding-left: 20px;
  width: auto;
  font-weight: bold;
}

div.result.error {
  color: red;
}

div.result.success {
  color: green;
}

div.error {
  background-image: url("/Themes/Base/images/icons/error_17x17.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

input.error, select.error, textarea.error {
  border-color: #dc3545;
}

div.success {
  background-image: url("/Themes/Base/images/icons/success_17x17.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}