﻿/* theme colors */
/* sidebar */
.error-code {
  font-size: 9rem;
}

.page-item .page-link {
  padding-top: 8px;
  width: 39px;
  height: 39px;
  border: none;
}
.page-item a:hover {
  color: #FF6300;
  background-color: transparent;
}

.page-item.active .page-link {
  border-radius: 100%;
  border: solid 2px #6dabe4;
  background-color: transparent;
  cursor: default;
  color: #FF6300;
}

.table td {
  border-top: none;
}

table tbody th, table tbody td {
  padding: 8px 10px;
}

.datatable_wrapper > .row > div {
  overflow: auto;
}

table.dataTable.no-footer {
  border-bottom: none;
}

.dataTables_wrapper .table-footer {
  margin-top: 10px;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.dataTables_wrapper .dataTables_length {
  padding-left: 50px;
  padding-top: 0.55em;
}
.dataTables_wrapper .dataTables_length select {
  border: none;
  padding: 0px 10px;
}
.dataTables_wrapper .dataTables_paginate {
  margin-left: auto !important;
}
