/*----- cadres photo -----*/
div.cadrephoto {
    padding: 1px;
    background-color: #000;
}
div.cadrephoto.auth {height: 366px;}
div.cadrephoto.dipl {height: 376px;}
div.cadrephoto.dipl-dial {height: 370px;}
div.cadrephoto.etoffe {height: 296px;}
div.cadrephoto.medal {height: 338px;}
div.cadrephoto.reliq {height: 269px;} /*idem médailles */
div.cadrephoto > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
div.cadrephoto > a > img {max-height: 100%;} 

/*----- CHAMPS D'AFFICHAGE -----*/
div.textarea.complements {height: 71px;}
div.textarea.info-dipl-admin {height: 92px;}
div.textarea.info-dipl-pub {height: 110px;}
div.textarea.info-medal,
textarea.info-medal {height: 75px;}
/*div.textarea.info-medal-pub {height: 73px;}*/
div.textarea.info-etof, textarea.info-etof {height: 98px;}
div.textarea.conservation-etof {height: 63px;}
div.textarea.descro-reliq {height: 92px;}
div.textarea.descro-medal {height: 90px;}
/*----- TITRES-TEXTE -----*/
h3.labelnav {
    float: right;
    color: #555;
    margin: 3px 20px 0 0;
}
span.txtgras {
    font: bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*-----SAISIE AUTHENTIQUES / MEDAILLES-----*/
/*-----conteneur de liste-----*/
select.list-elts {
    height: 138px !important;
    padding: 0 !important;
    border: none;
}
select.list-elts.auth {
    height: 151px !important;
}
select.list-elts.hors-fonds-auth {
    height: 162px !important;
}
select.list-elts.medal {
    height: 246px !important;
}
select.list-elts.reliq {
    height: 228px !important;
}
select.list-elts.reliq-admin {
    height: 235px !important;
}
select.list-elts.sign {
    height: 120px !important;
}
select.list-elts.sign-dial-auth {
    height: 165px !important;
}
select.list-elts.pers {
    height: 262px !important;
}
select.list-elts option {
    padding-left: 0.5rem !important;
    height: 1.5rem !important;
}

/*-----autres containers-----*/
/*-----boutons-----*/
input.auth_modiflinks {
    position: absolute;
    width: 150px;
    left: 760px;
}

/*----- SAISIE RECIPIENDAIRES -----*/
div.recip-btn-panel {
    float: right;
    width: 100%;
    height: 40px;
    padding-top: 18px;
}
div.recip-nav-links {
    height: 24px;
}
div.layer-recip-liste {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #000;
}
h3.inline-70px {
    display:inline-block;
    width:70px;
}
p.recip-prompt {
    display:inline-block;
    width:375px;
    font-weight: bold;
    text-align: left;
    color: #390;
}
p.recip-help {
    display:inline-block;
    float: right;
    font-weight: bold;
    color: #963838;
    margin: 10px 6px 0 0;
}
select.recip-liste,
div.recip-liste {
    width: 385px;
    height: 186px;
    margin: 0;
    border: none;
}
select.recip-liste option {
    margin-left: 6px;
}
#recip_navbar {
    float: left;
    width: 70px;
    height: 24px;
    margin: -3px 0 0 0;
}

/*----- DIALOGUE OBJETS -----*/
#linkalert{
    float:left;
    color:#900;
    font-weight: bold;
}
/*----- DIALOGUE INFORMATION -----*/
#info_link_result {
    position: absolute;
    top: 300px;
    z-index: 1100;
    width: 300px;
}
div.bg-linkinfo {
    background-color: #ffe080;
}

/*----- DIALOGUE CHOIX MATERIAUX ET CHOIX TYPOLOGIES -----*/
select.liste-choixmat {height: 422px !important;}
select.liste-choixtypo {height: 220px !important;}
button.dial-chx-btop {margin-top: 50px !important;}
button.dial-chx-bbottom {margin-top: 30px !important;}