.native-table th {
  cursor: pointer;
}

.native-table-footer, .native-table-head {
  padding: 20px 0px 0px 0px;
  color: #797979;
}

.native-table-head {
  min-height: 80px;
}

.native-table-head .input-field {
  margin: 0px;
}

.native-table select {
  display: inline-block;
  width: 50px;
}

.native-table-footer::after {
  content: "";
  display: block;
  clear: both;
}

.native-table-menu {
  background: #fff;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
}

.native-table-menu .menu-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.native-table-menu .menu-option {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
}

.native-table-menu .menu-option:hover {
  background: rgba(0, 0, 0, 0.2);
}

.nativeTable .pagination {
  padding: 0px 10px;
}

.native-table .pagination .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.3em 0.8em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333;
}

.native-table .pagination .paginate_button:hover,
.native-table .pagination .paginate_button.current {
  border-radius: 2px;
  border: 1px solid
  #979797;
  background: linear-gradient(to bottom,
  #fff 0%,
  #dcdcdc 100%);
}

.native-table td {
  white-space: pre-line;
  line-break: anywhere;
}
