table th select {
  height: 29px;
}
div.table-filter-spec {
  font-size: 18px;
  color: rgb(48, 70, 102);
  font-weight: 400;
  margin: 0 0 10px 0;
  display: block;
  float: left;
  width: 200px;
  margin-bottom: -100px;
}

table.lwtablewidget {
  position: relative;
}

div.dataTables_filter {
  margin-right: 10px;
}
div.dt-buttons > button span {
  display: none;
}
div.dt-buttons > button,
div.dt-buttons > button:hover {
  border: none !important;
  background: none !important;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
div.dt-buttons > button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4e6d8d;
  margin: 0px 10px;
}
div.dt-buttons button.buttons-csv:after {
  content: "\f019";
}
div.dt-buttons button.buttons-colvis:after {
  content: "\f06e";
}
div.dt-buttons {
  margin-left: 10px;
  border-left: 1px solid rgb(234, 234, 234);
  float: right;
}

/* Depends on DT - fragile! */
table.lwtablewidget thead tr:not(.custom_table) th {
  /* 
    border-bottom: 1px solid rgb(205, 199, 200);
    border-bottom: 1px solid rgb(234, 234, 234);
    */
  border-bottom: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
table.lwtablewidget thead tr:not(.custom_table) th select {
  width: calc(100% - 4px);
}
table.lwtablewidget thead tr:not(.custom_table) th input {
  width: calc(100% - 10px);
}
table.lwtablewidget
  thead
  tr:not(.custom_table)
  th
  select:not(:active):not(:hover),
table.lwtablewidget
  thead
  tr:not(.custom_table)
  th
  input:not(:active):not(:hover) {
  border: 1px solid #eee;
  background-color: white;
}
table.lwtablewidget thead tr:not(.custom_table) th input {
  /* Adapt to SELECT height in Chrome */
  height: 1.5em;
}
table.lwtablewidget
  thead
  tr:not(.custom_table)
  th
  select:not(:active):not(:hover) {
  box-shadow: none;
}
table.lwtablewidget thead tr:not(.custom_table) th {
  position: sticky;
  top: 44px;
  z-index: 1000;
  background-color: white;
}
table.lwtablewidget thead tr.custom_table th {
  position: sticky;
  top: 73px;
  z-index: 1000;
  background-color: white;
}

th.smallCol,
td.smallCol {
  width: 25px;
}

td.centerCol {
  text-align: center;
}

th.alignLeftTh {
  text-align: left !important;
}

tr.archived,
tr.inactive {
  color: grey;
}

.year-cell {
  text-align: center !important;
}

.money-cell,
.number-cell {
  text-align: right !important;
}

/*
table.dataTable tbody td {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
*/

[id^="contributions"] table {
  width: 100% !important;
}
