﻿/*
    This should be used for ahsValidate directive only, because any div element that has this class and is within the 
    parent of an ahsValidate element will get deleted depending on passing validations.
*/
.ahsValidateErrorMsg {
  color: #ff0039;
  font-size: small;
}
.ahsValidateIcon-invalid {
  color: #ff0039;
  margin: 0 0.2em;
  font-size: 16px;
  font-weight: bold;
}
.error-tooltip {
  cursor: pointer;
}
.error-tooltip + .popover {
  background-color: #ff0039;
  color: whitesmoke;
  margin-top: 5px;
}
.error-tooltip + .popover.content {
  padding: 6px 10px;
}
.error-tooltip + .popover.right > .arrow {
  left: -10px;
}
.error-tooltip + .popover.right > .arrow:after {
  border-right-color: #ff0039;
}
.required-asterisk {
  color: red;
  margin: 0.2em;
}
/*# sourceMappingURL=ahs.breeze.validations.css.map */