﻿body {
	background-color: #ffffff;
	color: #3f4652;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	line-height:1.8em;
}
.evitHeader {
	background-color: #ffffff;
	text-align: left;
	padding: 3px;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pBGcolor{background-color:#ffffff;}
.category {
	color: #013678;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 2em;
}
.question, .question td {
	color: #3f4652;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}
.qBGcolor{background-color:#ffffff;}
.annotation {
	color: #3f4652;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
.headerColor{background-color:#ffffff;}
.surveyText {
	color: #3f4652;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.mBGcolor{
	background-color:#d1d2d4;
}
.matrix, .matrix td {
	color: #3f4652;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}
.optionText {
	color: #3f4652;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;
	text-align: center;
}
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, select, textarea, input, caption, h1, h2, h3, h4, h5, h6 {
	font-family: Roboto, sans-serif;
}
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, select, textarea, input, caption {
	font: normal normal normal 16px Roboto, sans-serif;
	line-height: 1.5em;
}
.progress {
	border: 2px solid #013678;
	border-radius: 8px;
}

.progress-bar {
	background-color: #013678;
	padding: 3px;
	color: white;
	text-align: center;
}
input[type="button"], input[type="submit"], input[type="reset"],
.btn-survey {
	padding: 10px;
	padding-left:12px;
	padding-right:12px;
	color: #000;
	background-color: #25C1D6;
	border: none;
	border-radius: 8px;
	font-size:1.1em;
}
	.btn-survey:hover {
		color: #fff !important;
		background-color: #013678 !important;
		cursor: pointer;
	}
.form-control {
	border-radius: 0;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
}