/* Pour faire une petit ménage dans la feuille */

/* FDT */
        #main-content .fdt select {
            width:200px;
            margin-bottom: 15px;
        }
        #main-content .fdt .chosen-container{ font-size: 14px;}
        #main-content .fdt .input{ float: left; margin: 15px 15px 0 0;}
        #main-content .fdt label{  margin-right: 15px; }
        #main-content .fdt input.small{ width: 100px; line-height: 23px; }
        #main-content .fdt input.medium{ width: 200px; line-height: 23px; }

        .chosen-container-single .chosen-single{ height: 35px!important; line-height: 35px!important;}
        .chosen-container-single .chosen-single div b{ background-position: 0 9px!important;}
        
        
/* DATA TABLE CSS */
        table.dataTable tr{ cursor: pointer;}
        table.dataTable th{ text-align: left; }
        table.dataTable tr.payer{ background: #defccf !important; }
        table.dataTable tr.modifier{ background: #ffea00 !important; }
        table.dataTable tr.modifier td.statut{ color: #FA4616 !important; }
        table.dataTable tbody tr:hover{ background: rgba(253,68,1,0.5)!important;}
        
        
        table.dataTable tr.payer.selected,
        table.dataTable tr.modifier.selected{ background: #acbad4 !important; }
        
        #rapportRapide{ border: 1px solid #333; border-collapse: collapse; }
        #rapportRapide th,
        #rapportRapide td{ border: 1px solid #333; border-collapse: collapse; padding: 10px 30px 10px 8px;}
        #rapportRapide td{text-align: left;}
        
        input.disable{ display: none;}
        
        