/* Validation errors */

#error_explanation {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    border: 1px solid #c00000;
    border-radius: 4px;
    margin-bottom: 15px;
}

#error_message {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    border: 1px solid #c00000;
    border-radius: 4px;
    margin-bottom: 15px;
}

#error_message > h2 {
    font-size: 13px;
    color: white;
    background-color: #c00000;
    margin: 0;
    padding: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#error_explanation > h2 {
    font-size: 13px;
    color: white;
    background-color: #c00000;
    margin: 0;
    padding: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#error_explanation > ul {
    margin-top: 10px;
    font-size: 14px;
    color: black;
}

.has-error .input-sm {
    border-color: #c00000 !important;
}

.tooltip-inner {
    background-color: #c00000 !important;
}

.tooltip .arrow {
    border-bottom-color: #c00000 !important;
}

/* End validation errors */
