﻿.dataTable {
  margin: 0 auto;
  width: 100% !important;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: #ddd;
    background-color: #eee;
}

.dataTables_wrapper .dataTables_paginate .paginate_button .page-link {
    color: #333 !important;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button.active:hover {
  color: #fff !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled .page-link{
    color: #ddd !important;
}

table.dataTable > tbody > tr[role=row] > td:first-child a {
  display: block;
}

table.dataTable > tbody > tr[role=row] > td:first-child a:hover, table.dataTable > tbody > tr[role=row] > td:first-child a:focus {
  text-decoration: none;
}

table.dataTable > tbody > tr[role=row] > td:first-child a span {
  position: relative;
}

table.dataTable > tbody > tr[role=row] > td:first-child a span:before {
  height: 14px;
  width: 14px;
  display: block;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: "+";
  background-color: var(--primary-color);
  margin: 0 auto;
}

table.dataTable > tbody > tr[role=row].shown > td:first-child a span:before {
  content: "-";
  background-color: var(--secondary-color);
}

div.dataTables_wrapper div.dataTables_filter label, .dataTables_length label {
  font-family: "Nunito", sans-serif !important;
  font-weight: 700 !important;
  color: #5c5c5c !important;
}

.details-badge {
    background-color: rgba(100, 100, 100, 0.6);
    color: #e8e8e8;
    border: 1px solid rgba(232, 232, 232, 0.5);
}

.pointer-cursor {
    cursor: pointer;
}

.dropdown-item {
    display: block;
}

.dt-down-arrow::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.2em;
  content: "";
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}

div.dt-button-collection {
    width: auto;
}

.buttons-columnVisibility {
    display: block;
    font-weight: normal;
}

.buttons-columnVisibility.active {
    font-weight: bold;
}

@media (max-width: 1024px) table.dataTable>thead>tr>th {
    font-size: .75rem;
    letter-spacing: 1px;
}

@media (max-width: 1024px) table.dataTable>tbody>tr {
    font-size: .75rem;
}