#Geral{
	width:890px;
	height:552px;
	background:#ffffff;
}

#head{
	width:890px;
}

#btPaginaSimulado{
    position: absolute;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    height: 30px;
    width: 43px;
    background-image: url('../player/btMenuSimulado.png');
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
  
}
#btFechaQuestoesVisitadas
{
    position: absolute;
    float: left;
    margin-left: 245px;
    margin-top: 475px;
    height: 40px;
    width: 62px;
    background-image: url('../player/btretornamenu.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#pnListaSimulados
{
    text-align: center;
}
#pnSimuladosAnteriores
{
    	clear:both;
	margin: 30px;
	border-top:1px solid#999;
        border-bottom:1px solid#999;
	padding:10px;
	overflow-y: auto;
        overflow-x: hidden;
	height: 320px;
        width: 90%;
    
}
#btIniciar
{
    margin: 0 auto;
    height: 35px;
    width: 253px;
    background-image: url('../player/btIniciar.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.btEncerrar
{
    position: absolute;
    margin-left: 545px;
    top:0px;
    height: 30px;
    width: 200px;
    background-image: url('../player/btEncerrar.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#pnQuestoesVisitadas{
	position:absolute;
	z-index:2;
	top:0px;
	margin-top:21px;
	display:none;
	width:890px;
	height:575px;
	background-color:#ffffff;
}

#pnQuestoesVisitadas #dropdown{
	margin-top:20px;
	margin-left:120px;
	width:630px;
}

#pnQuestoesVisitadas #dropdown li{
	display:block;
	float:left;
	width:50px;
	height:50px;
	border-radius:25px;
	-webkit-border-radius: 25px;
	z-index:1;
	margin-left:25px;
	margin-top:40px;

	text-align:center;
	line-height:50px;
	font-family: Open Sans ;	
	font-size:26px;
	cursor: pointer;
}

#pnQuestoesVisitadas #dropdown #cabecalho{
	margin-left:75px;
	width:400px;
	border-bottom:1px solid#DCDCDC;
	font-family: Open Sans ;	
}

.naorespondida
{
	color:#696969;
	background-color: #ffffff;
	border-style:solid;
	border-width:1px;
	border-color: #696969;
}
.respondida
{
	color: #ffffff;
	background-color: #696969;
	border-style:solid;
	border-width:1px;
	border-color: #999;
}
#cabecalho img{
	padding-right:20px;
	padding-left:20px;
}

#retornamenu{
	margin-left:250px;
	margin-top:400px;
	cursor:pointer;
}


#conteudoQuestao{
	height:550px;
	width:890px;
	margin-top: 5px;
	font-family: Open Sans ;	
	font-weight:lighter;
	font-size:20px;
	color:#696969;
	text-align: left;

}

#txtQuestaoAtual
{
	font-family: Open Sans ;	
	font-weight:300;
	font-style: italic;

	font-size:14px;
	position: absolute;
	top: 565px;
	color:#696969;
	margin-left: 390px;
}
#idPergunta
{
	font-family: Open Sans ;	
	font-weight:600;
	font-size:14px;
	float: left;
}
#txtPergunta
{
	font-family: Open Sans ;	
	font-weight:300;
	font-size:14px;
	
}


#textoQuestao{
	position: absolute;
        width: 715px;
        height: 500px;
        text-align: left;
        margin-left: 90px;
	margin-top: 5px;	
	

}
#textoQuestao li{
	font-family: Open Sans ;	
	font-weight:lighter;
	font-size:20px;
	color:#696969;
	margin-top: 15px;
	}


#conteudoQuestao > figure > img{
	cursor:pointer;
	position:absolute;
	margin-top:150px;
}

#conteudoQuestao > figure > img:last-child{
	margin-left:850px;
}


#btQuestaoAnterior
{
	position: absolute;
	margin-top: 234px;
	margin-left: 21px;
	z-index: 9999;
    width: 42px;
	height: 42px;
	background-image: url('../player/btRecuar.png');
    background-repeat: no-repeat;
	cursor: pointer;

}

#btProximaQuestao
{
	position: absolute;
	margin-top: 234px;
	margin-left: 842px;
	background-image: url('../player/btAvancar.png');
    background-repeat: no-repeat;
	z-index: 9999;
    width: 42px;
	height: 42px;
	cursor: pointer;
}



/*Simulado*/


#simulado {
        width: 735px;
        height: 375px;
	margin-left: 0px;
	margin-top: 20px;
	font-family:Open Sans;
	color:#666;	
	overflow: auto;
}

#lbSimulado{
	text-align:center;
	font-family:Open Sans;
	color:#666;
	font-weight:300;
	font-size:40px;
}

#simulado ul li{
	list-style:none;
	margin-top:20px;

	font-family: "Open Sans";
	color:#666;	
	font-size: 15px;
	font-weight:300;
}

.alternativa{
	width:31px;
	height:31px;
	background-image: url('../player/naoresp.png');
    background-repeat: no-repeat;
	float:left;
	margin-right:15px;
	cursor: pointer;

}

	/*Cronometro*/
	
#cronometro{
	position:absolute;
	top: 20px;
	margin-left: 800px;
}

#cronometro p{
	float:right;
	font-style:italic;
	font-family:Open Sans;
	color:#696969;
	font-size:20px;	
}




/*LISTA SIMULADO*/
#simuladocontent{
    position: absolute;
    top: 150px;
    margin-left: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 300px;
    width: 580px

}

.simuladowrapper {
    margin-top: 10px;
/*    float:left;*/
}

.simuladowrapper img{
	width:30px;
	height:30px;
	float:left;
        margin-right: 6px;
        
}
#simuladosqtdetotal{
    float:left;
    border:1px solid#999;
    font-family:Open Sans;
    font-size:60px;
    font-weight:lighter;
    color:#BEBEBE;
    width:170px;
    height:170px;
    border-radius:90px;
    margin-left:20px;
    line-height:160px;
    text-align:center;
    margin-top: 20px;
}

.simuladorealizado {  
    float:left;
    background: #F7F7F7;
    width: 500px;
    height: 30px;
    border: 0;
    margin-left:10px;
    margin-bottom: 10px;
    text-align: left;
}  


.simuladoresultadototal
{
    float:left;
    color:#000;
    font-family:Open Sans;
    font-size:14px;
    line-height: 30px;
    width:225px;  
    height: 30px;
    border: 0;    
}

.simuladoresultadomodulo1, .simuladoresultadomodulo2, .simuladoresultadomodulo3, .simuladoresultadomodulo4, .simuladoresultadomodulo5
{
    float:left;
    color:#000;
    text-align: center;
    font-family:Open Sans;
    font-size:14px;
    line-height: 30px;
    width:55px;  
    height: 30px;
    border: 0;    
}
.simuladoresultadomodulo1 { background: #0C3;}
.simuladoresultadomodulo2 { background: #FC0;}
.simuladoresultadomodulo3 { background: #C00;}
.simuladoresultadomodulo4 { background: #069;}
.simuladoresultadomodulo5 { background: #808040;}


/*RESULTADO FINAL*/

#grafico{
	width:890px;
	height:552px;
	background-color:#FFF;
	position:absolute;
        top: 0px;
}

#porcentagemtotal{
	border:1px solid#999;
	font-family:Open Sans;
	font-size:60px;
	font-weight:lighter;
	color:#BEBEBE;
	width:170px;
	height:170px;
	border-radius:90px;
	margin-left:120px;
	line-height:160px;
	text-align:center;
        margin-top: 20px;
}

 #graf{
	position: absolute;
	top: 0px;
	margin-left: 310px;

}

.resultadomodulo {
	width:450px;
	margin-top: 10px;
        float:left;
	margin-left:10px;
}

.resultadomodulo img{
	width:30px;
	height:30px;
	float:left;
        margin-right: 5px;
}


.procentagemresultado{
        position: absolute;
        float:left;
	left: 490px;	
	color:#666;
	font-family:Open Sans;
	font-size:20px;
}


#barraModulo1 {  
    float:left;
    /* background: #0C3; Verde*/
    background-image: url('../player/barraModulo1.png');
    width:0px;  /* 400px = 100%*/
    height: 30px;
    border: 0;
    margin-left:10px;
}  

#barraModulo2 {  
    float:left;
    /* background: #FC0; Amarelo*/
    background-image: url('../player/barraModulo2.png');
    width:0px;  /* 400px = 100%*/
    height: 30px;
    border: 0;
    margin-left:10px;
}  

#barraModulo3  {  
    float:left;
     /* background: #C00; Vermelho*/
    background-image: url('../player/barraModulo3.png');
    width:0px;  /* 400px = 100%*/
    height: 30px;
    border: 0;
    margin-left:10px;
   
}  
 
#barraModulo4  {  
    float:left;
    /* background: #069;    Azul*/
    background-image: url('../player/barraModulo4.png');
    width:0px;  /* 400px = 100%*/
    height: 30px;
    border: 0;
    margin-left:10px;
}  

#barraModulo5  {  
    float:left;
   /* background: #808040; Bege*/
    background-image: url('../player/barraModulo5.png');
    width:0px;  /* 400px = 100%*/
    height: 30px;
    border: 0;
    margin-left:10px;
}  




.resultadosimulado{
	clear:both;
	margin: 30px;
	border-top:1px solid#999;
	padding:10px;
	overflow-y: auto;
        overflow-x: hidden;
	height: 267px;
        width: 90%;
}

.resultadosimulado .ImgResp{
	width:30px;
	height:30px;
        float: left;
 }       
.questaosimulado{
	font-family:Open Sans;
	font-size:16px;	
	color:#666;
	width: auto;
        left: 50px;
        margin-left: 40px;
}


.resultadosimulado .Comentario{
        font-family:Open Sans;
	font-size:16px;	
	color:#666;
	font-style:italic;	
        font-weight: bold;
        width: auto;
        left: 120px;
        margin-left: 40px;
        margin-top: 10px;
        margin-bottom: 30px;

}