﻿/* Style ASP validators to match bootstrap, this class is also used by JS to ensure each validator for a control goes on a new line */
span.validator[style*="inline"], span.validator {
    color: var(--bs-danger) !important;
    font-weight: 700 !important;
    margin-top: 10px !important;
}

div.validator[style*="inline"], div.validator {
    color: var(--bs-danger) !important;
    font-weight: 700 !important;
    margin-top: 10px !important;
}

.validation-summary {
    color: var(--bs-danger) !important;
    font-weight: 700 !important;
    margin-top: 10px !important;
}

/* Style simple validator library validators to match bootstrap, this class is also used by JS to ensure each validator for a control goes on a new line */
span.validator_error {
    color: var(--bs-danger) !important;
    font-weight: 700 !important;
    margin-top: 10px !important;
}
