table.dataTable thead {
  background-color: rgb(0, 163, 166);
  color: white;
}

table.dataTable tfoot {
  background-color: rgb(0, 163, 166);
  color: white;
}

.fg-success {
  color: rgb(0, 163, 166);
}

.fg-red {
  color: #ce352c;
}

.bg-red {
  color: #ce352c !important;
}

#fieldset1 {
  border: 2px solid #00A3A6;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  background-color: #eeeeee;
}

legend {
  padding: 0.2em 0.5em;
  border: 1px solid #00A3A6;
  color: #00A3A6;
  font-size: 90%;
  text-align: left;
  margin-left: 20px;
  width: 65px;
  background-color: white;
  position: absolute;
  top: -5px;
}

#fieldset1:hover {
  cursor: pointer;
}

.fieldsetcontent {
  display: block;
  padding: 40px 10px 10px;
}

td {
  white-space: nowrap;
}

.dropdown-menu {
  z-index: 555;
}

.buttons-csv,
.dt-button {
  color: white;
  background-color: #00A3A6;
  ;
  font-weight: bold;
  border: 0;
  padding: 5px;
  border-radius: 10%;
}

.buttons-csv:hover,
.dt-button:hover {
  background-color: #028487;
  color: white;
  text-decoration: none;
}

.no-display-filtres {
  display: none;
}

/* input[type="submit"] {
  color:white;
  background-color: #00A3A6;;
  font-weight: bold;
  padding: 7px 10px 7px 10px;
  border-radius: 10%;
}

input[type="submit"]{
  background-color:#028487;
  color:white;
  text-decoration: none;
} */

.dt-buttons {
  margin-bottom: 5px !important;
}

.paginate_button {
  border: 1px solid grey !important;
  background: white !important;
}

.current {
  background: #00a3a6 !important;
  color: white !important;
}

.ui-draggable {
  z-index: 1001 !important;
}

.input-icon {
  position: relative;
}

.input-icon>i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.input-icon>input {
  padding-left: 25px;
  padding-right: 0;
}

.input-icon-right>i {
  right: 25px;
}

.input-icon-right>input {
  padding-left: 0;
  padding-right: 40px;
  text-align: right;
}

.btn-group .dropdownperso {
  padding-bottom: 5px;
  color: white;
  background: #00a3a6;
  border: none;
  border-radius: 3px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
}

.btn-group .dropdownperso:hover {
  background: #098a8c;
}

.traveclieu:hover {
  background: #cefeff;
}

.trsanslieu:hover {
  background-color: #f7c5b4 !important;
}

.containerPerso {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}