﻿/** select2 error hightight **/
.select2.error .select2-selection--single {
    border-color: red !important;
    color: red !important;
}

/** tagit error highlight **/
.tagit.error {
    border-color: red !important;
    color: red !important;
}
