/*-- tickets.css --*/
@charset "UTF-8";

/*--------------
## searchWrap ##
--------------*/
div.searchWrap {
	width: 100%;
	border: 1px solid #c00;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
div.searchWrap h3 {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: #c00;
	font-size: 1.6em;
}
div.searchWrap h3 span {
	padding-left: 1em;
	color: #fff;
}

div.searchWrap div.searchInner {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 20px;
}
div.searchWrap div.searchInner > p {
	display: inline-block;
	box-sizing: border-box;
	width: 32%;
	padding: 0.5em 0;
}
div.searchWrap div.searchInner > p.dual {
	width: 65%;
}
div.searchWrap div.searchInner > p.half {
	width: 49%;
}
div.searchWrap div.searchInner > p.mini {
	width: 15%;
}
div.searchWrap div.searchInner > p.center {text-align:center}
div.searchWrap div.searchInner > p.right {
	float: none;
	padding-right: 0.5em;
	text-align: right;
}

div.searchWrap div.searchInner > p label {
	display: block;
	color: #c00;
}
div.searchWrap div.searchInner > p label.inline {
	/*display: inline;*/
}
div.searchWrap div.searchInner > p span.buttonSet {
	display: block;
	padding-top: 3px;
}
div.searchWrap div.searchInner > p span.buttonSet label {
	display: inline-block;
	width: 49%;
	height: 30px;
	top: -1px;
	border: 1px solid #c00;
	color: #999;
}
div.searchWrap div.searchInner > p span.buttonSet label.ui-state-active {
	color: #fff;
	background: #ff8a7f; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8a7f 0%, #ce2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8a7f), color-stop(100%,#ce2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8a7f 0%,#ce2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8a7f 0%,#ce2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8a7f 0%,#ce2d2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8a7f 0%,#ce2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a7f', endColorstr='#ce2d2d',GradientType=0 ); /* IE6-9 */
}

div.searchWrap div.searchInner > p input[type='text'],
div.searchWrap div.searchInner > p select {
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	border: 1px solid #c00;
	border-radius: 4px;
}
div.searchWrap div.searchInner > p select {
	background: url("/common/images/ico_search_select.png") right center no-repeat;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
div.searchWrap div.searchInner > p input.ajax {
	background: url("/common/images/ico_search_select.png") right center no-repeat;
}
div.searchWrap div.searchInner > p input.date {
	background: url("/common/images/ico_search_date.png") right center no-repeat;
}
div.searchWrap div.searchInner > p input.disabled {
	background-color: #ccc;
}

div.searchWrap div.searchInner > p input.submit {
	width: 100%;
	height: 32px;
	border: 1px solid #c00;
	border-radius: 4px;
	background-color: #c00;
	color:#fff;
	cursor: pointer;
}
div.searchWrap div.searchInner > p input.reset {
	width: 100%;
	height: 32px;
	border: 1px solid #039;
	border-radius: 4px;
	background-color: #039;
	color:#fff;
	cursor: pointer;
}
div.searchWrap div.searchInner > p input.submit:hover ,
div.searchWrap div.searchInner > p input.reset:hover {opacity:0.75}



/*-- Area Selector --*/
div.areaSelector {
	box-sizing: border-box;
	position: absolute;
	display: none;
	width: auto;
	height: auto;
	padding: 5px;
	border: 1px solid #eee;
	border-radius: 6px;
	z-index: 2;

	background-color: #fff;
}
div.areaSelector ul.areaTab {
	display: table;
	width: 100%;
	margin-bottom: -1px;
}
div.areaSelector ul.areaTab li {
	display: table-cell;
	text-align: center;
	padding: 1em;
	background-color: #039;
	border: 1px solid #ccc;
}
div.areaSelector ul.areaTab li.active {
	background-color: #eee;
	border-bottom: #eee;
}
div.areaSelector ul.areaTab li.active a {
	color: #039;
}


div.areaSelector ul.areaTab li a {
	display: block;
/*
	cursor: default;
	cursor: progress;
*/
	color: #fff;
}
div.areaSelector ul.areaTab li a:hover {
	text-decoration: none;
}

div.areaSelector div.areaWrap {
	width: 100%;
	position: relative;
}
div.areaSelector div.areaWrap div.section {
	display: none;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ccc;
	border-top: #eee;
	background-color: #eee;
}
div.areaSelector div.areaWrap div.section.active {
	display: block;
}
div.areaSelector div.areaWrap div.section ul {
	line-height: 1.6em;
}
div.areaSelector div.areaWrap div.section ul li {
	display: inline-block;
	margin-right: 0.5em;
}
div.areaSelector div.areaWrap div.section ul li a {
	color: #c00;
}


/*-----------
## areaTab ##
------------*/
ul.areaSelectTab {
	width: 100%;
	margin-bottom: -1px;
	z-index: 11;
}
ul.areaSelectTab li {
	display: inline-block;
	box-sizing: border-box;
}

ul.areaSelectTab li a {
	display: block;
	padding: 0.5em 2em;
	border: 1px solid #f00;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #e3e3e3;
	color: #f00;
}
ul.areaSelectTab li.active a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #333;
}
ul.areaSelectTab li a:hover {
	opacity: 1;
	color: #000;
}





/*---------------
## ticketTable ##
---------------*/
div.ticketTable {
	border: 1px solid #f00;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 10;
}

div.ticketTable div.ticketTableArea {
	display: none;
}
div.ticketTable div.ticketTableArea.active {
	display: block;
}
div.ticketTable div.ticketTableArea > div.filterWrap {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}
div.ticketTable div.ticketTableArea > div.filterWrap fieldset {
	border: 1px solid #ccc;
	padding: 0 10px 10px;
}
div.ticketTable div.ticketTableArea > div.filterWrap fieldset legend {
	font-weight: bold;
	padding: 0 1em;
}


div.ticketTable p.note {
	color: #333;
	margin-bottom: 10px;
}

div.ticketTable > p.preload {
	width: 100%;
	height: 120px;
	background: url("/common/images/table_preload.gif") center center no-repeat;
}
div.ticketTable h3 {
	font-weight: bold;
	font-size: 1.6em;
	color: #c00;
	margin-bottom: 10px;
}
div.ticketTable h3 span {
	font-size: 0.8em;
	padding-left: 1em;
}

div.ticketTable > section {
	display: none;
	margin-bottom: 40px;
}
div.ticketTable p.return {
	text-align: right;
}
div.ticketTable p.return a {
	display: inline-block;
	padding: 0.5em 1em;
	color: #fff;
	background-color: #039;
}
div.ticketTable p.return a:hover {
	text-decoration: none;
	opacity: 0.75;
}
div.ticketTable p.return a span {
	padding-left: 16px;
	background: url("/common/images/ico_return.png") left center no-repeat;
}


div.ticketTable table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 20px;
	border-radius: 12px;
	overflow: hidden;
}
div.ticketTable table th ,
div.ticketTable table td {
	box-sizing: border-box;
	padding: 0.5em;
}
div.ticketTable table .w5   {width:   5%}
div.ticketTable table .w10  {width:  10%}
div.ticketTable table .w15  {width:  15%}
div.ticketTable table .w20  {width:  20%}
div.ticketTable table .w30  {width:  30%}
div.ticketTable table .w40  {width:  40%}
div.ticketTable table .w50  {width:  50%}
div.ticketTable table .w60  {width:  60%}
div.ticketTable table .w70  {width:  70%}
div.ticketTable table .w80  {width:  80%}
div.ticketTable table .w90  {width:  90%}
div.ticketTable table .w100 {width: 100%}
div.ticketTable table .right {
	text-align: right;
	float: none;
}
div.ticketTable table .center {text-align: center}
div.ticketTable table .left   {text-align: left}

div.ticketTable table thead th {
	text-align: center;
	vertical-align: middle;
	background-color: #c00;
	color: #fff;
}
div.ticketTable table thead th.colLow ,
div.ticketTable table thead tr.colLow th {
	padding: 0;
}
div.ticketTable table thead tr.colLow {
	border-top: 1px solid #f00;
}
div.ticketTable table thead tr.colLow th:first-of-type {border-left: 1px solid #f00}
div.ticketTable table thead tr.colLow th:last-of-type {border-right: 1px solid #f00}


div.ticketTable table thead th.bl {
	background-color: #039;
}

div.ticketTable table tbody tr.booking td {background-color:#f0f0f0}
div.ticketTable table tbody tr.draft td {background-color:#fff0f0}
div.ticketTable table tbody th {
	background-color: #039;
	color: #fff;
}
div.ticketTable table tbody td {
	background-color: #f1f1f1;
}
div.ticketTable table tbody td.price {
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
}
div.ticketTable table tbody td.special {
	color: #f00;
}
div.ticketTable table tbody td span {}
div.ticketTable table tbody td span.currency {
	color: #999;
	padding-right: 0.5em;
}

div.ticketTable table tbody td a {
	color: #c00;;
}

/*-- Table Sorter --*/
th.header { 
	background-image: url("/common/images/ts_small.png"); 
	cursor: pointer; 
	font-weight: bold; 
	background-repeat: no-repeat; 
	background-position: center left;
	padding-left: 20px !important;
}
th.headerSortUp {
	background-image: url("/common/images/ts_small_asc.png");
}
th.headerSortDown {
	background-image: url("/common/images/ts_small_desc.png");
}



/*---------------
## ticketUpper ##
---------------*/
div.ticketUpper {
	width: 100%;
	margin-bottom: 20px;
}
div.ticketUpper > ul {
	display: block;
	width: auto;
	margin: 0 1em;
	line-height: 1.6em;
}
div.ticketUpper > ul li {
	display: list-item;
	color: #c00;
}
div.ticketUpper > ul li:before {
	content: "*";
	padding-right: 0.5em;
}


/*----------------
## ticketBottom ##
----------------*/
div.ticketBottom {
	width: 100%;
}
div.ticketBottom p.btn {
	text-align: center;
	border-bottom: 1px solid #c00;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.ticketBottom p.btn a {
	display: inline-block;
	padding: 1em 2em;
	font-size: 1.4em;
	color: #fff;
	border-radius: 6px;
	background-color: #c00;
}
div.ticketBottom p.btn a:hover {
	text-decoration: none;
	opacity: 0.75;
}

div.ticketBottom p.btn a span {
	padding-left: 40px;
	background: url("/common/images/ico_inquiry.png") left center no-repeat;
}

div.ticketBottom > ul {
	display: block;
	width: auto;
	margin: 0 1em;
	line-height: 1.6em;
}
div.ticketBottom > ul li {
	display: list-item;
	color: #c00;
}
div.ticketBottom > ul li:before {
	content: "*";
	padding-right: 0.5em;
}

/*----------------
## ticketHeader ##
----------------*/
div.ticketHeader {
	margin-bottom: 10px;
}
div.ticketHeader h3 {
	font-size: 1.4em;
	line-height: 22px;
	color:#000;
	font-weight: bold;
}
div.ticketHeader p {}
div.ticketHeader p img {
	width: 100%;
}
div.ticketHeader p.bnr {
	border: 4px solid #c00;
	border-radius: 10px;
	overflow:hidden;
}
