/*!
 * 
 * @license rex-table v1.2.0 2019-04-23
 * rex-table.production.min.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.
 */:root{--blue:#009ae9;--purple:#7d00be;--pink:#ff41be;--red:#ff3939;--orange:#f16a00;--yellow:#fc0;--green:#069907;--teal:#20c997;--cyan:#00a0f0;--white:#fff;--gray:#686868;--gray-dark:#333;--primary:#009ae9;--secondary:#686868;--success:#069907;--info:#009ae9;--warning:#f16a00;--danger:#ff3939;--light:#f7f7f7;--dark:#333;--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 td,.table th{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 td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #d1d1d1}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#e0f3fc}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#a3dbf7}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#c9eafa}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#ededed}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#c9c9c9}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#e0e0e0}.table-success,.table-success>td,.table-success>th{background-color:#e1f3e1}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#a5daa6}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#cfeccf}.table-info,.table-info>td,.table-info>th{background-color:#e0f3fc}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#a3dbf7}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#c9eafa}.table-warning,.table-warning>td,.table-warning>th{background-color:#fdede0}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#fac9a3}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#fbdfc8}.table-danger,.table-danger>td,.table-danger>th{background-color:#ffe7e7}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ffb8b8}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ffcece}.table-light,.table-light>td,.table-light>th{background-color:#fefefe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fcfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f1f1f1}.table-dark,.table-dark>td,.table-dark>th{background-color:#e7e7e7}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#b6b6b6}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#dadada}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(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}