﻿
html {
    font-size: 14px;
}

body {
    padding-top: 3.5rem;
    font-family: "Microsoft JhengHei", "微軟正黑體", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-bottom: 15px;
}

.banner {
    height: 80px;
    background: #369 url(images/banner.png) no-repeat right center;
    overflow: hidden;
    position: relative;
}

.sysname {
    position: absolute;
    left: 25px;
    top: 15px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 0 0 0.2em black, 0 0 0.2em #333, 0 0 0.2em #333, 0 0 0.2em #333;
}

.pager,
.pager:hover,
.pager table > tbody > tr,
.pager table > tbody > tr:hover,
.pager table > tbody > tr > th,
.pager table > tbody > tr > td {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.pager table > tbody > tr > td a,
.pager table > tbody > tr > td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pager table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pager table > tbody > tr > td:first-child > a,
.pager table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pager table > tbody > tr > td:last-child > a,
.pager table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pager table > tbody > tr > td > a:hover,
.pager table > tbody > tr > td > span:hover,
.pager table > tbody > tr > td > a:focus,
.pager table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

/* responsive table */

@media screen and (max-width: 576px) {
    table.responsive {
        border: none;
    }

    table.responsive > thead,
    table.responsive > tbody > tr:first-child,
    table.responsive .pager {
        display: none;
    }

    table.responsive > tbody > tr {
        display: block;
        background: #fff !important;
        border: 1px solid #ccc;
        margin-bottom: 10px;
        padding: 5px;
    }

    table.responsive > tbody > tr > td {
        display: block;
        background: #fff;
        border: none;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    table.responsive > tbody > tr > td:last-child {
        border: none;
    }
}
