﻿@charset "UTF-8";

/*tables*/

.table-scroll {
  height: 55vh !important;
  overflow: auto !important;
}

.table-scroll-vh-0 {
    overflow: auto !important;
}

.tbody,
td,
tfoot,
thead,
tr {
  border-color: whitesmoke !important;
}

th {
    color: #6e6e6e;
}

tr {
  line-height: 1;
  transition-duration: 0.5s;
}

tr:hover {
  background-color: rgba(227, 227, 227, 0.34);
  cursor: pointer;
  color: dimgray !important;
}

tr td {
  vertical-align: middle;
  font-size: 12px;
  color: dimgray !important;
}

tr th {
    cursor: default !important;
    background-color: white !important;
    color: #313131 !important;
    font-size: 14px !important;
    border-color: #d4d4d4 !important;
    font-weight: 600;
    vertical-align: middle;
}

.table td {
  border-top: 1px solid #f4f4f4 !important;
  vertical-align: middle !important;
}

.table-sm td,
.table-sm th {
  padding: 0.1rem !important;
}
