/*
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 : 13 nov. 2015, 10:10:10
    Author     : Nminfo
*/

.not-valide{
    border-color: #f5c6cb;
    /*border: 1px solid #d9534f;*/
}

.not-valide:focus{
    border-color: #66afe9;
}

.validation-div{
    padding: 10px;
    /* padding-bottom: 3px; */
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #e4606d;
    background-color: #f2dede;
    border-color: #f5c6cb;

}
.hide-div{
    display: none;
}