@charset "utf-8";
/*-----------------------for both-----------------------*/
.time {
  background-image: url(https://www.chanchao.com.tw/logistics/images/time.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 20px;
}
/*-------------table Display--------------------*/
.tableDisplay {
  border-collapse: collapse;
}
.tableDisplay th {
  padding: 5px;
  word-break: break-word;
  background: #6F6F6F;
  color: #fff;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #E4E4E4
}
.tableDisplay td {
  word-break: break-word;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 5px;
}
.tableDisplay tr:nth-child(odd) td {
  border-top: 1px solid #E0E0E0;
}
.tableDisplay tr:nth-child(even) td {
  background: #f9f9f9;
}
.tableDisplay tr.gray {
  background: #ededed;
}
/*date nav*/
#tabsNav li a {
  display: block;
  border-bottom: 3px solid #f5f5f5;
  text-decoration: none;
  color: #888;
  text-align: center;
  padding: 10px 15px;
}
#tabsNav li.active a {
  border-bottom: 3px solid #a71168;
  color: #333;
  background: #ededed;
}
#tabsNav li a:hover {
  color: #333;
  border-bottom: 3px solid #ccc;
}
#tabsNavThailand li a {
  display: block;
  border-bottom: 3px solid #f5f5f5;
  text-decoration: none;
  color: #888;
  text-align: center;
  padding: 10px 15px;
}
#tabsNavThailand li.active a {
  border-bottom: 3px solid #a71168;
  color: #333;
  background: #ededed;
}
#tabsNavThailand li a:hover {
  color: #333;
  border-bottom: 3px solid #ccc;
}
.mark li {
  background: #FF8E00;
}
.mark li a {
  color: #FFFFFF
}
.mark li.active a {
  background: #FF8E00;
  color: #FFFFFF
}
.add {
  background: #ae0e68;
  padding: 3px;
  color: #FFFFFF
}
.sold {
  text-decoration: line-through;
  color: #ACACAC;
  background: url(../images/pay/sold.png) top right no-repeat;
  padding-right: 15%
}
.css-table .td b {
  padding: 3px 10px;
  margin: 5px 0px;
  font-size: 90%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-weight: normal;
  font-size: 15px
}
.TA {
  color: #fff;
  background: #AE0D69;
}
.Mold {
  color: #fff;
  background: #56219e;
}
.TFPE {
  color: #fff;
  background: #002063;
}
.Logist {
  color: #fff;
  background: #6A97CC;
}
.print {
  color: #fff;
  background: #80a239;
}
.Laser {
  color: #fff;
  background: #D91617;
}
.event a {
  color: #1F1F1F;
  text-decoration-line: underline
}
.event a:hover {
  color: #747474;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-----------------------css table----------------------*/
  .tableSmall {
    width: 80%
  }
  .css-table {
    display: table;
    width: 100%;
    background: #fff;
      padding: 10px;
  }
  .css-table .thead {
    display: table-header-group;
  }
  .css-table .tbody {
    display: table-row-group;
  }
  .css-table .tr {
    display: table-row;
  }
  .css-table .th, .css-table .td {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
      
  }
  .css-table .th {
    background: #fff;
    color: #000;
  }
  .css-table .tdHeader {}
  .css-table .name {
    color: #0077b4;
    font-weight: bold
  }
  .css-table .yello {
    background: #c79f00;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px
  }
  .css-table .blue {
    background: #006da6;
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px
  }
  .css-table .center {
    text-align: center;
  }
  .card-table .td h3 {
    padding: 5px 0px;
    font-size: 18px;
  }
  .card-table .td h3 a {
    color: #151618;
    line-height: 150%;
    font-weight: normal
  }
  /*date nav*/
  #tabsNav li a {
    font-size: 17px;
    padding: 10px 30px;
  }
  #tabsNav li {
    float: left;
  }
  #tabsNav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    background: #f5f5f5;
    /*width: 635px;
    margin: 0 auto 50px auto;*/
  }
  #tabsNavThailand li a {
    font-size: 17px;
    padding: 10px 30px;
  }
  #tabsNavThailand li {
    float: left;
  }
  #tabsNavThailand {
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    background: #f5f5f5;
    width: 635px;
    margin: 0 auto 50px auto;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*--------------- css table -----------------*/
  .tableSmall {
    width: 100%
  }
  .card-table {}
  .card-table .thead {
    display: none;
  }
  .card-table .tr {
    border-bottom: 1px solid #ddd;
    margin: 0 -15px;
    padding: 15px;
    display: block;
    background: #fff
  }
  .card-table .th {
    border: currentColor;
    width: 100%;
    display: inline-block;
  }
  .card-table .td {
    border: currentColor;
    width: 100%;
    display: inline-block;
  }
  .card-table .tdHeader {
    color: #2774E7;
    font-size: 18px;
  }
  
  /*--------------- css table -----------------*/
  .mob-table {
    display: block;
    overflow-x: auto;
  }
  .mob-table .thead {
    display: table-header-group;
  }
  .mob-table .tbody {
    display: table-row-group;
  }
  .mob-table .tr {
    display: table-row;
  }
  .mob-table .th, .mob-table .td {
    display: table-cell;
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    white-space: nowrap;
  }
  .mob-table .th {
    background: #333;
    color: #fff;
  }
  .mob-table .center {
    text-align: center;
  }
  /*date nav*/
  #tabsNav {
    /* overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;*/
    background: #f5f5f5;
    margin: 0 -15px;
  }
  #tabsNav li {
    display: inline-block;
    width: 49%;
  }
  #tabsNav li.active a {
    border-bottom: 3px solid #a71168;
    color: #333;
    background: #ededed;
  }
  #tabsNavThailand liv {
    /* overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;*/
    background: #f5f5f5;
    margin: 0 -15px;
  }
  #tabsNavThailand li {
    display: inline-block;
    width: 49%;
  }
  #tabsNavThailand li.active a {
    border-bottom: 3px solid #a71168;
    color: #333;
    background: #ededed;
  }
  /*--------------- css table -----------------*/
  .css-table {
    width: 100%;
    margin: 0 auto;
  }
  .css-table .thead {
    display: none;
  }
  .css-table .tr {
 
    margin-bottom: 5px;
    padding: 10px;
    display: block;
  }
  .css-table .th {
    border: currentColor;
    width: 100%;
    display: inline-block;
    padding: 10px 0
  }
  .css-table .td {
    border: currentColor;
    width: 100%; /*display: inline-block;*/
    padding: 2px 0px
  }
  .css-table .tdHeader {
    font-size: 110%;
  }
    
    .css-table .td h3 {
        font-size: 18px;
    padding: 8px 0px 5px 0px
  }
  .css-table .td h3 a {
    color: #151618;
    line-height: 150%;
    font-weight: normal
  }
    .css-table i{ color: #2774E7}
    
  .css-table .nameTw {
    color: #0077b4;
    font-size: 18px;
  }
  .css-table .nameEn {
    color: #0077b4;
    font-size: 16px;
    padding-bottom: 3px
  }
  .css-table .yello {
    background: #c79f00;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px
  }
  .css-table .blue {
    background: #006da6;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px
  }
  .css-table .SeminarDetail {
    display: none;
    padding: 10px 0px;
    margin: 5px 0px;
  }
  .css-table .SeminarDetail span {
    color: #ac1268;
  }
}