@charset "UTF-8";

body{
	font-family: 'Helvetica';
	color: #666666;
	margin: 0;
	background: #f6f6f6;
}

@media print {
	body{
		font-size: .8em;
		background: #ffffff;
		margin: 24px;
	}
}

img.header{
	width:100%;
	max-width: 100%; height: auto; 
	display:inline;
	-webkit-print-color-adjust: exact;
	
}

.hidden {
	display: none;
}
button {
	padding: 8px;
	
}
form {
	padding: 40px;
	margin: 20px auto 50px auto;
    max-width: 900px;
    border: solid 1px #eeeeee;
    background: #ffffff;

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

@media print {
	form{
		padding: 0;
		box-shadow: none;
		border: 0;
		margin: 0;
	}
}

form .trip-details {
	border: solid 1px #cccccc;
	width:100%;
	clear:both;
	display: inline-block;
	margin-top: 16px;
}

form .trip-details h3 {
	text-align:center;
	margin:16px;
	width: 40%;
}

form .trip-details h3 .data {
	color:#000000;
}

form .trip-details h3.where{
	float: left;
}

form .trip-details h3.when{
	float : right;
}
form .fields{
	border: solid 1px #cccccc;
	padding: 20px;
	margin-top: 24px;
	position: relative;
}
form .fields div{
	margin: 0 0 10px 0;
}

form input{
	width: 200px;
	height: 30px;
}

form input[type=checkbox] {
	width: auto;
	height: auto;
}

form input[type=file] {
	padding-top: 10px;
}

form input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
form input[type=file]::before {
	content: 'Choose file';
	border: 1px solid #bbb;
	padding: 8px;
	background-image: linear-gradient(rgba(220,220,220,255), rgba(255,255,255,255));
	color: #000;
}
form input[type=file]:active::before {
  background: #aaa;
}

form input[type=text].default-option {
	width: 80%;
}	
	
form input,
form select,
form textarea {
	font-size: 14px;
}

form textarea {
	border: solid 1px #dddddd;
}

form .signature {
	page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
}

form .signature-container {
	padding: 12px;
	border: solid 1px #dddddd;
}

form .signature-container * {
	font-size: 11px;
}

form .upload-signature-container{
	margin-top:10px;
	width:520px;
}

form .upload-signature-container .uploaded-image-preview{
	max-height: 200px;
	width:auto;
	display:block;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	position: absolute;
}

form .submit {
	width: 100%;
	font-size: 1.5em;
	padding: 24px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 10px;
	margin-top:12px;
	font-weight: bold;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

form .submit:hover{
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3971ad+0,4d98d6+50,428cc9+51,97c3e5+100 */
	background: #3971ad; /* Old browsers */
	background: -moz-linear-gradient(top,  #3971ad 0%, #4d98d6 50%, #428cc9 51%, #97c3e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3971ad 0%,#4d98d6 50%,#428cc9 51%,#97c3e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3971ad 0%,#4d98d6 50%,#428cc9 51%,#97c3e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3971ad', endColorstr='#97c3e5',GradientType=0 ); /* IE6-9 */	
}

.instructions {
	color: #b50000;
}

.instructions.heading {
	text-align: center;
}
/*
.instructions.platform {
	border: solid 1px #cccccc;
	float: left;
	padding: 16px;
	width: 95%;
	margin: 12px;
	font-size:.9em;
}

@media only screen and (min-width: 1024px) {
	.instructions.platform {
		width: 25%;
		min-height: 170px;
	}
}
*/

.instructions .toggle,
.instructions .toggle * {
	display: inline-block;
	border-radius: 6px;
	color: #ffffff;
	font-size: .7em;
}
.instructions .toggle {
	background: #666666;
	padding: 2px;
}
.instructions .toggle-option {
	padding: 4px 12px 4px 12px;
}
.instructions .toggle-option.selected {
	background: #999999;
}

.share-icon-wrapper {
	max-width: 27px;
    max-height: 34px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.share-icon-wrapper img {
	width: 46px;
    margin-left: -12px;
    margin-top: -10px;
}

.android-pdf-icon {
	border-radius: 18px;
    background-color: #EECC00;
    color: #FFFFFF;
    display: inline-block;
    font-size: .5em;
    padding: 4px 7px;
    text-align: center;
    vertical-align: middle;
}

.android-pdf-icon .arrow {
	text-decoration: underline;
	display: block;
}


@media print {
	
	form .signature-instructions,
	form .print-page,
	form .instructions{
 		display: none;
	}
}
