/* Css de backoffice_gestion_publicite */
.encadre_tab_info_pub {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

.titre_tab_info_pub {
	font-weight: bold;
    color: #fff;
    background-color: #2c2c2c;
    font-size: 14px;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.contenu_tab_info_pub {
	border-left:1px solid #2c2c2c;
	border-right:1px solid #2c2c2c;
	border-bottom:1px solid #2c2c2c;
	position: relative;
}

.note_info_pub {
	width: 85%;
    position: absolute;
    bottom: 1px;
    left: 60px;
    background-color: #fdfcec;
    border: 1px solid #ccc;
    color: #444444;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Cadre paiement du */
.chargement_cadre_auteur {
    background-color:#fff;
    padding: 7px;
}

.ligne_top_nom_auteur {
    font-weight: bold;
    background-color: #403935;
    color:#fffff0;
    font-size: 18px;
    padding:7px;
    text-align: center;
    position: relative;
}

.ligne_top_nom_auteur:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(64, 57, 53, 0);
    border-top-color: #403935;
    border-width: 10px;
    margin-left: -10px;
}

.ligne_top_date {
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom:2px solid #403935;
}


.cadre_info_paiement_du_auteur {
    display: inline-block;
    vertical-align: top;
    margin:10px;
    border:1px solid #ccc;
}

.ligne_titre_tab_detail_pai {
    background-color:#464646;
    
}

.cellule_titre_tab_detail_pai {
    font-size:14px;
    color:#fff;
    font-weight: bold;
    padding:4px;
}

.cellule_sans_reponse {
    border-bottom: 1px solid #ccc;
    padding:4px;
}


.sans_reponse {
    background-color: #e6e6e6;
    color:#6d6d6d;
}

.ligne_paiement_du_detail_paiement_auteur_impaire {
    background-color:#dff2fe;
}


.ligne_paiement_du_detail_paiement_auteur_paire {
    background-color:#f4fbff;
}

.cell_paiement_du_detail_paiement_auteur_impaire {
    border-bottom: 1px solid #ccc;
    padding:4px;
}

.cell_paiement_du_detail_paiement_auteur_paire {
    border-bottom: 1px solid #ccc;
    padding:4px;
}

.ligne_paiement_du_detail_paiement_auteur_total {
    background-color:#5283a2;
}

.cell_paiement_du_detail_paiement_auteur_total {
    color:#fff;
    font-weight: bold;
    padding:4px;
}

.btn_deploiement_sous_detail_paiement_auteur {
    width:15px;
    height: 15px;
    border:1px solid #000;
    border-radius:15px;
    cursor:pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_deploiement_sous_detail_paiement_auteur:hover {
    background-color:#fff;
}

.zone_sous_detail_paiement_auteur {
    display: none;
}


.ligne_titre_tab_total_recus {
    background-color:#fff7dd;
}

.cellule_titre_tab_total_recus {
    border-bottom: 1px solid #ccc;
    padding:4px;
}

.ligne_titre_tab_partie_taxe {
    background-color:#fff0ee;
}

.ligne_titre_tab_partie_site {
    background-color:#fffbee;
}

.cellule_titre_tab_partie_site, .cellule_titre_tab_partie_taxe {
    border-bottom: 1px solid #ccc;
    padding:4px;
}

.ligne_titre_tab_partie_reste {
    background-color:#fff7dd;
}

.cellule_titre_tab_partie_reste {
    border-bottom: 1px solid #ccc;
    padding:4px;
}

.ligne_paiement_du_sous_detail_paiement_auteur_impaire {
    background-color:#d9ffe5;
}

.ligne_paiement_du_sous_detail_paiement_auteur_paire {
    background-color:#eefff3;
}

.cell_paiement_du_sous_detail_paiement_auteur_impaire {
    border-bottom: 1px solid #ccc;
    padding:4px;
}

.cell_paiement_sous_du_detail_paiement_auteur_paire {
    border-bottom: 1px solid #ccc;
    padding:4px;
}   

.encadre_compta_auteur {
    border:1px solid #ccc;
}

.ligne_principale_compta_auteur {
    background-color:#ffffd9;
}

.cel_principale_compta_auteur {
    background-color:#ffffd9;
    border-bottom: 1px solid #ccc;
    padding:4px;
    font-weight: bold;
}

/* Collaps empty adds */
/* ne marche pas et force la pub a survoler le contenu du dessous.... */
/*
.entour_pub iframe { height: auto !important}
.entour_pub ins { height: auto !important}
.entour_pub #google_ads_frame1 { height: auto !important}
.entour_pub .adsbygoogle, #aswift_0_expand, #aswift_0_anchor { height: auto!important}
*/