  /*------------------------------------*\
    Sortable Table
\*------------------------------------*/
.tablesorter .tablesorter-header-inner {
  padding-right: 20px;
}

.tablesorter .pl-event-date {
  color: #007cba;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}

.tablesorter th {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.tablesorter th::before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  font: normal normal normal 14px/1 FontAwesome;
}

.tablesorter th.tablesorter-headerUnSorted::before,
.tablesorter th.tablesorter-headerDesc::before {
  content: '\f0d7';
}

.tablesorter th.tablesorter-headerAsc::before {
  content: '\f0d8';
}

.tablesorter .filtered {
  display: none;
}

.pl-table.tablesorter.tablesorter-blue {
  margin-bottom: 0;
}


/* PL Hours Report */
.pl-table-group-summary .staff-year,
.pl-table-group-summary .pl-table__header--year {
  /* display: none; */
}

.table-total {
  text-align: right;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  background: #007cba;
  margin-bottom: 20px;
}

.pl-group-staff-pl-hours__export--button {
  float: right;
  margin-bottom: 5px;
}

.pl-group-staff-pl-hours__staff-member-select {
  clear: both;
}

.pl-group-staff-pl-hours__list {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
  text-align: center;
  clear: both;
}

.pl-group-staff-pl-hours__list li {
  display: inline-block;
  margin: 0;
}
.pl-group-staff-pl-hours__list li button {
  background: none;
  border: #007cba 1px solid;
  color: #007cba;
  width: 70px;
  margin: 0 5px 5px 0;
  text-align: center;
  padding: 5px 0;
}
.pl-group-staff-pl-hours__list li button:hover {
  color: #fff;
  background: #007cba;
}
.pl-group-staff-pl-hours__list li button.active {
  color: #fff;
  background: #007cba;
}

/* Event Segment */
.node.node--type-pl-event-segment {
  margin: 0;
  padding: 0;
}
.node.node--type-pl-event-segment .node__content {
  margin: 0 0 12px 0;
}
.node.node--type-pl-event-segment h2.node__title {
  margin: 0;
  line-height: 0;
  display: none;
}
.node.node--type-pl-event-segment .field .field__label {
  font-weight: bold;
}
.node.node--type-pl-event-segment .field {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
