body {
	margin: 0;
	padding: 0;
	background-color: #ECECEC;
	font-family: Arial;
	color: #333;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
a {
	color: #F66102;
}

img.logo {
	width: 125px;
	margin-bottom: 20px;
}

div.photo {
	width: 120px;
	height: 150px;
	background-color: #ECECEC;
	float: right;
}
div.photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div.photo input {
	width: 100%;
	overflow: hidden;
}

div.page {
	margin: 30px auto 30px auto;
	width: 21cm;
    padding: 25mm 25mm 25mm 25mm; 
	background-color: #FFF;
	box-shadow: 0 0 10px #CECECE;
}
div.page h1 {
	font-size: 16pt;
	margin: 0;
	padding: 0;
}

div.page div.important {
	border: solid 1px #333;
	padding: 10px 20px 10px 20px;

}

div.page table.questions {
	width: 100%;
}
div.page table.questions td {
	padding: 5px 0 5px 0;
	vertical-align: top;
}
div.page table.questions td:nth-child(1) {
	width: 3%;
}
div.page table.questions td:nth-child(2) {
	
}
div.page table.questions td:nth-child(3) {
	width: 2%;
	text-align: center;
}
div.page table.questions td:nth-child(4) {
	width: 45%;
}
div.page table.questions td:nth-child(4) input {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11pt;
	border: none;
	border-bottom: dotted 1px #666;
}
div.page table.questions td:nth-child(4) select {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11pt;
	border: none;
	border-bottom: dotted 1px #666;
}
div.page table.questions textarea {
	width: calc(100% - 20px);
	height: 75px;
	border: dotted 1px #333;
	font-family: Arial;
	font-size: 11pt;
	padding: 10px;
	resize: none;
}
div.page table.questions textarea.long {
	height: 200px;
}

div.page table.questions table {
	font-size: 10pt;
	border-collapse: collapse;
}
div.page table.questions table td {
	width: 14.2% !important;
	border-bottom: solid 1px #333 !important;
	border: solid 1px #333;
	padding: 5px 2px 5px 2px;
	text-align: center;
	vertical-align: middle;
}
div.page table.questions table td input {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt !important;
	border: none !important;
	text-align: center;
}
div.page button {
	background-color: #F66102;
	color: #FFF;
	height: 45px;
	line-height: 45px;
	padding: 0 30px 0 30px;
	border: none;
	cursor: pointer;
	font-family: Arial;
	font-weight: bold;
}
div.page button:hover {
	background-color: #Af3b60;
}

div.left {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 250px;
	border-right: solid 1px #CECECE;
	background-color: #ECECEC;
	overflow: auto;
}
div.left img {
	width: 150px;
	margin: 50px 0 20px 50px;
	background-color: #FFF;
	border-radius: 100%;
}
div.left ul {
	margin: 20px 0 0 0;
	padding: 0;
}
div.left ul a {
	text-decoration: none;
	color: inherit;
}
div.left ul li {
	display: block;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding: 0 0 0 40px;
	border-left: solid 5px Transparent;
	font-size: 11pt;
	border-bottom: solid 1px #CECECE;
	font-weight: bold;
}
div.left ul li.selected, div.left ul li:hover {
	border-left-color: #F66102;
}
div.main {
	position: fixed;
	left: 251px;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 30px 50px 30px 50px;
	background-color: #FFF;
	overflow: auto;
}
div.main h1 {
	font-size: 17pt;
}
div.main table {
	width: 100%;
	border-collapse: collapse;
}
div.main table td, div.main table th {
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #CECECE;
}
div.main a {
	background-color: #F66102;
	color: #FFF;
	padding: 5px;
	margin: 5px;
	text-decoration: none;
}

@media print {
	body {
		background-color: #FFF;
	}
    div.page {
		box-shadow: none;
		margin: 0;
   }
   .noprint {
	   display: none !important;
   }
}