@charset "utf-8";
/* CSS Document */

div.survey_container {
}

div.survey_container div.question_container {
	margin-top:0px;
	margin-bottom:30px;
}

div.question_container div.question_title {
	color:#DEC89A;
	font-weight:bold;
	font-size:13px;
	line-height:1.4em;
	margin-top:10px;
	margin-bottom:10px;
}

div.question_container div.survey_option {
	margin-left:20px;
}

div.survey_option .survey_question_option_text {
	margin-left:25px;
	width:395px;
}

/*Style for textfield and textareas within questions which are of type 'text' (i.e. not tickable or selectable options)*/
div.survey_option .survey_question_option_text_no_options {
	margin-left:0px!important;
	width:420px!important;
}

div.question_container div.question_hint {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
}


div.question_container div.question_error {
	color:#ff4444;
	font-weight:bold;
	font-size:15px;
	margin-top:10px;
	margin-bottom:10px;
}

div.question_container div.results_bar_background {
	width:100%;
	height:5px;
	background-color:#5A6F7A;
}

div.results_bar_background div.results_bar {
	height:5px;
	background-color:#99ff99;
}

div.question_container div.results_percent_label {
	margin-bottom:5px;
	line-height:1.2em;
	font-size:11px;
	color:white;
	font-style:italic;
	text-align:right;
	width:100%;
}

