/* ======================= */
/*    SINGLE
/* ======================= */
.wrap-download {
	width: 100%;
	border: 1px solid #ccc;
	overflow: hidden;
}

/* ======================= */
/*    ESAME
/* ======================= */
.contenuto-popup-esame {
	position: relative;
	max-width: 1024px;
	height: auto;
	margin: 2em auto;
	background-color: #fff;
	overflow: hidden;
	padding: 3em 3em;
	font-size: 1.2em;
}

.contenuto-popup-esame h1 {
	color: #2369b3;
	font-size: 2.3em;
	letter-spacing: -2px;
	font-weight: bold !important;
}

.contenuto-popup-esame p {
	color: #000;
	margin-top: 1em;
}

.contenuto-popup-esame input.checkbox {
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 7px;
	margin-right: 6px;
}

.contenuto-popup-esame button {
	width: 100%;
	height: 60px !important;
	font-size: 1.8em !important;
	font-weight: bold !important;
	background-color: #2369b3;
	color: #fff;
	padding: 0.2em 0.5em;
	border-radius: 30px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.contenuto-popup-esame button:hover {
	background-color: #229689;
}

.contenuto-popup-esame h3 {
	font-size: 1.7em !important;
	color: #424242;
}

.esame h3 i {
	color: #229689;
}

.contenuto-popup-esame .quesito {
	background-color: #fff;
	margin-bottom: 0;
	border: 1px solid #dedede;
	margin-bottom: 40px;
}

.contenuto-popup-esame .domanda {
	background-color: #229689;
	color: #fff;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	padding: 20px 0;
	background-image: none;
}

.contenuto-popup-esame .domanda span.n-domanda {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -32px;
	background-color: #1a7c77;
	border: 2px solid #229689;
	color: #fff;
	font-size: 2.4em;
	font-weight: bold;
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
}

.contenuto-popup-esame .domanda span.txt-domanda {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	padding: 10px 1em 10px 90px;
}

.contenuto-popup-esame .risposte {
	padding: 0;
}

.contenuto-popup-esame .risposte ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.contenuto-popup-esame .risposte ul li {
	/*padding: 20px 2em;*/
	padding: 7px 2em;
}

.contenuto-popup-esame .risposte ul li.vero-falso {
	width: 50%;
	float: left;
	display: block;
}

.contenuto-popup-esame .risposte ul li input {
	margin: 0;
}

.contenuto-popup-esame input {
	border: 1px solid #f60;
}

.contenuto-popup-esame input[type="submit"] {
	background-color: #f60;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	display: inline-block;
	cursor: pointer;
	font-size: 1.6em;
	margin-top: 0.5em;
	border-radius: 6px;
	width: 100%;
	height: 80px;
	line-height: 80px;
}

.contenuto-popup-esame .inizia-esame {
	background-color: #f60;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 1.2em;
	margin-top: 0.5em;
	border-radius: 6px;
}

.contenuto-popup-esame input[type="submit"]:hover,
.inizia-esame:hover {
	background-color: #75bf00;
	color: #fff;
}

.contenuto-popup-esame input.disabled {
	background-color: #dedede;
	cursor: auto;
}

.contenuto-popup-esame input.disabled:hover {
	background-color: #dedede;
}

.contenuto-popup-esame .esito-esame h3,
.esame .esito-esame p {
	text-align: center;
}

.contenuto-popup-esame .correzione {
	font-size: 1.1em;
	text-align: center;
	padding: 1em 1em;
}

.contenuto-popup-esame .container {
	display: block;
	position: relative;
	/*padding-left: 35px;*/
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.contenuto-popup-esame .countdown {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	background-color: #f60;
	color: #fff;
	margin-bottom: 1em;
	width: 160px;
	height: 60px;
	line-height: 60px;
	outline: 1px solid #fff;
	outline-offset: -8px;
}

@media only screen and (max-width: 800px) {
	.contenuto-popup-esame .domanda span.txt-domanda {
		line-height: 1.2em;
		font-size: 1.2em;
	}

	.contenuto-popup-esame input[type="submit"] {
		font-size: 1.4em;
	}
}

@media only screen and (max-width: 667px) {
	.contenuto-popup-esame input[type="submit"] {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 640px) {
	.contenuto-popup-esame input[type="submit"] {
		font-size: 1.1em;
	}

	.contenuto-popup-esame .container {
		margin-bottom: 0;
		font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {
	br {
		display: none;
	}

	.contenuto-popup-esame .container {
		font-size: 18px;
	}

	.contenuto-popup-esame input[type="submit"] {
		font-size: 1em;
		letter-spacing: -1px;
	}
}

@media only screen and (max-width: 414px) {
	.contenuto-popup-esame {
		padding: 3em 1em;
	}

	contenuto-popup-esame .domanda span.n-domanda {
		position: relative;
		left: 50%;
		margin-left: -32px;
		margin-top: 0;
	}

	.contenuto-popup-esame .domanda span.txt-domanda {
		font-size: 1em;
		padding: 10px 20px;
		text-align: center;
	}
}

@media only screen and (max-width: 375px) {
	.contenuto-popup-esame .container {
		line-height: 1.3em;
	}

	.popup .content-esame h3 {
		font-size: 1.4em !important;
	}

	.popup .contenuto-popup-esame .risposte ul li {
		padding: 10px 1em;
	}
}
