﻿/*input:read-only {
    opacity:0.6 !important;
}*/

input.error {
    border-color: #CB4335 !important;
}

label.error {
    display: none !important
}

select.form-control.error ~ .select2-container .select2-selection,
select.form-control.input-validation-error ~ .select2-container .select2-selection {
    border-color: #dd6777;
}

select.error ~ .select2-container .select2-selection,
select.input-validation-error ~ .select2-container .select2-selection {
    border-color: #dd6777;
}

/*.select2-container.select2-container-disabled .select2-choice {
    opacity: 0.6 !important;
}*/