.ticket > div.content table > tbody > tr > td {
	padding: 5px 5px 5px 5px;
}

body .ui-dialog {
	clear: both;
}

body .ui-tooltip {
	z-index: 9998;
}

body .ui-accordion .ui-accordion-content {
	padding: 0;
	overflow: visible;
}

body .ui-accordion .ui-widget-content {
	background-color: transparent;
	border: 0 none;
}

body .ui-accordion .ui-accordion-content-active {
	background-image: none;
}

body .ui-accordion .ui-accordion-header {
	margin-top: 1em;
  background-color: #29287B;
	color: #FFF;
}

body .ui-accordion .ui-accordion-header-active {
	background-color: #000;
  color: #000;
}

body .ui-accordion .ui-accordion-header-active .ui-icon {
	background-image: url("/ticket/btv/styles/jqueryui/images/ui-icons_ffffff_256x240.png");
}



#body.mobile_device .ui-dialog .ui-dialog-buttonpane {
	text-align: right;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none !important;
	text-align: right;
}

#body:not(.mobile_device) .ui-widget-content .ui-widget-content .ui-dialog-buttonset button.submit ,
#body:not(.mobile_device) .ui-widget-content .ui-widget-content .ui-dialog-buttonset button.process {
	float: left;
}




.ui-widget-header ,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default ,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-image: none;
}










form[name="purchase_overview"] table td select ,
form[name="purchase_overview"] table td input[type="text"] ,
form[name="purchase_overview"] table td input[type="password"] {
	width: calc(100% - 0.6em);
}

#content_tabs {
	margin-top: 1em;
}

#gfs ,
#standby_tickets {
	padding: 0.5em 0;
}

#content_tabs table {
	width: 100%;
}

#content_tabs table th {
	background-color: #0E3786;
	color: #FFF;
}

#content_tabs table th ,
#content_tabs table td {
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
}

#content_tabs table td {
	border-bottom: 1px solid rgba(0,0,0,0.4);
	padding: 0 0.3em;
	height: 2.5em;
}

#content_tabs table td.booking_code {
	font-family: Georgia, Serif;
	font-size: 1.2em;
	color: #666;
	background-color: rgba(0,0,0,0.03);
}

#gfs table .gf_seq ,
#standby_tickets table .haus {
	display: none;
}

#gfs table td.print {
	text-align: left;
}

#standby_tickets table tr.single_standby.accept_until_over td {
	background-color: rgba(255,200,200,0.4);
}

#standby_tickets table tr.single_standby.accept_until_over td:not(.details):not(.booking_code) {
	color: rgba(100,100,100,1);
}

#standby_tickets table tr.single_standby.accept_until_over .accept_until_over_info {
	color: rgba(200,0,0,1);
}

#gfs table tr.storno_details td {
	background-color: #EEE;
	padding: 0.2em 0 1em 0;
}

#gfs table tr.storno_details p.info_text {
	padding: 0.5em;
}

#gfs table tr.storno_details .close_gf_details {
	text-align: right;
}

#gfs table tr.storno_details div.close_gf_details > a {
	font-size: 1.1em;
	padding: 0 0.3em 0 0;
}

#gfs table tr.storno_details table.cancellation_details {
	width: 100%;
	margin: 0.5em auto;
}

#gfs table tr.storno_details table.cancellation_details th {
	background-color: #555;
	color: #FFF;
	padding: 0 0.3em;
}

#gfs table tr.storno_details table.cancellation_details th a {
	color: #FFF;
	text-decoration: underline;
}

#gfs table tr.storno_details table.cancellation_details td {
	border-bottom: 1px solid rgba(0,0,0,0.5);
	background-color: #FFF;
}





@media (min-width: 36em) {
	#content_tabs table th ,
	#content_tabs table td {
		font-size: 1em;
	}

	#content_tabs table td.booking_code {
		font-size: 1.4em;
	}
}

@media (min-width: 45em) {
	#standby_tickets table .haus ,
	#gfs table .gf_seq {
		display: table-cell;
	}

}




