body {
    margin: 6px;
    font-size: 9pt;
    font-family: TaipeiSansTCBeta-Regular, serif;
}

p {
    font-size: 9pt;
}

tr:hover {
    /*background: #97C5E0 !important;*/
    transition: 0.1s;
}

tr td {
    font-size: 1.2rem;
    vertical-align: middle !important;
}

a:link {
    color: #005599;
    text-decoration: underline;
}

a:visited {
    color: #005599;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #990000;
}

a:active {
    color: Red;
    text-decoration: underline;
}

select {
    font-size: 9pt;
}

input {
    font-size: 9pt;
}

/* �{�����Y */
.header {
    border: 1px solid #B6CBD0;
    background-color: #EBF0F2;
    padding: 3px;
    margin-bottom: 6px;
}

.header_title {
    font-size: 14pt;
    color: #005599;
}

.header_html {
    font-size: 9pt;
    color: black;
}

.header_cmd {
    border: 0;
    float: right;
    width: 100px;
    text-align: right;
}

.button_normal {
    font-size: 9pt;
    background-color: #D3E9F1;
    color: Black;
    border: solid #808080;
}

.button_disabled {
    font-size: 9pt;
    background-color: #F4F2E8;
    color: Gray;
    border: 1px solid #808080;
}

.grid_table {
    border: 1px solid #B6CBD0;
    border-collapse: collapse;
    background-color: white;
    width: 100%;
    padding: 0;
}

.grid_search {
    border: 1px solid #BED5F0;
    border-collapse: collapse;
    background-color: white;
    width: 100%;
    padding: -2px;
    margin-bottom: 18px;
}

.grid_function {
    color: Black;
}

.grid_header {
    border: 1px solid #B6CBD0;
    color: Black;
    text-align: center;
    background: #D3E9F1;
    height: 24px;
}

.grid_cell {
    border: 1px solid #B6CBD0;
}

.grid_odd {
    border: 1px solid #B6CBD0;
    background-color: white;
    height: 22px;
}

.grid_even {
    border: 1px solid #B6CBD0;
    background-color: #F2F2F2;
    height: 22px;
}

.grid_split {
    color: Black;
    text-align: center;
    background: #DAD0B4;
    height: 2px;
}

.grid_span {
    background: #EBF0F2;
}

.grid_command {
    color: Black;
    background: #E9ECEF;
    display: inline-list-item;
    text-align: right;
}

.grid_command td {
    display: inline-list-item;
    text-align: right;
}

.grid_header1 { /*�Q�װϼ��D*/
    color: Black;
    text-align: left;
    background: #AAE5F1;
    height: 24px;
}

.grid_subsum {
}

.grid_sum {
}

.form_button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form_button:hover {
    color: #FFF;
    background: #000;
}

.form_submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0.1rem;
}

.form_reset {
    cursor: hand;
    font-size: 9pt;
    background-color: #D6D6D6;
    color: #777777;
    border: 1px solid #777777;
    padding: 3px;
}

.form-control {
    min-width: 50px;
    display: inline-block !important;
}

/* 文字輸入框 */
.form-input.form-control {
    display: inline-block;
    width: 30%;
}

/* 下拉 */
.form_combo_normal {
    display: inline-block;
    /*width: 50%;*/
}

.image_hand {
    cursor: hand;
}

.msg_err {
    border: 1px solid #FF2D2D;
    background-color: #FFD2D2;
    padding: 3px;
    margin-bottom: 6px;
}

.msg_err_text {
    font-size: 9pt;
    color: #990000;
}

.msg_ok {
    text-align: center;
    border: 1px solid #C0FF82;
    background-color: #EFFFC1;
    padding: 3px;
    margin-bottom: 6px;
}

.msg_ok_text {
    font-size: 9pt;
    color: #6C9000;
}



.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.form_textbox {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

