/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/09/2019, 10:05:56
    Author     : paulo.hein
*/

/*
.ui-growl-error{
    background: #c82333 !important;
}
*/


.ui-growl-error .ui-growl-item {
  background-color: #cc3f3c;
}
  
.ui-growl-info .ui-growl-item {
  background-color: #3877d4;
}
  
.ui-growl-warn .ui-growl-item {
  background-color: #f5de0e;
}

.ui-growl-success .ui-growl-item {
  background-color: #42A948;
}

.g-error{
    background: #c82333 !important;
}

.g-fatal{
    background-color: black !important;
}

.g-warn{
    background-color: orange !important;
}

.g-info{
    background-color: lightskyblue !important;
}