@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: 10px;
	word-break: normal;
	background: #333;
	color: #fff;
	border: 1px solid #ddd;
}
.tableDisplay td {
	word-break: normal;
	border-bottom: 1px solid #E0E0E0;
	padding: 10px;
}
.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 {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	background: #f5f5f5;
}
#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 #19B0C5;
	color: #333;
	background: #ededed;
   
}
#tabsNav 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%
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------css table----------------------*/
.tableSmall {
	width: 80%
}
.css-table {
	display: table;
	width: 100%;
}
.css-table .thead {
	display: table-header-group;
}
.css-table .tbody {
	display: table-row-group;
}
.css-table .tr {
	display: table-row;
}
.css-table .tr.gray {
	background: #ededed;
}
.css-table .th, .css-table .td {
	display: table-cell;
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
}
.css-table .th {
	background: #333;
	color: #fff;
}
.css-table .tdHeader {
	color: #333;
}
 .center {
	text-align: center;
}
/*date nav*/
#tabsNav li a {
	font-size: 17px;
	padding: 10px 15px;
}
#tabsNav li {
	float: left;
}
.tdHeader span {
	color: #19B0C5;
}
}

/*------------------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;
}
.card-table .tr.gray {
	background: #ededed;
}
.card-table .th {
	border: currentColor;
	width: 100%;
	display: inline-block;
}
.card-table .td {
	border: currentColor;
	width: 100%;
	display: inline-block;
}
.card-table .tdHeader {
	font-weight: bold;
	margin-bottom:10px;
	font-size: 19px;
	color: #19B0C5;
}
/*--------------- 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 {
	margin: 0 -15px;
}
#tabsNav li {
	display: inline-block;
}

.css-table {
	display: table;
	width: 100%;
}
.css-table .thead {
	display: table-header-group;
}
.css-table .tbody {
	display: table-row-group;
}
.css-table .tr {
	display: table-row;
}
.css-table .tr.gray {
	background: #ededed;
}
.css-table .th, .css-table .td {
	display: table-cell;
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
    text-align: center
}
.css-table .th {
	background: #333;
	color: #fff;
}
.css-table .tdHeader {
	color: #333;
}
}
