@font-face {
  font-family: 'wppt';
  src: url("../../fonts/wppt.eot?86227420");
  src: url("../../fonts/wppt.eot?86227420#iefix") format("embedded-opentype"), url("../../fonts/wppt.woff2?86227420") format("woff2"), url("../../fonts/wppt.woff?86227420") format("woff"), url("../../fonts/wppt.ttf?86227420") format("truetype"), url("../../fonts/wppt.svg?86227420#wppt") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 57, assets/scss/themes/default.scss */
.ReactTable .rt-thead.-headerGroups {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 62, assets/scss/themes/default.scss */
.ReactTable .rt-thead.-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 67, assets/scss/themes/default.scss */
.ReactTable .rt-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 71, assets/scss/themes/default.scss */
.ReactTable .rt-th {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  background: #F4F8F9;
}

/* line 77, assets/scss/themes/default.scss */
.ReactTable .rt-th .rt-resizable-header-content {
  display: flex;
  align-items: center;
  overflow: visible;
}

/* line 82, assets/scss/themes/default.scss */
.ReactTable .rt-th .rt-resizable-header-content:after {
  margin: 2px 5px 0 5px;
  content: '';
}

/* line 89, assets/scss/themes/default.scss */
.ReactTable .rt-th,
.ReactTable .rt-td {
  padding: 10px;
  line-height: 1.3;
  box-shadow: inset 0 0 0 0 transparent;
}

/* line 97, assets/scss/themes/default.scss */
.ReactTable .rt-th.-sort-asc .rt-resizable-header-content:after,
.ReactTable .rt-td.-sort-asc .rt-resizable-header-content:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
}

/* line 105, assets/scss/themes/default.scss */
.ReactTable .rt-th.-sort-desc .rt-resizable-header-content:after,
.ReactTable .rt-td.-sort-desc .rt-resizable-header-content:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid black;
}

/* line 113, assets/scss/themes/default.scss */
.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

/* line 118, assets/scss/themes/default.scss */
.ReactTable .pagination-bottom {
  padding-top: 10px;
  text-align: center;
}

/* line 123, assets/scss/themes/default.scss */
.ReactTable .-pagination {
  display: flex;
  margin: 0 auto;
  padding: 3px;
  max-width: 800px;
}

/* line 129, assets/scss/themes/default.scss */
.ReactTable .-pagination .-btn {
  background: none;
  border: 1px solid #CCC;
  color: #333;
  font-size: 12px;
}

/* line 135, assets/scss/themes/default.scss */
.ReactTable .-pagination .-btn[disabled] {
  opacity: 1;
  color: #CCC;
}

/* line 139, assets/scss/themes/default.scss */
.ReactTable .-pagination .-btn[disabled]:hover {
  background: none;
}

/* line 144, assets/scss/themes/default.scss */
.ReactTable .-pagination .-btn:hover {
  background: #F4F8F9;
}

/* line 149, assets/scss/themes/default.scss */
.ReactTable .-pagination .-center {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

/* line 153, assets/scss/themes/default.scss */
.ReactTable .-pagination .-center .-pageInfo {
  margin: 0;
  font-size: 12px;
}

/* line 157, assets/scss/themes/default.scss */
.ReactTable .-pagination .-center .-pageInfo input {
  padding: 5px;
  width: 50px;
  font-size: 12px;
}

/* line 166, assets/scss/themes/default.scss */
.ReactTable .-pagination .-previous .-btn {
  border-top-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
}

/* line 172, assets/scss/themes/default.scss */
.ReactTable .-pagination .-previous .-btn:before {
  font-family: "wppt";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e801';
}

/* line 180, assets/scss/themes/default.scss */
.ReactTable .-pagination .-next .-btn {
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
}

/* line 186, assets/scss/themes/default.scss */
.ReactTable .-pagination .-next .-btn:after {
  font-family: "wppt";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e800';
}

/* line 197, assets/scss/themes/default.scss */
.wppt .rt-th > div {
  width: 24px;
}

/* line 202, assets/scss/themes/default.scss */
.wppt.foldable .rt-th {
  border-right: 1px solid #CCC;
}

/* line 208, assets/scss/themes/default.scss */
.wppt.striped .rt-tr.-even {
  background: #F4F8F9;
}

/* line 215, assets/scss/themes/default.scss */
.wppt-header .wppt-search {
  padding: 5px;
}
