table.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
}
.tablesaw {
  width: 100%;
  border-collapse: collapse;
}
/* Structure */
.tablesaw {
  padding: 0;
  border: 0;
}
.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: .5em .7em;
}
.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}
:root {
  var-button-selected-background: #29abe2;
  var-button-checkbox-selected-background: #34a3de;
  var-button-selected-shadow: rgba(0, 75, 115, .45);
  var-button-interaction-text: #76838f;
  var-button-interaction-shadow: #4faeef;
}
.tablesaw-enhanced .tablesaw-bar .btn {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* Theming */
  -webkit-appearance: none !important;
  padding: 4px 8px;
  margin: 0;
  clear: both;
  color: #76838f;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
  background: none;
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 3px;

     -moz-appearance: none !important;
  -webkit-font-smoothing: antialiased;
}
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none;
}
/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  background-color: #fff;
  border-color: #62a8ea;
  outline: none;
}
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #62a8ea;
}
.tablesaw-bar .btn:focus {
  color: #62a8ea;
}
.ie-lte8 .tablesaw-bar .btn:hover,
.ie-lte8 .tablesaw-bar .btn:focus {
  color: #76838f;
  background-color: #fff;
  border-color: #aaa;
  outline: none;
}
.ie-lte8 .tablesaw-bar .btn:hover,
.ie-lte8 .tablesaw-bar .btn:focus {
  color: #76838f;
  background-color: #fff;
  border-color: #62a8ea;
  outline: none;
}
.tablesaw-bar .btn-select select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1em;
  margin: 0;
  font-weight: inherit;
  background: none;
  border: none;
}
.tablesaw-bar .btn-select select {
  display: inline-block;
  color: transparent;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tablesaw-bar .btn select option {
  font-family: sans-serif;
  color: #000;
  background: #fff;
}
.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  min-width: 7.25em;
  margin-bottom: 3px;
  color: #76838f;
  text-align: left;
  text-indent: 0;
}
.ie-lte8 .tablesaw-bar .btn-select {
  min-width: 6.1em;
}
.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  position: relative;
  top: 0;
  display: inline-block;
  width: auto;
  height: auto;
}
.tablesaw-bar .btn.btn-small {
  line-height: 20px;
}
.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left;
}
.tablesaw-bar .btn-select:after {
  position: absolute;
  display: block;
  content: " ";
  background: #f3f7f9;
  background: rgba(0, 0, 0, .1);
}
.tablesaw-bar .btn-select:after {
  top: 6px;
  right: auto;
  bottom: 0;
  left: auto;
  display: inline-block;
  width: 1.8em;
  padding: 0;
  margin: 0 5px 0;
  font-family: "Web Icons";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 1;
  content: "\f18f";
  background: transparent;

  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
     -moz-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
     -moz-font-language-override: normal;
          font-language-override: normal;
  font-synthesis: weight style;
  text-rendering: auto;
}
.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  background: none;
  border-left-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tablesaw-bar .btn-select.btn-small:after {
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
}
/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .btn {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 3px;

     -moz-appearance: none;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  position: relative;
  display: inline-block;
  margin-left: .5em;
  font-family: "Web Icons";
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 1;

  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
     -moz-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
     -moz-font-language-override: normal;
          font-language-override: normal;
  font-synthesis: weight style;
  text-rendering: auto;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  content: "\f18f";
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\f190";
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  content: "\f17e";
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  content: "\f17f";
}
.tablesaw-advance a.tablesaw-nav-btn.disabled {
  pointer-events: none;
  cursor: default;
  filter: alpha(opacity=40);
  opacity: .4;
}
/* Table Toolbar */
.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
}
.tablesaw-toolbar {
  float: left;
  font-size: 13px;
}
.tablesaw-toolbar label {
  display: block;
  padding: .5em 0;
  margin-right: 20px;
  clear: both;
  color: #76838f;
  text-transform: uppercase;
}
.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}
.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}
.tablesaw-bar .tablesaw-toolbar .btn {
  padding-left: .3em;
  margin-top: 0;
  margin-left: .4em;
  font-family: sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}
.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: 0;
}
.tablesaw-bar .tablesaw-toolbar select {
  color: #76838f;
  text-transform: none;
  background: transparent;
}
.tablesaw-toolbar ~ table {
  clear: both;
}
.tablesaw-toolbar .a11y-sm {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: none;
  }
}
.tablesaw th,
.tablesaw td {
  line-height: 1em;
  text-align: left;
  vertical-align: middle;
}
.tablesaw td,
.tablesaw tbody th {
  vertical-align: middle;
}
.tablesaw td .btn,
.tablesaw tbody th .btn {
  margin: 0;
}
.tablesaw thead th {
  text-align: left;
  text-transform: uppercase;
}
/* Table rows have a gray bottom stroke by default */
.tablesaw caption {
  margin-bottom: 0;
  line-height: 2.4;
  text-align: left;
  filter: alpha(opacity=50);
  opacity: .5;
}
@media (min-width: 25em) {
  .tablesaw caption {
    margin-bottom: .6em;
    line-height: 1.2;
  }
}
/* Stack */
.tablesaw-cell-label-top {
  font-weight: 300;
  text-transform: uppercase;
}
.tablesaw-cell-label {
  text-transform: uppercase;
}
@media (min-width: 40em) {
  .tablesaw td {
    line-height: 1.5em;
  }
}
/* Stack */
.tablesaw-cell-label-top {
  font-weight: 300;
  text-transform: uppercase;
}
.tablesaw-cell-label {
  text-transform: uppercase;
}
@media (min-width: 40em) {
  .tablesaw td {
    line-height: 1.5em;
  }
}
/*
 Styles for the table stack mode
*/
/* Table rows have a gray bottom stroke by default */
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    display: block;
    text-align: left;
  }
  .tablesaw-stack tr {
    display: table-row;
    clear: both;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    width: 30%;
    padding: 0 .6em 0 0;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    float: left;
    width: 100%;
    clear: left;
  }
  .tablesaw-cell-label {
    vertical-align: top;
  }
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 768px) {
  .tablesaw-stack tr {
    display: table-row;
  }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
  }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.tablesaw-fix-persist {
  table-layout: fixed;
}
@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none;
  }
}
/*
 Styles for the table columntoggle mode
*/
.btn.tablesaw-columntoggle-btn span {
  display: inline-block;
  text-indent: -9999px;
}
.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}
.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}
/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none;
}
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  position: absolute;
  top: 2em;
  right: 0;
  z-index: 1;
  display: block;
  padding: .5em .8em;
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 3px;
}
.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}
/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}
.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}
/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}
/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}
/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }
  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}
/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}
/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}
/* Show priority 6 at 1, 120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}
@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}
.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}
.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}
.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}
.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top;
}
.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0;
}
.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-right: 1.6em;
  padding-bottom: .7em;
  padding-left: .6em;
}
.tablesaw-sortable .tablesaw-sortable-head button {
  position: relative;
  min-width: 100%;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  text-transform: inherit;
  background: transparent;
  border: 0;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  position: absolute;
  right: .5em;
  display: inline-block;
  width: 7px;
  height: 10px;
  font-family: "Web Icons";
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 1;
  content: "\0020";

  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
     -moz-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
     -moz-font-language-override: normal;
          font-language-override: normal;
  font-synthesis: weight style;
  text-rendering: auto;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f190";
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f18f";
}
.tablesaw-sortable .not-applicable:after {
  display: block;
  content: "--";
}
.tablesaw-sortable .not-applicable span {
  display: none;
}
.tablesaw-advance {
  float: right;
}
.tablesaw-advance.minimap {
  margin-right: .4em;
}
.tablesaw-advance-dots {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.tablesaw-advance-dots li {
  display: table-cell;
  padding: .4em .2em;
}
.tablesaw-advance-dots li i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #a3afb7;
  border-radius: 100%;
}
.tablesaw-advance-dots-hide {
  pointer-events: none;
  cursor: default;
  filter: alpha(opacity=30);
  opacity: .3;
}
