/* iPad + All Media above */
@media (min-width: 768px) {
	.questiondiv { min-height: 90px; }
	#survey_container .question { min-height: 370px; }
	
}

@media (max-width: 768px) {
	.surveyimage { padding: 10px 0 !important; }
	.questiondiv { padding-bottom: 10px; }
}


#survey_container .legend {
    background: url("../images/bg_ruler.jpg") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    height: 50px;
    margin-left: 0;
    width: 100%;
}

.legend{
margin-left: 8px;

}

.legend_risk_1, .legend_risk_2, .legend_risk_3, .legend_risk_4{
float:left;
margin-bottom: 5px;
}

#survey_container .legend .legend_risk_1 p, #survey_container .legend .legend_risk_2 p, #survey_container .legend .legend_risk_3 p, #survey_container .legend .legend_risk_4 p{
    margin: 0;
    padding: 2px;
    text-indent: 4px;
	color: #fff;
	font-weight: bold;
}

.form{
width: 100%;
position: relative;
float:right;
margin-top: 180px;
}

/*
.bar_container{
position: relative;
width: 100%;
height: 30px;
margin: auto;
top: 0px;
}

.progressbar {
width: 730px;
 height: 25px;
 position: relative;
 float:left;
 background: transparent url(../images/progress_bar.png) no-repeat;
}*/
/*.progressbar-value {
 position: absolute;
 display: block;
 margin: 0;
 border: 0;
 width: 714px;
 height: 15px;
 top: 5px;
 left: 8px;
 overflow: hidden;
 text-indent: -30px;
 background: url(../images/progress_bar_value.png) center center;
}*/
/*.progressbar-cover {
 position: absolute;
 display: block;
 width: 714px;
 height: 15px;
 border: 0;
 left: 0;
 top: 0%;
 background: transparent url(../images/progress_bar_cover.png) repeat-x 0 0;
}*/

.progressbarresponsive-container{
	width: 100%;
	padding: 34px 4px 4px;
	border-radius: 4px;
	background: url("../images/bg_ruler.jpg") repeat-x scroll left top rgba(0, 0, 0, 100);
}
.progressbarresponsive{
	display: block; 
	height: 30px;
}

.progresscolour{
	width: 100%; 
	height: 30px;
}

.risk-level{
 display: inline-block;
 text-align: left;
 font-size: 18px;
 font-weight: bold;
 margin: 20px 0 20px 8px;
}

.completed {
margin-top: 5px;
margin-bottom: 20px;
color: #0082FE;
font-size: 15px;
font-weight: bold;
line-height: 18px;
}

.completed img{
	padding-right: 10px;
}

.questiondiv { font-size: 0.9em; font-weight: 700; line-height: 1.5em; margin-bottom: 5px; }

.surveyimage {
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;	
padding-bottom: 20px;
padding-top: 20px;
}


#slider { width: 200px; margin-left: 10px; }

.blank {
	height: 30px;
}

#survey_container .question1, #survey_container .question3, #survey_container .question5, #survey_container .question7, #survey_container .question9 {
    background-color: #f7f7f7;
}
#survey_container .question {
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #444444;
    padding: 0 15px 3px;
	margin: 8px 0;
	display: block;
}
#survey_container .question  input{
	margin-right: 5px;
	margin-bottom: 0.5em;
}