div.start_survey{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

div.survey_offline{
	color: #d6002a;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin: 40px 0px;
}










ul.survey_sections{
	margin-top: 20px;
}

ul.survey_sections li{
	display: inline-block;
}

ul.survey_sections li a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 12px 15px;
	background-color: #aaa;
	font-size: 14px;
	font-family: Conv_Akk_Pro;
}

ul.survey_sections li a:hover{
	background-color: #888;
}

ul.survey_sections li a.active{
	background-color: #d6002a;
}

ul.survey_sections li a.disabled{
	color: #eee;
	background-color: #ccc;
	cursor: default;
}

div.survey_sections div.section{
	display: none;
	border: 1px solid #ddd;
	padding: 20px;
	font-family: Conv_Akk_Pro;
}

div.survey_sections div.section h2{
	font-size: 24px;
	font-weight: 600;
	color: #d6002a;
	letter-spacing: -0.45px;
}

div.survey_sections div.section h2:not(:first-child){
	margin-top: 30px;
}

div.notes{
	line-height: 1.3em;
	font-size: 14px;
	letter-spacing: -0.25px;
}

div.notes p{
	margin-top: 20px;
}

div.action_button{
	text-align: center;
	margin-top: 20px;
}

div.action_button a{
	display: inline-block;
	padding: 14px 25px;
}









table.oems{
	width: 100%;
	margin-top: 20px;
}

table.oems td{
	background-color: #eee;
	border: 1px solid #d6d6d6;
	padding: 15px;
	vertical-align: middle;
	font-weight: bold;
	width: 25%;
	box-sizing: border-box;
	cursor: pointer;
}

table.oems td input{
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
	accent-color: black;
}

table.oems td:hover{
	background-color: #d6002a;
	color: white;
}

table.oems td.selected{
	background-color: #d6002a !important;
	color: white;
}










table.question{
	width: 100%;
	margin-top: 20px;
}

table.question:first-child{
	margin-top: 0px;
}

table.question th{
	background-color: #aaa;
	padding: 10px;
	color: white;
	border: 1px solid #aaa;
}

table.question tr:first-child th{
	background-color: black;
	color: white;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	border: 1px solid black;
}

table.question td{
	padding: 10px;
	background-color: #eee;
	border: 1px solid #d6d6d6;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.2em;
}

table.question td input{
	vertical-align: middle;
	cursor: pointer;
	accent-color: black;
}

table.question td:not(:first-child){
	text-align: center;
	width: 135px;
}

table.question tr.alt td{
	background-color: #f7f7f7;
}

table.question td:not(:first-child):hover{
	background-color: #d6002a;
	cursor: pointer;
}

table.question td.selected{
	background-color: #d6002a !important;
}









div.oem_percentage{
	margin-top: 30px;
}

table.oem_percentage{
	margin-top: 20px;
	min-width: 25%;
}

table.oem_percentage th{
	background-color: black;
	color: white;
	padding: 10px;
	font-size: 14px;
	border: 1px solid black;
}

table.oem_percentage th:first-child{
	text-align: left;
}

table.oem_percentage td{
	padding: 10px;
	background-color: #eee;
	border: 1px solid #d6d6d6;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

table.oem_percentage td:first-child{
	text-align: left;
}

table.oem_percentage td.input{
	padding: 5px;
}

table.oem_percentage td input{
	vertical-align: middle;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	width: 30px;
}

table.oem_percentage td:not(:first-child){
	width: 1px;
}

table.oem_percentage tr:last-child td{
	background-color: #aaa;
	color: white;
}










ul.form input[type=text],
ul.form input[type=email],
ul.form input[type=password],
ul.form input[type=number],
ul.form select,
ul.form textarea{
	border: 1px solid #ccc;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
}

ul.form textarea{
	max-width: 600px;
	resize: none;
}

ul.form:not(:first-child){
	margin-top: 20px;
}

ul.form > li{
	margin-top: 17px;
}

ul.form > li.break{
	border-top: 1px solid #ccc;
}

ul.form div.label{
	font-weight: 600;
	font-size: 14px;
}

ul.form div.element{
	margin-top: 5px;
}

ul.form div.element.small_text{
	line-height: 1.6em;
	font-size: 12px;
}

ul.form div.description{
	line-height: 1.6em;
	font-size: 12px;
	margin-top: 5px;
}

ul.form ul.multi_text li:not(:first-child){
	margin-top: 1px;
}

ul.form ul.checklist li{
	margin-top: 10px;
}

ul.form ul.checklist label{
	color: #555;
	font-weight: normal;
}

ul.form ul.checklist input{
	vertical-align: middle;
	margin-right: 3px;
}

ul.form.comments{
	margin-top: 7px;
}

ul.form.comments li{
	margin-top: 0px;
}

ul.form.comments textarea{
	width: 100%;
	max-width: none;
}












ul.application_areas{
	margin-top: 10px;
	margin-left: 5px;
}

ul.application_areas li{
	margin-top: 5px;
}

ul.application_areas li input,
ul.application_areas li a,
ul.application_areas li label{
	vertical-align: middle;
}

ul.application_areas li input{
	accent-color: #d6002a;
}

ul.application_areas a{
	display: inline-block;
	color: white;
	background-color: #aaa;
	padding-top: 2px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 3px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 1px;
}

ul.application_areas a.open{
	line-height: 1px;
}

ul.application_areas a:hover{
	background-color: #888;
}

ul.application_areas ul{
	display: none;
	margin: 7px 0px 7px 5px;
	padding-left: 19px;
	border-left: 1px solid #ccc;
}

ul.application_areas ul label{
	margin-left: 3px;
	font-style: italic;
}