/*
 * Styles appliqués à datatable
 */
.navbar-datatable{
    margin: 0px;
}

.table td, .table th{
    font-size: 12px;
}
table.dataTable thead .sorting::after, 
table.dataTable thead .sorting_asc::after, 
table.dataTable thead .sorting_desc::after, 
table.dataTable thead .sorting_asc_disabled::after, 
table.dataTable thead .sorting_desc_disabled::after {
    font-size: 12px;
    bottom : 10px;
}

table.dataTable thead > tr > th.sorting_asc, 
table.dataTable thead > tr > th.sorting_desc, 
table.dataTable thead > tr > th.sorting, 
table.dataTable thead > tr > td.sorting_asc, 
table.dataTable thead > tr > td.sorting_desc, 
table.dataTable thead > tr > td.sorting {
    padding-left: 10px;
    padding-right: 24px;
}

.table > tbody > tr > td, 
.table > tfoot > tr > td, 
.table > thead > tr > td {
    vertical-align: middle;
}
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > th {
    vertical-align: bottom;
}

table.dataTable tbody th.details-selection, 
table.dataTable tbody td.details-selection{
    padding-left: 23px;
}
table.dataTable thead th.details-control, 
table.dataTable thead td.details-control
table.dataTable tbody th.details-control, 
table.dataTable tbody td.details-control{
    text-align: right;
}

table.dataTable tbody td.details-control{
    padding: 8px;
}

table.dataTable.no-footer {
    border-bottom-color: #e7ecf1;
}

.dataTables_wrapper .dataTables_processing, .uxen-loading-indicator{
    position:absolute;
    top : 0;
    left : 0;
    height : 100%;
    width : 100%;
    margin : 0;
    z-index: 10000;
    background: #333;
    opacity: 0.5;
    font-size: 1.2em;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}
.dataTables_wrapper .dataTables_processing.opacite, .uxen-loading-indicator.opacite{
    opacity: 1;
    background: #c1c1c1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}
.dataTables_wrapper .dataTables_processing.cache, .uxen-loading-indicator.cache{
    opacity: 0;
    max-width : 0px;
    -webkit-transition: opacity 0.3s linear, max-width 0s linear 0.3s;
    -moz-transition: opacity 0.3s linear, max-width 0s linear 0.3s;
    -ms-transition: opacity 0.3s linear, max-width 0s linear 0.3s;
    -o-transition: opacity 0.3s linear, max-width 0s linear 0.3s;
    transition: max-width 0s linear 0.3s, opacity 0.3s linear 0s;
}




.dataTables_processing div, .uxen-loading-indicator div{
    position:absolute;
    top : 0;
    left : 0;
    bottom : 0;
    right : 0;
    margin: auto;
    width : auto;
    height: 43px;
    line-height: 43px;
    color : #fff;
}

.dataTables_processing div span, .uxen-loading-indicator div span{
    display: inline-block;
    vertical-align: top;
}
.dataTables_processing div i, .uxen-loading-indicator div i{
    line-height: 43px;
}

.dataTable p:first-child {
    margin : 0;
}
.dataTable p:not(:first-child)  {
    margin : 0;
    margin-top:8px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
    background-image: none;
}

div.dataTables_wrapper div.dataTables_paginate {
    
    padding-top: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 0;
}

.dataTables_wrapper .input-xsmall{
    width : 62px !important
}


table.table tr.disabled td:first-child {
    text-decoration: line-through;
}

table.dataTable {
    box-sizing: border-box;
}