html,
body {
  border: none;
  margin: 0;
  padding: 0;
  background: #eeeeee;
  color: #333333;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
}

a {
  color: #428bca;
}

a:hover,
a:focus {
  color: #2a6496;
}

.navbar {
  min-height: 50px;
  border: 1px solid #1f547f;
  border-width: 0 0 1px;
  background: #1f547f;
}

.navbar-inner {
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0;
  padding: 0;
}

.navbar-brand,
.navbar-item {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
}

.navbar-brand {
  font-size: 18px;
}

.navbar-brand:hover,
.navbar-brand:focus,
.navbar-item:hover,
.navbar-item:focus {
  color: #ffffff;
  text-decoration: none;
}

.navbar-item.active {
  background: #1c4c72;
  color: #ffffff;
}

.page {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px 16px 40px;
}

.page-header {
  text-align: center;
}

h1 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.status {
  min-height: 22px;
  margin: 0 0 20px;
  color: #999999;
}

.status.error {
  color: #a94442;
}

.table-panel {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

.table-panel .dataTables_wrapper {
  width: 100%;
}

.table-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.dt-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

div.dt-buttons > .dt-button,
div.dt-buttons > .dt-button:hover:not(.disabled),
div.dt-buttons > .dt-button:focus:not(.disabled) {
  border: 1px solid #1c4c72;
  border-radius: 4px;
  padding: 7px 12px;
  color: #ffffff !important;
  background: #1f547f;
  font: inherit;
  box-shadow: none;
}

div.dt-buttons > .dt-button:hover:not(.disabled),
div.dt-buttons > .dt-button:focus:not(.disabled) {
  background: #1c4c72;
}

table.dataTable {
  width: 100% !important;
  min-width: 1100px;
  border: 1px solid #b9d5e8;
  border-collapse: collapse;
  background: #ffffff;
}

table.dataTable thead th {
  color: #333333;
  white-space: nowrap;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td,
table.dataTable.cell-border > tbody > tr > th,
table.dataTable.cell-border > tbody > tr > td {
  border-color: #b9d5e8;
}

table.dataTable thead tr.filters th {
  padding: 6px 8px;
}

table.dataTable.no-footer,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom-color: #b9d5e8;
}

table.dataTable.display > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.display > tbody > tr.odd > .sorting_2,
table.dataTable.display > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px #edf6fb;
}

table.dataTable.display > tbody > tr.even > *,
table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.display > tbody > tr.even > .sorting_2,
table.dataTable.display > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px #f8fbfd;
}

table.dataTable.display > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > .sorting_1,
table.dataTable.display > tbody > tr:hover > .sorting_2,
table.dataTable.display > tbody > tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px #dcecf6;
}

.filters input,
.filters select,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 6px 12px;
  color: #555555;
  background: #ffffff;
}

.dataTables_wrapper .dataTables_filter input {
  width: auto;
}

.dataTables_wrapper .dataTables_length {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-color: #dddddd;
  background: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-color: #dddddd;
  background: #eeeeee;
  color: #333333 !important;
}

.dt-right {
  text-align: right;
}

@media (max-width: 640px) {
  body {
    font-size: 13px;
  }

  .navbar-brand,
  .navbar-item {
    padding: 0 10px;
  }

  .page {
    padding: 20px 8px 28px;
  }

  h1 {
    font-size: 24px;
  }

  .table-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .dt-buttons {
    width: 100%;
  }

  div.dt-buttons > .dt-button {
    flex: 1;
    margin: 0;
  }

  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
  }

  .dataTables_wrapper .dataTables_filter input {
    display: block;
    width: 100%;
    margin: 6px 0 0;
  }

  table.dataTable {
    min-width: 980px;
  }
}
