/*!
 * 
 * @license rex-table v1.2.0 2019-04-23
 * rex-table.development.css
 * 
 * Copyright (c) 2018-present, Rakuten, Inc.
 * 
 * This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
 */
/* Rex - Table */
:root {
  --blue: #009ae9;
  --purple: #7d00be;
  --pink: #FF41BE;
  --red: #FF3939;
  --orange: #f16a00;
  --yellow: #ffcc00;
  --green: #069907;
  --teal: #20c997;
  --cyan: #00a0f0;
  --white: #fff;
  --gray: #686868;
  --gray-dark: #333333;
  --primary: #009ae9;
  --secondary: #686868;
  --success: #069907;
  --info: #009ae9;
  --warning: #f16a00;
  --danger: #FF3939;
  --light: #f7f7f7;
  --dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }
  .table th,
  .table td {
    padding: 1.6rem;
    vertical-align: top;
    border-top: 1px solid #d1d1d1;
    text-align: left; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d1d1d1;
    text-align: left; }
  .table tbody + tbody {
    border-top: 2px solid #d1d1d1; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #d1d1d1; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d1d1d1; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e0f3fc; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a3dbf7; }

.table-hover .table-primary:hover {
  background-color: #c9eafa; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #c9eafa; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ededed; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c9c9c9; }

.table-hover .table-secondary:hover {
  background-color: #e0e0e0; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #e0e0e0; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #e1f3e1; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a5daa6; }

.table-hover .table-success:hover {
  background-color: #cfeccf; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #cfeccf; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e0f3fc; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a3dbf7; }

.table-hover .table-info:hover {
  background-color: #c9eafa; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c9eafa; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdede0; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fac9a3; }

.table-hover .table-warning:hover {
  background-color: #fbdfc8; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fbdfc8; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffe7e7; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffb8b8; }

.table-hover .table-danger:hover {
  background-color: #ffcece; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffcece; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fefefe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfc; }

.table-hover .table-light:hover {
  background-color: #f1f1f1; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f1f1f1; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #e7e7e7; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #b6b6b6; }

.table-hover .table-dark:hover {
  background-color: #dadada; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #dadada; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

