.filtered {
    color: orange;
}

.sortUp:after {
    content: '\25B2';
}
.sortDown:after {
    content: '\25BC';
}

.unsorted:after {
    content: '\25CF';
}

.policyaction {
    min-width: 150px;
}

/* User Add
*/
.css-form input.ng-invalid {
   background-color: #FA787E;
}

/*
.ng-invalid.radio label,
.ng-invalid.checkbox label,
.ng-invalid.radio-inline label,
.ng-invalid.checkbox-inline label {
  color: #a94442;
}
*/

input.ng-invalid:not(#username):not(#password),
select.ng-invalid {
    background: rgba(169, 68, 66, 0.05);
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
input.ng-invalid:focus:not(#username):not(#password),
select.ng-invalid:focus:not(#username):not(#password){
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

/* Style all Elements with an `ng-click`-attribute (JS-callbacks) with the pointer cursor */
*[ng-click] {
  cursor: pointer;
}
