#timeline #next, 
#timeline #prev{
	color: #0099D7 !important;
}

#timeline .timelineNumber{
	background-color: #0099D7 !important;
}

.v-middle{
	height: 100%;
	width: 100%;
	display: table;
}

.v-middle > div{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.text-transform-none{
	text-transform: none !important;
}

.respuesta.active{
	border-color: #0099D7;
}

.respuesta.active .icono::before{
	color: #0099D7;
}

.btn#full i::before{
	content: '';
	background-repeat: no-repeat;
	width: 31px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	margin: auto;
	background-size: contain;
	background-position: center;
}
.btn#full .fa-window-maximize::before{
	background-image: url("/es/imagenes/maximize.png");
}
.btn#full .fa-window-restore::before{
	background-image: url("/es/imagenes/minimize.png");
}

.reproductor .btn:not(#learn-more):not(#consent){
	font-size: 16px !important;
}

#timeline #next, 
#timeline #prev {
    top: 54px;
}

.anterior-modulo.btn:not(#learn-more):not(#consent),
.siguiente-modulo.btn:not(#learn-more):not(#consent){
	color: white !important;
	text-transform: none;
}

.btn.disabled {
    pointer-events: none;
    opacity: .25;
}

.page-cuestionario .cuestionario > .texto,
.cuestionario.comprobacion #respuestas{
	margin-bottom: 25px;
}

.page-cuestionario .botones a.btn{
	color: white !important;
}

.cuestionario.comprobacion .pregunta{
	margin-bottom: 15px;
}

.respuesta.comprobacion.respuesta-usuario:not(.active){
	border-color: red;
}

.respuesta.comprobacion.respuesta-usuario:not(.active) .icono::before{
	color: red;
	content: '\E00E';
}