
a{
	text-decoration: none;
}
.registration_itinerary{
	overflow: hidden;
    margin: 0;
	padding: 2rem 0;
	font-size: 15px;
  font-family: '微軟正黑體', Times New Roman;
	width: 920px;
	margin: 0 auto;
}

.itinerary-search{
    overflow: hidden;
    font-size: 15px;
}
.itinerary-search input, .itinerary-search select{
    font-size: 15px;
    font-family: '微軟正黑體', Times New Roman;
	padding: 5px 6px;
	border: 1px solid #aa9898;
	color: #7e4848;
	font-size: 14px;
}

.itinerary-search input[type="submit"]{
background: #bc4b19;
    color: #fff;
    border: 1px solid #b0481a;
	border-radius: 3px;
}

.itinerary-search .intitle-box{
	display: inline-block;
	/*float: left;*/
	margin: 0 0 1.5rem 0;
	margin-right: 1%;
	
}
.itinerary-search .intitle-box .disabled{
	color: #000;
	font-weight: 600;
}
/*出團日期*/

.itinerary-search  .date-interval{
	padding: 0;
}
.itinerary-search  .date-interval input.datepicker{
	width: auto;
	color: #7e4848;
	width: 90px;

}


/*旅遊類別*/

.itinerary-search .intitle-box .calendar{
		padding: 5px 10px;
}

/*表格*/
table {
  background-color: transparent;
  border-collapse: collapse;
  font-family: '微軟正黑體', Times New Roman;
  border-left: 1px solid rgba(160,160,160,0.60);
  border-right: 1px solid rgba(160,160,160,0.60);
}

.dcf-table tbody, .dcf-table thead {}
.dcf-table tfoot {}
.dcf-table tbody {
  border-bottom: 1px solid #e3e3e2;
  border-top: 1px solid #e3e3e2
}
.dcf-table td, .dcf-table th {
 /* padding-right: 1.78em;*/
	padding: 8px 5px ;
	text-align: center;
}
.dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {

}
.dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
 /* padding-left: 1em;
  padding-right: 1em;*/
	
	  
}
.dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
  border-bottom: 1px solid rgba(160,160,160,0.30);
}
.dcf-table-striped tbody tr:nth-of-type(2n) {
  background-color: rgba(221, 197, 138, 0.2);
}
.dcf-table thead td, .dcf-table thead th {
  padding-bottom: .75em;
  vertical-align: middle;
  background: #ab2121;
  color: #fff;
}
.dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
  padding-top: .75em;
}
.dcf-table tbody td, .dcf-table tbody th {
  padding-bottom: .75em
}
.dcf-table tbody td a{
   color: #1f6997;
	cursor: pointer;
}
.dcf-table tbody td a:hover{
   color: #ab2121;
}


.dcf-table-bordered thead th {
   padding-top: 1.33em;
   padding-bottom: 2rem;
}
.dcf-wrapper-table-scroll {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1em;
  position: relative;
  right: 50%;
  width: 100vw
}

.dcf-table-bordered thead th.title_date/*日期*/
{ width: 16%}

.dcf-table-bordered thead th.trip_day/*天數*/
{ width: 6%}

.dcf-table-bordered thead th.trip_name/*團名*/
{ width: 30%; }
.dcf-table-bordered td.trip_name/*團名*/
{ text-align: left;}

.dcf-table-bordered thead th.title_quantity/*名額*/
{ width: 6%}

.dcf-table-bordered thead th.trip_quantity/*可售*/
{ width: 6%}

.dcf-table-bordered thead th.title_price/*售價*/
{ width: 12%}

.dcf-table-bordered td.title_price/*售價*/{
	color: #be394b;
	font-weight: 600;
}
.dcf-table-bordered thead th.title_sign/*報名*/
{ width: 7%;}
.dcf-table-bordered td.title_sign span/*額滿*/
{
 color: #1f6997;
}
.dcf-table-bordered td.title_sign span a{/*報名按鈕*/
	background: #966192;
	color: #fff !important;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
} 
.dcf-table-bordered td.title_sign span a:hover{
	background: #84367e;}


.dcf-table-bordered thead th.title_note/*備註*/
{ width: 17%}
.dcf-table-bordered td.title_note/*備註*/
{ text-align: left;
color: #5b5b5b;}

/*
@media only screen and (max-width:42.09em) {
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap
  }
  .dcf-table-responsive tr {
    display: block;
	border-bottom: 2px solid #d6b895!important;
    background-color: rgba(221, 197, 138, 0.2);
	  margin-bottom: 1.5rem;
  }
  .dcf-table-responsive td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    text-align: left !important;
    padding: 0!important;
  }
  .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
    border-width: 0
  }
  .dcf-table-responsive.dcf-table-bordered tbody td {
    border-top-width: 0
  }
	.dcf-table-responsive.dcf-table-bordered tbody td span{
		padding: 1rem;
	}
	
	
  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: .75em
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding-bottom: 0
  }
  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0
  }
  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
    border-bottom-width: 0
  }
  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
	padding: 1rem;
	padding-left: 1.2rem;
	background-color: rgba(221, 197, 138, 0.4);
	border-bottom: 1px solid rgba(255,255,255,0.30);
  }
	
	.dcf-table-bordered .sign_up{}
	
}
*/
