/**
 * Created by Michel on 24/11/14.
 */
tbody,
table.dataTable.no-footer {
  border: none !important;
}
.table.table-hop {
  table-layout: fixed;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: left;
}
th.sorting,
th.sorting_asc,
th.sorting_desc {
  padding-left: 18px !important;
}
.table .label {
  margin-right: 4px;
  border-radius: 4px;
  line-height: 30px;
}
.pagination {
  font-size: 15px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: hsl(24, 2%, 65%);
  border: #FFF solid 1px;
  color: #FFF;
  margin: -1px;
}
.pagination a,
.pagination span,
.pagination a:hover,
.pagination span:hover,
.pagination a:focus,
.pagination span:focus {
  margin: -1px;
  border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: hsl(24, 2%, 65%);
  border: hsl(24, 2%, 92%) solid 1px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-left: 3px;
}
li.paginate_button a:hover {
  background-color: hsl(38, 30%, 65%);
  color: #FFF;
}
.pagination {
  margin-top: 0;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 0.5em;
}
.paginate_button.previous.disabled,
.paginate_button.next.disabled {
  display: none;
}
.table {
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.15);
}
.table > thead > tr > th {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
.table.gris > thead > tr > th {
  color: #555;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: hsl(24, 2%, 97%);
}
.table-striped.trash > tbody > tr:nth-child(odd) {
  background-color: #FFF3F3;
}
.table-striped.trash > tbody > tr:nth-child(odd):hover {
  background-color: #dceefb;
}
.table.dataTable thead {
  background-color: hsl(24, 2%, 55%);
}
.table.gris.dataTable thead {
  background-color: #F0F0F0;
}
.dashboard .table.dataTable thead {
  background-color: #999;
}
table.dataTable.trash thead {
  background-color: rgba(255, 23, 3, 0.41);
}
table.dataTable td:first-child {
  border-left: none;
}
table.dataTable thead th:first-child {
  /*border-left: none;*/
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  height: 30px;
  vertical-align: middle;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding-top: 0px;
  /*padding-bottom: 4px;*/
}
.table-hover > tbody > tr:hover {
  background-color: hsl(38, 30%, 92%);
  cursor: pointer;
}
.table > tbody > tr > td {
  border: none;
  border-bottom: 1px solid hsl(24, 2%, 85%);
}
.dashboard table.dataTable.no-footer {
  border-right: solid 1px #E0E0E0;
}
.form-inline .form-control {
  width: 400px;
  font-size: medium;
  font-weight: normal;
  color: #666;
  padding-top: 4px;
  height: 28px;
}
.dataTables_length label {
  font-weight: normal;
  color: hsl(24, 2%, 65%);
}
.dataTables_length select.form-control {
  width: 60px;
  margin-left: 5px;
  font-size: 15px;
  color: hsl(24, 2%, 65%);
  background-color: hsl(24, 2%, 97%) !important;
  line-height: 1em;
  padding-top: 0;
  margin-top: -2px;
}
table.dataTable span.highlight {
  background-color: #ffb802;
}
div.dataTables_length a.active {
  color: black;
}
div.dataTables_length a.active {
  color: black;
}
.dataTables_length {
  padding-top: 6px;
}
.dataTables_page_length {
  margin-top: -6px;
}
.dataTables_filter label {
  color: #999;
  margin-top: 4px;
  padding-left: 0;
}
.dataTables_wrapper .dataTables_filter {
  float: left;
}
.pagination {
  margin-bottom: 10px;
}
.table.dataTable tbody tr.selected {
  background-color: #87BD00;
  color: #fff;
}
#liste_filter {
  margin-bottom: 15px;
  padding-top: 6px;
}
.table > thead > tr > th.sorting,
.table > thead > tr > th.sorting_asc,
.table > thead > tr > th.sorting_desc {
  padding-right: 20px;
}
.table > thead > tr > th,
.table > thead > tr > th.sorting,
.table > thead > tr > th.sorting_asc,
.table > thead > tr > th.sorting_desc {
  line-height: 1.2em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.dashboard .table > thead > tr > th {
  padding-top: 0;
  padding-bottom: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal;
}
th.td-actions-liste {
  background-color: #FFF;
}
/*
table.dataTable{
	overflow: scroll;
	display: block;
}*/
.dataTables_length select {
  border: 0 !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url("/assets/datatables/1.10.5/images/sort_desc.png");
  background-repeat: no-repeat;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  padding: 0;
  padding-left: 18px;
}
table.dataTable thead .sorting_asc {
  background-image: url("/assets/datatables/1.10.5/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/assets/datatables/1.10.5/images/sort_desc.png");
}
table.dataTable thead .sorting {
  background-image: url("/assets/datatables/1.10.5/images/sort_both.png");
}
.dt-no-overflow td {
  white-space: normal;
}
/*# sourceMappingURL=datatables_20211016.css.map */