/*.
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 : 11/11/2014, 11:56:35
    Author     : mtamashiro
*/

.hidden-flash-message{
    display:none;
}
.success-flash-message{
    background-color: #dff2bf;
    background-image: url("http://img.cajadepagos.com/iconpacks/silk/accept.png");
    background-repeat:none;
    border: 1px dashed green;
    padding:2px 1em 2px 0.5em;
    border-radius: 5px;
    margin-left:4em;
    display:inline;
    color: #4f8a10;
    
    background-position: 0.5em center;
    background-repeat: no-repeat;
    font-size: 1.1em;
    margin-bottom: 0.5em;
    padding: 0.5em 2.5em;
    text-align: left;
    
}
