.field-validation-error {
    color: #eb3232;
}

input.input-validation-error {
    border: 1px solid #eb3232;
    background-color: #FEF4F4;
}

select.input-validation-error {
    border: 1px solid #eb3232;
    background-color: #FEF4F4;
}

textarea.input-validation-error {
    border: 1px solid #eb3232;
    background-color: #FEF4F4;
}

.error {
    color: red;
}

.success {
    color: #0AB12F;
}
.LoadingContainer {
    z-index: 10;
    background: url('/assets/images/loading.gif') no-repeat scroll center center rgba(206, 206, 206, 0.97);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
}

.cursor-pointer {
    cursor: pointer;
}