.table > tbody + tbody,
.table > thead + tbody {
  border-top: 2px solid #ddd; }

.table tbody tr,
.table thead tr {
  height: 1px; }
  .table tbody tr .center,
  .table thead tr .center {
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .table tbody tr .left,
  .table tbody tr .cell-label,
  .table thead tr .left,
  .table thead tr .cell-label {
    text-align: left; }
  .table tbody tr .right,
  .table tbody tr .numerique,
  .table tbody tr .cell-number,
  .table thead tr .right,
  .table thead tr .numerique,
  .table thead tr .cell-number {
    text-align: right; }

.modal-body .table {
  background: #e6e6e4; }

.table td, .table th {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.table .am-icon.btn {
  padding-top: 0;
  padding-bottom: 0; }

.table .index {
  color: #0062ac; }

.table td .am-icon, .table th .am-icon {
  top: 0; }

.table .has-dropdown,
.table .btn-group,
.table .cell-with-actions {
  overflow: visible; }

.table .btn-group {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .table .btn-group label {
    margin-bottom: 0; }

.table .cell-with-actions a,
.table .cell-with-actions button,
.table .cell-with-actions .btn,
.table .cell-with-actions .dropdown,
.table .btn-group a,
.table .btn-group button,
.table .btn-group .btn,
.table .btn-group .dropdown {
  border-radius: 0; }

.table .cell-with-actions
.cell-with-actions,
.table .btn-group {
  overflow: visible;
  max-width: inherit;
  text-align: center; }

.table .cell-with-actions > a,
.table .cell-with-actions > button,
.table .cell-with-actions > .btn,
.table .cell-with-actions > .dropdown,
.table .btn-group > a,
.table .btn-group > button,
.table .btn-group > .btn,
.table .btn-group > .dropdown {
  display: inline-block; }
  .table .cell-with-actions > a:nth-child(1n+2),
  .table .cell-with-actions > button:nth-child(1n+2),
  .table .cell-with-actions > .btn:nth-child(1n+2),
  .table .cell-with-actions > .dropdown:nth-child(1n+2),
  .table .btn-group > a:nth-child(1n+2),
  .table .btn-group > button:nth-child(1n+2),
  .table .btn-group > .btn:nth-child(1n+2),
  .table .btn-group > .dropdown:nth-child(1n+2) {
    margin-left: 8px; }

.table .cell-with-actions .checkbox,
.table .cell-with-actions input,
.table .cell-with-actions select,
.table .btn-group .checkbox,
.table .btn-group input,
.table .btn-group select {
  display: inline-block; }

.table .cell-with-actions .dropdown-menu,
.table .btn-group .dropdown-menu {
  left: inherit;
  right: 0;
  max-width: 160px; }

.table .cell-with-actions .btn,
.table .btn-group .btn {
  flex: initial;
  color: #0062ac; }

.table-bordered {
  border-top: 2px solid #b7cbd6; }
  .table-bordered tbody tr td, .table-bordered tbody tr th,
  .table-bordered thead tr td,
  .table-bordered thead tr th {
    border-left: 1px solid #adacac;
    border-right: 1px solid #adacac;
    vertical-align: middle; }
    .table-bordered tbody tr td:first-child, .table-bordered tbody tr th:first-child,
    .table-bordered thead tr td:first-child,
    .table-bordered thead tr th:first-child {
      border-left: none; }
    .table-bordered tbody tr td:last-child, .table-bordered tbody tr th:last-child,
    .table-bordered thead tr td:last-child,
    .table-bordered thead tr th:last-child {
      border-right: none; }
  .table-bordered th {
    text-align: center;
    background: #d9d9d9; }
    .table-bordered th, .table-bordered th a {
      color: #ac1c81; }
      .table-bordered th:hover, .table-bordered th a:hover {
        text-decoration: none; }
  .table-bordered td, .table-bordered th {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.table-simple {
  background: transparent; }
  .table-simple thead tr th {
    font-weight: normal;
    color: #000;
    border-bottom: 2px solid #b7cbd6;
    border-top: none !important;
    background: transparent;
    line-height: 1.5rem;
    vertical-align: bottom; }
  .table-simple tbody tr td {
    background: white;
    border-color: #b7cbd6;
    background: white;
    line-height: 1.5rem;
    vertical-align: middle; }

.simple-header th {
  background: white;
  color: #000; }

.table-detail {
  width: 80%;
  margin: auto; }
  .table-detail th, .table-detail .rowheader {
    color: #ac1c81;
    font-weight: normal; }
  .table-detail td, .table-detail th {
    padding: 5px; }

.table-centered tbody tr td {
  text-align: center; }

.table-border-lg {
  border: 3px solid #b7cbd6; }
  .table-border-lg thead tr th,
  .table-border-lg tbody tr td {
    border-left: 1px solid #adacac;
    border-right: 1px solid #adacac; }
  .table-border-lg.table-striped > tbody > tr:nth-child(odd) td:last-child {
    border-right-color: #b7cbd6; }

.table-fixedheight {
  max-height: 25rem;
  overflow-y: auto; }

.table-fixedwidth, .table-dynamicsize.fixedwidth .table {
  table-layout: fixed;
  width: 100%; }
  .table-fixedwidth .label-group, .table-dynamicsize.fixedwidth .table .label-group {
    overflow: hidden;
    text-overflow: ellipsis; }

.table-fitcontent {
  table-layout: fixed;
  width: fit-content;
  max-width: 1px; }

.table .cell-xxs {
  width: 3%; }

.table .cell-xs {
  width: 5%; }

.table .cell-sm {
  width: 10%; }

.table .cell-md {
  width: 15%; }

.table .cell-lg {
  width: 20%; }

.table .cell-xlg {
  width: 30%; }

.table .cell-date {
  width: 100px; }

.table .cell-action {
  width: 48px; }

.cell-1 {
  width: 4.1666666667%; }

.cell-2 {
  width: 8.3333333333%; }

.cell-3 {
  width: 12.5%; }

.cell-4 {
  width: 16.6666666667%; }

.cell-5 {
  width: 20.8333333333%; }

.cell-6 {
  width: 25%; }

.cell-7 {
  width: 29.1666666667%; }

.cell-8 {
  width: 33.3333333333%; }

.cell-9 {
  width: 37.5%; }

.cell-10 {
  width: 41.6666666667%; }

.cell-11 {
  width: 45.8333333333%; }

.cell-12 {
  width: 50%; }

.cell-13 {
  width: 54.1666666667%; }

.cell-14 {
  width: 58.3333333333%; }

.cell-15 {
  width: 62.5%; }

.cell-16 {
  width: 66.6666666667%; }

.cell-17 {
  width: 70.8333333333%; }

.cell-18 {
  width: 75%; }

.cell-19 {
  width: 79.1666666667%; }

.cell-20 {
  width: 83.3333333333%; }

.cell-21 {
  width: 87.5%; }

.cell-22 {
  width: 91.6666666667%; }

.cell-23 {
  width: 95.8333333333%; }

.cell-24 {
  width: 100%; }

.cell-fixed-xxs {
  width: 35px; }

.cell-fixed-xs {
  width: 50px; }

.cell-fixed-sm {
  width: 100px; }

.cell-fixed-md {
  width: 150px; }

.cell-fixed-lg {
  width: 250px; }

.cell-fixed-xlg {
  width: 350px; }

.table-multipleline-header thead td, .table-multipleline-header thead th {
  overflow: hidden;
  white-space: normal; }

.table-multipleline-body tbody td, .table-multipleline-body tbody th {
  overflow: hidden;
  white-space: normal; }

.table-responsive, .table-dynamicsize {
  overflow-x: auto;
  min-height: 0.01%; }
  .table-responsive .table, .table-dynamicsize .table {
    margin-bottom: 0;
    width: inherit;
    max-width: inherit; }

.table-striped tbody tr td, .table-striped tbody tr th,
.table-striped thead tr td,
.table-striped thead tr th {
  border-top: none;
  border-bottom: none; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: white; }

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #b7cbd6; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #e6bebf; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #e6bebf; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #F0EEBF; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #e6bebf; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #e6bebf; }

.table > thead > tr > td.emphasis-alert,
.table > thead > tr > th.emphasis-alert, .table > thead > tr.emphasis-alert > td, .table > thead > tr.emphasis-alert > th,
.table > tbody > tr > td.emphasis-alert,
.table > tbody > tr > th.emphasis-alert,
.table > tbody > tr.emphasis-alert > td,
.table > tbody > tr.emphasis-alert > th,
.table > tfoot > tr > td.emphasis-alert,
.table > tfoot > tr > th.emphasis-alert,
.table > tfoot > tr.emphasis-alert > td,
.table > tfoot > tr.emphasis-alert > th {
  border-top: 3px solid #b6052a;
  border-bottom: 3px solid #b6052a; }
  .table > thead > tr > td.emphasis-alert:first-child,
  .table > thead > tr > th.emphasis-alert:first-child, .table > thead > tr.emphasis-alert > td:first-child, .table > thead > tr.emphasis-alert > th:first-child,
  .table > tbody > tr > td.emphasis-alert:first-child,
  .table > tbody > tr > th.emphasis-alert:first-child,
  .table > tbody > tr.emphasis-alert > td:first-child,
  .table > tbody > tr.emphasis-alert > th:first-child,
  .table > tfoot > tr > td.emphasis-alert:first-child,
  .table > tfoot > tr > th.emphasis-alert:first-child,
  .table > tfoot > tr.emphasis-alert > td:first-child,
  .table > tfoot > tr.emphasis-alert > th:first-child {
    border-left: 3px solid #b6052a; }
  .table > thead > tr > td.emphasis-alert:last-child,
  .table > thead > tr > th.emphasis-alert:last-child, .table > thead > tr.emphasis-alert > td:last-child, .table > thead > tr.emphasis-alert > th:last-child,
  .table > tbody > tr > td.emphasis-alert:last-child,
  .table > tbody > tr > th.emphasis-alert:last-child,
  .table > tbody > tr.emphasis-alert > td:last-child,
  .table > tbody > tr.emphasis-alert > th:last-child,
  .table > tfoot > tr > td.emphasis-alert:last-child,
  .table > tfoot > tr > th.emphasis-alert:last-child,
  .table > tfoot > tr.emphasis-alert > td:last-child,
  .table > tfoot > tr.emphasis-alert > th:last-child {
    border-right: 3px solid #b6052a; }

.table > thead > tr td.emphasis-alert,
.table > thead > tr th.emphasis-alert,
.table > tbody > tr td.emphasis-alert,
.table > tbody > tr th.emphasis-alert,
.table > tfoot > tr td.emphasis-alert,
.table > tfoot > tr th.emphasis-alert {
  border-right: 3px solid #b6052a;
  border-left: 3px solid #b6052a; }

.table > thead > tr > td.emphasis-active,
.table > thead > tr > th.emphasis-active, .table > thead > tr.emphasis-active > td, .table > thead > tr.emphasis-active > th,
.table > tbody > tr > td.emphasis-active,
.table > tbody > tr > th.emphasis-active,
.table > tbody > tr.emphasis-active > td,
.table > tbody > tr.emphasis-active > th,
.table > tfoot > tr > td.emphasis-active,
.table > tfoot > tr > th.emphasis-active,
.table > tfoot > tr.emphasis-active > td,
.table > tfoot > tr.emphasis-active > th {
  border-top: 3px solid #0062ac;
  border-bottom: 3px solid #0062ac; }
  .table > thead > tr > td.emphasis-active:first-child,
  .table > thead > tr > th.emphasis-active:first-child, .table > thead > tr.emphasis-active > td:first-child, .table > thead > tr.emphasis-active > th:first-child,
  .table > tbody > tr > td.emphasis-active:first-child,
  .table > tbody > tr > th.emphasis-active:first-child,
  .table > tbody > tr.emphasis-active > td:first-child,
  .table > tbody > tr.emphasis-active > th:first-child,
  .table > tfoot > tr > td.emphasis-active:first-child,
  .table > tfoot > tr > th.emphasis-active:first-child,
  .table > tfoot > tr.emphasis-active > td:first-child,
  .table > tfoot > tr.emphasis-active > th:first-child {
    border-left: 3px solid #0062ac; }
  .table > thead > tr > td.emphasis-active:last-child,
  .table > thead > tr > th.emphasis-active:last-child, .table > thead > tr.emphasis-active > td:last-child, .table > thead > tr.emphasis-active > th:last-child,
  .table > tbody > tr > td.emphasis-active:last-child,
  .table > tbody > tr > th.emphasis-active:last-child,
  .table > tbody > tr.emphasis-active > td:last-child,
  .table > tbody > tr.emphasis-active > th:last-child,
  .table > tfoot > tr > td.emphasis-active:last-child,
  .table > tfoot > tr > th.emphasis-active:last-child,
  .table > tfoot > tr.emphasis-active > td:last-child,
  .table > tfoot > tr.emphasis-active > th:last-child {
    border-right: 3px solid #0062ac; }

.table > thead > tr td.emphasis-active,
.table > thead > tr th.emphasis-active,
.table > tbody > tr td.emphasis-active,
.table > tbody > tr th.emphasis-active,
.table > tfoot > tr td.emphasis-active,
.table > tfoot > tr th.emphasis-active {
  border-right: 3px solid #0062ac;
  border-left: 3px solid #0062ac; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #e6bebf;
  cursor: pointer; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #0062ac; }
  .table > thead > tr > td.active, .table > thead > tr > td.active .am-icon,
  .table > thead > tr > th.active,
  .table > thead > tr > th.active .am-icon, .table > thead > tr.active > td, .table > thead > tr.active > td .am-icon, .table > thead > tr.active > th, .table > thead > tr.active > th .am-icon,
  .table > tbody > tr > td.active,
  .table > tbody > tr > td.active .am-icon,
  .table > tbody > tr > th.active,
  .table > tbody > tr > th.active .am-icon,
  .table > tbody > tr.active > td,
  .table > tbody > tr.active > td .am-icon,
  .table > tbody > tr.active > th,
  .table > tbody > tr.active > th .am-icon,
  .table > tfoot > tr > td.active,
  .table > tfoot > tr > td.active .am-icon,
  .table > tfoot > tr > th.active,
  .table > tfoot > tr > th.active .am-icon,
  .table > tfoot > tr.active > td,
  .table > tfoot > tr.active > td .am-icon,
  .table > tfoot > tr.active > th,
  .table > tfoot > tr.active > th .am-icon {
    color: white; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr.active:hover > td {
  background-color: #007fdf; }
