.cal_table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
  }
  
  .cal_table th,
  .cal_table td {
    padding: 0.55rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  
  .cal_table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  
  .cal_table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  
  .cal_table-sm th,
  .cal_table-sm td {
    padding: 0.3rem;
  }
  
  .cal_table-bordered {
    border: 1px solid transparent
  }
  
  .cal_table-bordered th,
  .cal_table-bordered td {
    border: 1px solid #dee2e6;
  }
  
  .cal_table-bordered thead th,
  .cal_table-bordered thead td {
    border-bottom-width: 2px;
  }
  
  .cal_table-borderless th,
  .cal_table-borderless td,
  .cal_table-borderless thead th,
  .cal_table-borderless tbody + tbody {
    border: 0;
  }
  
  .cal_table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .cal_table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .cal_table-primary,
  .cal_table-primary > th,
  .cal_table-primary > td {
    background-color: #b8daff;
  }
  
  .cal_table-primary th,
  .cal_table-primary td,
  .cal_table-primary thead th,
  .cal_table-primary tbody + tbody {
    border-color: #7abaff;
  }
  
  .cal_table-hover .cal_table-primary:hover {
    background-color: #9fcdff;
  }
  
  .cal_table-hover .cal_table-primary:hover > td,
  .cal_table-hover .cal_table-primary:hover > th {
    background-color: #9fcdff;
  }
  
  .cal_table-secondary,
  .cal_table-secondary > th,
  .cal_table-secondary > td {
    background-color: #d6d8db;
  }
  
  .cal_table-secondary th,
  .cal_table-secondary td,
  .cal_table-secondary thead th,
  .cal_table-secondary tbody + tbody {
    border-color: #b3b7bb;
  }
  
  .cal_table-hover .cal_table-secondary:hover {
    background-color: #c8cbcf;
  }
  
  .cal_table-hover .cal_table-secondary:hover > td,
  .cal_table-hover .cal_table-secondary:hover > th {
    background-color: #c8cbcf;
  }
  
  .cal_table-success,
  .cal_table-success > th,
  .cal_table-success > td {
    background-color: #c3e6cb;
  }
  
  .cal_table-success th,
  .cal_table-success td,
  .cal_table-success thead th,
  .cal_table-success tbody + tbody {
    border-color: #8fd19e;
  }
  
  .cal_table-hover .cal_table-success:hover {
    background-color: #b1dfbb;
  }
  
  .cal_table-hover .cal_table-success:hover > td,
  .cal_table-hover .cal_table-success:hover > th {
    background-color: #b1dfbb;
  }
  
  .cal_table-info,
  .cal_table-info > th,
  .cal_table-info > td {
    background-color: #bee5eb;
  }
  
  .cal_table-info th,
  .cal_table-info td,
  .cal_table-info thead th,
  .cal_table-info tbody + tbody {
    border-color: #86cfda;
  }
  
  .cal_table-hover .cal_table-info:hover {
    background-color: #abdde5;
  }
  
  .cal_table-hover .cal_table-info:hover > td,
  .cal_table-hover .cal_table-info:hover > th {
    background-color: #abdde5;
  }
  
  .cal_table-warning,
  .cal_table-warning > th,
  .cal_table-warning > td {
    background-color: #ffeeba;
  }
  
  .cal_table-warning th,
  .cal_table-warning td,
  .cal_table-warning thead th,
  .cal_table-warning tbody + tbody {
    border-color: #ffdf7e;
  }
  
  .cal_table-hover .cal_table-warning:hover {
    background-color: #ffe8a1;
  }
  
  .cal_table-hover .cal_table-warning:hover > td,
  .cal_table-hover .cal_table-warning:hover > th {
    background-color: #ffe8a1;
  }
  
  .cal_table-danger,
  .cal_table-danger > th,
  .cal_table-danger > td {
    background-color: #f5c6cb;
  }
  
  .cal_table-danger th,
  .cal_table-danger td,
  .cal_table-danger thead th,
  .cal_table-danger tbody + tbody {
    border-color: #ed969e;
  }
  
  .cal_table-hover .cal_table-danger:hover {
    background-color: #f1b0b7;
  }
  
  .cal_table-hover .cal_table-danger:hover > td,
  .cal_table-hover .cal_table-danger:hover > th {
    background-color: #f1b0b7;
  }
  
  .cal_table-light,
  .cal_table-light > th,
  .cal_table-light > td {
    background-color: #fdfdfe;
  }
  
  .cal_table-light th,
  .cal_table-light td,
  .cal_table-light thead th,
  .cal_table-light tbody + tbody {
    border-color: #fbfcfc;
  }
  
  .cal_table-hover .cal_table-light:hover {
    background-color: #ececf6;
  }
  
  .cal_table-hover .cal_table-light:hover > td,
  .cal_table-hover .cal_table-light:hover > th {
    background-color: #ececf6;
  }
  
  .cal_table-dark,
  .cal_table-dark > th,
  .cal_table-dark > td {
    background-color: #c6c8ca;
  }
  
  .cal_table-dark th,
  .cal_table-dark td,
  .cal_table-dark thead th,
  .cal_table-dark tbody + tbody {
    border-color: #95999c;
  }
  
  .cal_table-hover .cal_table-dark:hover {
    background-color: #b9bbbe;
  }
  
  .cal_table-hover .cal_table-dark:hover > td,
  .cal_table-hover .cal_table-dark:hover > th {
    background-color: #b9bbbe;
  }
  
  .cal_table-active,
  .cal_table-active > th,
  .cal_table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .cal_table-hover .cal_table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .cal_table-hover .cal_table-active:hover > td,
  .cal_table-hover .cal_table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .cal_table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
  }
  
  .cal_table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .cal_table-dark {
    color: #fff;
    background-color: #343a40;
  }
  
  .cal_table-dark th,
  .cal_table-dark td,
  .cal_table-dark thead th {
    border-color: #454d55;
  }
  
  .cal_table-dark.cal_table-bordered {
    border: 0;
  }
  
  .cal_table-dark.cal_table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  
  .cal_table-dark.cal_table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
  }
  
  @media (max-width: 575.98px) {
    .cal_table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .cal_table-responsive-sm > .cal_table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .cal_table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .cal_table-responsive-md > .cal_table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 991.98px) {
    .cal_table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .cal_table-responsive-lg > .cal_table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 1199.98px) {
    .cal_table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .cal_table-responsive-xl > .cal_table-bordered {
      border: 0;
    }
  }
  
  .cal_cal_table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .cal_table-responsive > .cal_table-bordered {
    border: 0;
  }
  
  .ca_form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
  /*  flex-flow: row wrap; */
    -ms-flex-align: center;
    align-items: center;
}

#calendar-body {
    color: white;
}

#calendar-head {
    color: black;
    background-color: white;
}
#monthAndYear{
    color: white;
}

/* reparti css */

.rep_table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
  }
  
  .rep_table th,
  .rep_table td {
    padding: 0.55rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
  }
  
  .rep_table thead th {
    vertical-align: bottom;
    background-color: black;
    color: white;
  /*  border-bottom: 2px solid #dee2e6; */
  }
  
  .rep_table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  
  .rep_table-sm th,
  .rep_table-sm td {
    padding: 0.3rem;
  }
  
  .rep_table-bordered {
    border: 1px solid transparent
  }
  
  .rep_table-bordered th,
  .rep_table-bordered td {
    border: 1px solid #dee2e6;
  }
  
  .rep_table-bordered thead th,
  .rep_table-bordered thead td {
    border-bottom-width: 2px;
  }
  
  .rep_table-borderless th,
  .rep_table-borderless td,
  .rep_table-borderless thead th,
  .rep_table-borderless tbody + tbody {
    border: 0;
  }
  
  .rep_table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .rep_table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .rep_table-primary,
  .rep_table-primary > th,
  .rep_table-primary > td {
    background-color: #b8daff;
  }
  
  .rep_table-primary th,
  .rep_table-primary td,
  .rep_table-primary thead th,
  .rep_table-primary tbody + tbody {
    border-color: #7abaff;
  }
  
  .rep_table-hover .rep_table-primary:hover {
    background-color: #9fcdff;
  }
  
  .rep_table-hover .rep_table-primary:hover > td,
  .rep_table-hover .rep_table-primary:hover > th {
    background-color: #9fcdff;
  }
  
  .rep_table-secondary,
  .rep_table-secondary > th,
  .rep_table-secondary > td {
    background-color: #d6d8db;
  }
  
  .rep_table-secondary th,
  .rep_table-secondary td,
  .rep_table-secondary thead th,
  .rep_table-secondary tbody + tbody {
    border-color: #b3b7bb;
  }
  
  .rep_table-hover .rep_table-secondary:hover {
    background-color: #c8cbcf;
  }
  
  .rep_table-hover .rep_table-secondary:hover > td,
  .rep_table-hover .rep_table-secondary:hover > th {
    background-color: #c8cbcf;
  }
  
  .rep_table-success,
  .rep_table-success > th,
  .rep_table-success > td {
    background-color: #c3e6cb;
  }
  
  .rep_table-success th,
  .rep_table-success td,
  .rep_table-success thead th,
  .rep_table-success tbody + tbody {
    border-color: #8fd19e;
  }
  
  .rep_table-hover .rep_table-success:hover {
    background-color: #b1dfbb;
  }
  
  .rep_table-hover .rep_table-success:hover > td,
  .rep_table-hover .rep_table-success:hover > th {
    background-color: #b1dfbb;
  }
  
  .rep_table-info,
  .rep_table-info > th,
  .rep_table-info > td {
    background-color: #bee5eb;
  }
  
  .rep_table-info th,
  .rep_table-info td,
  .rep_table-info thead th,
  .rep_table-info tbody + tbody {
    border-color: #86cfda;
  }
  
  .rep_table-hover .rep_table-info:hover {
    background-color: #abdde5;
  }
  
  .rep_table-hover .rep_table-info:hover > td,
  .rep_table-hover .rep_table-info:hover > th {
    background-color: #abdde5;
  }
  
  .rep_table-warning,
  .rep_table-warning > th,
  .rep_table-warning > td {
    background-color: #ffeeba;
  }
  
  .rep_table-warning th,
  .rep_table-warning td,
  .rep_table-warning thead th,
  .rep_table-warning tbody + tbody {
    border-color: #ffdf7e;
  }
  
  .rep_table-hover .rep_table-warning:hover {
    background-color: #ffe8a1;
  }
  
  .rep_table-hover .rep_table-warning:hover > td,
  .rep_table-hover .rep_table-warning:hover > th {
    background-color: #ffe8a1;
  }
  
  .rep_table-danger,
  .rep_table-danger > th,
  .rep_table-danger > td {
    background-color: #f5c6cb;
  }
  
  .rep_table-danger th,
  .rep_table-danger td,
  .rep_table-danger thead th,
  .rep_table-danger tbody + tbody {
    border-color: #ed969e;
  }
  
  .rep_table-hover .rep_table-danger:hover {
    background-color: #f1b0b7;
  }
  
  .rep_table-hover .rep_table-danger:hover > td,
  .rep_table-hover .rep_table-danger:hover > th {
    background-color: #f1b0b7;
  }
  
  .rep_table-light,
  .rep_table-light > th,
  .rep_table-light > td {
    background-color: #fdfdfe;
  }
  
  .rep_table-light th,
  .rep_table-light td,
  .rep_table-light thead th,
  .rep_table-light tbody + tbody {
    border-color: #fbfcfc;
  }
  
  .rep_table-hover .rep_table-light:hover {
    background-color: #ececf6;
  }
  
  .rep_table-hover .rep_table-light:hover > td,
  .rep_table-hover .rep_table-light:hover > th {
    background-color: #ececf6;
  }
  
  .rep_table-dark,
  .rep_table-dark > th,
  .rep_table-dark > td {
    background-color: #c6c8ca;
  }
  
  .rep_table-dark th,
  .rep_table-dark td,
  .rep_table-dark thead th,
  .rep_table-dark tbody + tbody {
    border-color: #95999c;
  }
  
  .rep_table-hover .rep_table-dark:hover {
    background-color: #b9bbbe;
  }
  
  .rep_table-hover .rep_table-dark:hover > td,
  .rep_table-hover .rep_table-dark:hover > th {
    background-color: #b9bbbe;
  }
  
  .rep_table-active,
  .rep_table-active > th,
  .rep_table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .rep_table-hover .rep_table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .rep_table-hover .rep_table-active:hover > td,
  .rep_table-hover .rep_table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .rep_table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
  }
  
  .rep_table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .rep_table-dark {
    color: #fff;
    background-color: #343a40;
  }
  
  .rep_table-dark th,
  .rep_table-dark td,
  .rep_table-dark thead th {
    border-color: #454d55;
  }
  
  .rep_table-dark.rep_table-bordered {
    border: 0;
  }
  
  .rep_table-dark.rep_table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  
  .rep_table-dark.rep_table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
  }
  
  @media (max-width: 575.98px) {
    .rep_table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .rep_table-responsive-sm > .rep_table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .rep_table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .rep_table-responsive-md > .rep_table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 991.98px) {
    .rep_table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .rep_table-responsive-lg > .rep_table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 1199.98px) {
    .rep_table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .rep_table-responsive-xl > .rep_table-bordered {
      border: 0;
    }
  }
  
  .cal_rep_table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .rep_table-responsive > .rep_table-bordered {
    border: 0;
  }
  
  #rep_tablerow{
      background-color: #212529;
      color: #dee2e6;
  }
  #rep_tablehead {
    background-color: #212529 !important;
    color: white;
  }

  .lastrep_tableRow {
border-bottom: transparent
}

.rep_table > tbody> tr:last-child { border-bottom: 1px solid green; };

.rep_table th, .rep_table td {
    padding: 0.55rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
}

