
.navbar.main .nav > li > a {
    color:white;
}

.sidebar > .sidebarMenuWrapper {
    top : 0;
}

.sidebar > .sidebarMenuWrapper img {
    max-width : 100px;
}

.tdpdwclear, .tdpdw {

    cursor: pointer;
}
.tdpdwclear {
    display:none;

}


/* codes prmoo */
.configpromo {

    padding: 10px;
}
.configpromo:hover {
    background: #eee; 
    border:1px solid #999;

}
/* facturation */


.facture_ligne {
    overflow: auto;
    padding: 20px;
}
.facture_ligne:nth-child(even) {
    background: #dedede;
}
.facture_ligne_modele {
    background: transparent;
}

.facture_ligne.highlighted  {
    background: #EFDC7D;
    border: 2px solid #FEAC01;
}


.facture_ligne .pricezone {
    overflow: visible;
    clear:both;
    padding-left:25%;
}
.facture_ligne .pricezone div.form-group label{
    float:none;
    text-align: left;
    width: 100%;
}
.facture_ligne .pricezone div.form-group[rel="idTauxTva"] label{
    margin-bottom:17px;

}
.facture_ligne .pricezone div.form-group{
    width: 14%;
    float:left;
    overflow: visible;
}


.facture_ligne div.form-group[rel="nomLigneFacture"],
.facture_ligne div.form-group[rel="detailLigneFacture"]{
    width: 100%;
    float:left;
}

.del_facture_ligne {
    float:right;
    margin-bottom: 10px;

}


.add_facture_ligne {
    display:table;
    clear: both;
    margin : 0 auto;
}

/* tags facture */
#add_tags_popup {
    display:none;
}
.tags-facture-ligne {
    display:inline-block;
}

.tag-ligne-facture {
    background: #f5f5f5;
    color:#666;
    display:inline-block;
    border-radius:5px;
    padding: 0px 5px;
    margin: 2px 5px;
    border: 1px solid #aaa;
}
.tag-ligne-facture .del_tag_line_facture{
    display:none;
    margin: 0 5px;
}
.tag-ligne-facture:hover .del_tag_line_facture{    
     display:inline-block;
                                          }
.tag-ligne-facture.active {
     background: lightgreen;
    color:black;
}
.tag-ligne-facture[data-tagprincipal="1"] {
    font-weight: bold;
    border-color:black;
    color:black;
    background:#ccc;
}
.add_tags_line_facture ,.add_tag_line_facture ,.del_tag_line_facture{
    cursor:pointer;
}


/* tri des lignes factures */
.facture_ligne.ui-sortable-helper,.facture_ligne_modele.ui-sortable-helper {
    background: rgba(254,254,254,.8);
    -webkit-box-shadow: 6px 4px 18px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 4px 18px -7px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 18px -7px rgba(0,0,0,0.75);
}
.ui-state-highlight-lignefacture {
    height:480px;
    background: #ffefcf;
}
.facture_ligne .fa-arrows-v {
    cursor:pointer;
}

#preview-totalfact {
    background: rgba(0,0,0,.7);
    position: fixed;
    bottom: 40px;
    margin-left: -20px;
    font-size: 2em;
    color:white;
    width: 100%;
    padding: 10px;
    padding-left: 50px;
}

/* ajout ligne */
/*.add_facture_ligne {
    display:none;
}
.add_facture_ligne:last {
    display:table !important
}*/

/* facture */
.note-client{
    border-top:1px solid #dedede; 
    margin-top: 5px;
    padding-top: 5px;  
}




#widget_table_membres {
    clear:both;
}
#r_searchInTable_membres .searchResultItem, #r_SearchAdresse .searchResultItem {
    cursor:pointer;
}
.remiselfbtn  {
    margin-bottom: 20px;
    display:inline-block;
}
.remiselfzone {
    margin: 0 0 20px 0;
    padding-left: 30px;
    background: #F5F5F5;
    overflow: auto;
}

/* import */

.doublons {
    cursor: pointer;
}

.line-doublons {
    width: 100%;
}

.bglightgrey {
    background-color: #dedede;
}


/* participation */

.factures-links a{
    margin: 0 2px;
}
.factures-links {
    display:block;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden
}

.nomTypeParticipant {
    display:block;
    width: 95%;
    text-align: center;
    margin-right :10px;
}


table#table_participations.table > tbody > tr > td, table#table_participations.table > tfoot > tr > td,
table#table_participations.table tr td, table#table_participations.table tbody tr td {
    vertical-align: middle !important;
    border:0 !important;
    line-height: auto !important;
    padding:0 !important;

}

/*/-- chargement ajax*/



@-webkit-keyframes borderLoading {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes borderLoading {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-o-keyframes borderLoading {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes borderLoading {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
table#table_participations tr[data-xtradatas-status="toload"] td:nth-child(10) {

    background: linear-gradient(0deg, #fdf3e3, #f08229);
    background-size: 100%  1px;
    background-position: bottom;
    background-repeat:repeat-x;

    -webkit-animation: borderLoading 2s ease infinite;
    -moz-animation: borderLoading 2s ease infinite;
    -o-animation: borderLoading 2s ease infinite;
    animation: borderLoading 2s ease infinite;
}
table#table_participations tr[data-xtradatas-status="loading"] td:nth-child(10){


    background: linear-gradient(0deg, #d2e4ec, #29abf0);
    background-size:  100%  1px;
    background-position: bottom;
    background-repeat:repeat-x;

    -webkit-animation: borderLoading 2s ease infinite;
    -moz-animation: borderLoading 2s ease infinite;
    -o-animation: borderLoading 2s ease infinite;
    animation: borderLoading 2s ease infinite;
}

#serveurbkp {
    background : red;
    color:white;
    text-align: center;
    padding: px 10px;
    border:5px solid white;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #dedede;
}


.badge.error,.badge.hard {
    background: red;
    color:white;
}

.badge.warning,.badge.soft {
    background: orange;
    color:white;
}

.badge.valid{
    background: green;
    color:white;
}

/* campagnes emailing */
#prepare_campain_wizard #groupes_modeles div.row-groupe {
    display:none;
}
.add_group_selector {
    display:none;
    background: white;
z-index: 200;
    position: fixed;
    top:0;
    padding-top: 60px;
    width:100%;
    height: 100%;
    
}
.wizard_domaines, .wizard_editions {
    border : 1px solid grey;
    background: white;
    padding: 20px;
    margin: 20px -7.5px!important;
    overflow: auto;
}

.select_evt_editions {
    border-bottom: 1px solid grey;
    padding : 5px 0;
display:block;
}
.select_evt_editions:hover {
    background: #dedede;
    cursor: pointer;
}

.select_evt_editions.selected {
    background: lightgrey;

}
div.add_groupe_campain {
    text-align: center;
    padding: 20px;
    background: #fff;
    border : 4px dashed #dedede;
    border-radius : 6px;
}
i.del-idparamscampain {
    margin-top: -25px;
    margin-right:20px;
 
        cursor:pointer;
}



/* partie budget */ 
#content h4.groupe-depense {
    margin: 0;
    padding: 5px 10px;
    width: 100%;
      background: #CF3319;
    color:#fff;
 
}

table.depenses-table tr.tr-add-depense,table.recettes-libres-table tr.tr-add-recette {
    display:none;
}

table.depenses-table:hover tr.tr-add-depense ,table.recettes-libres-table:hover tr.tr-add-recette{
    display:table-row;
}

tr.tr-add-depense button.btn, tr.tr-add-recette button.btn {
    border-radius: 50%;
}
table.depenses-table, table.recettes-table,table.recettes-libres-table,table.devis-table {
    border:1px solid #bbb;
}

table.depenses-table thead ,table.recettes-table thead,table.recettes-libres-table thead,table.devis-table thead{
    background: #eee;
    color:#111;
}

table.depenses-table tbody tr:nth-child(odd) , table.recettes-table tbody tr:nth-child(odd),table.recettes-libres-table tbody tr:nth-child(odd),table.devis-table tbody tr:nth-child(odd){
     background: #fff;
    color:black;
}

table.depenses-table tbody tr:nth-child(even) ,table.recettes-table tbody tr:nth-child(even) ,table.recettes-libres-table tbody tr:nth-child(even),table.devis-table tbody tr:nth-child(even) {
    background: #efefef;
    color:black;
}

table.depenses-table tfoot , table.recettes-table tfoot, table.table.recettes-libres-table tfoot, table.devis-table tfoot {
     background: #333;
    color:#fff;
    font-weight: bold;
}

table.depenses-table thead th:nth-child(n+2):nth-child(-n+5) ,
table.depenses-table tbody td:nth-child(n+2):nth-child(-n+5) ,
table.depenses-table tfoot td:nth-child(n+2):nth-child(-n+5) 
{
   text-align: right;
}

#zone-adddepense, #zone-alouermontant,#zone-addrecette {
   display:none;
}

table.depenses-table tr.ui-sortable-helper, table.recettes-table tr.ui-sortable-helper , table.recettes-libres-table tr.ui-sortable-helper {
    background: #fff !important;
    border: 2px solid grey !important;
    -webkit-box-shadow: 3px 2px 19px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 2px 19px 0px rgba(0,0,0,0.75);
box-shadow: 3px 2px 19px 0px rgba(0,0,0,0.75);
}

div.resultat_budget {
    background :#333;
    color:white;
    padding: 10px;
    font-size:2em;
    text-align:center;
}
div.resultat_budget.positive {
    background: green;
   
}
div.resultat_budget.negative {
    background: #CF3319;
   
}

.ui-widget-header {
    background: #dedede !important;
    border-radius: 0 !important;
 
}
.ui-dialog .ui-dialog-titlebar {
       padding:.1em;
       border:0;
       margin-top: -0.2em;
       margin-right: -0.2em;
       margin-left: -0.2em;
       margin-bottom:1em;
}


.ui-dialog .ui-dialog-titlebar-close {
 line-height:10px;
 text-align: center;
font-size: 12px;
background: #CF3319;
border: 0;
color: white;
font-weight: bold;
margin-right: 5px;
border-radius: 50%;
}
.ui-dialog .ui-dialog-titlebar-close::before {
    content:"x";
}


#total-fnm-zone, #total-honoraires-zone {
    font-size : 20px;
    float:right;
}

#detail-fnm {
    display:none;
    margin: 30px 0;
    padding: 10px;
    background:#f5f5f5;
}
#fnm-zone:hover #detail-fnm {
    display:block;
}


.box-budget span{
 font-size: 26px;   
}
.box-budget {
    background:white;
    padding: 10px;
    margin: 10px 5px;
    text-align:center;
}
.box-budget.total {
    border-bottom:2px solid #CF3319;
}

.box-budget small, 
.box-budget.small,
.box-budget small span, 
.box-budget.small span{
    font-size: 13px;
}

section.zone-budget {
    background:white;
    padding :15px;
    margin-bottom: 25px;
    border-top: 2px solid #ddd;
}

section.zone-budget h2{
 background : #555;
 color:white;
    margin: -11px -11px 20px -11px !important;
    padding: 15px;
}

.col-totaux h2 {
    font-size: 24px;
    color: #CF3319;
    text-align: center;
}




/* partie dashboard constats */

.nom-statut {
    display:inline-block;
    padding: 2px 7px;
    border-radius : 4px;
}
.green_msg {
    color: #43b564;
}
.red_msg {
    color: #CF3319;;
}