#WPLogs_table {
  table-layout: fixed;
  word-wrap: break-word;
  width: 99%;
  text-align: center;
  border-collapse: collapse;
}
#WPLogs_table input {
  width: 100%;
}
#WPLogs_table thead tr th {
  color: #fff;
  background: #0065ff;
  padding: 5px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#WPLogs_table thead tr th:hover {
  cursor: pointer;
}

#WPLogs_table tbody tr td a:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#WPLogs_table tbody tr td a:first-child:focus,
#WPLogs_table thead tr th a:first-child:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

#WPLogs_table tbody tr td a,
#WPLogs_table thead tr th a,
#WPLogs_table tbody tr td a img:first-child,
#WPLogs_table thead tr th a img:first-child {
  display: inline-block;
  width: 20px;
  height: 20px;
}

#WPLogs_table thead tr th:first-child {
  width: 2%;
}

#WPLogs_table thead tr th:nth-child(2) {
  width: 3%;
}

#WPLogs_table thead tr th:nth-child(3) {
  width: 10%;
}

#WPLogs_table thead tr th:nth-child(4) {
  width: 60%;
}

#WPLogs_table thead tr th:nth-child(5) {
  width: 8%;
}

#WPLogs_table thead tr th:nth-child(6) {
  width: 8%;
}

#WPLogs_table thead tr th:nth-child(7) {
  width: 4%;
}

#WPLogs_table thead tr th:nth-child(8) {
  width: 5%;
}

#WPLogs_table tbody tr:nth-child(odd) {
  background: #f0f0f0;
}

#WPLogs_table tbody {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#WPLogs_table tbody tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#WPLogs_table tbody tr:nth-child(even) {
  background: #fff;
}

#WPLogs_table tbody tr:nth-child(even):hover,
#WPLogs_table tbody tr:nth-child(odd):hover {
  background: #e5e5e5;
}

#WPLogs_table tbody tr td:nth-child(4) {
  padding: 0.2em 0.5em;
}

#WPLogs_table tbody tr td {
  line-height: 2.2em;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#WPLogs_deleteTableRow {
  background: #fff;
  width: 20%;
  padding: 10px 20px;
  margin: 20px auto;
  height: auto;
  justify-content: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
}

#WPLogs_deleteInformations {
  margin: 30px auto;
}

#WPLogs_deleteTableRow p {
  line-height: 1em;
}

.WPLogs_lineName {
  font-weight: bold;
  color: #0065ff;
}

#WPLogs_deleteValid {
  background: green;
  border-radius: 2px;
  color: white;
  text-decoration: none;
  padding: 0.5em 1em;
  margin: auto 10px;
}

#WPLogs_deleteValid:hover {
  cursor: pointer;
}

#WPLogs_deleteCancel {
  background: red;
  border-radius: 2px;
  color: white;
  text-decoration: none;
  padding: 0.5em 1em;
  margin: auto 10px;
}

#WPLogs_deleteValid:hover {
  cursor: pointer;
}

/* Filters */
/* filter inputs */
#WPLogs_filter {
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#WPLogs_filter_searchBar {
  color: #3c434a;
  margin: 5px;
  text-align: center;
  padding: 0 !important;
  width: 30%;
}

#WPLogs_filter_select {
  color: #3c434a;
  margin: 5px;
  text-align: center;
}

#WPLogs_refresh {
  background: #0065ff;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  margin-left: 0 !important;
}

#WPLogs_refresh:hover {
  cursor: pointer;
}

#WPLogs_refresh img {
  width: 20px;
  height: 20px;
}

/* filter up & down */
#WPLogs_table .th-sort-asc::after {
  content: "\25b4";
}

#WPLogs_table .th-sort-desc::after {
  content: "\25be";
}

#WPLogs_table .th-sort-asc::after,
#WPLogs_table .th-sort-desc::after {
  margin-left: 5px;
}

/*# sourceMappingURL=styles.css.map */
