html, body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333;
	text-align: center;
	font-weight: normal;
}
a img {
	border: none;
}
#google_amark_b {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
form {
	display: inline;
}
table {
	border-collapse: collapse;
}
a {
	color: #2266bb;
}
th,td {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
h1 {
	margin:0px; 
	font-size: 11px;
	padding: 0px;
	color: #fff;
	position: absolute;
	font-style: italic;
	top: 2px;
	left: 5px;
}
h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
h2.leftform {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	font-weight: normal;
	position: absolute;
	top: -12px;
	left: 10px;
	word-spacing: -1px;
}
textarea, input, select {
	font-size: 10px;
	font-family: Verdana, Arial;
}



.boarding-card {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.boarding-card header {
	position: relative;
}
.boarding-card header img {
	width: 100%;
}
.boarding-card header.admin-header {
	position: absolute;
	top: 0px;
}
.boarding-card aside {
	position: relative;
	top: -22px;
	margin-bottom: -22px;
	left: 0px;
	background-color: #719fd1;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.boarding-card .blue-button,
.boarding-card .gray-button
{
	font-size: 2.0em;
	line-height: 2.0em;
	height: 2.0em;
}

.boarding-card .codes {
	padding-top: 5px;
}

.boarding-card h1 {
	margin: unset;
	font-size: unset;
	padding: unset;
	color: unset;
	position: unset;
	font-style: unset;
	top: unset;
	left: unset;

	color: #2c2c2c;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 15px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.boarding-card h1.boarding-group {
	margin-top: 5px;
}
.boarding-card h2 {
	margin: unset;
	font-size: unset;
	padding: unset;
	color: unset;
	position: unset;
	font-style: unset;
	top: unset;
	left: unset;

	color: #737373;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 5px;
	text-align: center;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
}

.boarding-card .airport-code {
	color: #2c2c2c;
	font-size: 48px;
}
.boarding-card section {
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	clear-after: both;
}
.boarding-card .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.boarding-card .flex > div {
	text-align: left;
}

.boarding-card .flex > div:last-child {
	text-align: right;
}
.boarding-card .flex > div:first-child {
	text-align: left;
}
.boarding-card .flex > div.force-last:first-child {
	text-align: right;
	width: 100%;
}
.boarding-card .signature-pad {
	padding-top: 5px;
	padding-bottom: 5px;
}
.boarding-card .signature-pad canvas {
	border: 1px solid #acacac;
}
.boarding-card .signature-pad .disclaimer {
	text-align: left;
	padding: 0px 10px;
}
.boarding-card p {
	font-size: 18px;
	text-align: left;
}
.boarding-card p.pay-disclaimer {
	color: #737373;
}


.route-from-to-codes {
	position:relative;
}
.route-from-to-codes img.heli-icon {
	width: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -5px;
}
.boarding-card .space-above {
	margin-top: 15px;
}
.boarding-card .label {
	color: #737373;
	font-size: 18px;
	text-transform: uppercase;
}
.boarding-card .data {
	font-size: 24px;
	color: #2c2c2c;
	text-transform: uppercase;
}

.boarding-card .data.payment-status-unpaid,
.boarding-card .data.check-in-status-incomplete {
	color: #ff0000;
}

.boarding-card  .qr-code img {
	margin-top: 40px;
	width: 40%;
	margin-bottom: 40px;
}
.boarding-card .block {
	text-align: left;
}

.boarding-card .statuses {
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.boarding-card .statuses .status {
	padding: 5px;
	background: yellow;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
.boarding-card .statuses .status.green {
	background: greenyellow;
}
.boarding-card .statuses .status.red {
	background: orangered;
}

.boarding-card .statuses form {
padding-top: 5px;
}

.boarding-card .statuses select {
	font-size: 14px;
	height: 21px;
	line-height: 21px;
}
.boarding-card .statuses input[type=submit] {
	font-size: 14px;
	height: 21px;
	line-height: 21px;
}
.boarding-card .statuses select,
.boarding-card .statuses input[type=text] {
	font-size: 14px;
	background-color: #fff;
	color: #2c2c2c;
	padding: 0px 3px;
	border: 1px solid #acacac;
}

.boarding-card .footer {
	background-color: #719fd1;
	color: #fff;
	text-transform: uppercase;
}
.boarding-card .footer a {
	color: #fff;
}



@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (max-device-height: 750px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	html {
		background-color: #fff;
	}
	.boarding-card h1 {
		font-size: 18px;
	}
	.boarding-card h2 {
		font-size: 12px;
	}
	.boarding-card p,
	.boarding-card .label {
		font-size: 12px;
	}
	.boarding-card .data {
		font-size: 18px;
	}
	.boarding-card .airport-code {
		font-size: 24px;
	}
	.boarding-card .qr-code img {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.boarding-card .statuses .status {
		font-size: 16px;
	}
	.route-from-to-codes img.heli-icon {
		width: 80px;
		position: absolute;
		left: 50%;
		margin-left: -40px;
		top: -5px;
	}
	.boarding-card .space-above {
		margin-top: 10px;
	}
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (min-device-height: 750px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	html {
		background-color: #fff;
	}
	.boarding-card h1 {
		font-size: 24px;
	}
	.boarding-card h2 {
		font-size: 12px;
	}
	.boarding-card p,
	.boarding-card .label {
		font-size: 12px;
	}
	.boarding-card .data {
		font-size: 18px;
	}
	.boarding-card .airport-code {
		font-size: 36px;
	}
	.boarding-card .qr-code img {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.boarding-card .statuses .status {
		font-size: 18px;
	}
	.boarding-card .space-above {
		margin-top: 10px;
	}
}




.wholder {
	width: 890px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.upperline {
	background-color: #ccc;
	height: 21px;
	text-align: center;
	width: 100%;
}
.whiteline {
	background-color: #fff;
	height: 89px;
	text-align: center;
}
#adbriteAds {
	position: absolute;
	left: -10000px;
}
.booksend {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 19px;
	border-right: 1px solid #ccc;
}
.booksend img {
	border-left: 1px solid #ccc;
	margin: 0px;
}

.footer {
	padding-top: 5px;
	background-color: #a3998d;
	color: #e9e0d6;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	padding-bottom: 5px;
}
.footer a {
	color: #e9e0d6;
	text-decoration: none;
}
.testimonials-title {
	color: #454545;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 12px;
	left: 10px;
	font-size: 10px;
}
.testimonials {
	padding: 10px;
}
.testimonials .item {
	padding: 10px 0px;
}
.blue {
	color: #23648a;
}
.brownline {
	height: 27px;
	margin-top: 5px;
	background-image: url('images/brown-bg.gif');
	font-size: 10px;
	color: #fff;
}
.brownline a {
	font-weight: bold;
	line-height: 27px;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
}
.redline {
	height: 27px;
	margin-top: 5px;
	background-image: url('images/red-bg.gif');
	font-size: 10px;
	color: #fff;
}
.redline a {
	font-weight: bold;
	line-height: 27px;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
}
.otheratc {
	color: #565656;
	font-weight: bold;
	position: absolute;
	top: 45px;
	right: 0px;
}
.yellow {
	color: #d2bd0c;
}
.brownarrow {
	font-weight: bold;
	color: #ba6330;
	font-size:11px;
	background-image: url('images/brown_arrow.gif');
	padding-left: 20px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
.grey {
	color: #5c5c5c;
}
.bluetitle {
	font-size: 11px;
	color: #23648a;
	font-weight: bold;
}
.hotel-transfers {
	padding-top: 35px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.hotel-transfers table {

	border-bottom: 1px dotted #88766e;
}
.hotel-transfers th {
	color: #88766e;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;	
	border-top: 1px dotted #88766e;
}
.hotel-transfers td {
	color: #c3784c;
	font-weight: bold;	
	vertical-align: middle;
	padding: 3px 0px;
	padding-left: 5px;
	border-top: 1px dotted #88766e;
}
.hotel-transfer .sep {
	width: 10px;
	text-align: center;
	vertical-align: middle;
}
.input {
	font-size: 10px;
	border: 1px solid #729bb3;
	color: #5c7889;
	font-weight: bold;
}
.transferform th {
	color: #5c5c5c;
	padding: 5px 0px;
	width: 100px;
	vertical-align: middle;
}
.transferform td {
	padding: 5px 0px;
	vertical-align: middle;
}
.transferform .input {
	border: 1px solid #acacac;
}
.transferform {
	color: #5c5c5c;
}
.transferform ul {
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
}
.transferform li {
	margin-left: 0px;
	padding-left: 0px;
}
input.gray-button,
a.gray-button {
	border: 1px solid #666666;
	border-radius: 3px;
	background-color: #999999;
	color: #fff;
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding: 0px 10px;
}
input.blue-button,
a.blue-button {
	border: 1px solid #4f83a1;
	border-radius: 3px;
	background-color: #78a7c0;
	color: #fff;
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	padding: 0px 10px;
}

div.blue-button {
	height: 19px;
}

div.blue-button .left {
	width: 5px;
	height: 19px;
	float: left;
	background-image: url('images/blue-button-bg.gif');
	background-position: top;
}

div.blue-button .right {
	width: 5px;
	height: 19px;
	float: left;
	background-image: url('images/blue-button-bg.gif');
	background-position: bottom;
}

div.blue-button .center {
	padding: 0px 5px;
	height: 19px;
	float: left;
	line-height: 19px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-image: url('images/blue-button-bg.gif');
	background-position: center;
}
.weather .title {
	color: #ba6330;
	font-weight: bold;
	font-size: 11px;
	text-transform:uppercase;
}
.weather .subtitle {
	color: #88766e;
	font-weight: bold;
	font-size: 10px;
}
.weather .body {
	color: #88766e;
	font-weight: normal;
	font-size: 10px;
}

.lineup li {
}
a.passbs {
	display: block;
	text-decoration: underline;
	color: #336699;
	margin-bottom: 20px;
	background-image: url('images/icon_pdf.gif');
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
}
