.flashMessage{
    
    border: 1px solid #BBBBBB;
    border-radius: 8px 8px 8px 8px;
    font-size: 14px;
    padding: 3px 35px;
    min-height:23px;
    width:80%;
    margin: 10px auto;
    border: 1px solid #5f5f5f;
}

.flashMessage.information{ 
    background:url('../img/picto_information.png') no-repeat 10px 6px #E4F5FD; color: #5F5F5F;
}

.attachment input[type=text]{
    margin-top: 5px;
}

.attachment li{
    list-style-type: none;
    margin: 0px 15px 5px 0px;
    height: 175px;
    width: 150px;
    background-color: #E7E7E7;
    text-align: center;
    float: left;
}

.attachment .file-title{
    position: relative;
    background-color: #17C3E5;
    padding: 5px 5px 5px 5px;
    color: #FFFFFF;
    height: 38px;
    font-weight: bold;
}

.attachment .icon {
    text-align: center;
    margin: 5px 0px 10px 0px;
    height: 125px;
    width: 150px;
}

.attachment .close_file {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.attachment .imprim_file {
    cursor: pointer;
    position: absolute;
    right: 30px;
}

.attachment .attachment{
    display: none;
}

.attachment textarea{
    height: 80px;
    width: 165px !important;
}

.attachment{
    margin: 5px 0px 0px 0px;
}

.wrn-doc, .wrn-docType{
    margin-bottom: 15px;
}

.warning {
    display: block;
    background: url(../img/warning.png) no-repeat 8px 11px #ffcece;
    /* height: 50px; */
    background-color: rgba(255, 212, 0, 0.36);
    border: 1px solid #ffbc00;
    padding: 10px 10px 10px 30px;
    color: #966f01;
}