﻿@media only print {

    table:not(.fixedArea) th {
        border: 1px solid black;
    }

    table:not(.fixedArea) td {
        border: 1px solid black;
    }

    .content table:not(.fixedArea) {
        border-collapse: collapse;
    }

    .content .data-table-holder .table-header, .table-footer {
        display: none;
    }

    .form-query-trigger {
        display: none;
    }

    .content .tbg-holder {
        display: none;
    }

    .content .form-notes {
        margin-top: 50px;
    }

    .text-left {
        text-align: left;
    }

    .text-right {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }

    /*通知設定*/
    .vertical-table-holder table th {
        text-align: left;
    }

    .data-table-holder .table, .vertical-table-holder .table {
        width: 100%;
    }

    /*隱藏select option*/
    .chosen-search input {
        display: none;
    }

    ul.chosen-results {
        display: none;
    }

    .smaller-grid {
        display: none;
    }

    #statisticArea {
        display: block !important;
        font-size: larger;
    }

        #statisticArea td::before {
            content: " : ";
        }

        #statisticArea th, td {
            text-align: left;
        }

    .print-show {
        display: block;
    }

    .print-hidden {
        display: none;
    }

    .checkbox-list label {
        padding: 0px !important;
    }
}
