/* CSS Document */

a
{
	color:#000000;
	text-decoration:none;
}

body {
	margin:5px;
	background: url(../imatges/fons_test.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
}

#boto_crearTest
{
	width:335px;
	float:left;
	text-align:right;
}

.camp_dada
{
	width:250px;
	float:left;
}

.camp_etiqueta
{
	width:280px;
	float:left;
}

#comptador {
	position: fixed;
	right:10px;
	top:50px;
	width: 150px;
	font-size:50px;
	/*color:#434343;*/
	color:#FFFFFF;
}

#comptadorMinuts {
	float:left;
}

#comptadorSegons {
	float:left;
}

#comptadorSeparador{
	float:left;
}

.dada
{
	float:left;
	width:70%;
	text-align:left;
	padding-left: 5px;
}

#descripcioTest
{
	height:150px;
	background: rgba(255, 255, 255, .2);
}

.etiqueta
{
	position:relative;
	float:left;
	width:25%;
	text-align:right;
	font-weight: bold;	
}

#formDadesAlumnes .filaDades
{
	position:relative;
	width:100%;
	height:30px;
}

#formDadesAlumnes .filaDades .etiquetaCamp
{
	float:left;
}

#formDadesAlumnes .filaDades .campDada
{
	float:left;
}

#gestioSessio
{
	float:right;
	background-color:#FFFFFF;
	
	/* Contorn */
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
	
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Quadres amb llistats: Inici */

.iframe_llistat
{
	width:100%;
	height:400px;
	border: none;
}

#iframe_llistatIntents
{
	position: relative;
	top:100px;
	border: none;
}

#logo
{
	position:fixed;
	top:10%;
	text-align:center;
	
}

/* Quadres amb llistats: Final */

#menu
{
	float:left;
	background-color:#FFFFFF;
	
	/* Contorn */
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
	
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* Missatges d'error: Inici */

	#missatgeErrorDni
	{
	}
	
	#missatgeErrorEmail
	{
	}
	
	#missatgeErrorFix
	{
	}
	
	#missatgeErrorMobil
	{
	}
	
	#missatgeErrorDni
	{
	}
	
	#missatgeErrorDniNombre
	{
	}
	
	.missatgesErrorComprobacio
	{
		position:relative;
		float:right;
	}

/* Missatges d'error: Final */


#missatgesAlertaDni
{
	float:left;
	color: #FFF;
}

#peuPagina
{
	position:fixed;
	bottom:5px;
	right:15px;
}

#ping
{
	float:right;
	bottom:5px;
	right:5px;
}

#preguntes
{
	width: 50%;
	font-weight: bold;
}

#preguntesIRespostes .columnaRespostesPossibles
{
	width: 100%;
}

#preguntesIRespostes .columnaRespostes
{
	text-align:center;
}

#preguntesIRespostes .detall
{
	position:inherit;
	float:right;
	width: 100%;
}

#preguntesIRespostes h3
{
	text-align:center;
}

#preguntesIRespostes .imparell
{
}

#preguntesIRespostes .parell
{
}

#preguntesIRespostes .pregunta
{
	position:inherit;
	float:left;
	width: 100%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* Quadres amb el contingut: Inici */

#quadre_alumnes_fitxa
{
	height:300px;
}

.quadre_contingut
{
	position: relative;
	top:50px;
	left:15px;
	width:70%;
	left:50%;
	margin-left:-35%;
	background: rgba(255, 255, 255, .4);
	padding:15px;
	/* Contorn */
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

.quadre_contingut #avis
{
	background: rgba(0, 125, 255, .4);
}


#quadre_login
{
	/*border:1px solid #999;*/
		
	/* Propietat "fixar" */
	position:fixed;
	/* Paràmetres que determinen la posició del quadre */
	width:260px;
	left:50%;
	margin-left:-131px;
	/*height:200px;*/
	top:50%;
	margin-top:-100px;
	padding:10px;
}

#quadre_llistatPreguntes
{
}

#quadre_llistatTests
{
}

#quadre_contingut
{
}

.quadre_contingut
{
}


/* Correcció respostes: Inici */

.quadre_contingut .respostaBona
{
	background-color:#B3FF80;
}

.quadre_contingut .respostaDolenta
{
	background-color:#FFFF99;
}

.quadre_contingut .respostaCorrecta
{
	background-color:#00FF00;
}

.quadre_contingut .respostaIncorrecta
{
	background-color:#FF0000;
}

/* Correcció respostes: Final */


#preguntesIRespostes
{
	overflow: hidden;
	border:thin dotted #666666;
	padding-bottom: 10px;
}

#quadre_contingut #preguntesIRespostes #detall
{
	/* border:thin dotted #666666; */
}

#quadre_contingut #revisio
{
	border:1px solid #999;
}

#quadre_testEdit
{
	position: relative;
	top:100px;
	height:290px;
	z-index:1;
}

#quadre_testEdit #frameLlistatIntents
{
	width:100%;
	height:300px;
}

/* Quadres amb el contingut: Final */

#questionari
{
	/* border:thin dotted #666666; */
}

#quadre_llistatAlumnes .imparell,
#quadre_llistatIntents .imparell
{
	background: rgba(255, 255, 255, .4);
}

#resultatRevisio
{
	position:inherit;
	width: 100%;
}

.resposta
{
	list-style:none;
	/* border:thin dotted #666666; */
}

.revisioResposta
{
	background: rgba(255, 255, 255, .2);
}

#statIntent
{
	text-align:left;
	height:200px;
	padding-bottom: 10px;
}

.transparencia
{
	/* Text 
	color: #FFF;
	*/
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	
	/* Contorn */
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
	
	/* Fons */
	opacity: 0.9;
	background: -webkit-linear-gradient(left top, #FFF, #FFF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #FFF, #FFF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #FFF, #FFF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #FFF, #FFF);
}