/*
Land Bank Print CSS
*/
@media only print {
    @page {
        size: A4;
    }

    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            /*content: " (" attr(href) ")";*/
        }

    abbr[title]:after {
        /*content: " (" attr(title) ")";*/
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h1, h2, h3, h4, h5, h6 {
        orphans: 3;
        widows: 3;
    }

    h1, h2, h3 {
        page-break-after: avoid;
    }

    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        word-spacing: 1px;
        letter-spacing: 0.2px;
        font-family: "微軟正黑體", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
    }

    .header {
        position: absolute;
        width: 100%;
        display: block;
        table-layout: inherit;
        top: 0 !important;
        border-top: none;
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
        margin: 0;
    }

    .navbar-aside, .header-bottom-row, .col-page-left, .col-page-right, .breadcrumb, .footer, .footer-tools, nav#mobile-nav, .mm-menu, .mobile-tools, .modal {
        display: none !important;
    }

    a:link, a:visited {
        color: #520;
        background: transparent;
        font-weight: bold;
        text-decoration: underline;
    }

    .wrapper {
        margin: 130px 0 0 0;
    }

    .content {
        padding: 0px;
    }

        .content a:link:after, .content-holder a:visited:after {
            /*content: " (" attr(href) ") ";*/
            font-size: 90%;
        }

        .content img {
            width: inherit !important;
            height: auto !important;
        }

    .col-page {
        min-width: 210mm;
        width: 100% !important;
        height: 100%;
        margin: 0;
    }

    .col-page-center {
        min-width: 210mm;
        width: 100% !important;
        height: 100%;
        margin: 0;
    }

    body:after {
        padding-top: 16px;
        border-top: 1px solid #000;
        width: 100%;
        display: block;
        content: "臺灣土地銀行, Copyright ©2016 土地銀行企業網路銀行. All rights reserved.";
    }
    
    /*通知設定*/
    /* 將checkbox顯示出來 */
    .check-control {
        width:inherit !important;
        height:inherit !important;
        position: static !important;
        opacity: 1 !important;
        float:left !important;
        margin-top: 5px !important;
    }

}
