@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	width: 610px;
}
#wrapperQuiz{
	width:610px;
	height:600px;
	background-color: #fff;
}
#quizPerguntasPerguntas{
	position:absolute;
	top: 0;
	width: 595px;
	margin: 10px 0 0 20px;
}
#quizPerguntasPerguntas #imgPergunta{
	position: absolute;
	top: 136px;
}
#numeroPergunta {
	position:absolute;
	right: 30px;
	font-size:12px;
	font-family: "Helvetica", Arial, Sans-Serif;
	color: #ccc;
}
#txtPergunta{
	text-align:center;
	font-size: 17px;
	margin-top: 39px;
	width:580px;
	margin-right:;
	color:black;
}
.txtRespostas{
	color:#000;
	width:360px;
	cursor:pointer;
}
.respVermelha {
	color: #d2232a;!important
	font-weight: bold;
    text-align: 
}
.respVerde {
	color: #71bf44;!important
	font-weight: bold;
}

#feedbackResposta {
	position:absolute;
	top: 280px;
	left: 237px;
}
#labelContinuar {
	font-family: "Helvetica", Arial, Sans-Serif;
	position: absolute;
	top: 410px;
	width: 95%;
	text-align: center;
	
}
.btnContinuarInicio {
	position: absolute;
	top: 80px;
	left: 202px;
	cursor: hand;
	cursor: pointer;
}
#btnContinuar {
	position: absolute;
	cursor: hand;
	cursor: pointer;
	top: 380px;
	left: 265px;

}
#divRadioButtons {
	position: absolute;
	left: 170px;
	top: 125px;
}
#divRadioButtons td {
	padding-top: 2px;

}
#tableRespostas{
	padding-right: 20px;
}

#qPerguntasRespondidas{
	position:absolute;
	top: 20px;
	left: 160px;
	color: #b9862a;
	font-size:17px;
	font-family: "Helvetica", Arial, Sans-Serif;
}
#btnFim{
	cursor: hand;
	cursor: pointer;
}
#btnsFinais {
	position:absolute;
	top: 420px;
	margin-left: 131px;
}
#btnsFinais img {
	float:left;	
	margin-left: 100px;
	margin-top: 38px;
}
#imgTxtAbreTexto {
	position:absolute;
	top: 150px;
	width: 580px;
	padding: 20px;
}
#imgTxtAbreTexto h3{
	font-size:22px;
	font-family: "Helvetica", Arial, Sans-Serif;
	color: black;
	text-align:center;	
}
#imgTxtAbreTexto p{
	font-size:17px;
	font-family: "Helvetica", Arial, Sans-Serif;
	color: black;
}	
#stage1 img {
	position:absolute;
	cursor: hand;
	cursor: pointer;
}
#divTableResultados {
	position: absolute;
	top: 90px;
	left: 50px;
}
#divTableResultados td{
	margin: 0;
	padding-top: 5px;
}

#divTableResultados a{
	color:black;
}

.bordeSupCeldas{
	border-top: solid 1px #999;
}
/* #txtCliqueFinal {
    position:absolute;
    top: 102px;
    left: 320px;
    font-family: "Helvetica", Arial, Sans-Serif;
    color: black;	
} */

#output {
	position: absolute;
	top: 600px;
	color: black;
}
#output2 {
	position: absolute;
	top: 620px;
	color: black;
}


/* */
.rbRespostas {
	cursor:pointer;
	display:inline-block;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 2px;
	border-color: #888;
	margin-right: 17px;
	margin-left: 28px;
	margin-top: 4px;
}
.rbRespostasSelected {
	background-color: black;
}

.tableRespostas {
	border-spacing: 0;
}
.tableRespostas div {
	cursor:pointer;
}

.rbResp_tick {
	display:inline-block;
	width:35px;
	vertical-align: top;
	margin-top:10px;
}

.respTd {
	display:inline-block;
	width:365px;
	vertical-align: top;
}




