/*.field-validation-error {
    color: #d80000 !important;
}
*/

.field-validation-error {
    color: #ffffff !important; /* White text */
    background-color: #b00020 !important; /* High-contrast red background */
    font-size: 1rem;
    font-weight: bold;
    padding: 0.25em 0.5em;
    border-radius: 4px;
}

.field-validation-valid {
    display: none !important;
}

.input-validation-error {
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #d80000 !important;
}

.validation-summary-valid {
    display: none !important;
}

.required {
    color: Red !important;
}

footer {
    position: fixed;
    right: 0;
    left: 0;
    margin-bottom: 0;
    height: 10px;
    bottom: 10px;
}

.placeholder {
    color: #aaa;
}

.boldTD {
    font-weight: bold;
}

.legalDocTableCell {
    /*text-align: right;*/
    width: 150px;
    font-weight: bold;
    padding-left: 10px;
}

    .legalDocTableCell > label {
        /*text-align: right;*/
        font-weight: bold;
    }


.legalDocTableInput {
    width: 400px;
}

.legalDocTableTextInput {
    width: 200px;
}

/*div.c1 li.c2 a {
  color: red;
}*/

#displaySelect > select {
    width: auto;
}

.extraRecords {
    color: #BB1A1A;
    font-size: 16px;
}

.unselectable {
    /* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
    /* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
    -moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none; /* From IE10 only */
    user-select: none; /* Not valid CSS yet, as of July 2012 */
    -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    user-drag: none;
}

.nameSeperator {
    height: 1px;
    background-color: #c3c3c3;
}

.alert-info {
    color: #285F79;
    background-color: #d9edf7;
    border-color: #2d6785;
}

.alert-success {
    color: #396E3A;
}

h6 {
    color: #E5E5E5;
}

a {
    color: #005580;
}

div.carousel {
    margin-bottom: 0;
}

body {
    padding-bottom: 0 !important;
}


/*———————————————————————————————
  Utility: .sr-only
  Hides element visually but keeps it available
  to screen?readers and other assistive tech.
———————————————————————————————*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/*Remove margins for printing -- does not work*/
/*@media print {
    @page {
        margin: 0;
    }

    body {
        margin: 0;
        padding: 0;
    }
}*/
