﻿html {
    font-family: '微軟正黑體','Microsoft JhengHei';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* ↓ 公用CSS ↓ */
.btn-info {
    background-color: #0066b3 !important;
    border: none !important;
}
    .btn-info:hover {
        background-color: #0074CC !important;
    }

.table-bordered td, .table-bordered th {
    border: 1px solid #0066b3;
    background-color: #EDF6FD;
}
.table thead th {
    border-bottom: 2px solid #0066b3;
    text-align: center;
}

.fs-8pt {
    font-size: 8pt;
}
.fs-9pt {
    font-size: 9pt;
}
.fs-10pt {
    font-size: 10pt;
}
.fs-11pt {
    font-size: 11pt;
}
.fs-12pt {
    font-size: 12pt;
}
.fs-13pt {
    font-size: 13pt;
}
.fs-14pt {
    font-size: 14pt;
}
.fs-15pt {
    font-size: 15pt;
}
.fs-16pt {
    font-size: 16pt;
}
.fs-X-Large {
    font-size: x-large;
}
.fs-Larger {
    font-size: larger;
}
.fs-Large {
    font-size: large;
}
.fs-Smaller {
    font-size: smaller;
}
.fs-Small {
    font-size: small;
}

.color-dark-blue {
    color: #19425e !important;
}
.color-light-blue {
    color: #0066b3 !important;
}
.color-blue {
    color: blue !important;
}
.color-dark-red {
    color: #b00000 !important;
}
.color-red {
    color: red !important;
}
.color-white {
    color: white !important;
}

.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}

.form-control-rbl > tbody > tr > td {
    border: none;
}
.form-control-rbl input {
    margin-top: 0.9rem;
    margin-right: 0.1rem;
    margin-left: 0.5rem;
}
    .form-control-rbl input:nth-child(1) {
        margin-left: 0;
    }
.form-control-chk {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}
    .form-control-chk label {
        padding-top: calc(1px + 0.37rem);
        padding-bottom: calc(1px + 0.37rem);
        line-height: 1.5;
        margin-bottom: 0;
    }
.form-control-file {
    vertical-align: middle;
}
/* ↑ 公用CSS ↑ */

.label, .labelMust {
    text-align: right;
    color: Black;
    padding: 3px;
    line-height: 1.2;
}

    .labelMust:before {
        color: red;
        content: "＊";
    }

.lableMust-li {
    text-indent: -1.1rem;
    margin-left: 1.1rem;
}

/* 密碼強度 */
.pwdtable {
    border-top: 1px solid #ade1ff;
    border-left: 1px solid #ade1ff;
    border-right: 1px solid #4284e4;
    border-bottom: 1px solid #4284e4;
    padding: 1px;
    margin: 1px;
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: #e0f0ff;
}

/*   gvStyle1 Start   */
.gvStyle1 {
    border: none;
    width: 100%;
    margin: 15px 0;
    font-size: 11pt;
    display: table;
}
    /*Rows 列表*/
    .gvStyle1 > tbody > tr > td {
        border: none;
        min-height: 25px;
        padding: 15px 5px;
        vertical-align: top;
        background-color: white;
    }

    /*Header 標題*/
    .gvStyle1 > tbody > tr:first-child > td, .gvStyle1 > tbody > tr > th {
        background-color: #50697D;
        font-weight: 600;
        border: none;
        text-align: center;
        color: white;
        padding: 15px 0;
        vertical-align: middle;
    }

    .gvStyle1 > tbody > tr > td > a {
        color: #333333;
        text-decoration: none;
    }

        .gvStyle1 > tbody > tr > td > a:hover {
            color: #337ab7;
        }
    /*Change Rows 如果想要有單、雙列不同顏色替換, 在這裡更換*/
    .gvStyle1 > tbody > .alt > td {
        background-color: #E2E3FE;
    }
    /*Page 分頁*/
    .gvStyle1 > tbody > .pgr > td {
        padding: 30px 0;
    }

    .gvStyle1 > tbody > .pgr table {
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }

    .gvStyle1 > tbody > .pgr td {
        background-color: white;
        border-width: 0px;
    }

    .gvStyle1 > tbody > .pgr span {
        color: white;
        border: solid 1px #0066b3;
        padding: 3px 10px;
        margin: 0 3px;
        background-color: #0066b3;
    }

    .gvStyle1 > tbody > .pgr a {
        color: #0066b3;
        text-decoration: none;
        border: solid 1px #0066b3;
        padding: 3px 10px;
        margin: 0 3px;
    }

        .gvStyle1 > tbody > .pgr a:hover {
            color: white;
            background-color: #0066b3;
        }

.gvStyle1rwd {
    display: none;
}

@media all and (max-width: 768px) {
    .gvStyle1 {
        display: none;
    }

    .gvStyle1rwd {
        font-size: 14px;
        display: table;
    }
}
/*   gvStyle1 End   */