body {
    padding-top: 50px;
    padding-bottom: 20px;
    /* Restore BS3 defaults overridden by BS5 reboot */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

/* Restore BS3 bold labels */
label {
    font-weight: 700;
}

/* Ensure empty dd elements maintain consistent row height */
dd:empty::after {
    content: "\00a0";
}

/* Restore BS3 heading sizes overridden by BS5 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

/* Restore BS3 horizontal form label right-alignment */
.col-form-label {
    text-align: right;
}

/* Constrain container to BS3 widths instead of BS5's wider defaults */
.container {
    max-width: 970px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-top: 40px;
}

/* Restore BS3 alert colors (BS5 changed the palette) */
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Prevent BS5 .navbar from conflicting with custom .navBar in Arkansas.gov header */
div.navBar {
    display: block !important;
    flex-wrap: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
}

/* Card styling to match BS3 panel-default appearance */
.card {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.card-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 3px 3px 0 0;
}

.card-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.card-body {
    padding: 15px;
}

/* form-text should match BS3 help-block color */
.form-text {
    color: #737373;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-valid
{
    display: none;
}


.required:before { content:"* "; color: #f00; }

.note {
    color: red;
}

.validation-error
{
	font-size: 12px;
	color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
