html,
body {
  height: 100%;
  background: white !important;
}
body > .content-wrapper {
  position: relative;
  padding: 10px;
  max-width: 1400px;
  min-width: 1400px;
  margin: 0 auto;
  padding: 60px 0;
}
body > .content-wrapper > section > .title {
  font-weight: bold;
  font-size: 20px;
}
.table {
  table-layout: fixed;
}
.table-bordered {
  border-top: 1px !important;
}
.table th {
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 5px 10px 10px 10px;
}
.table td {
  font-size: 12px !important;
  padding: 3px 10px;
}
.table tbody tr:hover {
  -webkit-transition: background-color 100ms ease;
  -ms-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  background: #9fdffe !important;
}
.dataTables_wrapper .bottom {
  padding-top: 5px;
}
.scroller {
  top: -40px;
  position: relative;
}
.linked {
  text-decoration: underline;
}
.linked:hover {
  cursor: pointer;
  font-weight: bold;
}
.refresh-blink {
  background: #ffe1a9;
  color: black;
}
.btn {
  border-radius: 0 !important;
  margin-top: 0 !important;
}

/* DataTable Override*/
div.dataTables_scrollHead table thead tr th {
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
  opacity: 0.9;
  font-size: 12px;
  padding: 0;
}
div.dataTables_scrollBody table thead {
  display: none;
}
table.dataTable > thead > tr:first-child > th:first-child {
  border-left: 0;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  right: 6px;
  top: 6px;
}
.table-col {
  display: inline-block;
  padding: 0 5px;
}
table.dataTable > thead > tr > th button,
table.dataTable > tbody > tr > th button,
table.dataTable > tfoot > tr > th button,
table.dataTable > thead > tr > td button,
table.dataTable > tbody > tr > td button,
table.dataTable > tfoot > tr > td button {
  margin: 0;
}
table.dataTable tbody td label,
table.dataTable tbody td span,
table.dataTable tbody td,
table.dataTable tbody td p {
  font-size: 12px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
table.dataTable tbody td label:hover,
table.dataTable tbody td:hover {
  font-weight: bold !important;
  text-decoration: none !important;
}
table.dataTable td.group {
  font-weight: bold !important;
  font-size: 1.1em;
}
table.dataTable td.expanded-group {
  font-weight: bold !important;
  font-size: 1.1em;
}
