
/*
 * Table
 */
table.dataTable {
    margin: 0 auto;
    clear: both;
    color: #2597CD;
    font-weight: bold;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #E0E0E0;
    font-size: 10px;
    line-height: 12px;
    border: 0px;
}

table.dataTable thead tr {
    height: 40px;
}
    
table.dataTable thead th {
    padding: 3px 18px 3px 10px;
    font-weight: bold;
    background-color: transparent;
    color: #FAFAFA;
    font-family: Arial;
    font-size: 12px;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
}

table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting_desc {
    background-color: #3fafcf;
}

table.dataTable thead tr ::-moz-selection { color: #000000;  background: #FAFAFA; }
table.dataTable thead tr ::selection      { color: #000000;  background: #FAFAFA; }

table.dataTable tfoot th {
    padding: 3px 18px 3px 10px;
    font-weight: bold;
}

table.dataTable td {
    text-align: left;
    padding: 3px 10px;  
    border-right: 1px solid #CDCDCD;
    color: black;
}

table.dataTable td.datatable_center_cell,
table.dataTable td.dataTables_empty {
    text-align: center;
}

th.sorting_disabled.datatable_center_cell {
    text-align: center;
}

table.dataTable tr.odd { 
	background-color: #FFFFFF ; 
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
}

table.dataTable tr.even { 
	background-color: #F2F2F2; 
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
}

table.dataTable tr.odd.row_selected, table.dataTable tr.even.row_selected { 
	background-color : #e2f4fc;
	border: 1px solid #21a9e9;
}

table.dataTable tr.odd td.sorting_1{ background-color: #e1ecef; color: black; }
table.dataTable tr.odd td.sorting_2{ background-color: #e1ecef; color: black; }
table.dataTable tr.odd td.sorting_3{ background-color: #e1ecef; color: black; }

table.dataTable tr.even td.sorting_1{ background-color: #d6e2e5; color: black; }
table.dataTable tr.even td.sorting_2{ background-color: #d6e2e5; color: black; }
table.dataTable tr.even td.sorting_3{ background-color: #d6e2e5; color: black; }

table.dataTable tr.row_selected td.sorting_1{ background-color: #c8e3ee; color: black; }
table.dataTable tr.row_selected td.sorting_2{ background-color: #c8e3ee; color: black; }
table.dataTable tr.row_selected td.sorting_3{ background-color: #c8e3ee; color: black; }

/*
 * Table wrapper
 */
.dataTables_wrapper {
    clear: both;
    *zoom: 1;
    margin-top: -48px;
}

.undefined {
	display: none;
}

/*
 * Page length menu
 */
.dataTables_length {
    float: right;
    width: 26%;
    margin-left: 55px;
    padding-left: 0px;
    width: 300px;
}

.dataTables_length select{
    margin-bottom: 0;
    margin-top: 5px;
    width: 62px;
} 

/*
 * Filter
 */
.dataTables_filter {
    float: right;
    text-align: right;
}


/*
 * Table information
 */
.dataTables_info { 
    float: right;
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
    margin-right: 10px;
}


/*
 * Pagination
 */
.dataTables_paginate {
    float: right;
    min-width: 250px;
    font-size: 14px;
    margin-top: 4px;
}

.bottom .dataTables_paginate {
    width: 400px;
    font-size: 14px;
    margin: 8px auto 0 auto;
}

.dataTables_paginate input[type="text"] {
    width: 25px; 
    display: inline;
    height: 12px;
    line-height: 12px;
    font-size: 14px;    
    text-align: center;
    margin-bottom: 0px;
    margin-right: 3px;
}   

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
    text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
    outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
    color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
    padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px;
}



.paginate_enabled_previous { background: url('./images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('./images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('./images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('./images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('./images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('./images/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}
.paging_full_numbers a:active {
    outline: none
}
.paging_full_numbers a:hover {
    text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
}

.paging_full_numbers a.paginate_button {
    background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
    background-color: #ccc;
    text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
    background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('./images/tri-desactive.png') no-repeat 95% 50%; cursor : pointer;}
.sorting_asc { background: url('./images/tri-top.png') no-repeat 95% 50%; cursor : pointer; }
.sorting_desc { background: url('./images/tri-bottom.png') no-repeat 95% 50%; cursor : pointer; }

.sorting_asc_disabled { background: url('./images/tri-desactive.png') no-repeat 95% 50%; cursor : pointer; }
.sorting_desc_disabled { background: url('./images/tri-desactive.png') no-repeat 95% 50%; cursor : pointer; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}


/* 
 * Scrolling
 */
.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

/*
* Lignes en gras
*/
.ligneEnGras {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}

.ligneModifiee {
    background-color: #FFFF8C !important;
}
