@font-face {
    font-family: 'footable';
    src: url('fonts/footable.eot');
    src: url('fonts/footable.eot?#iefix') format('embedded-opentype'), url('fonts/footable.woff') format('woff'), url('fonts/footable.ttf') format('truetype'), url('fonts/footable.svg#footable') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Define how the browser behaves during download */
}

@font-face {
    font-family: 'Noto Sans TC Regular'; /* Define the custom font name */
    /* src: url('fonts/Noto_Sans_TC/NotoSansTC-Regular.otf') format('opentype'); */ /* Define where the font can be downloaded */
    src: url('fonts/Noto_Sans_TC/NotoSansTC-Regular.woff2') format('woff2'), url('fonts/Noto_Sans_TC/NotoSansTC-Regular.woff') format('woff');
    /* src: url('fonts/DynaFont/DFHeiMedium-B5_UN.woff2') format('woff2'); */
    font-display: swap; /* Define how the browser behaves during download */
}

@font-face {
    font-family: 'Noto Sans TC Light'; /* Define the custom font name */
    /* src: url('fonts/Noto_Sans_TC/NotoSansTC-Light.otf') format('opentype'); */ /* Define where the font can be downloaded */
    src: url('fonts/Noto_Sans_TC/NotoSansTC-Light.woff2') format('woff2'), url('fonts/Noto_Sans_TC/NotoSansTC-Light.woff') format('woff');
    font-display: swap; /* Define how the browser behaves during download */
}

@font-face {
    font-family: 'Noto Sans TC Thin'; /* Define the custom font name */
    /* src: url('fonts/Noto_Sans_TC/NotoSansTC-Thin.otf') format('opentype'); */ /* Define where the font can be downloaded */
    src: url('fonts/Noto_Sans_TC/NotoSansTC-Thin.woff2') format('woff2'), url('fonts/Noto_Sans_TC/NotoSansTC-Thin.woff') format('woff');
    font-display: swap; /* Define how the browser behaves during download */
}

@font-face {
    font-family: 'Noto Sans TC Bold'; /* Define the custom font name */
    /* src: url('fonts/Noto_Sans_TC/NotoSansTC-Bold.otf') format('opentype'); */ /* Define where the font can be downloaded */
    src: url('fonts/Noto_Sans_TC/NotoSansTC-Bold.woff2') format('woff2'), url('fonts/Noto_Sans_TC/NotoSansTC-Bold.woff') format('woff');
    font-display: swap; /* Define how the browser behaves during download */
}

@font-face {
    font-family: 'Noto Serif TC Bold'; /* Define the custom font name */
    /* src: url('fonts/Noto_Serif_TC/NotoSerifTC-Bold.otf') format('opentype'); */ /* Define where the font can be downloaded */
    src: url('fonts/Noto_Serif_TC/NotoSerifTC-Bold.woff2') format('woff2'), url('fonts/Noto_Serif_TC/NotoSerifTC-Bold.woff') format('woff');
    font-display: swap; /* Define how the browser behaves during download */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'footable';
        src: url('fonts/footable.svg#footable') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap; /* Define how the browser behaves during download */
    }
}

.footable {
    width: 100%;
    padding: 5px;
    font-family: 'Noto Sans TC Regular', sans-serif; /* 'Microsoft JhengHei' */
    font-size: 20px; /* 22px*/
    letter-spacing: 2px;
    font-weight: normal;
    -webkit-text-size-adjust: none; /* 可禁用Text Autosizer (解決: 移動端開發網頁時，有部分字體無故變大或變小) */
    max-height: 100%; /* 可禁用Text Autosizer (解決: 移動端開發網頁時，有部分字體無故變大或變小) */
    /** SORTING **/
    /** PAGINATION **/
}
    .footable.breakpoint > tbody > tr.footable-detail-show > td {
        border-bottom: none;
        padding: 5px;
        font-size: 20px; /* 22px */
        letter-spacing: 2px;
        -webkit-text-size-adjust: none; /* 可禁用Text Autosizer (解決: 移動端開發網頁時，有部分字體無故變大或變小) */
        max-height: 100%; /* 可禁用Text Autosizer (解決: 移動端開發網頁時，有部分字體無故變大或變小) */
            
    }


    .footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
        cursor: pointer;        
    }
    .footable.breakpoint > tbody > tr > td.footable-cell-detail {
        background: #eee; /* #eee */
        border-top: none;
        padding: 5px;
    }

    .footable.breakpoint > tbody > tr > td > span.footable-toggle {
        display: inline-block;
        font-family: 'footable';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        /* padding-right: 5px; */
        font-size: 18px; /* 14px */
        /* letter-spacing: 2px; */
        padding: 5px;
        color: #888888;
        
    }

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e001"; /* - */
    }

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e000"; /* + */
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e004";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009";
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px; /* 24px */
}
    .footable > thead > tr > th {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        /* -khtml-user-select: none; */
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        user-select: none;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 5px;
        text-align: left;
        
    }
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e013";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e012";
}
        .footable > thead > tr > th > span.footable-sort-indicator {
            display: inline-block;
            font-family: 'footable';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            padding-left: 5px;
            
        }
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022";
}
    .footable > tfoot .pagination {
        margin: 0;
        
    }
    .footable.no-paging .hide-if-no-paging {
        display: none;
        
    }
.footable-row-detail-inner {
    display: table;

}

.footable-row-detail-row {
    display: table-row;
    line-height: 1.5em;

}
 

.footable-row-detail-group {
    display: block;
    line-height: 2em;
    /* font-size: 1.2em; */
    font-size: 18px; /* 14px */
    letter-spacing: 2px;
    font-weight: bold;
}


.footable-row-detail-name {
    font-family: 'Noto Sans TC Regular', sans-serif;
    display: table-cell;
    color: #ba620f; /* #0C7007 */
    /* font-size: 3.2vw; */
    font-weight: normal; /* bold */
    /* white-space: nowrap; */
    text-align: left;
    padding-right: 0.5em;
}
.footable-row-detail-value {
    display: table-cell;
    
}


.footable-odd {
    /* background-color: #f7f7f7; */
}

/* 讓 a href 自動換行 */
a {
    word-break: break-all;
}
