.footer {
  background: black;
  bottom: 0;
  color: white;
  height: 30px;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99999;
}

.cursor-pointer {
  cursor: pointer;
}

.menu-link {
  display: inline-block;
  font-size: 16px;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  vertical-align: middle;
}

.logo-link {
  display: inline-grid;
}

body {
  min-height: 100%;
}

#wrap {
  margin-bottom: 70px;
  min-height: 100%;
  position: relative;
}

.full-width {
  width: 100%;
}

.text-brand {
  color: #f29400;
}

.text-brand:hover {
  color: #f29400;
  text-decoration: none;
}

#header .branding.scheme-default {
  width: 50%;
}

table.dataTable tbody tr {
  background-color: rgba( 255, 255, 255, 0.5 ) !important;
}

.tile-body .dataTables_wrapper table.table-custom > thead th.sorting_asc {
  border-bottom: 3px solid #f29400 !important;
  color: #f29400 !important;
}

.tile-body .dataTables_wrapper table.table-custom > thead th.sorting_desc {
  border-bottom: 3px solid #f29400 !important;
  color: #f29400 !important;
}

.pagination>.active>a {
  background-color: #f29400 !important;
  border-color: #f29400 !important;
}
