@charset "UTF-8";
/************** CSS部分請改在 SCSS 裡 在執行SASS變成CSS **********/
@import url(https://fonts.googleapis.com/css?family=Pacifico);
.bootstrap-table {
  /* 頁尾 */
}
.bootstrap-table .fixed-table-container {
  box-shadow: 0 2px 5px 0 rgba(164, 173, 186, 0.25);
}
.bootstrap-table .fixed-table-container .fixed-table-body {
  /*height: unset;*/
}
.bootstrap-table .fixed-table-container .table-hover tbody tr:not(.detail-view):hover {
  cursor: pointer;
}
.bootstrap-table .fixed-table-container .table thead th {
  font-weight: 500;
  font-size: 14px;
  border-top-width: 0;
  border-bottom: 1px solid #dedede;
  /* 取消還沒排序時的箭頭圖案 */
}
.bootstrap-table .fixed-table-container .table thead th .both:not(.asc):not(.desc) {
  background-image: url("");
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
  padding-right: 0.75rem;
}
.bootstrap-table .fixed-table-container .data_table {
  border-radius: 6px;
  overflow: hidden;
}
.bootstrap-table .fixed-table-pagination {
  margin-top: 10px;
}
.bootstrap-table .fixed-table-pagination div.pagination {
  margin-top: unset;
  margin-bottom: unset;
}
.bootstrap-table .fixed-table-pagination .pagination-detail .pagination-info {
  display: none;
}
.bootstrap-table .fixed-table-pagination .pagination-detail .dropdown-menu {
  text-align: center;
  min-width: 1rem;
}
.detail-view .bootstrap-table {
  width: 82%;
}
.detail-view .bootstrap-table .fixed-table-container {
  border: 1px solid #dedede;
  box-shadow: unset;
}
.table-bordered td, .table-bordered th {
  border: unset;
}

/*# sourceMappingURL=table.css.map */
