/*
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 : 8 févr. 2017, 15:03:06
    Author     : gbrindeau
*/

.flash{
    display:none;
    text-align: center;
}
.flash.success{
    background-color: lightcyan;
    color: green;
}
.flash.error{
    background-color: #ffb8b8;
    color: red;
}
.modal .flash{
    position:fixed;
    top: 32%;
    width:100%;
}