/*---*
Docs Table
*----*/
.docs-table thead {
  border-bottom: 15px solid transparent;
}
.docs-table thead th {
  vertical-align: middle !important;
  border-bottom: none !important;
  border-bottom-width: 0px !important;
  background-color: #e7e7e8;
  font-size: 12px;
  position: relative;
  height: 74px;
  margin: 0;
  text-align: center;
}
.docs-table thead th:first-child {
  text-align: left;
}

.docs-table thead th:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: -8px;
  width: 2px;
  background: #fff;
}
.docs-table thead th:last-child:after {
  width: 0;
}
.docs-table thead th.auto {
  width: auto;
}
.docs-table tbody {
  border-bottom: 24px solid transparent;
  position: relative;
}
.docs-table tbody:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: transparent;
}
.docs-table tbody .tbody-header {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #595657;
  position: relative;
}
.docs-table tbody .tbody-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}
.docs-table tbody th {
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle !important;
}
.docs-table tbody td {
  text-align: center;
  vertical-align: middle !important;
  position: relative;
}
.docs-table tbody td.text-left {
  text-align: left !important;
}
.docs-table tbody tr {
  border-bottom: 1px solid #c2c3c5;
}
.docs-table tbody.trendpilot .tbody-header:before {
  background-color: #006b36;
}
.docs-table tbody.cashcows .tbody-header:before {
  background-color: #f47321;
}
.docs-table tbody.pacercustom .tbody-header:before {
  background-color: #5c7f92;
}
.docs-table tbody.leaders .tbody-header:before {
  background-color: #0d776e;
}
.docs-table tbody.pacerswansos .tbody-header:before {
  background-color: #0083be;
}
.docs-table tbody.pacerfactor .tbody-header:before {
  background-color: #1c0e52;
}
.docs-table tbody.thematic .tbody-header:before {
  background-color: #5c7f92;
}
@media (max-width: 767px) {
  .library .search {
    width: 100%;
  }
  .docs-table {
    display: block;
  }
  .docs-table thead {
    display: none;
  }
  .docs-table tbody,
  .docs-table th,
  .docs-table td,
  .docs-table tr {
    display: block;
  }
  .docs-table tbody th {
    font-weight: bold;
  }
  .docs-table tbody td {
    padding-left: 50% !important;
    min-height: 50px;
  }
  .docs-table tbody td:before {
    content: attr(data-label);
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 14px;
    width: 40%;
    text-align: left;
  }
}
/*---*
Docs Header
*----*/
.docs-header {
  margin-bottom: 30px;
}
.docs-header .meta {
  list-style: none;
  display: block;
  padding: 0;
  margin-left: 0 !important;
  margin-bottom: 14px !important;
  width: 100%;
  display: table;
}
.docs-header .meta li {
  display: inline-block;
  vertical-align: middle !important;
  background-color: #e7e7e8;
  font-size: 12px;
  padding: 8px;
  line-height: 1.42857143;
  font-weight: bold;
  height: 74px;
  display: table-cell;
  position: relative;
}
.docs-header .meta li.preview {
  width: 82px;
}
.docs-header .meta li.video-preview {
  width: 250px;
}
.docs-header .meta li.webinar-date {
  width: 165px;
}
.docs-header .meta li.webinar-description {
  width: calc(100% - 165px);
}
.docs-header .meta li.description {
  width: calc(100% - 86px);
}
.docs-header .meta li.description:before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  bottom: 0;
  width: 2px;
  background: #fff;
}
.docs-header .meta li.description.video-description {
  width: calc(100% - 250px);
}
.docs-header h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 8px 10px;
  border-top: 4px solid #006b36;
  border-bottom: 2px solid #595657;
  position: relative;
}
.docs-header.pacer-swan-sos-etf-series h2 {
  border-top: 4px solid #0083be;
}
/*---*
Misc
*----*/
#content.interior .main .bootstrap-select ul {
  margin-left: 0;
}
