.field-validation-error {
    color: #d80000 !important;
}

.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;
}