/* Body padding handled by style.css */

/* Let all inputs be full-width by default; forms control their own sizing */
input,
select,
textarea {
    max-width: 100%;
}

/* Override: keep filter-bar selects from stretching on desktop */
.filter-dropdown-group select {
    max-width: 100%;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}