﻿body {
  margin-top: 60px;
}
.page_body {
  background-color: #FCF5EE;
  margin: 0 0 0 0;
}
.menu_root {
  margin: 0 0 0 -45px;
}
.ann {
  overflow: hidden;
  height: 150px;
  width: 340px;
}
.bgstaple {
  position: absolute;
  top: 22px;
  left: 255px;
  z-index: -100;
}
.pcount {
  font-size: 14px;
  font-family: 微軟正黑體;
  border: 1px solid #A05200;
  background-color: #EEEEFC;
  margin-bottom: 4px;
  text-align: center;
}
.annoBox {
  border: 1px solid #004EA0;
  background-color: #F8E6D4;
  padding: 5px;
}
.marginButton {
  position: absolute;
  float: left;
  top: 300px;
  margin: 0px 0px 0px -10px;
  padding: 0px 0px 0px 0px;
}
/*---------------------------------*/
.menu_func_link {
  color: Blue;
  vertical-align: top;
}
.menu_func_link:hover {
  cursor: pointer;
  color: Red;
}
/*---------------------------------*/
.menu_func_lists ul {
  list-style: none;
  text-indent: 15px;
  margin: 2px 0px 0px 0px;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  font-family: 微軟正黑體;
}
.menu_func_lists2 ul {
  list-style: none;
  text-indent: 15px;
  margin: 2px 0px 0px 0px;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  font-family: 微軟正黑體;
}
.menu_func_lists2 div {
  margin: 0px 0px 0px 8px;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  font-family: 微軟正黑體;
}
.menu_func_lists2 div ul {
  list-style: none;
  text-indent: 15px;
  margin: 2px 0px 0px -10px;
  padding: 0;
  overflow: hidden;
}
.menu_func_lists li a {
  text-decoration: none;
  color: Blue;
  border: none;
}
.menu_func_lists li a:visited {
  color: Blue;
  border: none;
}
.menu_func_lists li a:hover {
  color: Red;
  font-weight: bolder;
  border: none;
}
.menu_func_lists2 li a {
  text-decoration: none;
  color: Blue;
  border: none;
}
.menu_func_lists2 li a:visited {
  color: Blue;
  border: none;
}
.menu_func_lists2 li a:hover {
  color: Red;
  font-weight: bolder;
  border: none;
}
/*---------------------------------*/
.menu_bar {
  text-align: left;
  background: #E2E0CD url('../images/menu_bg_hd0.png') left center no-repeat;
  vertical-align: text-bottom;
  font-size: 20px;
  font-family: 微軟正黑體;
  padding: 5px 5px 5px 15px;
  border: none;
  cursor: pointer;
}
.menu_bar:hover {
  background: #E2E0CD url('../images/menu_bg_hd1.png') left center no-repeat;
  cursor: pointer;
  color: #D12DFF;
}
.menu_bar_close {
  text-align: left;
  background: #E2E0CD url('../images/menu_bg_hd2.png') left center no-repeat;
  vertical-align: text-bottom;
  font-size: 20px;
  font-family: 微軟正黑體;
  padding: 5px 5px 5px 15px;
  border: none;
  cursor: pointer;
}
/*----------------------------*/
.table_receipt {
  width: 800px;
  border: 1px solid black;
  font-family: 微軟正黑體;
  font-size: 16px;
}
.table_receipt_title {
  text-align: center;
  padding: 5px;
  border: 1px solid black;
}
.table_receipt_foot {
  font-weight: bolder;
  text-align: center;
  padding: 5px;
  border: 1px solid black;
}
.table_receipt th {
  text-align: center;
  border: 1px solid black;
  line-height: 30px;
}
.table_receipt_td {
  width: 650px;
  text-align: left;
  border: 1px solid black;
  padding: 5px;
}
/*----------------------------*/
.table_login {
  width: 500px;
  margin: 2px;
}
.table_login_title {
  text-align: center;
  font-family: 微軟正黑體;
  font-size: 18px;
  font-weight: bolder;
  color: white;
  background-color: #007bff;
}
.table_login_head {
  width: 200px;
  text-align: right;
  font-family: 微軟正黑體;
  font-size: 16px;
  color: Blue;
  font-weight: bolder;
  background-color: #FFD8AF;
  border-bottom: 1px solid #BE6100;
}
.table_login_body {
  background-color: #FFF5EB;
  border-bottom: 1px solid #FFD8AF;
  border-right: 1px solid #FFD8AF;
}
.table_login_txt {
  border: 1px solid #7F9DB9;
  background-color: #FFFFFF;
  padding: 4px;
  width: 95%;
  border-radius: 5px 5px;
}
.table_login_txt:focus {
  border: 2px solid Red;
}
/*------------------------*/
.tableInputText {
  font-family: 微軟正黑體;
  font-size: 16px;
  border: 1px solid #CCCCCC;
  background-color: #F3F3F3;
  padding: 2px;
  width: 95%;
  max-width: 500px;
  min-width: 60px;
}
.tableInputText:focus {
  border-color: #7F9DB9;
  background-color: #FFFFFF;
}
.tableInputMustText {
  border: 1px solid #CCCCCC;
  background-color: #F3F3F3;
  padding: 2px;
  width: 100%;
  border-radius: 5px 5px;
}
.tableInputMustText:focus {
  border-color: #FF34B3;
  background-color: #FFFFFF;
}
.ddlMust {
  border: 1px solid #CCCCCC;
  background-color: #F3F3F3;
  padding: 2px;
  border-radius: 5px 5px;
}
.ddlMust:focus {
  background-color: #FFFFFF;
}
.tableInputWarningText {
  border: 1px solid Red;
  background-color: #FFE1FF;
  padding: 2px;
  width: 100%;
  border-radius: 5px 5px;
}
.tableInputWarningText:focus {
  border-color: Red;
  background-color: #FFFFFF;
}
.tableInputWarningText2 {
  border: 1px solid #CCCCCC;
  background-color: #FFE1FF;
  padding: 2px;
}
.tableInputWarningText2:focus {
  border-color: #FF34B3;
  background-color: #FFFFFF;
}
.tableInputMustText2 {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
.tableInputMustText2:focus {
  border-color: #FF34B3;
  background-color: #F3F3F3;
}
.input90 {
  width: 90%;
  max-width: 500px;
  min-width: 60px;
}
/*------------------------*/
.tableSets {
  font-family: 微軟正黑體;
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 16px;
  width: 90%;
  margin-left: 5px;
}
.tableSets td {
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
  border-left: none;
  border-right: none;
  padding: 6px;
}
.tableSets td.left {
  text-align: left;
}
.tableSets th {
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
  border-left: 6px solid #CCCCCC;
  border-right: none;
  padding: 6px;
  background-color: #F3F3F3;
  font-weight: normal;
  width: 200px;
}
.tableSets th.title {
  background-color: #374F69;
  border-left: 6px solid #374F69;
  color: White;
  padding: 2px;
}
.tableSets th.must {
  border-left-color: #D90000;
}
.tableSets th em {
  font-style: italic;
  color: #FF0000;
  padding-left: 1px;
  vertical-align: super;
}
/*------------------------*/
.resultPanel {
  margin-left: 10px;
}
/*------------------------*/
.table_reg {
  width: 600px;
  margin: 2px;
}
.table_reg_title {
  text-align: center;
  font-family: 微軟正黑體;
  font-size: 18px;
  font-weight: bolder;
  color: white;
  background-color: #004EA0;
}
.table_reg_head {
  width: 200px;
  text-align: right;
  font-family: 微軟正黑體;
  font-size: 16px;
  color: Blue;
  font-weight: bolder;
  background-color: #FFD8AF;
  border-bottom: 1px solid #BE6100;
}
.table_reg_body {
  width: 400px;
  background-color: #FFF5EB;
  border-bottom: 1px solid #FFD8AF;
  border-right: 1px solid #FFD8AF;
  text-align: left;
  font-family: 微軟正黑體;
  font-size: 14px;
}
/*------------------------*/
.must_star {
  color: Red;
}
.warning_message {
  color: #891817;
  font-family: 微軟正黑體;
  font-size: 14px;
  text-align: left;
  font-weight: bolder;
}
.warning_message2 {
  color: Blue;
  font-family: 微軟正黑體;
  font-size: 17px;
  text-align: left;
  font-weight: bolder;
}
.page_title {
  width: 100%;
  height: 40px;
  color: White;
  font-family: 微軟正黑體;
  font-size: 18px;
  text-align: center;
  font-weight: bolder;
  background-color: Black;
  padding-top: 10px;
}
.subtitle {
  margin-left: 5px;
  color: #A31D1B;
  font-family: 微軟正黑體;
  font-size: 16px;
  font-weight: bolder;
}
.tabletitle {
  font-family: 微軟正黑體;
  font-size: 16px;
  background-color: #383769;
  color: White;
  padding: 6px;
}
.tabletitle-sub {
  background-color: #374F69;
  border-left: 6px solid #374F69;
  font-family: 微軟正黑體;
  font-size: 16px;
  color: White;
  padding: 6px;
}
.mbox {
  /*width: 500px;*/
  border: 1px solid Blue;
  font-family: 微軟正黑體;
  font-size: 16px;
  background-color: #FFE7CD;
  /*margin-left: 20px;
    padding: 10px;*/
  vertical-align: middle;
  text-decoration: none;
}
.mbox ul {
  padding-left: 20px;
  text-align: left;
}
.calendar_box {
  position: absolute;
  float: none;
  z-index: 100;
}
.calendar_box2 {
  position: absolute;
  float: none;
  left: 370px;
  z-index: 100;
}
.cnenterNote {
  text-align: left;
  margin-top: 15px;
  font-family: 微軟正黑體;
  font-size: 16px;
  border: 1px solid #174F89;
  width: 600px;
}
.cnenterNoteC {
  text-align: center;
  margin-top: 15px;
  font-family: 微軟正黑體;
  font-size: 16px;
  border: 1px solid #174F89;
  width: 600px;
}
.noteTitle {
  background-color: #174F89;
  color: White;
  text-align: center;
  padding: 5px;
}
.noteBody {
  padding: 10px;
  color: DarkBlue;
}
#display_box {
  width: 600px;
  font-family: 微軟正黑體;
  font-size: 14px;
  border: 1px solid gray;
  text-align: left;
  background-color: White;
  padding: 30px;
}
#news_view {
  width: 450px;
  padding: 20px 10px 20px 10px;
  text-align: center;
  font-family: 微軟正黑體;
  font-size: 14px;
}
/*-----------------------------*/
.query_menu_bar {
  margin-left: 10px;
  text-align: left;
  background: #E2E0CD url('../images/menu_bg_hd3.png') left center no-repeat;
  vertical-align: text-bottom;
  font-size: 20px;
  font-family: 微軟正黑體;
  padding: 5px 5px 5px 15px;
  border: none;
  cursor: pointer;
  width: 100%;
}
.query_menu_bar:hover {
  background: #E2E0CD url('../images/menu_bg_hd4.png') left center no-repeat;
  cursor: pointer;
  color: #D12DFF;
}
.query_menu_func {
  margin-top: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.query_menu_func2 {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #FCF5EE;
  border: 1px solid #7D6041;
  display: none;
}
/*--------------------------*/
.queryTable_s {
  margin-left: -10px;
  width: 95%;
  text-align: left;
  font-family: 微軟正黑體;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.queryTable_s th {
  width: 58px;
  text-align: left;
}
.queryTable_s td {
  text-align: left;
}
.query_table_ddl {
  margin-left: -1px;
}
.query_menu_func3 {
  margin-top: 5px;
  text-align: left;
  margin-bottom: 5px;
  border: 1px solid #A3611B;
  background-color: #EBEBFF;
  padding: 2px;
}
/*--------------------------*/
.queryTable {
  width: 98%;
  text-align: left;
  font-family: 微軟正黑體;
  font-size: 14px;
}
.queryTable th {
  width: 60px;
  text-align: right;
}
.queryTable td {
  text-align: left;
}
.tableSetsQuery {
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 16px;
  width: 90%;
}
.tableSetsQuery td {
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
  border-left: none;
  border-right: none;
  background-color: #FFF5EB;
  padding: 10px;
}
.tableSetsQuery th {
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
  border-left: 6px solid #CCCCCC;
  border-right: none;
  padding: 10px;
  background-color: #EEE6DE;
  font-weight: normal;
  width: 200px;
}
.tableSetsQuery th.must {
  border-left-color: #D90000;
}
.tableSetsQuery th em {
  font-style: italic;
  color: #FF0000;
  padding-left: 1px;
  vertical-align: super;
}
/*------------------------*/
.font20 {
  font-size: 20px;
}
.font14 {
  font-size: 14px;
  font-family: 微軟正黑體;
}
.font12 {
  font-size: 12px;
  font-family: 微軟正黑體;
}
.fontB20 {
  font-family: 微軟正黑體;
  font-size: 20px;
  font-weight: bolder;
}
.font_c_r {
  color: Red;
}
.font_c_b {
  color: Blue;
}
.font_c_t {
  color: Teal;
}
.font_c_y {
  color: Yellow;
}
.font_c_darkred {
  color: #A00200;
}
/*------------------------*/
.gvType1 {
  border: 1px solid #174F89;
  margin-left: 5px;
}
.gvType1_head {
  background-color: #374F69;
  border-bottom: 1px solid #174F89;
  font-family: 微軟正黑體;
  font-size: 16px;
  font-weight: bolder;
  color: White;
}
.gvType1_row {
  font-family: 微軟正黑體;
  font-size: 16px;
  background-color: #EBFFFF;
}
.gvType1_altRow {
  font-family: 微軟正黑體;
  font-size: 16px;
  background-color: white;
}
.gvType1_selected {
  font-family: 微軟正黑體;
  font-size: 16px;
  background-color: white;
}
.gvType1_page {
  font-family: 微軟正黑體;
  font-size: 14px;
  color: White;
  background-color: #374F69;
}
/*------------------------*/
.table_query {
  width: 95%;
  margin: 5px;
}
.table_query th {
  width: 150px;
  font-family: 微軟正黑體;
  font-size: 14px;
  font-weight: bolder;
  background-color: #FFD8AF;
  border-bottom: 1px solid #BE6100;
}
.table_query td {
  font-family: 微軟正黑體;
  font-size: 14px;
  background-color: #FFF5EB;
  border-bottom: 1px solid #FFD8AF;
  padding-left: 10px;
}
.hlink_box {
  font-family: 微軟正黑體;
  font-size: 20px;
  padding: 4px;
  text-decoration: none;
  text-align: center;
}
/*-----------------*/
.ctrDropDown {
  width: 180px;
  font-size: 12px;
}
.ctrDropDownClick {
  position: absolute;
  font-size: 10px;
  width: auto !important;
}
input[type=file],
input[type=file] + input {
  display: inline-block;
  background-color: #eee;
  border: 1px solid gray;
  font-size: 15px;
  padding: 4px;
}
input[type=file] + input {
  padding: 13px;
  background-color: #00b7cd;
}
::-webkit-file-upload-button {
  -webkit-appearance: none;
  background-color: #00b7cd;
  border: 1px solid gray;
  font-size: 15px;
  padding: 8px;
}
::-ms-browse {
  background-color: #00b7cd;
  border: 1px solid gray;
  font-size: 15px;
  padding: 8px;
}
input[type=file]::-ms-value {
  border: none;
}
.divMaxWidth300 {
  max-width: 300px;
}
.divMaxWidth400 {
  max-width: 400px;
}
.divMaxWidth500 {
  max-width: 500px;
}
.divMaxWidth600 {
  max-width: 600px;
}
.divMaxWidth700 {
  max-width: 700px;
}
.divMaxWidth800 {
  max-width: 800px;
}
.divWidth30P {
  width: 30vw;
}
.divWidth40P {
  width: 40vw;
}
.divWidth50P {
  width: 50vw;
}
.divWidth60P {
  width: 60vw;
}
.divWidth70P {
  width: 70vw;
}
.divWidth80P {
  width: 80vw;
}
.divWidth90P {
  width: 90vw;
}
.divWidth100P {
  width: 100vw;
}
.dropdownlist {
  /*color:white;*/
  /*border-color:#007bff;*/
  border: 1px solid #7F9DB9;
  background-color: white;
  width: 95%;
  border-radius: 5px;
  font: 400 18.3333px Arial;
  height: 30px;
  cursor: pointer;
}
.dropdownlistWarning {
  border: 1px solid Red;
  background-color: #FFE1FF;
  width: 95%;
  border-radius: 5px;
  font: 400 18.3333px Arial;
  height: 30px;
  cursor: pointer;
}
.container-bg-gray {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.colTitle {
  border-left: 6px solid #CCCCCC;
  background-color: #F3F3F3;
}
.must {
  border-left-color: #D90000;
}
/*#region Rwd table 橫向變直列*/
.rwd-table {
  background: #fff;
  overflow: hidden;
}
.rwd-table tr:nth-of-type(2n) {
  background: #eee;
}
.rwd-table th,
.rwd-table td {
  margin: 0.5em 1em;
}
.rwd-table {
  min-width: 100%;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
.rwd-table th,
.rwd-table td:before {
  color: #D20B2A;
  font-weight: bold;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
/*#endregion Rwd table 橫向變直列*/
/*#region Rwd table noth 橫向變直列*/
.rwd-table-noth {
  background: #fff;
  overflow: hidden;
}
.rwd-table-noth tr:nth-of-type(2n) {
  background: #eee;
}
.rwd-table-noth th,
.rwd-table-noth td {
  margin: 0.5em 1em;
}
.rwd-table-noth {
  min-width: 100%;
}
.rwd-table-noth th {
  display: none;
}
.rwd-table-noth td {
  display: block;
}
.rwd-table-noth td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
  color: white;
}
.rwd-table-noth th,
.rwd-table-noth td {
  text-align: left;
}
.rwd-table-noth th,
.rwd-table-noth td:before {
  color: #D20B2A;
  font-weight: bold;
}
@media (max-width: 750px) {
  .PrintPayment {
    width: 105px;
  }
  .OnlinePayment {
    width: 87px;
  }
}
.tableCheckBoxWarning {
  border: 1px solid Red;
  color: red;
}
@media (min-width: 480px) {
  .rwd-table-noth td:before {
    display: none;
  }
  .rwd-table-noth th,
  .rwd-table-noth td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table-noth th:first-child,
  .rwd-table-noth td:first-child {
    padding-left: 0;
  }
  .rwd-table-noth th:last-child,
  .rwd-table-noth td:last-child {
    padding-right: 0;
  }
  .rwd-table-noth th,
  .rwd-table-noth td {
    padding: 1em !important;
  }
}
/*#endregion Rwd table 橫向變直列*/
/*.shopping_Cart {
    position: fixed;
    top: 0;
    right: 0;
    background-image: url(../images/icon/shoppingCart_red.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    cursor: pointer;

    &:hover {
        background-image: url(../images/icon/shoppingCart_blue.png);
    }

    @media @mobile {
        width: 48px;
        height: 48px;
        background-image: url(../images/icon/shoppingCart_red_48.png);

        &:hover {
            background-image: url(../images/icon/shoppingCart_red_48.png);
        }
    }
}

.btnOpacity {
    opacity: 0;
    width: 1px;
    height: 1px;
}*/
/*.shopping_Cart_CaseCount {
    border: 3px solid #ffa500;
    background-color: rgba(255,255,255,.7);
    border-radius: 50%;
    width: 32px;
    top: 10px;
    position: absolute;
    left: 21px;
    font-weight: bold;

    @media @mobile {
        width: 28px;
        height: 28px;
        top: 6px;
        left: 15px;
    }
}*/
/*@media (min-width: 768px) {
    .col-md-auto {
        -webkit-box-flex: 0;
        width: 60%;
        max-width: none;
        flex: 0 0 auto;
        text-align: left;
    }
}*/
/*.col-md-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/