.dashboard-table .head-bar,
.dashboard-table .table-footer {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  z-index: 100;
}
.dashboard-table .head-bar .filter,
.dashboard-table .table-footer .filter {
  width: 40%;
  min-width: 320px;
  float: right;
  display: flex;
  justify-content: flex-end;
}
.dashboard-table .head-bar .filter .filter-dropdown,
.dashboard-table .table-footer .filter .filter-dropdown {
  width: 100%;
}
.dashboard-table .head-bar .filter .dropdown-container,
.dashboard-table .table-footer .filter .dropdown-container {
  padding: 0;
}
.dashboard-table .head-bar .filter .dropdown-container .dropdown-toggle,
.dashboard-table .table-footer .filter .dropdown-container .dropdown-toggle {
  line-height: 14px;
}
.dashboard-table .head-bar .filter .btn-reset,
.dashboard-table .table-footer .filter .btn-reset {
  display: inline-block;
  height: 26px;
}
.dashboard-table .head-bar #correlation-button,
.dashboard-table .table-footer #correlation-button {
  width: 100%;
}
.dashboard-table .head-bar .export-button,
.dashboard-table .table-footer .export-button {
  display: inline-block;
}
.dashboard-table .figure {
  overflow: auto;
}
.dashboard-table .figure button.open {
  float: right;
  padding: 12px;
  position: relative;
  background-color: transparent;
  border: 1px solid lightgrey;
  border-radius: 4px;
}
.dashboard-table .figure button.open span {
  border-right: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 8px;
  transform: rotate(45deg);
  pointer-events: none;
}
.dashboard-table .simple-views-container {
  padding: 8px 0px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.dashboard-table .simple-views-container .btn-default:focus {
  outline: none;
}
.dashboard-table .simple-views-container table {
  width: calc(100% - 8px);
}
.dashboard-table .simple-views-container table thead tr {
  background: #fafafa;
}
.dashboard-table .simple-views-container table tbody {
  display: none;
}
.dashboard-table .simple-views-container table tbody.open {
  display: table-row-group;
}
.dashboard-table .simple-views-container table th,
.dashboard-table .simple-views-container table td {
  width: auto;
  position: relative;
  border-right: 1px solid #e5e5e5;
}
.dashboard-table .simple-views-container table th.prop,
.dashboard-table .simple-views-container table td.prop {
  font-weight: 300;
}
.dashboard-table .simple-views-container table th.years,
.dashboard-table .simple-views-container table td.years {
  font-weight: 300;
}
.dashboard-table .simple-views-container table th.district,
.dashboard-table .simple-views-container table td.district {
  cursor: pointer;
}
.dashboard-table .simple-views-container table th:hover,
.dashboard-table .simple-views-container table td:hover {
  background: #c7c7c7;
}
.dashboard-table .simple-views-container table th:hover .move,
.dashboard-table .simple-views-container table td:hover .move {
  visibility: visible;
}
.dashboard-table .simple-views-container table th.minimized,
.dashboard-table .simple-views-container table td.minimized {
  width: 8px;
}
.dashboard-table .simple-views-container table th.minimized *:not(.toggle-col),
.dashboard-table .simple-views-container table td.minimized *:not(.toggle-col) {
  display: none;
}
.dashboard-table .simple-views-container table th .move,
.dashboard-table .simple-views-container table td .move {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 5px;
}
.dashboard-table .simple-views-container table th .move span,
.dashboard-table .simple-views-container table td .move span {
  color: lightgrey;
}
.dashboard-table .simple-views-container table th .move span:hover,
.dashboard-table .simple-views-container table td .move span:hover {
  color: darkblue;
  cursor: pointer;
}
.dashboard-table .simple-views-container table th .toggle-col,
.dashboard-table .simple-views-container table td .toggle-col {
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  color: lightgrey;
}
.dashboard-table .simple-views-container table th .toggle-col:hover,
.dashboard-table .simple-views-container table td .toggle-col:hover {
  color: darkblue;
  cursor: pointer;
}
.dashboard-table .simple-views-container table th ul.list-group,
.dashboard-table .simple-views-container table td ul.list-group {
  padding: 0;
}
.dashboard-table .simple-views-container table th ul.list-group li.list-group-item.nowrap,
.dashboard-table .simple-views-container table td ul.list-group li.list-group-item.nowrap {
  background-color: transparent;
  text-align: right;
  border-bottom: 0px transparent;
  border-right: 0px transparent;
  border-left: 0px transparent;
  white-space: nowrap;
  padding: 5px 0;
}
.dashboard-table .simple-views-container table th ul.list-group li.list-group-item.nowrap:first-child,
.dashboard-table .simple-views-container table td ul.list-group li.list-group-item.nowrap:first-child {
  border-top: 0px transparent;
  display: block !important;
}
.dashboard-table .simple-views-container table th ul.list-group li.list-group-item.nowrap:not(:first-child),
.dashboard-table .simple-views-container table td ul.list-group li.list-group-item.nowrap:not(:first-child) {
  display: none;
}
.dashboard-table .simple-views-container table th ul.list-group li.list-group-item.nowrap small,
.dashboard-table .simple-views-container table td ul.list-group li.list-group-item.nowrap small {
  color: #90c6f5;
}
.dashboard-table .simple-views-container tr:before {
  display: none;
}
.dashboard-table .simple-views-container tr.open .timeline-table ul li {
  display: block !important;
}
.dashboard-table .simple-views-container tr.open button.open {
  transform: rotate(180deg);
}
.dashboard-table .simple-views-container tr:hover {
  background: #f5f5f5;
}
.dashboard-table .simple-views-container tr.selected td,
.dashboard-table .simple-views-container tr.selected th {
  background: #3399CC;
  color: white;
}
.dashboard-table .simple-views-container tr.selected td small,
.dashboard-table .simple-views-container tr.selected th small {
  color: #9bdeff !important;
}
.dashboard-table .simple-views-container tr.selected td:hover {
  background: #3681a7;
}
.dashboard-table .tool-name {
  padding-left: 15px;
  font-family: "UniversNextW04-620CondB", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
}
.dashboard-table .simple-view .btn-default {
  margin: 4px;
}
.dashboard-table .btn-select {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.dashboard-table .btn-select .name:hover {
  font-weight: normal;
}
.simple-view {
  display: inline-block;
}
.detail-view-container {
  padding: 8px 15px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.detail-view-container .dashboard-graph {
  width: 100%;
  height: 40vh;
}
.detail-view-container .graphTooltip {
  position: fixed;
  pointer-events: none;
}
@media (min-width: 768px) {
  .filter .simple-views-container button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .filter .head-bar {
    padding: 10px;
  }
}

