
/*page form*/
table {
    border: 0px solid #f46f44;
    border-collapse: collapse;
    width: 100%;
}
table th {
    font-size: 18px;
    border-bottom: #ccc 1px solid;
    padding: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
table td {
    font-size: 16px;
    border-bottom: #ccc 1px solid;
    padding: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    color: #3e3e3e;
}
@media (max-width: 420px) {
	table td {
    font-size: 14px!important;
    border-bottom: #ccc 1px solid;
    padding: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    color: #3e3e3e;
}
	.footable2 > tbody > tr > td {
   padding: 0px!important; 
}
	.footable2 > thead > tr > th, .footable2 > thead > tr > td {
  font-size: 15px!important;
}
	.first-name {
    font-size: 15px!important;
}
}
table tr {
    vertical-align: middle;
    font-weight: normal;
}
table a {
    color: #2aacc8;
    /*border-bottom: 1px solid #2aacc8;*/
    text-decoration: none;
}
table a:link, table a:visited {
    color: #2aacc8;
    /*border-bottom: 1px solid #2aacc8;*/
    text-decoration: none;
}
table a:hover {
    color: #b91515;
    /*border-bottom: 1px solid #b91515;*/
    text-decoration: none;
}
/*pro*/
#tb_pro {
    border: 0px solid #f46f44;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}
#tb_pro thead th {
    font-size: 18px;
    border-bottom: #f46f44 3px solid;
    border-right: #fff 1px solid;
    padding: 12px 5px 12px 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    color: #362e2b;
    background-color: #fec408;
}
#tb_pro tbody td {
    font-size: 16px;
    border-bottom: #ccc 1px solid;
    padding: 10px 5px 10px 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    color: #362e2b;/*background-color:#fff;*/
}
#tb_pro tfoot td {
    font-size: 16px;
    border-bottom: #f46f44 2px solid;
    text-align: center;
    background-color: #dedede;
    height: 1px;
}
#tb_pro tr {
    vertical-align: middle;
    font-weight: normal;
}
#tb_pro tr:hover, #tb_pro tr:focus {
    background-color: #e8e8e8;
}
/*prolist*/
#tb_prolist {
    border: 0px solid #f46f44;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}
#tb_prolist thead th {
    font-size: 18px;
    /*border-bottom: #f46f44 3px solid;*/
    border-right: #fff 1px solid;
    padding: 12px 5px 12px 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    color: #362e2b;
    background-color: #fec408;
}
#tb_prolist tbody td {
    font-size: 16px;
    border-bottom: #ccc 1px solid;
    padding: 10px 5px 10px 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    color: #362e2b;/*background-color:#fff;*/
}
#tb_prolist tfoot td {
    font-size: 16px;
    /*border-bottom: #f46f44 2px solid;*/
    text-align: center;
    background-color: #dedede;
    height: 1px;
}
#tb_prolist tr {
    vertical-align: middle;
    font-weight: normal;
}
#tb_prolist tr:hover, #tb_pro tr:focus {
    background-color: #e8e8e8;
}



.footable2 {
	border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  /*border: solid #ccc 1px;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family:微軟正黑體, Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif, 新細明體;
  font-size: 16px;
  color: #3e3e3e;
}

.footable2.breakpoint > tbody > tr > td.expand {
  background: url('img/plus.png') no-repeat 5px center;
  padding-left: 40px;
}

.footable2.breakpoint > tbody > tr.footable2-detail-show > td.expand {
  background: url('img/minus.png') no-repeat 5px center;
}

.footable2.breakpoint > tbody > tr.footable2-row-detail {
  background: #eee;
}

.footable2 > tbody > tr:hover {
  background: #ececec;
}
    .footable2 tbody tr.zebra {
      background:#E7F2FA;/*#eaeaea*/
    }
	.footable2 tbody tr.zebra:hover {
  background: #ececec;
}
.footable2.breakpoint > tbody > tr:hover:not(.footable2-row-detail) {
  cursor: pointer;
}
.footable2 .white {
    background: #fff!important;
}
	.footable2 .white:hover {
  background: #ececec!important;
}
.footable2 > tbody > tr > td {
  border-left: 0px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 0px solid #ccc;
   padding: 10px; 
  text-align: center;
}
.footable2 > thead > tr > th {
  border-left: 1px solid #fff;
  border-top: 0px solid #ccc;
  border-bottom: #ddd 3px solid;
  /* padding: 10px; */
  text-align: left;
}
.footable2 > tbody > tr > td.first-bg {
  border-left: 1px solid #ccc;
}
.footable2 > tbody > tr > td.first-name {
  border-left: 1px solid #ccc;
}
.footable2 > tbody > tr > td.bg-number {
  border-left: 1px solid #ccc!important;
}

.footable2 > tbody > tr > td.footable2-cell-detail {
  border-left: none;
}

.footable2 > thead > tr > th, .footable2 > thead > tr > td {
  color: #fff;
  background-color: #014099;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#014099), to(#014099));
  background-image: -webkit-linear-gradient(top, #014099, #014099);
  background-image: -moz-linear-gradient(top, #014099, #014099);
  background-image: -ms-linear-gradient(top, #014099, #014099);
  background-image: -o-linear-gradient(top, #014099, #014099);
  background-image: linear-gradient(to bottom, #014099, #014099);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  font-size: 16px;
  text-align: center;
  font-family:微軟正黑體, Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif, 新細明體;
}

.footable2 > thead > tr:first-child > th.footable2-first-column, .footable2 > thead > tr:first-child > td.footable2-first-column {
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
  border-radius: 0px 0 0 0;
}

.footable2 > thead > tr:first-child > th.footable2-last-column, .footable2 > thead > tr:first-child > td.footable2-last-column {
  -moz-border-radius: 0 0px 0 0;
  -webkit-border-radius: 0 0px 0 0;
  border-radius: 0 0px 0 0;
}

.footable2 > thead > tr:first-child > th.footable2-first-column.footable2-last-column, .footable2 > thead > tr:first-child > td.footable2-first-column.footable2-last-column {
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}

.footable2 > tbody > tr:last-child > td.footable2-last-column {
  -moz-border-radius: 0 0 0px 0;
  -webkit-border-radius: 0 0 0px 0;
  border-radius: 0 0 0px 0;
}

.footable2 > tbody > tr:last-child > td.footable2-first-column.footable2-last-column {
  -moz-border-radius: 0 0 0px 0px;
  -webkit-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}

.footable2 > thead > tr > th.footable2-first-column, .footable2 > thead > tr > td.footable2-first-column,
.footable2 > tbody > tr > td.footable2-first-column {
  border-left: none;
}

.footable2 > tbody img {
  vertical-align:middle;
}

.footable2 > tfoot > tr > th, .footable2 > tfoot > tr > td {
  background-color: #014099;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#014099), to(#014099));
  background-image: -webkit-linear-gradient(top, #014099, #014099);
  background-image: -moz-linear-gradient(top, #014099, #014099);
  background-image: -ms-linear-gradient(top, #014099, #014099);
  background-image: -o-linear-gradient(top, #014099, #014099);
  background-image: linear-gradient(to bottom, #014099, #014099);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  padding: 10px;
}
.bg-number{background-color:rgba(255,255,255,.0);}
.bg-beige{background-color:rgba(255,255,255,.0);}



/*table*/
th {
  background-color: #675791; /*#00a8ff*/
  color: #fff !important;
  padding: 10px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 10px 10px 10px 10px;
  vertical-align: middle;
  font-weight: normal;
  line-height: 30px;
}
td {
  padding: 10px 10px 10px 10px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
table a {
  color: #17a2b8;
  /*border-bottom: 1px solid #00a0e9;*/
}
table a:active {
  color: #17a2b8;
  /*border-bottom: 1px solid #00a0e9;*/
}
table a:focus {
  color: #dc3545; /*E98B2A*/
  /*border-bottom: 1px solid #df8120;*/
}
table a:hover {
  color: #dc3545;
  /*border-bottom: 1px solid #df8120;*/
}
.tb-hover table tr:hover {
  background-color: #e6e5e1 !important;
}
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 5px 25px 5px 10px;
}
.tb-hover .table-vertical > tbody > tr:nth-of-type(odd) {
  background: #E7F2FA; /*#f9f9f9*/
}
.table-vertical > tbody {
  background: #fff;
}
.table-vertical > thead > tr > th {
  color: #000;
  font-weight: bold;
}
.table-vertical > tbody > tr > td, .table-vertical > thead > tr > th {
  border-top: 1px solid #ddd;
  vertical-align: middle;
}
.first-head {
  color: #fff;
  background: #014099; /*#675791 #f9f9f9 #E7F2FA*/
  font-size: 22px;
}
.head-list {
  color: #fff;
  background: #014099; /*#675791 #f9f9f9 #E7F2FA*/
  font-size: 18px;
}
.first-title {
  background: #f8fcc0; /*#f9f9f9 #E7F2FA*/
}
.first-name {
  background: #E7F2FA; /*#ececec f9f9f9 #E7F2FA #f8fcc0*/
  font-size: 16px;
	color: #000;
  font-weight: normal;
}
.first-second {
  background: #E7F2FA; /*#f9f9f9 #E7F2FA #f8fcc0*/
}
.first-width {
  width: 20%;
  text-align: left;
}
.tb-select {
  width: 20%;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.

/*//table*/
.table-vertical ol {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 2px !important;
}
.table-vertical .list li {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
}
.table-vertical .list li:before {
  content: "❖"; /*★➤*/
  margin-right: 8px;
  color: #E98B2A; /*#ed6d00*/
}
.table-vertical ol.listli li {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
}
.table-vertical ol.listli li:before {
  content: ""; /*❖★➤*/
  color: #000000;
  margin: 0px 0px 0px 0px;
}
.table-vertical ol.listli {
  margin-left: 20px !important;
}
.table-vertical ol.list2 li {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
}
.table-vertical ol.list2 li:before {
  content: ""; /*❖★➤*/
  color: #000000;
  margin: 0px 0px 0px 0px;
}
.table-vertical ol.list2 {
  margin-left: 2px !important;
}
