@charset "UTF-8";
/* CSS Document */
body {
	background-color: #eee;
	width: 100%;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color:#000;
	font-size: 1em;
	line-height: 1.4;
	box-sizing: border-box;
		}
		h1 {
	font-size: 1.6em;
	font-weight: 300;
	margin: 0 0 0.3em 0;
	padding: 0px;
}
h2 {
	font-size: 1.3em;
	font-weight: 300;
	margin: 0 0 0.2em 0;
	padding: 0px;
}
h3 {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.5em 0;
	padding: 0px;
}
		a {
			text-decoration: None;
		}
		.form-group {
			padding: 0 0 6px 0;
		}
		.radio {
			display: inline-block;
		}
		.container {
			background-color: #fff;
			width: 100%;
				max-width: 600px;
			margin: auto;
			padding: 20px 2%;
		}
		main {
			padding: 0 0 30px 0;
			box-sizing: border-box;
			
		}
		select {
			font-size: 14pt;
			height: 34px;
		}
		#ajax_vehicle {
			margin: 0 2% 6px 5%;
		}
		header {
			padding: 10px 0 20px 0;
		}
		.logo {
			width:80%;
			max-width: 360px;
		}
		.alert {color: #C00; font-weight: bold; font-size: .9em;
		}
		
		input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="number"],textarea {
    -moz-appearance: None;
    -webkit-appearance: None;
    -ms-appearance: None;
	height:1.4em;
	font-size: 1em;
    appearance: None;
    background: #eee;
    border-radius: 4px;
    border: None 1px #444;
    color: #000;
    display: inline-block;
    outline: 0;
    padding: 0.2em 0.5em;
    text-decoration: None;
    /* width: 100%; */
	max-width: 600px;
	box-shadow: None;
	box-sizing: border-box;
}

select {
		box-sizing: border-box;
		font-size: 12px;
		font-weight: normal;
		padding: 5px 24px 5px 5px;
		height: 28px;
		background-color: transparent;
		background-image: url("../css/arrow_down.jpg");
		background-repeat: no-repeat;
		background-position: calc(100% - 6px) center;
		background-size: 8px;
		border-color: #aaa;
		border-style: solid;
		border-width: 1px;
		border-radius: 4px;
	}

textarea {
height: 120px;
}
		
  input[type="radio"] {
  -webkit-appearance:button;
  -moz-appearance:button;
  appearance:button;
  border:2px solid #ccc;
  border-top-color:#bbb;
  border-left-color:#bbb;
  background:#eee;
  width:24px;
  height:24px;
  border-radius:50%;
 vertical-align: middle;
	  margin: 4px 0 10px 0;
}
input[type="radio"]:checked {
  border:10px solid #000;/*#4099ff; */
}
		
		.button {
	-moz-appearance: None;
    -webkit-appearance: None;
    -ms-appearance: None;
	display:inline-block;
	background-color: #eee;
	color:#444;
	padding: 8px 20px;
	margin: 8px 0;
	font-size: 1.2em;
	font-weight: 500;
	border-radius: 4px;
	border:None;
	text-transform: uppercase;
}
.button:hover {
	background-color: #000;
	color:#fff;
	padding: 10px 20px;
	margin: 4px 0;
	
}
	.button_s {
	-moz-appearance: None;
    -webkit-appearance: None;
    -ms-appearance: None;
	display:inline-block;
	background-color: #eee;
	color:#444;
	padding: 6px 10px;
	font-size: 1em;
	font-weight: 500;
	border-radius: 4px;
	border:None;
	text-transform: uppercase;
}
		.button_s:hover {
	background-color: #000;
	color:#fff;
}
		
		.line {
			
			display: flex;
			flex-wrap: nowrap;
			align-items: flex-start;
			gap: 10px;
		}
		.answer {
			flex-basis: 60px;
			overflow: hidden; 
			white-space: nowrap;
		}
		.data {
			flex-basis: 160px;
			overflow: hidden; 
			white-space: nowrap;
		}
		.answer:after, .data:after { 
			content: " ------------------------------------------------------------ ";
		}
		.question {
			flex-basis: auto;
			line-height: 100%;
			padding: 0 2% 5px 0; 
		}
		.strong {
			font-weight: bold;
		}
		
		.question {
			font-size: 1.2em;
			font-weight: 500;
			line-height: 1.3;
		}
		
	.pdf-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
		
		.pdf-container {
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}
		
		.pdf {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
