﻿.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 3px solid #b94a48;
    border-left: 20px solid #b94a48;
}

    input.input-validation-error:focus {
        border-color: #b94a48;
        -webkit-box-shadow: inset 0 20px 20px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
        box-shadow: inset 0 20px 20px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
    }

    input.input-validation-error:hover {
        border-color: #b94a48;
        -webkit-box-shadow: inset 0 20px 20px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
        box-shadow: inset 0 20px 20px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
    }

.form .custom-select select.input-validation-error {
    background: white;
    color: #0681B2;
    border: 3px solid #b94a48;
    border-left: 20px solid #b94a48;
    padding: 0.5em 1em;
}

.lblError {
    color: #b94a48;
    font-weight: bold;
}

/*select.custom-select .input-validation-error {
    border: 1px solid #b94a48;
}*/

/*.input-validation-error select {
    border: 1px solid #b94a48;
}*/

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="radio"].input-validation-error {
    border: 1px solid #b94a48;
}

textarea.input-validation-error {
    border: 1px solid #b94a48;
}

    textarea.input-validation-error:focus {
        border-color: #b94a48;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
    }

    textarea.input-validation-error:hover {
        border-color: #b94a48;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
    }

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.text-danger {
    font-size: 11px;
}

label {
    font-weight: bold;
}
