footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgb(31,31,31,0.75);
}

footer div {
  width: 100%;
}

footer p {
  color: rgb(133,75,33);
  font-size: x-small;
  padding: 10px;
  margin: 0px;
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  background-color: rgb(50,41,35);
  border: none;
  color: rgb(224,118,41);
  font-weight: bold;
}

.nav-tabs .nav-link {
  color: rgb(224,118,41);
  font-weight: bold;
  font-size: small;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef00 #e9ecef00 #dee2e6;
  background-color: rgb(41,34,30);
}

.tab-pane {
  padding: 10px;
  color: grey;
  font-size: small;
}

.screenSummary {
  font-size: smaller;
  font-weight: bold;
  color: rgb(145,114,93);
}

.table-sm td, .table-sm th {
  border: none;
  color: rgb(195,162,130);
}

.table td {
  border: none;
  border-bottom: 1px solid rgb(38,38,38);
}

.table thead th {
  border: none;
  border-bottom: 1px solid rgb(62,62,62);
  color: rgb(207,134,66);
  background-color: rgba(0,0,0,0.13);
}

.dataTables_filter {
  text-align: right;
}

.dataTables_wrapper label input {
  background-color: rgb(76,50,26);
  color: white;
  border: 1px #6d5238 solid;
  padding-left: 10px;
  margin-left: 10px;
}

.dt-body-right {
  text-align: right;
}

.dt-body-center {
  text-align: center;
}

select {
  background-color: rgb(21,21,21);
  color: rgb(56,146,251);
}

.summaryHeading {
  color: rgb(184,184,184);
  margin-right: 7px;
}

.table-rows-click > tbody > tr {
  cursor: pointer;
}

.covar-asset-column {
  min-width: 100px;
}

