#divDocument br, #divModification br {
    clear: both;
}

#divAction.large {
    width: 100%;
}

.statusDoc {
    font-style: italic;
    color: #999999;
    white-space: nowrap;
}

#ligneCPPALIGN1 .statusDoc,
#ligneCPPALIGN2 .statusDoc {
    white-space: normal;
    line-height: 1em;
}

.statusDoc:before {
    content: "> ";
    font-weight: bold;
}

.lienDoc {
    white-space: nowrap;
}

.lienDoc img.detail {
    max-height: 16px;
}

.btDoc {
    text-align: center;
}

.divLigne {
    line-height: 40px;
}

.divLigne input {
    line-height: normal;
}

@media (min-width: 768px) {
    .divLigne > div {
        height: 40px;
    }

    .divLigne input {
        height: 30px;
    }
}

input[type=image] {
    width: 16px;
    padding-top: 8px;
}

input[type=image] {
    padding: 0px;
}

#divImpDossier, #divImpDossierMandat {
    width: 49%;
    display: inline-table;
    margin-left: auto;
    margin-right: auto;
}

#divImpDossier.large {
    width: 100%;
}

#divInfoMaj p {
    margin-top: 0px;
    margin-right: 4px;
}

/*bouton*/
input[type=submit] {
    cursor: pointer;
}

.btValiderDocSigne {
    border: 2px solid #666666;
    color: #fff;
    background-color: #444444;
    border-radius: 5px;
    /* box-shadow: 8px 8px 5px #aaa;*/
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    white-space: normal;
    min-width: 150px;
}

label {
    cursor: pointer;
}

/*Avant Edition*/
#MAJDONNE h3 {
    margin: 0px;
    height: 3em;
    vertical-align: middle;
}

/*Apres edition*/
#divApresEdition {
    margin-top: 25px;
    border-top: 1px solid #CCCCCC;
}

/*apres certificat*/
#divPieceSignee {
    border-bottom: 1px solid #DDD;
}

#divImpDossierSigne {
    max-width: 70%;
}

#divMandatCertif, #divImpDossierSigne div {
    padding: 4px;
}

#divMandatCertif:hover, #divImpDossierSigne div:hover {
    box-shadow: 0px 2px 5px #999;
}

#divImpDossierSigne .infoValideDoc {
    display: inline-table;
}

#divImpDossierSigne .infoValideDoc:hover {
    box-shadow: none;
}

#divDocsDejaSignes {
    background-color: #ffffff;
    font-weight: bold;
}

/*
#divDocsDejaSignes:hover{
	box-shadow: 0px 2px 5px #999;
}*/
#divFicheConseil, #divMonAssurance, #divAtransmettre {
    min-height: 250px;
}

#tabDocumentFinal tr:hover {
    background-color: #ECE2EE;
}

#divMonAssurance, #divAtransmettre {
    border-left: 1px solid #DDD;
}

#divFicheConseil h3, #divMonAssurance h3, #divAtransmettre h3 {
    text-align: center;
}

#divFicheConseil p, #divMonAssurance p, #divAtransmettre p {
    margin-left: 10px;
    margin-right: 10px;
}

/*fiche d'identification*/
#divFicheIdent p, #divFicheIdent h3 {
    display: inline-table;
}

#divFicheIdent p img {
    padding: 0px !important;
}

/*bouton de saisie*/
input.btSaisie {
    min-width: 190px;
}

/*display none si affichage dans chrono*/
.cacheInfo {
    display: none;
    visibility: hidden;
}

/*info si seulement RIB non saisie*/
#infoRibEtude {
    position: absolute;
    box-shadow: 0px 2px 5px #999;
    background-color: #FFFFFF;
    z-index: 0;
    text-align: justify;
    padding: 2px;

    left: 5px;
    right: 5px;
    top: 48px;
}

#divEsign {
    border-radius: 6px;
    padding: 10px;
}

#divEsign .texteImp,
#divEsign .texteErr,
#divEsign .texteAlert {
    font-weight: bold;
}

a#lienImpDossier,
a#lienImpDossierMandat {
    background-color: #FFF;
    display: block;
    border-radius: 5px;
}

a#lienImpDossier img,
a#lienImpDossierMandat img {
    width: 25px;
}

#divMsign {
    margin-top: 4px;
    background-color: #ffffff;
    border: 1px solid #666666;
    color: #666666;
    border-radius: 6px;
    padding: 18px;
}

idSign {
    font-size: 1em;
    text-align: left;
    min-width: 80%;
    display: inline-block;
}

idtel {
    font-size: 1.2rem;
}

idSign::before {
    font: normal normal normal 16px/1 FontAwesome;
    content: '\f007';
    margin-right: 5px;
}

/*form de souscription*/

.sousQuestionform {
    background-color: #f1f3f8;
    padding: 15px;
    margin-bottom: 15px;
}

#FQS .sousQuestionform {
    padding-bottom: 1px;
    margin-bottom: 9px;
}

.textInfoFacultatif {
    display: none;
}


a.lienPdf{
    margin-right: 1em;
}
a.lienPdf:after{
    font-family: 'FontAwesome';
    margin-left: 5px;
    content: '\f1c1'; /*fa-file-pdf-o*/
    color: #f35e0e;
    position: absolute;
}

