/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

 .ng-valid[required], .ng-valid.required  {
  /*border-left: 5px solid #42A948 !important;*/
  border-color: #7DC27D !important;
}
.ng-invalid:not(form)  {
  /*border-left: 5px solid #a94442 !important; */
  border-color: #A90329 !important;
}
.ui-growl-item{
  color: #ffffff;
}
/*.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
  color: #ffffff !important;
} */
/*.crud-form .input-group-btn{
  padding: 6px 12px 7px 12px !important;
}*/