tfoot input,tfoot select {
        width: 90%;
        width: calc(100% - 20px);
        padding: 3px;
        box-sizing: border-box;
    }
    
.highlight { background-color: yellow; }

tfoot .fa-times{
    color:red;
}

.table>tbody>tr.active>td{
    background-color: #C8E6C9;
}

div.dtBottom{
    padding-top: 8px;
   background-color: #f2f2f2; 
}
div.dtBottom .dataTables_paginate{
    text-align: center !important;
}
div.dtBottom .dt-buttons{
    float: right;
    margin-bottom: 8px;
}

table.dataTable tfoot th{
    /*background-color: #e4e4e4;*/ /*#E3F2FD; */
}

.table.dataTable>thead>tr:first-of-type>th{
    background-color: #a5a5a5;
    padding-top: 8px;
    border-top: 1px solid #555;
}


table thead th{
    position: relative;
}

th.search{
    color: transparent;
}
table thead div.col-search{
    position: absolute;
    left: 0px;
    right: 18px;
    top: 4px;
    color: #fff;
    bottom: 3px;
    overflow: hidden;
}

table thead div.col-search .fa.fa-times{
    color:#f00;
}
table thead div.col-search .fa.fa-times,
table thead div.col-search .fa.fa-search{
    margin-left: 2px;
}

table.dataTable thead th.sorting:after{
    color:#f2f2f2;
    opacity: 1;
}

table.dataTable thead th.sorting_asc:after{
    color:#fff;
    opacity: 1;
}
table.dataTable thead th.sorting_desc:after{
    color:#fff;
    opacity: 1;
}

.dataTables_scrollBody table div.col-search{
    display: none;
}


div.col-search select,div.col-search input{
    width: 90%;
    width: calc(100% - 20px);    
    height: 25px;
    background-color: #ffffff63;
    padding-left: 5px;
    border:none;
    color:#7d7a7a;

}

table.small div.col-search select,table.small div.col-search input{
    height: 23px;
}

table.dataTable th{
    font-size: 10pt;
}

table.small th,table.small td{
    font-size: 8pt;
}

table.dataTable.small thead th.sorting:after{
    font-size: 1em;
}

table.small td{
    font-size: 9pt;
}

.dtBottom.small{
    font-size: 8pt;
}

.dataTables_scroll{
    /*min-height: 300px;*/
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
    background-color: #fff;
    color: #f00;
    font-style: italic;
}

.dataTables_hid {
    visibility: hidden;
    min-height: 400px;
}

.dataTable.rowClick tbody tr:hover td, tr.click:hover td{
    background-color: #faf2cc;
    cursor:pointer;
}

table.dataTable {
     margin-top: 0px!important;
}



.dataTables_scroll{
    background-color: #f6f6f6;
}

div.col-search input, div.col-search select{
    background-color: #1976d224;
    color:#333;
}

div.col-search input::placeholder, div.col-search selectt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}


table.dataTable thead th.sorting_asc:after {
    color: #1976d2;
    opacity: 1;
}
table.dataTable thead th.sorting:after,table.dataTable thead th.sorting_desc:after {
    color: #797979;
    opacity: 1;
}
table thead div.col-search{
    color:#999;
}
.table.dataTable>thead>tr:first-of-type>th{
    background-color: #fff;
    border-top: none;
}

.table.dataTable>thead>tr:first-of-type>th{
    text-align: top;
}



/** NOU **/

div.dataTables_wrapper div.dataTables_info {
    padding-top: 6px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}
div.dataTables_wrapper div.dataTables_length {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}


.table.dataTable>thead>tr:first-of-type>th{
    color: #333 !important;
    vertical-align: text-bottom !important;
}
table thead div.col-search{
    position: static !important;
    margin-right: -30px;
    margin-left: -4px;
    /*border-top: 1px solid #ddd;*/
    margin-top: 2px;
    padding-top: 2px;
}

.dataTables_scrollHeadInner{
    /*border-top:1px solid #ccc;*/
    background-color: #fff;
    border-bottom:2px solid #ccc;
}

/*
.table.dataTable>thead>tr .fa.fa-search{
    display: none !important;
}
*/
.table.dataTable>thead>tr ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888;
  opacity: 1; /* Firefox */
}

.table.dataTable>thead>tr :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888;
}

.table.dataTable>thead>tr ::-ms-input-placeholder { /* Microsoft Edge */
  color: #888;
}



.table>thead>tr>th{
    border-bottom: none;

}


.dataTables_scrollBody thead tr{
    height: 0px;
    overflow: hidden;
}

.table.dataTable>thead>tr:first-of-type>th{
    background-color: transparent !important;
}


.dataTables_scrollBody table div.col-search {
    height: 0px;
    overflow: hidden;
}

.dataTables_sizing{
    display: none;
}

div.col-search select{
-webkit-appearance: menulist-button;
}
div.col-search select:invalid{
  color: #888 !important;
}
/*
.dataTables_scrollBody{
    overflow-y: scroll !important;
}
*/
table thead div.col-search .fa{
    width:14px;
}
