/*
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 : 2/09/2019, 04:01:33 PM
    Author     : Instituto
*/ 
   
    .ui-state-highlight{
        background: #1E9B91 !important;
    }
    
    .ui-growl-message{
        text-shadow: #000000 0.1em 0.1em 0.1em !important;
    }
    
    .ui-growl-title{ 
        font-weight: normal !important;
        font-size: 1.2em !important;
    }
    
    .ui-growl-message > p{ 
        font-size: 1.1em !important;
    }

.ui-growl-message {
    width: 210px !important;
}

.ui-growl-image {
    font-size: 2.2em !important;
    width: 50px  !important;
    height: 50px  !important;
    background: none !important;
    text-shadow: #000000 0.1em 0.1em 0.1em !important;
}

.g-info {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.g-warn {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}
.g-error {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.g-fatal {
    background-color: black !important;
}