#logs-bdd {
  width: 100%;
}

#container-logs {
  padding-right: 20px;
}
#container-logs .dataTables_wrapper .dataTables_length select {
  padding: 0 24px 0 8px;
}

#logs tbody > tr.error {
  color: red;
  font-weight: bold;
}
#logs tbody > tr td {
  white-space: pre-wrap;
}
#logs tbody > tr td.detail {
  width: 100%;
  text-align: left;
}
#logs tbody > tr td:nth-child(even) {
  background: #FFF;
}
#logs tbody > tr td:nth-child(odd) {
  background: #f1f1f1;
}
#logs tbody > tr td input[type=button] {
  font-weight: bold;
}
#logs pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
  text-wrap: unset;
}
#logs pre .string {
  color: green;
}
#logs pre .number {
  color: darkorange;
}
#logs pre .boolean {
  color: blue;
}
#logs pre .null {
  color: magenta;
}
#logs pre .key {
  color: red;
}

/*# sourceMappingURL=admin_forms_logs.css.map */
