body {
	font-family: Helvetica;
	font-size: 10pt;
	color: gray;
}

.error {
	color: red;
	border: 2px red solid;
	font-weight: bold;
}

.invisible {
	display: none;
}

#customerData input[type=text] {
  text-transform: uppercase;
}

#customerData input[type=email] {
  text-transform: lowercase;
}

.uppercase {
	text-transform: lowercase;
}

@media print {
    .print-section {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }

		#header {
				display: none;
		}

		#billing {
			display: none;
		}

		#printButton {
			display: none;
		}
}


#header {
    background-color: #000033;
    color:white;
    text-align:center;
    padding:1em;
}

#content {
    width: 90%;
    margin: auto;
    text-align: center;
}

#billing {
	margin: auto;
	margin-top: 1em;
	width: 25%;
	border: 1pt lightgray solid;
	border-radius: 5pt;
}

#map {
	height: 20em;
}

.spacer {
	width: 100%;
	height: 1em;
}

.ticket {
	margin-top: 1em;
	border-radius: .5em;
    border: solid 1px darkgray;
}

.map-and-companies {
	margin: auto;
	margin-top: 1em;
	font-size: 120%;
}

.summary-row {
	height: 2em;
}

.summary-lbl {
	text-align: right;
	font-weight: bold;
}

#fare {
	font-size: 1.5em;
	font-weight: bold;
}

#buyNow {
	visibility: hidden;
	margin-top: 1em;
}

#companies {
	margin-top: 1em;
}
#search {
	margin-top: 1em;
	width: 100%;
}

.service-type {
	background-color: #5D7A91;
	color: navy;
	font-size: 70%;
}

.service-type a {
	text-decoration: none;
	color: white;
}

.service-type-active {
	background-color: #337ab7;
}

.font-up-200 {
	font-size: 200%;
}

.font-up-150 {
	font-size: 150%;
}

.font-up-120 {
	font-size: 120%;
}

.font-down-80 {
	font-size: 80%;
}

.lefty {
	text-align: left;
}

.lefty h1 {
	font-size: 140%;
	font-weight: bold;
}

.margin-top-1 {
	margin-top: 1em;
}

.margin-top-2 {
	margin-top: 2em;
}

.margin-top-3 {
	margin-top: 3em;
}

.margin-top-4 {
	margin-top: 4em;
}

.margin-top-5 {
	margin-top: 5em;
}

.btn-circle-5 {
	border-radius: 50%;
	height: 5em;
	width: 5em;
	padding-top: 1.8em;
}

.center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

@media only screen and min-width: 1366px) {

}
