/*
01- HEADER
02- CAMPUS VIRTUAL
03- COMUNICACIÓN
04- TABLAS
05- CONTENIDOS TEMA
06- TESTS
07- INSCRIPCIONES
08- CALENDARIO
Anteriores TEMUJIN.ES
*/

@font-face {
    font-family: HeroRegular;
    src: url(fuentes/Hero.otf);
}
@font-face {
    font-family: ExoDemiBold;
    src: url(fuentes/Exo-DemiBold.ttf);
}
@font-face {
    font-family: ExoBold;
    src: url(fuentes/Exo-Bold.ttf);
}
@font-face {
    font-family: Exo;
    src: url(fuentes/Exo-Regular.ttf);
}
@font-face {
    font-family: ExoLight;
    src: url(fuentes/Exo-Light.ttf);
}
@font-face {
    font-family: ExoExtraLightItalic;
    src: url(fuentes/Exo-ExtraLightItalic.ttf);
}
@font-face {
    font-family: ExoMedium;
    src: url(fuentes/Exo-Medium.ttf);
}
@font-face {
    font-family: ExoLightItalic;
    src: url(fuentes/Exo-LightItalic.ttf);
}
@font-face {
    font-family: ExoMediumItalic;
    src: url(fuentes/Exo-MediumItalic.ttf);
}
@font-face {
    font-family: ExoBoldItalic;
    src: url(fuentes/Exo-BoldItalic.ttf);
}
@font-face {
    font-family: ExoExtraBoldItalic;
    src: url(fuentes/Exo-ExtraBoldItalic.ttf);
}

*{
	font-family: ExoMedium;
}
:root{
    --color1: #e85810;
    --color2: #042956;
}
body{
    padding:0;
    margin:0;
}
@media print {
   body div{
     display:none;
   }
}
@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {
  0% { opacity: 1.0; }
   50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}
html{
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    padding-top: 0;
}
#aviso{
    width: calc(80% - 120px);
    max-width: 80%;
    margin: 0px !important;
    left: 10%;
    text-align: center;
    padding: 12px 60px 30px;
    bottom: 2px;
    position: fixed;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 75%);
    z-index: 99999999;
    font-size: 14px;
    cursor:pointer;
    margin:0px;
}
#aviso.notificacion{
    background-color: #e9ffe9;
    color:green;
}
#aviso.advertencia{
    background-color: var(--color1);
    color: #fff;
}
#aviso.error{
    font-size:16px;
    background-color: #ffe9e9;
    color:red;
}
#aviso.informacion, #aviso.info{
    text-align:left;
    background-color: #e1e8ff;
    color:#1b2c55;
}
.mostrar_paginador{
    position: fixed;
    right: 66px;
    bottom: 6px;
    width: 35px;
    height: 25px;
    border: 1px solid grey;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    padding: 10px;
    background-color: #fff;
    border-radius: 100%;
    padding-top: 10px;
    z-index: 9999;
    font-size: 16px !important;
}
#pregunta_presentada{
    float: none;
    display: block;
    width: 90%;
    margin-left: 5%;
}
#pregunta_presentada h3.circulo{
    float: left;
    min-width: 20px;
    width: auto;
}
#pregunta_presentada .caracteristicas_pregunta, #pregunta_presentada .circulo{
    font-size:inherit;
}
#pregunta_presentada.normal{
    font-size:1rem;
}
#pregunta_presentada.normal .circulo{
    width:22px;
    height:22px;
}
#pregunta_presentada.grande{
    font-size:1.4rem;
}
#pregunta_presentada.grande .circulo{
    width:32px;
    height:32px;
}
#pregunta_presentada.masgrande{
    font-size:1.8rem;
}
#pregunta_presentada.masgrande .circulo{
    width:42px;
    height:42px;
}
#pregunta_presentada img{
    cursor:zoom-in;
}
#izquierda, #derecha{
    position: fixed;
    top: 50%;
    font-size: 40px;
    color: #1b2d56;
    cursor: pointer;
}
#izquierda{
    left: 10px;
}
#derecha{
    right: 10px;
}
#paginador{
	float:left;
	width:100%;
	text-align:center;
}
#enunciado19{
    position: relative;
    float: left;
    border: 1px solid grey;
    margin: 20px 0;
    padding: 20px;
    width: calc(100% - 40px);
    text-align: justify;
}
#enunciado19.flotante{
    position: fixed;
    background-color: #fff;
    top: 36px;
    left: 18px;
    height: calc(85%);
    width: calc(100% - 78px);
    overflow-y: auto;
    margin: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 99;
}
.nota_final{
	display:none;
	background-color: #efefef;
}
#reloj{
    float: right;
    font-size: 18px;
    width: 100px;
    background-color: #fff;
    padding: 8px;
    border: 2px solid #ccc;
    margin-right: 70px;
}
#reloj_enunciado{
    float: left;
    width: calc(100% - 40px);
    margin: 0px;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0px;
    color: #ffa500;
    background-color:rgba(255,255,255,0.8);
}
#cuenta_atras_enunc{
	width:100px;
	text-align:center;
}
.soluciones_test_pers{
    text-align: justify;
    padding: 20px;
    width: calc(100% - 42px);
    border: 1px solid #ccc;
    float: left;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.8);
}
.solo_profesorado h2{
    clear: left;
    color: #1b2d56;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #888;
    padding: 14px 0 10px;
}
.solo_profesorado h3{
    float: left;
    clear: left;
    font-weight: normal;
    color: grey;
}
.barra_personalidad{
    border-radius: 0 20px 20px 0;
    margin: 6px 0;
    text-align: center;
    font-weight: bold;
}
.soluciones_test_pers h4{
    float: left;
    clear: both;
    width: 100%;
    font-weight: normal;
    margin-bottom: 8px;
}
.traduciendo{
    border: 1px solid #004bff !important;
    background-color: #ecedff !important;
}
.traduciendo .boton19.lang{
	opacity:0.4;
}
.traduciendo input{
	display:none;
}
.traduciendo label{
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    cursor: auto;
}
.traduciendo label div:first-child{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
#traducir{
    z-index: 999999;
    position: fixed;
    top: 40%;
    left: 40%;
    background-color: rgba(255,255,255,0.9);
    padding: 0;
    border: 1px solid #ccc;
    min-width: 300px;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
}
#traducir button{
    float: left;
    width: calc(50% - 10px);
    display: inline-block;
    border-radius: 0;
    margin:0;
}
#texto_traducir{
    margin: 12px 20px 6px;
    color: #1b2c55;
}
#texto_traducido{
    margin: 6px 20px 12px 60px;
    color: #e85810;
    text-align: right;
}
.altavoz_traducido{
    position: absolute;
    left: -20px;
    top: 40px;
    color: #e85810 !important;
}
.altavoz_traducir{
    position: absolute;
    left: -20px;
    top: 6px;
}

.difusiones{
	transition-duration:0.5s;
}
.paginado_paginas{
	margin: 6px 0;
    display: inline-block;
    /*float:left;*/
}
.paginado_pagina{
    display: inline-block;
    border: 1px solid #555;
    padding: 6px;
    cursor: pointer;
    border-radius: 3px;
    min-width: 10px;
    text-align: center;
    font-size: 0.9em;
}
.paginado_pagina.actual{
    background-color: #042956;
    color: #fff;
}
.opciones-edicion-partida .dashicons{
	float: right;
	font-size:1.6em;
	cursor: pointer;
	margin:0 6px;
}
.parpadeante{
	animation-name: parpadeo;
 	animation-duration: 1s;
 	animation-timing-function: linear;
 	animation-iteration-count: infinite;
	-webkit-animation-name:parpadeo;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name:parpadeo;
	-moz-animation-duration: 2s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}
.pendiente{
	color: #e85810;
}
.curso_front{
	float: left;
    text-align: left;
    width: calc(100% - 20px);
    padding:0 10px;
}
.fechas_tema{
    float: left;
    font-weight: normal;
    font-size: 0.8em;
    margin-right: 20px;
    display: inline-block;
    /* vertical-align: middle; */
    padding-top: 5px;
    clear:left;
    color:#888;
}
.enunciado-personalidad{
    float: left;
    border: 1px solid #1b2d56;
    padding: 20px 40px;
    margin: 40px 0;
    width: calc(100% - 72px);
}
.enunciado-personalidad h1{
    font-size:22px;
    color:var(--color1);
    margin: 10px 0;
}
.enunciado-personalidad h2{
    font-size:18px;
    color:var(--color2);
    margin: 10px 0;
}
.enunciado-personalidad h3{
    font-size:16px;
    color:var(--color2);
    margin: 10px 0;
}
.test-personalizado-front{
	float: right;
    text-align: center;
    /*padding: 5px 0 10px;*/
    clear:both;
}
.tema_front{
    position: relative;
	float: left;
    width: calc(100% - 32px);
	margin:0;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #1b2c55;
    /*border-radius: 10px;*/
    border: 1px solid #1b2c55;
    background-color: rgba(255,255,255,0.8);
    white-space: normal;
    margin-bottom: 4px;
    border-radius:6px;
    transition:ease-in-out all 0.2s;
}
.tema_front:hover{
    background-color:#e2f8ff;
    transition:ease-in-out all 0.2s;
}
.titulo_tema_front{
	float: left;
}
.calificaciones_tema{
    float: right;
    clear:right;
}
.notas_front{
	font-size: 1em;
    font-weight: normal;
    display: inline-block;
    float: none;
    padding: 2px 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    min-width: 60px;
    text-align: right;
    vertical-align: middle;
    background-color: #fff;
}
.notas_front .icon_front{
	float: left;
	text-align: left;
}
.tachado_correccion{
	/*float: left;*/
	display: inline-block;
	text-decoration: line-through;
	font-weight: normal !important;
	/*color: grey !important;*/
	color: grey;
	/*width: auto !important;*/
	width: auto;
	margin-right: 20px;
}
.correccion{
	font-weight:bold;
	/*width: auto !important;*/
	width: auto;
	float: left;
	display: inline-block;
}
.boton_subir{
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 20px;
    height: 20px;
    border: 1px solid grey;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    padding: 10px;
    background-color: #fff;
    border-radius: 100%;
    padding-top: 10px;
    z-index: 99998;
    i{
        font-size: 20px !important;
    }
}
.marcadores, #marcadores_inferiores{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fefefe;
    width: calc(100% - 80px);
    text-align: center;
    padding: 4px 60px 10px 20px;
    border-top: 1px solid lightgrey;
    z-index: 999;
}
.marcadores a, #marcadores_inferiores a{
	font-size: 0.9em;
	cursor: pointer;
	display: inline-block;
}
#vardumptemujin{
    float: left;
    font-size: 0.9em;
    color: #fff;
    background-color: #000;
    padding:0 20px;
    /* margin: 5px; */
    border-radius: 3px;
    width: calc(100% - 40px);
    overflow: auto;
}
:disabled {
    background: #eee !important;
    color: #555;
    opacity: 0.6;
    text-decoration:line-through;
}
.movil{
	display:none !important;
}
input:required:invalid {
	margin-bottom:5px;
	border:0 solid #fff;
	border-bottom: 2px solid #e85810;
}
input:required:valid {
	margin-bottom:5px;
	border:0 solid #fff;
	border-bottom: 2px solid #1b2c55;
}
.sub-menu{
	display: none;
	z-index: 999999;
	position: absolute;
}
#menus .sub-menu:hover, #menus ul li:hover ul {
	display: block;
	position: absolute;
	float: left;
	clear: both;
	background-color: #fff;
}
.sub-menu .menu ul li{
	display: block !important;
	float: left;
	display: block;
	clear: both;
}
.aladerecha{
	float: right !important;
}
.oculto{
	display: none !important;
}
/* 01- HEADER */
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    background-image: url("https://bemasteracademy.com/wp-content/plugins/cursos-formativos/imagenes/logosmall.png") !important;
    background-position: 0 0;
    color: rgba(0, 0, 0, 0);
}
#nombreusuario, #nombreusuario a{
	color: #ff1d00;
	float: right;
	font-size: 14px;
	padding-top: 12px;
	margin-right: 14px;
	font-weight: bold;
	text-transform: none !important;
}

/* 02- CAMPUS VIRTUAL */
h1{
	font-size: 12px;
}
.barra-izq{
	float: left;
	display: inline;
	width: calc(20% - 20px);
	border-right: 1px solid #1b2c55;
}
.barra-izq h1{
	text-transform: uppercase;
	font-size: 12px;
	color: #ff1d00;
}
.botones-derecha, .botones-derecha-mensajes{
	float:left;
	clear:both;
	width:100%;
	text-align:right;
}
#contenido-curso{
    float: left;
    display: inline;
    width: calc(100% - 40px);
    padding: 1em 20px 3em;
    user-select: none;
}
#contenido-curso ol{
	margin-left: 35px;
}
#contenido-curso #boton, #contenido-curso .boton, #contenido-curso #botonsubida{
    display: inline-block;
    float: left;
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin: 2px 4px;
    border: 1px solid #1b2c55;
    cursor: pointer;
    padding: 6px 8px;
    color: #1b2c55;
}
#lista-ejercicios-entregados{
	float: right;
    padding-right: 5px;
}
#formulario-de-carga{
}
#cursoactivo #boton{
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #1b2c57;
	color: #1b2c55;
	border:0 solid transparent;
	padding:0;
}
form{
	padding:0;
	margin:0;
}
#menu_superior_cv{
	float: left;
	width: 100%;
    padding:0;
}
#enlace_menu_cv{
	font-size: 13px;
	/*width: calc(20% - 10px);*/
	width: calc((100%/6) - 10px);
	font-weight: regular;
	color: #1b2c55;
	height: 3em;
    padding: 5px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	/*border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);*/
}
.dobleancho{
	width: calc(50% - 40px);
}
#enlace_menu_cv img, #enlace_menu_cv input[type="image"], #enlace_menu_cv_2 img, #enlace_menu_cv_2 input[type="image"]{
	max-width: 60px;
	max-width: 25%;
	margin-right: 1em;
	vertical-align: middle;
	float: left;
	padding:0;
	max-height: 20px;
}
#enlace_menu_cv #boton{
	background-color: transparent;
	font-size: 14px;
	padding:0;
	border:0 solid #fff;
	font-weight: bold;
	color: #1b2c55;
	cursor: pointer;
}
#enlace_menu_cv .boton_sub{
	background-color: transparent;
	font-size: 12px;
	padding:0;
	margin:0;
	border:0 solid #fff;
	font-style: italic;
	cursor: pointer;
	color: #e85810;
    padding-right: 20px;
}
#enlace_menu_cv select{
	padding:0;
	border:0 solid #fff;
	cursor: pointer;
	max-width: 100%;
	font-size: 12px;
}
#ubicacion, #ubicacion p{
	float: left;
	text-align: left;
	padding: 0.5em 0;
	width: 100%;
}
#ubicacion_link, .ubicacion_link{
	font-size: 14px;
	display: inline-block;
	float: left;
	background-color: transparent;
	padding:0;
	margin:0;
	border:0 solid #fff;
	cursor: pointer;
	color: #e85810;
	text-transform: uppercase;
	max-width:100%;
}
#ubicacion_link_flecha .dashicons{
	color: #ccc !important;
	float: left;
	display: inline-block !important;
	padding:0 5px;
	cursor: default;
	font-size: 14px;
}
#calificacion{
	text-align: center;
}
#fila-ejercicio{
    float: left;
    width: 100%;
}
#confirma-operacion{
	float: left;
	width:100%;
}
iframe{
	max-width:100%;
}

@media screen and (max-width: 1000px){
	#enlace_menu_cv{
		width: calc(50% - 40px);
		min-height: 62px;
	}
}

@media screen and (max-width: 525px){
	#enlace_menu_cv{
		width: calc(100% - 10px);
		padding: 5px;
		margin: 6px 2px;
		min-height: 62px;
	}
	#enlace_menu_cv img{
		max-height: 2em;
	}
	#contenido-curso{
		width: calc(100% - 10px);
		padding:0 5px;
	}
	table{
		width: calc(100% - 10px);
		margin:0 !important;
		padding:0 !important;
	}
	#contacto-reducido{
	    float: none;
	    width: 100%;
	    clear: both;
	    text-align: center;
	    padding: 5px 0;
	    font-size: 0.9em;
	}
	#campus_virtual_icono{
		margin:0px;
	}
	#footer-reducido{
	    float: left;
	    display: inline-block;
	    width: 100%;
	    margin:0;
	    text-align: center;
	    padding-bottom: 10px;
	}
	#footer-reducido button{
		float: none;
	}
	#entidad_corporativa_reducida{
	    padding: 10px 0;
	    float: none;
	    text-align: center;
	    margin:0;
	}
	#redes-sociales{
	    float: none;
	    margin:0;
	    padding:0;
	    text-align: center !important;
	    width: 100%;
	}
	#footer_logo img {
	    padding-bottom:0;
	}
}

/* 03- COMUNICACIÓN */
.usuario-mensajes{
	float:left;
}
.avatar-usuario{
    float: left;
    max-height: 40px !important;
    vertical-align: middle;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	margin:0;
	padding:0;
}
.avatar-usuario:hover{
	float: left;
    max-height: 80px !important;
    height: 80px !important;
	-webkit-transform:scale(80px);
	-moz-transform:scale(80px);
	-ms-transform:scale(80px);
	-o-transform:scale(80px);
	transform:scale(80px);
	cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	z-index:99;
}
.usuario-mensajes form{
    float: left !important;
    vertical-align: middle !important;
    width: auto !important;
}
.usuario-mensajes form button{
    float: left !important;
    vertical-align: middle !important;
    width: auto !important;
}
.listaRol{
	float: left;
	margin-bottom: 10px;
	clear: both;
	max-width: 300px;
}
.listaRol ul{
	float: left;
	clear: both;
}
.listaRol li{
	padding: 5px;
	clear: both;
}
#comunicacion{
	float: left;
	clear: both;
	height: auto;
	overflow: auto;
}
#cursos-activos{
	float: left;
	clear: both;
}
#rol_lista_comunicacion{
	font-size: 14px;
	font-weight: bold;
	clear: both;
	float: left;
}
#boton_cargar_usuario{
    background-color: transparent;
    border:0 solid transparent;
    cursor: pointer;
    color: #1b2c55;
    font-size: 14px;
    padding:0;
    padding: 5px 0 5px 10px;
    float: left;
    margin:0;
    width: 100%;
    text-align: left;
    max-width: 160px;
    width: 140px !important;
}
#conversacion{
	display: inline-block;
    float: right;
    width: calc(100% - 200px);
}
#mensaje_emi{
	float: right;
    text-align: left;
    margin: 1px 0;
    padding: 0.5em 1.2em;
    background-color: #D8F6CE;
    clear: both;
    border-radius: 1em;
    border: 1px solid #ccc;
}
#mensaje_des{
	float: left;
	text-align: left;
    margin: 10px 0;
    padding: 0.5em 1.2em;
	background-color: #FFFFFF;
	clear: both;
	border-radius: 1em;
	border: 1px solid #ccc;
}
#mensaje_des ul{
    float: left;
    clear: both;
    width: 100%;
    margin-left: 20px;
}
#mensaje_des table{
	float: none;
	margin: 20px auto;
}
#mensaje_des td{
    border: 1px solid #ccc;
    text-align: center;
}
#listado_conversaciones, #listado_difusiones{
	display: inline-block;
    float: left;
    width: 180px;
    border-right: 1px dashed #ccc;
    background-color: #eee;
}
#caja_enviar{
	float: left;
	width: 100%;
	clear: both;
}
#caja_mensaje{
	float: right;
	display: inline-block;
	width: calc(100% - 2em - 2px);
	text-align: left;
    padding: 0.5em 1em;
}
#boton_enviar_mensaje{
	float: right;
	display: inline-block;
	background-color: #e85810;
	color: #fff;
	cursor: pointer;
}
#time_mensaje{
    color: #aaa;
    font-size: 0.9em;
    text-align: right;
    width: 100%;
    display: inline;
    float: right;
    padding: 5px 0;
    clear:both;
}
#time_mensaje_leido{
	color: #aaa;
	font-size: 0.8em;
	text-align: right;
	width: 100%;
    margin-left: 1em;
    font-style: italic;
    float: right;
}
.ultimo_comunicado{
	color: #1b2c55 !important;
}
.ultimo_comunicado_fecha{
	color: #e85810 !important;
}
#contenedor_mensajes, #contenedor_difusiones{
	height: calc(100% - 200px);
	overflow: auto;
	padding-left: 2em;
}
#cambia_dia{
	width: 100%;
	color: #555;
    clear: both;
    text-align: center;
}
.no_leido{
	font-weight: bold;
    border: 1px solid #000 !important;
}
.conversacion_no_leida{
	font-weight: bold;
	color: #e85810 !important;
}
.conversacion_leida{
	font-weight: bold;
}
#conversadores{
	font-size: 0.8em !important;
	font-weight: normal !important;
	text-transform: none;
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
	padding: 8px 0;
}
#informa_usuario, .informa_usuario{
	float: left;
	background-color: #A9F5A9;
	padding: 1em 2em;
    border-radius: 20px;
	width: calc(100% - 60px);
	clear: both;
	height: auto;
	margin: 1em 0;
}
#error_usuario, .error_usuario{
	float: left;
	background-color: #FFCD74;
	padding: 1em 2em;
    border-radius: 20px;
	/*width: calc(100% - 40px);*/
	/*clear: both;*/
	height: auto;
	margin: 1em 0;
}
#informa_usuario h1, #error_usuario h1{
	font-size: 1.2em;
	margin:0;
	padding:0;
}
#informa_usuario valor, #error_usuario valor{
	font-weight: bold;
}

/* 04- TABLAS */
table{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: calc(100% - 10px);
	padding: 10px;
	border-collapse: collapse;
}
tr{
	background-color: #fff;
}
tr .curso{
	margin-top: 1em;
	min-height:30px
}
table tr td{
	padding: 3px 10px;
	border-spacing:0;
    border: 1px solid lightgrey;
}
#separador_tabla{
	background-color: transparent !important;
	min-height: 2em;
	float: left;
}
.curso{
	color: #fff;
	/*background-color: <?php //echo $naranja; ?> ;*/
	background: rgba(247,173,0,1);
	background: -moz-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,173,0,1)), color-stop(100%, rgba(224,0,26,1)));
	background: -webkit-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
	background: -o-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
	background: linear-gradient(to right, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ad00', endColorstr='#e0001a', GradientType=1 );
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.curso td{
    border-radius: 20px 20px 00;
}
.bloque{
    float: left;
    color: #fff;
    background-color: #1b2c55;
    font-size: 1.1em;
    margin-top: 20px;
    padding: 2px 10px;
    width: calc(100% - 20px);
    clear: both;
    cursor: pointer;
}
.bloque:hover{
    background-color:#2a4da1;
}
#pregunta_presentada .bloque:hover{
    background-color:#fafafa;
}
.psicotecnicos{
	color: #fff;
	background-color: #e85810 ;
	font-size: 14px;
	float: left;
    width: 100%;
    clear: both;
}
.asignatura{
	color: #1b2c55;
    float: left;
    clear: both;
    width: calc(100% - 34px);
    font-size: 12px;
    padding: 8px 0;
}
.asignatura_alt{
	color: #1b2c55;
	background-color: #FFFFFF;
	font-size: 1em;
}
.alt{
	background-color: #F2F2F2;
}
.asignatura_front{
    font-weight: bold;
    color: #e85810;
    float: left;
    clear: both;
    width: calc(100% - 20px);
    text-transform: uppercase;
    padding: 6px 10px 2px;
    font-size: 1em;
}
.asignatura_front:hover{
    background-color: #ffeadf;
}
.titulotema{
	float:left;
	width: calc(100% - 34px);
}
.titcolleft{
	font-size: 0.9em;
	color: #555;
    font-style: italic;
    padding-left: 2em;
    text-align: left;
}
.titcolright{
	font-size: 0.9em;
	color: #555;
    font-style: italic;
    padding-right: 4em;
    text-align: right;	
}
.titulos td{
    padding:0 !important;
}
#inactivo, .inactivo{
	color: #aaa !important;
    text-decoration: line-through;
    font-weight: normal;
    border: 1px solid #aaa;
    cursor: default;
    background-color: #fff;
}
#clickatema, .clickatema{
	margin:0;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 16px;
    border:0 solid transparent;
    background-color: transparent;
    font-weight: bold;
    color: #1b2c55;
    border-radius: 10px;
    border: 2px solid #1b2c55;
    white-space: normal;
    background-color: #e1e8ff;
}
.clickatema:hover{
    background-color: #fff;
}
.boton_personalizado{
    border: 1px solid #1b2c55;
    background-color: #fff;
    color:#0039c3;
    font-weight:normal;
    border-radius: 20px;
}
.boton_personalizado:hover{
    background-color: #e1e8ff;
}

/* 05- CONTENIDOS TEMA */
#boton input[type=image], #boton img{
	max-height: 1.25em;
	padding: 0 1em 0 0;
	display: inline-block;
	vertical-align: middle;
}
#boton input[type=image]{
	float: left;
}
#lista-ejercicios-entregados #boton form{
	float: left;
}
#lista-ejercicios-entregados #botonsubida{
	float: right;
}
#nombretema{
	float: left;
	clear: both;
    color: #fff;
    padding: 10px;
    width: calc(100% - 20px);
    border-radius: 20px 20px 00;
    background: rgba(247,173,0,1);
    background: -moz-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,173,0,1)), color-stop(100%, rgba(224,0,26,1)));
    background: -webkit-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
    background: -o-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
    background: -ms-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
    background: linear-gradient(to right, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ad00', endColorstr='#e0001a', GradientType=1 );
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#tipocontenido{
	background-color: #1b2c55;
	padding: 4px 0;
	text-align: center;
	width: 100%;
	float: left;
	color: #fff;
	float: left;
	clear: both;
}
#nota-contenido{
	width: 100%;
	float: left;
	text-align: justify;
	font-size: 0.9em;
	padding-bottom: 2em;
}
#caja-contenido{
	float: left;
	display: inline;
	min-height: 50px;
	min-width: 50px;
	background-color: #eee;
	padding: 5px;
	margin: 5px;
}
#caja-video{
    float: left;
    text-align: center;
    display: inline;
    width: calc(50% - 20px);
    height: auto;
    background-color: #eee;
    padding: 5px;
    margin: 5px;
}
#video{
    text-align: center;
    width: calc(100% - 20px);
    height: auto;
}
#caja-video .ytp-watermark .yt-uix-sessionlink{
	display: none !important;
}
/*
svg{
	display: none !important;
}
*/
#evolucion_alumno svg{
	display: block !important;
}

/* Reproductor embebido */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body{
	background: -moz-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,173,0,1)), color-stop(100%, rgba(224,0,26,1))) !important;
	background: -webkit-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%) !important;
	background: -o-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%) !important;
	background: linear-gradient(to right, rgba(247,173,0,1) 0%, rgba(224,0,26,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ad00', endColorstr='#e0001a', GradientType=1 ) !important;
}
#audio_embed{
	float: left;
	clear: both;
	width: calc(100% - 10px);
	padding: 5px;
    font-size: 14px;
    color: #1b2c55;
    font-weight: bold;
}
#volver{
	clear: both;
}

/* 06- TESTS */
.nota_estandar{
    float: left;
    text-align: justify;
    width: calc(100% - 40px);
    padding: 10px 20px;
}
#impugna{
    position: fixed;
    top: 30%;
    left: 10px;
    width: calc(100% - 100px);
    z-index: 100000;
    background-color: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 00 5px 0 rgba(0,0,0,0.75);
    box-shadow: 0 5px 0 rgba(0,0,0,0.75);
    border: 2px solid #1b2c55;
}
#impugna #motivo{
    width: calc(100% - 40px);
    padding: 10px 20px;
}
.mejor_nota{
	padding:10px 20px;
	border-radius:6px;
}
.acertada{
	padding-left:20px !important;
	border-left:10px solid #00c100 !important;
    width: calc(100% - 33px) !important;
}
.fallada{
	padding-left:20px !important;
	border-left:10px solid red !important;
    width: calc(100% - 33px) !important;
}
.nsnc{
	padding-left:20px !important;
	border-left:10px solid #aaa !important;
    width: calc(100% - 33px) !important;
}
.img_url{
	min-height:60px;
	max-height:80px;
	width:auto;
    transition: ease-in-out 0.2s;
}
.img_url.maximizada{
    min-height:initial;
    max-height:initial;
    width:100%;
    transition: ease-in-out 0.2s;
}
.circulo{
    border-radius: 100%;
    border: 1px solid grey;
    text-align: center;
    padding: 2px 4px 0;
    font-weight: bold;
    margin-right: 10px !important;
    float: left;
    min-width: 22px;
    height: 22px;
    font-size: 14px;
    user-select: none;
}
.circulo.previoresolver{
    background-color:var(--color2);
    color:#fff;
}
.grupo_inputs{
	border: 1px solid #ccc;
	padding: 20px;
	margin: 5px;
	float: left;
	min-width: calc(30% - 50px);
	overflow: hidden;
}
.grupo_inputs legend{
	font-style: italic;
}
.datos_usuario{
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 8px !important;
    overflow: hidden;
    width: calc(50% - 60px);
}
.datos_usuario legend{
	font-style: italic;
	color:#888;
}
.datos_usuario label{
	min-width:calc(50% - 30px);
	float:left;
	display:inline-block;
	color:#888;
}
.datos_usuario input, .datos_usuario textarea{
	min-width:calc(50% - 30px);
	float:right;
	margin-right:30px;
	font-size:1em;
}

.desactivado, .desactivado a{
	color: #555 !important;
    background-color: #eee !important;
    font-weight: normal !important;
    text-decoration: line-through;
}
#bloque_pregunta, .bloque_pregunta{
    width: calc(100% - 16px);
    border: 1px solid #888;
	color: #1b2c55;
	/*background-color: #F9FAFF;*/
	background-color: #fafafa;
	float:left;
	padding: 12px;
	margin-top:20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0px 0px 20px;
    border-radius:12px;
}
#bloque_pregunta_alt, .bloque_pregunta_alt{
    width: calc(100% - 16px);
    border: 1px solid #888;
	float:left;
	color: #1b2c55;
	background-color: #ffffff;
	/*background-color: #FFFDF9;*/
	padding: 12px;
	margin-top:20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0px 0px 20px;
    border-radius:12px;
}
#bloque_pregunta h3, #bloque_pregunta_alt h3, .bloque_pregunta h3, .bloque_pregunta_alt h3{
    float: left;
    margin: 0 0 6px;
    font-size: 1em;
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 1.1em;
}
#bloque_pregunta p, #bloque_pregunta_alt p, .bloque_pregunta p, .bloque_pregunta_alt p{
	font-size: 16px;
	font-weight: normal;
    line-height: 1.5em;
	text-align: justify;
	text-indent: 1em;
}
.bloque_pregunta.no_cuenta{
    color: #666;
    border: 1px solid #666;
    background: linear-gradient(-45deg, rgba(220,220,220,1) 0%, rgba(220,220,220,1) 49.9%, rgba(136,136,136,1) 50%, rgba(220,220,220,1) 50.1%, rgba(220,220,220,1) 100%);
}
.bloque_pregunta.eliminada{
    background-color:#333;
    background: linear-gradient(-15deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 49.8%, rgba(255,185,151,1) 50%, rgba(51,51,51,1) 50.2%, rgba(51,51,51,1) 100%);
    color:#aaa;
}
.bloque_pregunta.eliminada .anotacion{
    background-color: #555;
    color: #aaa;
    opacity: 0.7;
}
.bloque_pregunta.eliminada .caja_estadisticas{
    background-color:#333;
}
.bloque_pregunta.eliminada .impugnaciones,
.bloque_pregunta.eliminada .estadisticas21,
.bloque_pregunta.eliminada .certeza{
    display:none;
}

.todas_opciones{
    max-width: calc(100% - 22px);
    line-height: 1.5em;
}
.todas_opciones i{
	margin-left:20px;
}
#resultados, .resultados{
    width: calc(100% - 18px);
    text-align: center;
    display: block;
    float: left;
    margin: 10px 0;
    clear: both;
    padding: 10px;
    border-radius: 6px;
    color: #042956;
    background-color: rgba(255,255,255,0.8);
}
#resultados img, .resultados img{
    max-height: 24px;
    vertical-align: bottom;
}
#contenido-curso #caja-tests{
	float: left;
	width: 50%;
	display: inline-block;
}
#test-tema-actual, #test-tema-recopilatorio{
	float: left;
    text-align: center;
    width: calc(50% - 20px);
	padding: 10px;
}
#test-tema-actual #boton, #test-tema-recopilatorio #boton{
    float: none;
}
#corrige, #corrige_testcasillas{
    width: 100%;
    float: left;
    position: fixed;
    bottom:0;
    background-color: rgba(255,255,255,0.8);
    margin-left: -20px !important;
	z-index: 99997;
}
.comentariocasilla{
    color: #042956;
    cursor:pointer;
    margin: 0 10px;
}
.comentariocasilla:hover{
    transition: ease 0.4s all;
    color:blue;
}
form input[type="image"]{
	max-height: 20px;
	width: auto;
}
#prueba-nivel-ingles{
	float:left;
	position:relative;
	bottom:0px !important;
	width:100%;
	clear:both;
	background-color: #eee;
}
.imagen_enunciado{
	text-align: center;
}
.enunciado_fijo{
    clear: both;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    padding: 20px;
    margin-bottom: 20px;
}
.enunciado_temporal{
	position: fixed;
    top: 5px;
    left: 5px;
    z-index: 999998;
    width: calc(100% - 50px);
    clear: both;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    padding: 20px;
    overflow-y: scroll;
    padding-bottom: 40px;
}
.enunciado_pop{
	position: fixed;
    top: 5px;
    left: 5px;
    z-index: 999997;
    width: calc(100% - 50px);
    clear: both;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    padding: 20px;
    overflow-y: scroll;
    padding-bottom: 40px;
}
.boton_enunciado_pop{
	text-align: center;
	position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999998;
    width: 100px;
    clear: both;
    background-color: #ffd6b8;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    padding: 10px;
    cursor: pointer;
}
.cuenta_atras{
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 2em;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    padding: 5px 10px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.8);
}
.cuenta_atras_sup{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 2em;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
    padding: 5px 10px;
    cursor: pointer;
}
.cuenta_atras span, .cuenta_atras_sup span{
    font-size: 1.2em;
    float: right;
    margin:0 15px 15px 0;
    text-align: center;
}
.azulclaro{
	background-color: #d5daff !important;
}
.naranjaclaro{
	background-color: #ffe5c5 !important;
}
.factor-descripcion{
    float: left;
    width: calc(100% - 40px);
    text-align: left;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.8);
}
.factor-nombre{
	color: #000 !important;
	float: left;
    margin-top: 14px !important;
    width: 100%;
    text-align: left;
}

/* 07- EDITOR DE TESTS */
#listado-preguntas-alumno{
	float: left;
	clear: both;
	width: 100%;
}
#listado-preguntas-alumno img{
	max-height: 25px;
	vertical-align: middle;
}
#listado-preguntas-alumno h2{
	font-size: 1em;
}
#listado-preguntas-alumno form{
	float: left;
}
#pregunta-editor{
	float: left;
	display: inline-block;
}
#calificaciones-editor{
	text-align: center;
	width: 100%;
}
#calificaciones-editor img{
	max-height: 25px;
	vertical-align: middle;
}
#campo_nombre{
	min-width: 400px;
}
#linea{
	width: calc(100% - 20px);
	float: left;
	clear: both;
}
#linea{
	float:left;
	display:block;
	width:100%;
	text-align:center;
}
#linea-pregunta{
	width: calc(100% - 20px);
	margin-left: 10px;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
.tercio{
	float: left;
	padding: 10px;
	width: calc( (100%/3) - 20px);
}
#cuarto, .cuarto{
	float:left;
	padding: 10px;
	width: calc(25% - 20px);
}
#quinto, .quinto{
	float:left;
	padding: 10px;
	width: calc(20% - 20px);
}
.fifth{
	float: none;
	width: calc(20% - 20px);
	display: inline-block;
}
.fifth19{
	float: left;
	width: calc(20% - 26px);
	display: inline-block;
    margin: 0 10px;
    padding:3px;
}
.fifth19 img{
	float:right;
}
/*
.acertada19{
	background-color:lightgreen;
}*/
#caja-respuesta{
	padding: 10px;
    width: 100%;
    float: left;
    clear: both;
    min-height: 5em;
}
#boton_descarga_archivo, #boton_descarga_archivo a{
	float: left;
	text-align: center !important;
	display: inline-block;
	width: 100%;
	color: #1b2c55;
	cursor: pointer;
    text-align: left;
    padding:0 1em;
    border:0;
    margin:0;
}


/* Anteriores TEMUJIN.ES*/

#hacer_nuevo_test{
    clear: both;
    text-align: center;
    margin: 0 auto;
}
.linkbutton{ 
	background: none !important;
	border: none !important;
	color: red !important;
	text-decoration: none !important;
	cursor: pointer !important;
	padding:0px;
	margin:0px;
	font-size:0.9em !important;
	vertical-align:middle !important;
}
#listado_cursos{
	margin-left:20px;
}
#listado_cursos label{
	/*margin-left:0px;*/
	display:inline-block;
}
#listado_cursos input{
    margin-left: -20px;
    display: inline-block;
    float: left;
}
#campo{
	display:inline;
	float:left;
	/*border:1px solid #ccc;*/
	padding: 5px 10px;
	width:80px;
	text-align:center;
}
#campofecha{
	display:inline;
	float:left;
	/*border:1px solid #ccc;*/
	padding: 5px 10px;
	width:100px;
	text-align:center;
}
#campotema{
	display:inline;
	float:left;
	/*border:1px solid #ccc;*/
	padding: 5px 10px;
	width:300px;
	text-align:justify;
}
#campocurso{
	font-size:0.8em;
	font-style:italic;
	text-indent:5px;
}
.verde{
	color:green;
}
.rojo{
	color:blue;
}
.naranja{
	color:orange;
}
.cursiva{
	font-style:italic;
}
#caso_a_analizar{
	width:96%;
	float:left;
	padding:20px;
	text-align:justify;
	font-size:1.1em;
	font-style:italic;
	color:#666;
	text-indent:10px;
}
.casopractico{
	padding:0px !important;
	background-color:transparent !important;
	color:#000 !important;
	margin:0px !important;
	font-size:1em !important;
}
.opciones_curso{
    color: blue;
    cursor: pointer;
    font-size: 1.4em;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;	
}

#resultados_factores h2{
    float:left;
    width:100%;
    margin: 12px 0 0 0;
    padding-left:0;
    text-align:left;
    color:var(--color1);
}
#resultados_factores h3{
    float:left;
    width:calc(100% - 20px);
    margin: 12px 0 0 0;
    padding-left:20px;
    text-align:left;
    color:var(--color2);
}
#resultados h1{
	color:#fff;
	font-size:22px;
	margin:0px;
}
#tercio{
	width:33%;
	float:left;
	display:inline;
	text-align:center;
}
/*#anotacion{
	float:right;
	font-style:italic;
	font-size:0.9em;
	text-align:right;
	font-weight:normal !important;
	padding-right:5px;
	max-width:70%;
	text-decoration:none !important;
}
#anotacion{
    float: right;
    font-style: italic;
    font-size: 1em;
    text-align: justify;
    font-weight: normal !important;
    padding-right: 5px;
    max-width: 100%;
    padding: 1em 2em;
    text-decoration: none !important;
    opacity: 0.8;
}*/
#anotacion, .anotacion{
    float: left;
    font-size: 1em;
    text-align: justify;
    font-weight: normal !important;
    text-decoration: none !important;
    width: calc(100% - 52px);
    background-color: #d7f5ff;
    border: 1px solid grey;
    padding: 10px 25px;
    position: relative;
    resize: vertical;
}
#anotacion p, .anotacion p{
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 6px;
}
#anotacion .dashicons, .anotacion .dashicons{
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 2em;
}
#nombre-tema{
	float:right;
	margin-right:20px;
	font-style:italic;
	font-size:0.8em;
}
.caracteristicas_pregunta{
    float: right;
    margin-left: 20px;
    font-size: 14px;
    color: #1b2d56;
    user-select: none
}
.caracteristicas_pregunta .fas, .caracteristicas_pregunta .far{
    font-size: 16px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
}
.caracteristicas_pregunta .destacada{
    color: #e85810;
    display: inline-block;
}
.caracteristicas_pregunta > div, .caracteristicas_pregunta > i{
	margin-left:20px;
	display:inline-block;
}
.dificultad_pregunta{
	width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 20px;
    border: 1px solid #bbb;
    vertical-align: middle;
}
p.submit{
	/*float:left !important;*/
	display:inline;
	margin:0px 20px 0 20px;
	padding:0px;
}
#subir-test{
	display:inline;
	float:left;
	width:100%;
}
.respuestas{
	width:100%;
	margin-bottom:0px;
	padding-bottom:20px;
	float:left;
	text-align:center;
}
#ancho, .ancho{
	width:100%;
	margin-bottom:0px;
	/*border-bottom:1px dashed #555;*/
	padding-bottom:10px;
	float:left;
}
#ancho label, .ancho label{
	width:95%;
}
label.tercio, label#tercio{
	width: calc(33.33% - 22px) !important;
	margin-left:0px;
    margin: 0 10px;
}
label.cuarto, label#cuarto{
	width: calc(25% - 22px) !important;
	margin-left:0px;
    margin: 0 10px;
}
label.quinto, label#quinto{
	width: calc(20% - 22px) !important;
	margin-left:0px;
    margin: 0 10px;
}
label.fifth{
    width: calc(20% - 22px) !important;
    margin-left: 0px;
    text-align: justify;
    margin: 0 10px;
}
div.tercio, div.cuarto, div.quinto{
	text-align: center;
}
#respuesta, .respuesta{
    float: left;
    position: relative;
    display: block;
    width: calc(100% - 40px);
    text-align: justify;
    padding: 4px 10px;
}
label.respuesta:has(input[type="radio"]:checked){
    background-color: lightskyblue;
    border-radius: 12px;
}
label.respuesta.opcion2{
    background-color: lightsteelblue;
    border-radius: 12px;
}
.respuesta-linea{
	float: left;
    display: inline-block;
    width: auto;
    text-align: center;
    display: inline;
    padding:0;
    margin:0;
}
.respuesta-linea input[type=radio]{
	float: none;
	cursor: pointer;
}
.respuesta p, .respuesta ul, .respuesta ol{
    float: left;
    width: 100%;
    text-indent: 0;
    margin: 0.3rem 0;
}
.respuesta ul li, .respuesta ol li{
	margin-left:30px;
}
#respuesta_correcta{
	float:left;
	display:block;
	width:100%;
	text-align: justify;
/*	display:inline;
	width:25%;	*/
}
/*
#respuesta_correcta.tercio{
	width: 32%;
}
#respuesta_correcta.cuarto{
	width: 24%;
}
#respuesta_correcta.quinto{
	width: 19%;
}
*/
#respuesta textarea{
	width:100%;
	height:10em;
	resize:none;
}
#respuesta_correcta textarea{
	width:100%;
	height:10em;
	resize:none;
	background-color: #A9F5A9;
}
#pregunta{
	float:left;
	display:block;
	width:100%;
}
#question-text{
	width:100%;
	height:6em;
	resize:none;
}
#question-select{
	width:100%;
}
/* Usuarios */
#navigation{
	float:right;
	background-color:#DF0101;
	color:#fff;
	
}
#navigation a{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	color: #fff;
	font-weight:bold;
}
#navigation a:hover{
	transform: scale(1.1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	color: yellow;
}
input[type=radio]{
	float:left;
}
input[type=checkbox]{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label{
	float:left;
	/*width:95%;*/
	margin-left:20px;
	cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}
.seleccionado{
	background-color: #1e8cbe;
	font-weight:bold;
}
#ancho{
	width:100%;
	border:none !important;
}
#respuesta{
	float:left;
	display:inline-block;
	/*padding: 5px 1%;
	width:98%;*/
	padding: 5px;
    text-align: justify;
	cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#respuesta label{
	padding:10px;
	cursor:pointer;
    text-align: justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.resp_correcta21{
	cursor:pointer;
	font-weight:bold;
	/*color: #00c100;*/
    color: #009d00;
	float:left;
	display:inline;
	padding: 0;
	text-align:justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:calc(100% - 22px);
}
.resp_omitida21{
	cursor:pointer;
	font-weight:bold;
    color: #1800ce;
	float:left;
	display:inline;
	padding: 0;
	text-align: justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:calc(100% - 40px);
}
.resp_incorrecta21{
	cursor:pointer;
	text-decoration:line-through;
	color: #d00000;
	float:left;
	display:inline;
	padding: 0;
	text-align: justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:calc(100% - 22px);
}
#respuesta_correcta{
	cursor:pointer;
	font-weight:bold;
	color: #00c100;
	float:left;
	display:inline;
	padding: 5px;
	text-align:justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:100%;
}
#respuesta_omitida{
	cursor:pointer;
	font-weight:bold;
    color: #1800ce;
	float:left;
	display:inline;
	padding: 5px;
	text-align: justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:100%;
}
#respuesta_incorrecta{
	cursor:pointer;
	text-decoration:line-through;
	color: #d00000;
	float:left;
	display:inline;
	padding: 5px;
	text-align: justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:100%;
}
.resp_incorrecta div{
	text-decoration:line-through;
}
.resp_incorrecta span{
	text-decoration:none !important;
}
.tachado{
	cursor:pointer;
	text-decoration:line-through;
}
#respuesta_correcta h4, #respuesta_incorrecta h4{
	color:#fff;
	text-align:center;
}
#respuesta textarea,#respuesta_correcta textarea{
	width:100%;
	height:8em;
	resize:none;
}
#pregunta{
	float:left;
	display:block;
	width:100%;
}
#question-text{
	width:100%;
	height:3em;
}


/* 08- CALENDARIOS */
.informacion_cita{
	font-style:italic;
	font-weight:bold;
	color:#e85810;
    background-color: rgba(255,255,255,1);
}
.pasado{
	opacity: 0.5;
}
.anterior{
    background-color: transparent !important;
    opacity: 0.5;
}
.calendario_mes tr, .calendario_semana tr, .calendario_dia tr{
	background-color: transparent;
}
.calendario_mes table, .calendario_semana table, .calendario_dia table{
	/*background-color: #fff;*/
	border-collapse: separate;
	border-spacing: 6px;
}
.calendario_mes table tr td, .calendario_semana table tr td, .calendario_dia table tr td{
	text-align:center;
	padding: 6px;
	background-color: #fff;
	vertical-align: top;
	width: 12.6%;
	float: left;
}
.calendario_mes .contenidos_dia select{
	width: 100%;
}
.calendario_mes .fecha_dia{
	width: 100%;
	float: left;
	/*font-weight: bold;*/
	font-size: 0.9em;
	margin-bottom: 5px;
}
.calendario_mes .contenidos_dia{
	width: 100%;
	float: left;
	text-align: justify;
	min-height: 30px;
	font-weight: bold;
	border-radius: 10px;
}
.reserva{
	float: left;
    font-weight: normal;
    text-align: center;
    border: 2px solid #00007b;
    border-radius: 10px;
    background-color: #e8f9ff;
    margin:00 10px;
    font-size: 0.9em;
    padding: 4px 2px;
    width: calc(100% - 4px);
}
.inscrito{
    background-color: blue;
    float: left;
    width: 100%;
    margin:0;
    padding: 6px;
    border: 1px solid #1b2c57;
    transition: ease 0.4s all;
}
.inscrito:hover{
    background-color: rgba(255,255,255,0.4);
    color: #1b2c57;
}
.noinscrito{
    float: left;
    width: 100%;
    margin:0;
    padding: 6px;
    border: 1px solid #1b2c57;
    transition: ease 0.4s all;
    background-color: rgba(255,255,255,0.6);
    color: #1b2c57;
    font-weight: bold;
}
.noinscrito:hover{
    background-color: rgba(0,241,241,1);
}
.aforo{
	font-weight:normal;
}
.opcional{
	background-color: #fff !important;
	font-weight:normal !important;
	opacity: 0.6;
}
.opcional .noinscrito{
    float: left;
    width: 100%;
    margin:0;
    padding: 6px;
    border: 1px solid grey;
    transition: ease 0.4s all;
    background-color: #fff;
}
.colorgrupo{
    float: left;
    z-index: 999999;
    width: 1em;
    height: 1.5em;
    vertical-align: middle;
    margin-right: 1em;
}
.hoy{
	border: 2px solid orange;
	background-color: #FFCD74 !important;
}
.opciones_vista_calendario{
	width: 100%;
	clear: both;
}
.cita_calendario{
    padding: 3px;
    margin:0;
    border: 1px solid grey;
    /* box-shadow:00 6px -2px grey; */
    border-radius: 5px;
    float: left;
    width: calc(100% - 6px);
    clear: both;
    font-size: 0.9em;
    text-align: center;
    background-color: #fff;
    margin:00 10px 0;
    /* margin-bottom: 10px; */
}
.cita_curso{
	/*font-weight: bold;*/
    font-weight: normal;
    font-size: 0.8em;
    /* 180316 display:none;*/
    background-color: rgba(255,255,255,0.6);
}
.cita_grupo{
	/*font-weight: bold;*/
    font-weight: normal;
    font-size: 1em;
    /* 180316 display:none;*/
    background-color: rgba(255,255,255,0.6);
}
.cita_espacio{
    background-color: #eee;
    border-radius: 10px;
    padding: 2px;
    margin-top: 2px;
    text-align: center;
}
.selector_grupo{
	font-size: 1.2em;
    height: 2.2em !important;
    padding:0 10px;
    border-radius: 10px;
}
.selector_espacio{
	font-size: 1.2em;
    height: 2.2em !important;
    padding:0 10px;
    border-radius: 10px;
}
.selector_servicio{
	font-size: 1.2em;
    height: 2.2em !important;
    padding:0 10px;
    border-radius: 10px;
}
.dias li{
	float: left;
	width: 12%;
}
#colizq{
	border-radius: 10px !important;
	vertical-align: middle !important;
}
.navegador_fechas{
	float: none !important;
	background-color: transparent !important;
	border: none !important;
	font-weight: normal;
	cursor: pointer;
}
.navegador_fechas_titulo{
	font-weight: bold;
	font-size: 1.1em;
	float: none !important;
	background-color: transparent !important;
	border: none !important;
	cursor: pointer;
}
button {
	color: #fff;
	float: right;
	/* display: inline !important; No cambiar, ya que interfiere al mostrar el menú */ 
	padding: 6px 10px;
	margin: 5px;
    border-radius: 20px;
	background-color: #1b2c55;
	cursor: pointer;
	font-weight: normal;
	border: 1px solid grey;
    transition: ease 0.4s all;
}
button.link a{
	text-decoration: none;
	color: #fff;
}
button:hover, #boton:hover{
	cursor: pointer;
    border-radius: 20px;
    background-color: blue;
    transition: ease 0.2s all;
}

/* ÓMNIBUS */
#enunciado_provisional, .enunciado_bloque{
	width: calc(100% - 60px);
    border: 1px solid grey;
	color: #1b2c55;
	background-color: #ffffff;
	float:left;
	padding: 15px 30px;
	margin-top:20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border-radius: 15px 30px 15px 30px;
	-moz-border-radius: 15px 30px 15px 30px;
	-webkit-border-radius: 15px 30px 15px 30px;
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
}
#enunciado_provisional .informacion_enunciado, .enunciado_bloque .informacion_enunciado{
	float: left;
	width: 100%;
	clear: both;
	font-style: italic;
	text-align: center;
	color: #e85810;
}
#preguntas_enunciado{
	float:left;
	width:100%;
}
.accesos_directos{
    position: fixed;
    top: 25%;
    left:0;
    border: 1px solid grey;
    border-left:0;
    width: 40px;
    border-radius:0 10px 10px 0;
    background-color: rgba(255,255,255,0.6);
}
.accesos_directos .dashicons{
    font-size: 30px;
    float: left;
    clear: both;
    height: 40px;
    margin: 5px;
    width: calc(100% - 10px);
}
.autor_difusion{
    color: #aaa;
    font-size: 0.9em;
    text-align: right;
    display: inline;
    float: right;
    padding: 5px 0;
}
.contenido_difusion{
	float:left;
	width:100%;
}
.contenido_difusion li{
	margin-left: 1em;
}
.contenido_difusion td{
	border: 1px solid grey;
}
.comentarios_resumen{
	text-align: right;
    cursor: pointer;
    float: left;
    width: 100%;
}
.comentarios_resumen label{
	float: right;
	display: inline-block;
	color: #1b2c57;
}
.comentario_difusion{
	padding: 6px 12px;
    float: left;
    clear: both;
    width: calc(100% - 26px);
    text-align: left;
    border: 1px solid #ccc;
    margin: 6px 0;
    display: none;
    font-style: italic;
    border-radius: 5px;
}
#nuevo_comentario-html{
	display: none;
}
.mce-i-fullscreen{
	display: none;
}

.tabla{
	display: table;
	width: 100%;
	font-size: 0.9em;
}
.fila{
	display: table-row;
	padding: 6px 0;
}
.sortable .fila{
	cursor:move !important;
}
.fila.titulo{
	font-style: italic;
	color: #888;
}
.celda{
	display: table-cell;
	/*border: 1px solid #ccc;*/
	vertical-align: middle;
	padding: 6px 0;
}
.celda textarea{
	margin:0;
	padding:0;
	width: 100%;
}
.celda.pregunta_linea{
	min-width:250px !important;
}
.celda.pregunta_linea textarea{
	min-height: 5em;
}

/* Interfaz principal */
#temujin{
    text-align: right;
    font-style: italic;
    font-size: 0.9em;
    padding-right: 30px;
    margin-bottom: 5px;
    font-family: "Roboto", Serif, "Times New Roman", Georgia;
    opacity: 0.8;
    max-height: 20px;
    float: right;
    clear: both;
}
select, input{
	padding:10px;
}

#editorglobal, .editorglobal{
	max-width:80%;
	position:fixed;
	right:10px;
	top:60px;
	border:1px solid #000;
	background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
	-webkit-box-shadow:00 5px 5px rgba(27,44,87,1);
	-moz-box-shadow:00 5px 5px rgba(27,44,87,1);
	box-shadow:00 5px 5px rgba(27,44,87,1);
	z-index:999999;
    max-height: calc(100% - 80px);
    scroll-behavior: smooth;
    overflow-y: scroll !important;
}
.menus_interfaz{
    display: inline-flex;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
}
.menusup19{
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #042956;
    border: 1px solid grey;
    padding: 5px 0;
    margin: 0 4px;
    border-radius: 14px;
    transition: ease-in-out 0.2s;
    user-select: none;
    width: 100%;
}
.menusup19:hover{
	color:#e85810;
	background-color:#fff;
	transition:ease-in-out 0.2s;
	border:1px solid #e85810;
}
.menusup19 span, .menusup19 i{
    font-size: 22px;
    position: relative;
    height: 1em;
    vertical-align: middle;
    float: left;
    clear: both;
    width: 100%;
    color:inherit;
}
.novistos{
    position: absolute;
    top: 0px;
    right: calc(50% - 30px);
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    width: 18px;
    min-height: 18px;
    background-color: #e85810;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
#contenido_principal{
	float:left;
    width: calc(100% - 60px);
    padding: 1em 20px 3em;
    user-select:none;
}
#lista_masterleagues{
    float: left;
    clear: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
#lista_masterleagues .masterleague{
    position: relative;
    float: left;
    padding: 20px;
    width: calc(20% - 62px);
    cursor: pointer;
    border-radius: 6px;
    margin: 10px;
    text-align: center;
    border: 1px solid #042956;
    min-width: 240px;
}
#lista_masterleagues .masterleague:hover{
    background-color: #fff;
}
#lista_masterleagues .masterleague .fecha{
    position: absolute;
    right: 4px;
    top: 2px;
    font-size: 0.9rem;
}
#lista_masterleagues i{
    background-color: #042956;
    border-radius: 100%;
    padding: 4px;
    width: 16px;
    height: 16px;
}
.fa-graduation-cap{
    color: #e85810;
}
#logo19 img{
	float:left;
    max-height:46px;
	width:auto;
}
#curso19{
    border-radius:20px;
    float: left;
    padding: 6px 0 6px 20px;
    margin: 10px;
    color: #1b2c57;
    font-weight: bold;
    border: 1px solid grey;
    max-width: 90%;
    background-color: #fff;
}
#usuario19{
    color: #e85810;
    float: right;
    font-size: 14px;
    padding-top: 6px;
    margin-right: 0;
    font-weight: bold;
    text-transform: none !important;
}
#conecregis{
    padding-left:10px !important;
}
#cabecera19{
	width:calc(100% - 40px);
	margin:6px 20px 10px;
	float:left;
}
.aprobado{
	color:green;
}
.suspendido{
	color:red;
}
.notas_front span{
	float:left;
}
.migas{
	text-align:left;
}
.migas i{
    float: left;
    display: inline-block;
    margin:0 10px;
    font-size: 18px;
    color: #aaa;
}
.nombretema19, .nombrebloque19{
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 8px;
    float: left;
    display: inline-block;
}
.nombrebloque19{
	color:#042956;
}
.nombretema19{
    color: #e85810;
}
.contenidos19{
	color: #1b2c57;
	float:left;
	/*width:calc(100% - 42px);*/
	/*padding: 6px 15px;*/
	width:100%;
	cursor:pointer;
    border: 1px solid #ccc;
    margin: 12px 0;
    background-color: rgba(255,255,255,0.8);
    /*min-height: 10vh;*/
}
/*
.contenidos19 .alt{
    background-color: rgba(245,245,245,0.8);
}
*/
.contenidos19 p{
    float: left;
    width: calc(100% - 20px);
    font-size: 14px;
    text-align: justify;
    padding:0 10px;
}
.contenido19:hover{
    h3{
        color: #e85810;
    }
    .iconotipo19{
        color: #042956;
    }
}
.contenido19:has(.fa-lock){
    background-color:#eee;
    h3{
        color:#999;
    }
    .iconotipo19{
        color: #555;
    }
}
.contenido19:has(.fa-lock):hover{
    .iconotipo19{
        color: #555;
    }
}
.contenidosconcretos19{
    float: left;
    display: block;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: calc(100% - 40px);
}
.contenidosconcretos19 iframe{
    width: 100%;
    height: 100vh;
}
.contenidosconcretos19 h2{
    color: #e85810;
    font-size:20px;
}
.iconotipo19{
	font-size:20px;
    border-radius:6px;
}
.revision{
    float: right;
    font-size: 12px;
    background-color: #ffff8c;
    color: #1b2d56;
    padding: 0 6px;
    text-align: center;
    border-radius: 8px;
    margin-top: 2px;
}
.volvertema19{
	float:right;
	cursor:pointer;
    color: #042956;
    border: 1px solid grey;
    border-radius: 20px;
    transition: ease-in-out 0.2s;
    user-select: none;
    font-size: 13px;
}
.volvertema19 i{
    font-size: 16px;
    vertical-align: bottom;
}
.boton19{
    cursor: pointer;
    color: #042956;
    border: 1px solid grey;
    border-radius: 20px;
    transition: ease-in-out 0.2s;
    user-select: none;
    padding: 6px 6px;
    background-color: #fff;
    z-index:999999;
}
.boton19:hover{
    background-color: #FFCD74;
    transition: ease-in-out 0.2s;
}
.boton19_mini{
    cursor: pointer;
    color: #042956;
    border: 1px solid grey;
    border-radius: 20px;
    transition: ease-in-out 0.2s;
    user-select: none;
    padding: 2px 4px;
    background-color: #fff;
    z-index:999999;
    font-size:12px;
}
.boton19_mini:hover{
    background-color: #FFCD74;
    transition: ease-in-out 0.2s;
}
.boton19_mini i{
    font-size:14px;
}
#logocurso19{
	float:left;
}
#logocurso19 img{
	max-height: 50px;
	width: auto;
	border-radius: 5px;
}
.fa-lock-open{
	color:green;
	margin-right: 10px;
}
.encendido{
	color:green;
	cursor:pointer;
}
.apagado{
	color:lightgrey;
	cursor:pointer;
}
@keyframes pulse { 
	0% { border: 2px solid #fff; border-top: 2px solid #e85810; border-right: 2px solid #e85810; }
	25% { border: 2px solid #fff; border-right: 2px solid #e85810; border-bottom: 2px solid #e85810; }
	50% { border: 2px solid #fff; border-bottom: 2px solid #e85810; border-left: 2px solid #e85810; }
	75% { border: 2px solid #fff; border-left: 2px solid #e85810; border-top: 2px solid #e85810; }
	100% { border: 2px solid #fff; border-top: 2px solid #e85810; border-right: 2px solid #e85810; }
}
.aviso_bmg{
    /*animation: pulse 8s infinite;*/
    width: calc(100% - 44px);
    color: red;
    padding: 5px 20px;
    text-align: left;
    text-indent: 1em;
    border-radius:6px;
}
.opciones-edicion-partida span{
	margin-left:6px;
	font-size:20px;
	cursor:pointer;
}
.tamanorestring{
    overflow-y: auto;
    overflow-x: hidden;
}

.pestana{
    cursor: pointer;
    color: #042956;
    border: 1px solid grey;
    border-bottom: 0;
    font-size: 14px;
    border-radius: 20px 20px 0 0;
    transition: ease-in-out 0.2s;
    user-select: none;
    padding: 6px 10px 4px;
    background-color: #fff;
    z-index: 999999;
    margin: 0 6px;
    float: left;
    max-width: calc(100% - 12px);
}
.pestana:hover{
    color: #e85810;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}
.pestana select{
    padding: 0;
    border: 0;
    color: #1b2c55;
}
.pestana > label{
    margin-left:0;
}
#opciones_orden_preguntas.pestanas .pestana{
    font-size:0.8rem;
}

.iconotipo19{
    color: #555;
    width: 100%;
    padding: 3px 8px;
    background-color: #eee;
    position: relative;
    bottom: 0;
    box-sizing: border-box;
}
.iconotipo19 i{
	font-size:20px;
	vertical-align:middle;
}
.iconotipo19 .fas, .iconotipo19 .far, .iconotipo19 .fab{
    float: left;
    margin-right: 6px;
}
.iconotipo19 p{
    float: left;
    font-size: 12px;
    vertical-align: middle;
    width: auto;
    margin-bottom: 0;
}
.iconotipo19 .fecha{
    float: right;
    clear: right;
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 6px;
}
.pietests19{
    float: left;
    width: calc(100% - 20px);
    padding: 10px 10px;
    background-color: #1b2d56;
    color: #fff;
    text-align:center;
}

.contenido19 h3{
    width: 100%;
    float: left;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    box-sizing: border-box;
    padding: 6px 10px;
    color: #1b2d56;
    font-size: 14px;
    span.fecha{
        font-size: 11px;
        position: absolute;
        right: 12px;
        bottom: -9px;
        opacity: 1;
        z-index: 9;
        font-weight: normal;
        color: #555;
    }
    i{
        font-size: 46px;
        margin-right: 20px;
        float: left;
    }
}

.contenidos19_33{
	/*
	float:left;
	width:100%;
	column-count:3;
    padding:0 0 20px;
    */

    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4dvh;
    row-gap: 4dvh;
    margin-bottom: 50px;
}
.contenidos19_33 div, .contenidos19_50 div, .contenidos19_25 div, .contenidos19_100 div{
	break-inside:avoid;
}
.contenidos19_33 form{
	display:none;
}
.solo_profesorado{
    background-color:#eee;
    float:left;
    width:calc(100% - 40px);
    margin:40px 0;
    padding:12px 20px;
}

.identificador_contenido{
    position: absolute;
    color: #555;
    top: -8px;
    left: -8px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.8);
}

.contenidos19_50{
	float:left;
	width:100%;
	column-count:2;
	padding:20px 0;
}

.contenidos19_25{
	float:left;
	width:100%;
	column-count:4;
	padding:20px 0;
}

.tituloIntroduccion{
    border-top: 0px solid #ccc !important;
    padding-top: 0px;
    padding-bottom: 10px;
    color: #e85810 !important;
}
.contenidoIntroduccion{
    position: relative;
    color: #000;
    float: left;
    width: calc(100% - 40px);
    margin: 12px 0 40px;
    padding: 10px 20px;
    border: 2px solid #1b2d56;
    background-color: rgba(255,255,255,0.8);
}
.estructuraTema{
    float: left;
    width: 100%;
    color: #888;
    font-size: 20px;
    font-weight: normal;
    border-top: 1px solid #888;
    padding: 14px 0 10px;
}
.paginadorContenido{
	float:left;
	width:100%;
	text-align:center;
    border-top: 1px solid #ccc;
}
.paginadorContenido button{
	float:none;
	display:inline-block;
}
.contInterior{
    /*background-color: rgba(255,255,255,0.2);*/
    padding: 40px 10px;
    display: block;
}
.paginaActual{
    color: #888;
    float: none;
    margin-right: 30px;
    display: inline-block;
}
.paginaActual input{
    display: inline-block;
    border:0 solid #fff;
    user-select: none;
    cursor: default;
    width: 30px;
    text-align: right;
    padding-top:6px;
    padding:0;
    font-size: 1em;
}

#contenido-principal{
    background-image: url(logo.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* IMPUGNACIONES */
.pregunta_impugnar{
	float:left;
	width:100%;
}
.pregunta_impugnar .nota p{
	float:left;
	width:100%;
}
.preguntayrespuestas{
    float: left;
    background-color: #f3f3f3;
    padding: 20px 40px;
    width: calc(100% - 80px);
    margin-top: 40px;
    cursor: pointer;
    border-radius: 20px 20px 00;
}
.impugnacion{
    color: #000;
    float: right;
    width: calc(100% - 160px);
    border-radius: 20px 20px 20px 0px;
    margin-bottom: 4px;
    background-color: rgb(255 237 213);
    position: relative;
    margin-left: 50px;
    padding: 10px 20px 18px;
}
.autor{
    position: absolute;
    float: right;
    font-size: 13px;
    border-radius: 8px;
    padding: 2px 6px;
    color: #555;
    margin-right: 0;
    right: 0;
    bottom: 0;
}
.in-correcta{
	position: absolute;
    margin-left: 16px;
    float: right;
    vertical-align: middle;
    background-color: #fff;
    font-size: 20px;
}
.in-correcta.fa-question-circle{
	color:red;
	cursor:pointer;
}
.in-correcta.fa-check{
	color:green;
}

#cargando, .cargando{
    position: fixed;
    left: calc(50% - 100px);
    bottom: calc(50% - 100px);
    height: 200px;
    width: 200px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 100%;
    z-index: 9999999;
}
#cargando img, .cargando img{
    clear: both;
    max-width: 100%;
    height: auto;
}
.motivo{
	float:left;
	width:calc(100% - 100px);
	color:#e85810;
}

.preguntayrespuestas .preg{
    float: left;
    background-color: #fff;
    padding: 3px 20px;
    margin-bottom: 6px;
    border-radius: 20px;
    font-size: 18px;
}
.preguntayrespuestas .preg img{
	max-height:100px;
}

.preguntayrespuestas .ident{
    float: right;
    font-style: italic;
    font-size: 0.8em;
}
.preguntayrespuestas .op{
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.preguntayrespuestas .op img{
	max-height:60px;
    vertical-align: middle;
    margin-left:20px;
}
.preguntayrespuestas .corr{
	color:#1800ce;
}
.preguntayrespuestas .nota, #listado_mispreguntas21 .nota{
    float: left;
    font-style: italic;
    font-size: 16px;
    text-align: justify;
    font-weight: normal !important;
    text-decoration: none !important;
    width: calc(100% - 52px);
    background-color: #d7efff;
    border: 1px solid grey;
    padding: 8px 20px;
    position: relative;
}
.preguntayrespuestas .nota img{
	max-height:60px;
}
.responde{
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #e85810;
}
.escorreccion{
    background-color: rgb(0 107 255 / 10%);
    border-radius: 20px 20px 0 20px;
}
.escorreccion .autor{
	/*background-color:#ffffff;*/
}
.preguntayrespuestas audio{
    background-color: #fff;
    border-radius: 26px;
    border: 1px solid grey;
    float: left;
}
.presentacion{
	/*
    margin:0 !important;
    padding:0 !important;
    width: 100% !important;
    */
    background-image: url(logo.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}
.contenidosPresentacion{
	border:0px solid #fff !important;
    min-height: 80vh;
}
.contenidosPresentacion .paginadorContenido{
    position: absolute;
    bottom:0;
    left:0;
}
.botonPresentacion{
    float: left;
    padding:0 2px;
    font-size: 14px;
}
.opciones_vista i{
	cursor:pointer;
}
.opciones_vista .boton19{
	margin-right:10px;
}
.perceval{
	float:left;
	width:100%;
	text-align:center;
}
.perceval div{
    display: inline-block;
    border-radius: 20px;
    padding: 4px;
    margin:0 2px 10px;
}
.testrealizado{
	float:left;
	background-color:#fff;
	color:#000;
}
.testrealizado i{
    margin-left: 10px;
    margin-right: 6px;
}
.migas{
	font-size:12px;
	width:100%;
	float:left;
}
#multimedia{
    float: left;
    width: 100%;
    text-align: center;
    p{
        text-align: center;
    }
}
.soluciones_test{
	float:left;
	width:100%;
}
.respuesta_neutra19{
    float:left;
    clear:left;
}
.respuesta_incorrecta19{
    color: rgb(208, 0, 0);
    border-radius: 10px;
    float:left;
    clear:left;
}
.respuesta_incorrecta19 div{
    text-decoration: line-through;
}
.respuesta_omitida19{
    color: rgb(24, 0, 206);
    float:left;
    clear:left;
}
.respuesta_correcta19{
    color: rgb(0, 169, 0);
    border-radius: 10px;
    float:left;
    clear:left;
}
.ubicacion19{
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    text-align: left;
}
.ubicacion19 h1, .ubicacion19 h2, .ubicacion19 i{
	/*float:left;*/
	display:inline-block;
	margin:0 10px 0 0;
}
.ubicacion19 > i{
    color: #ccc;
    user-select: none;
    font-size: 14px;
    margin-top: 2px;
}
.ubicacion19 h1{
    float: left;
    text-align: center;
    font-size: 18px;
    color: #e85810;
    cursor: pointer;
    width: 100%;
    margin-top: 6px;
}
.ubicacion19 h2{
    /*float: left;*/
    font-size: 14px;
    color: #1b2d56;
	cursor:pointer;
	font-weight:normal;
}
.ubicacion19 h2,
.ubicacion19 i{
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
}
.contenido19{
    position: relative;
    color: #1b2c57;
    float: left;
    width: 100%;
    cursor: pointer;
    border: 1px solid #1b2c57;
    margin: 0;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    display: grid;
    grid-template-rows: 1fr auto;
    h3{
        width: 100%;
        float: left;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        box-sizing: border-box;
        padding: 6px 10px;
        color: #1b2d56;
        font-size: 14px;
        span.fecha{
            font-size: 11px;
            position: absolute;
            right: 12px;
            bottom: -9px;
            opacity: 1;
            z-index: 9;
            font-weight: normal;
            color: #555;
        }
        i{
            font-size: 22px;
            margin-right: 10px;
            vertical-align: text-bottom;
            float: left;
        }
    }
    p{
        padding: 0px 3px;
    }
    p:has(iframe){
        text-align:center;
    }
    .fas.fa-angle-double-up{
        position: absolute;
        top: -8px;
        right: -8px;
        font-size: 12px;
        background-color: #e85810;
        padding: 4px 8px;
        color: #fff;
        border-radius: 6px;
        text-transform: uppercase;
    }

    .estrellas{
        float: right;
        text-align: right;
        width: auto;
        padding-top: 7px;

        i.fa-star{
            cursor: pointer;
            font-size: 12px;
            margin: 0 1px;
            color: #e85810;
        }
    }
}
.contenido19.nuevo{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 75%, rgba(255,212,82,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 75%, rgba(255,212,82,1) 100%);
    background: linear-gradient(45deg, rgba(255,255,255,1) 75%, rgba(255,212,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffd452",GradientType=1);
}
.contenido19.nuevo:hover{
    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(255,212,82,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(255,212,82,1) 100%);
    background: linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(255,212,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffd452",GradientType=1);
}
.contenido19.inactivo{
    h3{
        color:#aaa;
    }
    .contenido19.inactivo .iconotipo19{
        background-color:#aaa;
    }
} 

#filtro_tipo_contenido{
    float:right;
}

.botoneditar{
    position: absolute;
    cursor: pointer;
    color: #042956;
    border: 1px solid grey;
    border-radius: 20px;
    transition: ease-in-out 0.2s;
    user-select: none;
    padding: 4px;
    background-color: #fff;
    z-index: 200;
    font-size: 18px;
    right: -10px;
    top: -10px;
}
.botoneditar:hover{
	background-color: #FFCD74;
    transition: ease-in-out 0.2s;
}
.botoneditar.fa-lock-open{
    color: green;
    margin-right:6px;
}
.botoneditar.fa-lock{
    color: red;
    margin-right:6px;
}
.tiempo_necesario{
	font-size: 14px;
	float: left;
	display: inline-block;
	margin-left: 6px;
	margin-bottom: 4px;
}
.nveces_realizado{
    position: absolute;
    font-size: 14px;
    right: 6px;
    bottom: 24px;
}

.convocatoria{
	display:inline-block;
	float:left;
	font-size: 16px;
	color: #e85810;
	margin-right:10px;
	font-weight: bold;
	font-style: normal;
}
.preferente{
    float: left;
    font-size: 32px;
    color: #e85810;
    margin-left: 10px;
    margin-top: 5px;
}
.opcionesBMS{
    width: calc(100% - 60px);
    margin: 0 5px 20px;
    padding: 0 20px 10px;
    float: left;
    background-color: #fff;
    color: #1b2c55;
    border: 1px solid lightgrey;
    border-top: 0;
}
.opcionNpregsBMS{
    display: inline-block;
    width: calc(100% / 7);
    text-align: center;
    margin: 6px 0;
}

.selectorAsigBMG{
    float: left;
    display: inline-block;
    width: calc(50% - 24px);
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 16px;
    border: 1px solid lightgrey;
}

.selectorTemaBMG{
    float: right;
    display: inline-block;
    width: calc(50% - 24px);
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 16px;
    border: 1px solid lightgrey;
}


@media only screen and (max-width: 1060px) {
	#respuesta,#respuesta_correcta,#respuesta_incorrecta,#respuesta_omitida{
		float:left !important;
		display:block !important;
		width:100% !important;
		padding:5px;
		cursor:pointer;
	}
	.tachado{
		cursor:pointer;
		text-decoration:line-through;
	}
	.menusup19 span{
		font-size:30px;
		float:none;
		clear:both;
	    width: calc(100% - 1em);
	}

	.datos_usuario label{
		width:100%;
	}
	.datos_usuario input, .datos_usuario textarea{
		min-width:300px;
		float:right;
		font-size:1em;
	}
}

@media screen and (max-width: 782px){
	#resultados{
		width:90%;
		float:left;
		display: block;
		margin:0;
		padding: 3% 5%;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
		-moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
		box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
	}
	#contenedor_mensajes, #contenedor_difusiones{
		float:left;
		width: 100%;
		padding-left:0;
	}
	#comunicacion{
		height:0;
		overflow: hidden;
	}
	.botones-derecha-mensajes{
		float:right;
		text-align:right;
	}
	.movil{
		display:block !important;
	}
}

@media screen and (max-width: 821px){
	.reserva{
		width: 100% !important;
	}
	.pasado, .dias_semana{
		display:none;
	}
	.calendario_mes table tr td, .calendario_semana table tr td, .calendario_dia table tr td{
		width:100%;
	}
	.movilhide, #campus_virtual_icono, #logo-reducido, #contacto-reducido{
		display:none;
	}
	.titulotema{
		width:100%;
	}
	#estado, .marcadores{
	    float: left;
	    display: inline-block;
	    width: 100%;
	    font-size: 12px;
	}
	#estado{
		position: fixed;
		top:0px;
		background-color: rgba(255,255,255,0.9);
		z-index:999999;
	}
	.marcadores{
		float: left;
	    display: inline-block;
	    width: calc(100% - 60px);
	    font-size: 12px;
	    padding-right: 60px;
	}
	#conecregis, #nombre-usuario{
		padding: 3px;
		font-style: normal;
	}
	#menu_superior_cv{
		padding:40px 3px 3px;
		width:100%;
	}
	#enlace_menu_cv{
      display: inline-block;
	    width: calc( (100%/6) - 6px);
	    overflow: hidden;
	    height: 50px;
	    max-height: 100%;
	    text-align: center;
	    padding:0;
	}
	#enlace_menu_cv input[type="image"], #enlace_menu_cv img{
		max-width: 40px;
	    height: auto;
	    width: auto;
	    max-height: 100%;
	    float: none;
	    margin:0;
	}
	#enlace_menu_cv #boton{
		display:none;
	}
	.boton_subir{
		width: 20px;
		height: 20px;
	}
	tr .curso{
		margin-top:0px;
		width:100%;
		float:left;
		clear:both;
		font-size:12px;
	}
	.asignatura, .asignatura_alt, #clickatema{
		padding: 16px 0;
		font-size: 12px;
	}
	#caja-video{
		width: calc(100% - 20px);
	}
	#contenido-curso input#boton{
	    max-width: 100%;
	    text-align: justify;
	    font-size: 12px;
	    display: block;
	    margin: 3px 0;
	}
	/*
	h1{
		font-size:16px;
	}
	*/
	#bloque_pregunta,#bloque_pregunta_alt{
		width: calc(100% - 12px);
		padding: 6px;
		user-select: none;
		font-size: 14px;
		margin-top:0px;
	}
	.bloque_pregunta, .bloque_pregunta_alt{
		width: calc(100% - 12px);
		padding: 6px;
		user-select: none;
		font-size: 14px;
		margin-top:0px;
	}
	.bloque_pregunta{
        font-size: 16px;
        padding: 12px 6px !important;
        width: calc(100% - 12px) !important;
	}
	#contenido-curso #boton, #contenido-curso .boton, #contenido-curso #botonsubida{
		width: calc(100% -0);
        margin: 4px 2px;
		text-align: center;
	}
	#footer_logo img{
		width: auto;
		max-height: 20px;
	}
	#ubicacion_link{
		font-size: 12px;
	}
	.barra-izq{
		width:100%;
		border-right:0 solid transparent;
	}
	#boton_cargar_usuario{
		max-width: 100%;
		width: auto !important;
	}
	.contenidos19_33{
		/*column-count:2 !important;*/
		grid-template-columns: 1fr 1fr;
		padding:0;
	}
	.contenidos19 h3{
	    width: calc(100% - 6px);
	    padding: 6px 3px;
	    float: left;
	    font-size: 15px;
	}
	.contenidos19 h3 i {
	    font-size: 34px !important;
	    margin-right: 12px;
	    float: left;
	}

    #anotacion, .anotacion{
        padding: 6px 10px;
        width: 100%;
    }
    #anotacion p, .anotacion p{
        font-size: 14px;
    }
    #respuesta, .respuesta{
        margin-left: 0;
    }
    .respuesta ul, .respuesta ol{
        width: calc(100% - 5px) !important;
        margin-left: 5px !important;
    }
    .respuesta ul li, .respuesta ol li{
        margin-left:5px;
    }
}

@media screen and (max-width: 600px){
	.contenidos19_33, .contenidos19_50{
		/*column-count:1 !important;*/
    	grid-template-columns: 1fr;

		padding:0;
	}
	.contenidos19_25{
		/*column-count:2 !important;*/
    	grid-template-columns: 1fr 1fr;
	}
}

.resp19corr{
	color:#00a900;
}
.resp19nsnc{
	color:#1800ce;
}
.resp19inco{
	color:#d00000;
}
.opciones_listado_tests{
	text-align:right;
}
.opciones_listado_tests i{
	font-size:1.3em;
}


/* RESUMEN JUEGO */

#resumen_juego {
	font-family: sans-serif !important;
    position: fixed;
    top: 40px;
    width: calc(100% - 60px);
    background-color: #fff;
    padding: 10px;
    overflow-y: scroll;
    max-height: calc(100% - 60px);
    left: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 100;
}
#explicacion{
	font-family: sans-serif !important;
    position: fixed;
    top: 40px;
    /*width: calc(100% - 60px);*/
    background-color: #fff;
    padding: 10px;
    overflow-y: scroll;
    max-height: calc(100% - 60px);
    right: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 100;

}
#resumen_juego .celda{
	font-family: sans-serif !important;
	border-bottom:1px solid #ccc;
    padding: 2px 12px;
}
.rj_partidas{
	float:right;
}
/*
.rj_partidas .tabla{
	margin-bottom:60px;
}
*/
.rj_ranking{
	float:left;
}
.rj_partidas, .rj_ranking{
	width:calc(50% - 40px);
}
.rj_titulopartida{
	float:left;
    background-color: #1b2c55;
    color: #fff;
    padding: 4px 6px;
    width: calc(100% - 12px);
    margin-top: 8px;
    cursor: pointer;
}
.rj_titulopartida:hover{
    background-color:#0841ca;
}
.rj_titulopartida .fa-user{
    margin-left:3px;
    font-size:12px;
    color:#8aa6ea;
}
.rj_titulopartida .fa-users{
    margin-left:3px;
    font-size:12px;
    color:orange;
}
.rj_titulopartida .fecha{
    float: right;
    font-size: 13px;
    color: lightblue;
    clear:right;
}
.rj_titulopartida .media{
    float:left;
    clear:left;
    color:yellow;
    margin-right:12px;
}
.podium{
    float: left;
    position: relative;
    width: 100%;
    height: 140px;
    color: #fff;
    text-align: center;
    padding-top:1em;
}
.rank1, .rank2, .rank3{
    position: absolute;
	width:calc( (100%/3) - 6px);
	background-color:lightgrey;
}
.rank1 .jugador, .rank2 .jugador, .rank3 .jugador{
    font-size: 1.1em;
    font-weight: bold;
    margin: 6px 0;
}
.rank1{
    border:1px solid #ccc;
    border-radius: 20px 20px 0 0;
    bottom: 0px;
    left: calc( (100%/3) + 2px );
    background: rgba(255,127,0,1);
    /*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,127,0,1) 10%, rgba(255,127,0,1) 90%, rgba(255,255,255,1) 100%);*/
    height:160px;
}
.rank2{
    border:1px solid #ccc;
    border-radius: 20px 20px 0 0;
    bottom: 0px;
    left: 0px;
    background: rgba(0,24,188,1);
    /*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,24,188,1) 10%, rgba(0,24,188,1) 90%, rgba(255,255,255,1) 100%);*/
    height:140px;
}
.rank3{
    border:1px solid #ccc;
    border-radius: 20px 20px 0 0;
    bottom: 0px;
    right: 0px;
    background: rgba(0,128,0,1);
    /*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,128,0,1) 10%, rgba(0,128,0,1) 90%, rgba(255,255,255,1) 100%);*/
    height:120px;
}
.rank1list{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,127,0,1) 10%, rgba(255,127,0,1) 90%, rgba(255,255,255,1) 100%);
}
.rank2list{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,24,188,1) 10%, rgba(0,24,188,1) 90%, rgba(255,255,255,1) 100%);
}
.rank3list{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,128,0,1) 10%, rgba(0,128,0,1) 90%, rgba(255,255,255,1) 100%);
}
.far.fa-smile, .fas.fa-smile{
	color:#00b940;
}
.far.fa-frown, .fas.fa-frown{
    color:red;
}

.pretty-embed {
    position: relative;
    cursor: pointer;
    display: block;
    min-height: 200px;
    background-color: #fafafa;
    border: 1px solid #e85810;
    min-width: 300px;
    width: 80%;
    margin: 0 auto;
}
.botonreserva{
	border-radius: 14px;
	font-weight:bold;
	background-color:#fff;
	color:#000;
	float:left;
	width:calc(100% - 4px);
	text-align:center;
	padding:10px 2px;
	font-size:1.2em;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.botonreservado{
	border-radius: 14px;
	background-color:#000;
	color:#fff;
	float:left;
	width:calc(100% - 4px);
	text-align:center;
	padding:10px 2px;
	font-size:1.2em;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}
.botonespera{
	border-radius: 14px;
	font-weight:bold;
	background-color:#ddd;
	color:#000;
	float:left;
	width:calc(100% - 4px);
	text-align:center;
	padding:10px 2px;
	font-size:1.2em;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.contenidosconcretos19 a{
    background-color: #1b2c55;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
}
.contenidosconcretos19 tr{
	background-color:inherit;
}
.contenidosconcretos19 ul{
    width: 100%;
    margin: 6px 0;
    padding-left: 1em;
    line-height: 1.6em;
}
.contenidosconcretos19 p{
    width: 100%;
    margin: 6px 0;
    line-height: 1.6em;
}
#lista_partidas h2{
	margin-top:20px;
    float: left;
    width: 100%;
    text-align: center;
    color: #e85810;
}
#lista_partidas h3{
    float: left;
    width: 100%;
    text-align: center;
    color: #1b2c55;
	margin-bottom:20px;
}
#lista_partidas .contenido19{
    float: left;
    width: calc(20% - 31px);
    min-width: 200px;
    height: 70px;
    margin: 6px;
    text-align: center;
    padding: 10px 8px;
    font-size: 14px;
}
.contenido_breve20{
	user-select:none;
	position:relative;
	color: #1b2c57;
	float:left;
	width:100%;
    border: 1px solid #ccc;
    margin: 12px 0;
    background-color: rgba(255,255,255,0.8);
}
.contenido_breve20 h1, .contenido_breve20 h2, .contenido_breve20 h3{
    color: #e85810;
    font-size: 16px;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
}
.contenido_breve20 h1{
	font-size:22px;
}
.contenido_breve20 h2{
	font-size:18px;
}
.contenido_breve20 h3{
    padding: 16px;
}
.contenido_breve20 .fecha{
	float:right;
	clear:right;
	font-size:14px;
    margin-right: 20px;
    margin-top: 20px;
}
.contenido_breve20 .contenido{
    float: left;
    clear: both;
    width: calc(100% - 40px);
    padding: 0 20px 30px;
    p{
        img{
            max-width:100%;
            height:auto;
            margin-bottom:20px;
            border-radius:4px;
        }
    }
}
.contenido_breve20 .contenido ul{
    margin: 10px 30px 20px 0;
    float: left;
    width: calc(100% - 30px);
    padding-left: 20px;
}
.contenido_breve20 .contenido li{
    margin-top: 10px;
}
.contenido_breve20 p{
    margin: 10px 0;
    line-height: 2em;
}
.contenido_breve20 .ranking{
    float: left;
    clear: both;
    width: calc(100% - 40px);
    padding: 6px 20px;
    text-align: center;
    background-color: #042956;
    color: #fff;
}
.contenido_breve20 .toma_datos{
    float: left;
    border: 2px solid #1b2c55;
    width: calc(100% - 82px);
    margin: 10px 20px;
    padding: 6px 20px;
}
.fa-female{
	font-size:26px;
	color:#ca00ca !important;
}
.fa-male{
	font-size:26px;
	color:#0400e6 !important;
}
.textleft,
.tleft{
	text-align:left;
}
.textright,
.tright{
	text-align:right;
}
.textcenter,
.tcenter{
	text-align:center;
}
input:read-only{
	background-color:#eee;
	border:0;
	user-select:none;
}

#clasificacion_rutina, #evolucion_alumno, .ventanas_entrenamientos {
    font-family: sans-serif !important;
    position: fixed;
    top: 40px;
    width: calc(100% - 40px);
    background-color: #fff;
    overflow-y: auto;
    max-height: calc(100% - 60px);
    left: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 80000;
}
#clasificacion_rutina .celda{
	font-family: sans-serif !important;
	border-bottom:1px solid #ccc;
}
#clasificacion_rutina img{
    width: 3em;
    height: 3em;
    background-color: rgba(255,255,255,0.8);
    border-radius: 1em;
    padding: 2px;
    vertical-align: middle;
}
.nombre_alumno_entrenamiento{
    float: left;
    clear: left;
    width: auto;
    font-weight: bold;
}
.apto{
    padding: 6px;
    border-radius: 100%;
    background-color: #00bd00;
    color: #fff;
    font-size: 20px;
}
.noapto{
    padding: 6px;
    border-radius: 100%;
    background-color: #ff0000;
    color: #fff;
    font-size: 20px;
}

.superior_ranking{
    float: left;
    width: calc(100% - 20px);
    color: #fff;
    padding: 10px 10px 0;
    background-color: #1b2c55;
    border: 0;
}
.ranking_centrado{
    float: left;
    margin: 0 auto;
    width: 80%;
    margin: 3% 10%;
}
.fa-venus-mars{
    font-size: 22px;
    vertical-align: middle;
    color: red;
    background-color: rgba(255,255,255,0.8);
    width: 26px;
    text-align: center;
    border-radius: 100%;
    padding: 6px;
}
.pestananoactiva{
	cursor: pointer;
    color: #042956;
    border: 1px solid grey;
    border-bottom:0;
    font-size: 16px;
    padding:0 20px;
    border-radius: 20px 20px 0 0;
    transition: ease-in-out 0.2s;
    user-select: none;
    padding: 6px 16px;
    background-color: #fff;
    z-index: 999999;
    margin:0 6px;
    float:left;
    opacity:0.6;
}
.medidas{
	float:right;
}
.medidas div{
    float: left;
    margin-right: 10px;
    display: inline-block;
    background-color: #1b2c55;
    color: #fff;
    padding: 6px 12px;
}
.toma_datos .rutina .fecha{
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 0.8em;
    font-style: italic;
}
#graf_evol > div{
	width:90%;
}
#rutinas_presentes{
	width:100%;
	float:left;
	text-align:center;
}

.caja_usuario_max{
	font-size:0.9em;
	font-weight:bold;
	text-transform: uppercase;
    position: relative;
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 10px;
    min-width: 10vw;
    min-height: 12vw;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.caja_usuario_max .display_name{
    font-weight: bold;
    padding: 6px 6px;
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    font-size: 14px;
    width: calc(100% - 12px);
}
.caja_usuario_max .rol{
    font-style: italic;
    text-align: right;
    font-size: 12px;
    margin-bottom: -6px;
    font-weight:normal;
}
.caja_usuario_min{
	font-size:0.9em;
	font-weight:bold;
	text-transform: uppercase;
    clear: both;
    width: calc(100% - 20px);
    position: relative;
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 6px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    border-radius: 6px;
    padding: 2px 6px;
}
.administrator{
	color:#e85810;
}
.editor{
	color:#e85810;
}
.author{
	color:#e85810;
}
.contributor{
	color:#e85810;
}
.customer{
	color:#042956;
}
#conversacion20{
	width:80%;
}
.parametros_fisicos{
	float:left;
	width:calc(100% - 40px);
	padding:20px;
	border-bottom: 1px solid #ccc;
	/*column-count:2;*/
}
.parametros_fisicos label{
	margin-left:0;
	/*float:left;
	clear:both;
	width:calc(100% - 40px);*/
}
.parametros_fisicos input, .parametros_fisicos select{
    float: right;
    break-inside: avoid-column;
    text-align: center;
    width: 140px;
    vertical-align: baseline;
    padding: 3px 6px;
}
.medio{
	margin-bottom:10px;
	padding:0 20px;
	width:calc(50% - 40px);
	display:inline-block;
	height:30px;
}
.completo{
	margin-bottom:10px;
	padding:0 20px;
	width:calc(100% - 40px);
	display:inline-block;
	min-height:30px;
}
.informacion_nutricional{
    width: calc(100% - 60px);
    padding: 30px;
    float: left;
}

.actual{
	background-color:#d1ffd1;
}
.proxima{
	background-color:lightblue;
}
.terminada{
	background-color:#eee;
}
.baremada{
    background-color:#ffe3bf !important;
}
.baremada.proxima{
	background-color:lightblue !important;
}
.media{
    float: right;
    font-size: 0.8em;
    margin-top: 4px;
}
.identificador{
    font-size: 0.8em;
    float: right;
    color: #8aa6ea;
}
.preg20{
    padding: 6px;
    width: calc(100% - 14px);
    border: 1px solid #e85810;
    margin: 20px 0;
    border-radius: 6px;
}
.question20{
	 font-weight:bold;
	 font-size: 0.9em;
	 margin: 6px 0;
}
.answer20{

}
.tit20{
    width: 100%;
    float: left;
    text-align: center;
    background-color: #e85810;
    color: #fff;
    margin-left: -6px;
    margin-top: -6px;
    margin-bottom: 8px;
    padding: 6px;
    font-size: 0.9em;
}


.mensajes20{
	float:left;
	width:100%;
	position:relative;
	height:calc(100% - 20px);
	max-height: 74vh;
}
#usuarios20{
	float:left;
	display:inline-block;
	height:100%;
	overflow-y:auto;
	width:calc(30% - 21px);
	min-width:200px;
	border-right:1px solid #ccc;
	max-height: 74vh;
}
#usuarios20 .administrator{
	color:#1b2c55;
}
#usuarios20 .editor{
	color:#1b2c55;
}
#usuarios20 .author{
	color:#1b2c55;
}
#usuarios20 .contributor{
	color:#1b2c55;
}
#usuarios20 .customer{
	color:#1b2c55;
}
#conversacion20{
    float: right;
    position: relative;
    display: inline-block;
    padding: 0;
    width: calc(70% - 0px);
    max-height: 74vh;
    height: calc(74vh - 150px);
    right: 0;
}
#envio20{
    float: left;
    width: calc(80% - 24px);
    background-color: #fff;
    height: 60px;
}
#inferior20{
    display: none;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    margin-top: 20px;
    float: right;
    background-color: #fff;
    z-index: 99;
}
#lineas20{
	position:relative;
    float: right;
    width: 100%;
    height: calc(100% - 80px);
    overflow-y: auto;
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
}
.enviado, .recibido{
	clear:both;
	padding:6px;
	background-color:#fff;
	border-radius:6px;
	margin-bottom:6px;
    max-width: 90%;
    line-height: 1.5;
}
.enviado img, .recibido img{
	max-width:100%;
}
.enviado{
    float: right;
    background-color: #eff2f4;
    border: 1px solid #042956;
    color: #042956;
    a{
        color: #025dcd;
        font-weight: bold;
    }
}
.recibido{
    float: left;
    background-color: #fef5f0;
    color: #333;
    border: 1px solid #e85810;
    a{
        color: #e85810;
        font-weight: bold;
    }
}
.fecha20{
    font-size: 0.8em;
    float: right;
    display: inline-block;
    text-align: right;
    margin-left: 12px;
    margin-top: 6px;
}
.lineadia20{
    float: left;
    width: calc(100% - 2px);
    border-top: 1px solid #ccc;
    text-align: center;
    color: #1b2c55;
    margin: 10px 0;
    background-color: rgba(255,255,255,0.8);
    font-size: 0.8em;
}
.vistas20{
	float:right;
	color:#aaa;
	cursor:pointer;
	margin:6px;
}
.roles20{
    float: left;
    width: calc(100% - 18px);
    background-color: #1b2c55;
    color: #fff;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 6px;
    margin-top: 8px;
    margin-bottom: 4px;
}
.num_mensajes{
	position:absolute;
	top:2px;
	right:2px;
	background-color:#e85810;
	color:#fff;
	font-weight:bold;
	border-radius:100%;
}
.leido20{
	float:right;
	color:#00d100;
	margin-left:10px;
}
.sinleer20{
    background-color: #e85810;
    color: #fff;
    border-radius: 1em;
    font-weight: bold;
    float: right;
    width: 18px;
    text-align: center;
    height: 18px;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 99;
}
a.adjunto20{
	float:left;
	width:100%;
	text-align:center;
    background-color: #fff;
    border-radius: 6px;
    font-weight: bold;
    color: #042956;
}
#envio20{
	padding:6px 12px;
}
.franjaboton20{
    float: right;
    display: inline-block;
    text-align: center;
    width: calc(20% - 12px);
}
.franjaboton20 button{
	float:none;
	font-size:1.1em;
}
.franjaboton20 label{
	float:none;
	margin-left:0;
}
.franjaboton20 .boton19{
    display:block;
}
.opciones_mensaje20{
    float: right;
    clear: both;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    z-index:99;
}
.aceptacion_mensaje{
	float:left;
	width:100%;
	text-align:center;
	font-size:0.9em;
	font-style:italic;
	color:#00d100;
}
.aceptacion_mensaje button, .rechazo_mensaje button{
    font-size: 1em;
    font-style: normal;
    background-color: #fff;
    color: #042956;
    font-weight: bold;
}
.rechazo_mensaje{
	float:left;
	width:100%;
	text-align:center;
	font-size:0.9em;
	font-style:italic;
	color:lightpink;
}
#seleccion_usuarios{
    overflow-y: scroll;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    z-index: 99;
}
#seleccion_usuarios label{
    float: left;
    width: auto;
    clear: both;
    padding: 2px 10px;
    text-transform: uppercase;
}
#seleccion_usuarios .flechas{
    float: left;
    display: inline-block;
    background-color: #1b2c55;
    color: #ffffff;
    margin-top: 18px;
    padding: 4px 12px;
    margin-left: 18px;
    height: 17px;
    cursor: pointer;
}
.curso20{
	margin-top:18px;
	background-color:#1b2c55;
	color:#ffffff;
}

#movil_lista_usuarios{
    width: 100%;
    float: left;
    text-align: center;
    background-color: #1b2c55;
    color: #fff;
    padding: 6px 0;
    margin-bottom:6px;
    cursor:pointer;
    display:none;
}
#nombreconversacion20{
    position: relative;
    top: 0;
    color: #042956;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    border-bottom: 10px solid #fff;
    font-weight: bold;
}
.aviso_provisional_mensajes{
    float: right;
    clear: right;
    font-size: 14px;
    text-align: center;
    margin-bottom: 6px;
    background-color: red;
    color: #fff;
}
.footer{
    font-size: 14px;
    width: 100%;
    text-align: left;
    bottom: 0;
    left: 0;
    position: fixed;
}
.footer a{
	margin:0;
    margin-left:20px;
	cursor: pointer;
    background-color:rgba(255,255,255,0.9);
    padding:2px 6px;
    border-radius:6px;
}
.footer i{
	margin-right:6px;
}
.ultimo_mensaje{
    font-weight: normal;
    float: right;
    text-align: center;
    height: 18px;
    position: absolute;
    right: 6px;
    bottom: 0px;
    font-size: 11px;
}
#lista_preguntas ul{
    float: left;
    width: calc(100% - 2em);
    display: block;
    margin-left: 2em;
}
.frontal_flotante{
    top: 20px;
    position: fixed;
    width: calc(100% - 60px);
    padding: 10px;
    background-color: #fff;
    /*height: 74vh;*/
    height: calc(100% - 300px);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(27,44,85,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(27,44,85,1);
    box-shadow: 0px 0px 5px 0px rgba(27,44,85,1);
    overflow-y: scroll;
    z-index: 99;
}
#test_personalizado20{
    position: fixed;
    right: 0;
    top: 0;
    max-height: 80dvh;
    background-color: rgba(255, 255, 255, 0.95);
    max-width: calc(98% - 40px);
    width: 1024px;
    margin: 5% 1%;
    border: 1px solid #1b2d56;
    padding: 20px;
    z-index: 999999;
    border-radius: 12px;
    height: auto;
    user-select: none;
    .opflex{
        display: flex;
        float: left;
        width: 100%;
        justify-content: space-between;
    }
}
.lista_temas20{
    float: left;
    clear: left;
    width: calc(50% - 22px);
    padding: 0 20px 6px 0;
    max-height: 60vh;
    overflow-y: scroll;
}
.lista_opciones20{
    float: right;
    width: calc(50% - 22px);
    padding: 0 0 6px 20px;
}
.lista_opciones20 .circ_basico,
.lista_opciones20 .circ_intermedio,
.lista_opciones20 .circ_avanzado,
.lista_opciones20 .circ_experto{
    margin-right:3px;
}
#test_personalizado20 h2{
    float: left;
    font-size: 16px;
    font-weight: normal;
    color:#1b2c55;
    width: calc(100% - 20px);
}
#test_personalizado20 h2 i{
    font-size:20px;
}
#test_personalizado20 h3{
    float: left;
    width: 100%;
    clear: both;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    border-radius: 12px 12px 0 0;
    text-indent: 10px;
    margin-top: 10px;
    user-select: none;
}
#test_personalizado20 .botones_comenzar button{
    width:100%;
    margin-top:20px;
    font-size:16px;
    display:none;
}
#competidores{
    float: left;
    width:100%;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    margin-bottom: 30px;
}
#competidores label{
    width: calc(100% / 4);
    margin: 0;
}
#filtros_temas_preguntas{
    width: calc(100% - 42px);
    position: relative;
    padding-bottom: 60px;
}
.lista_temas20{
    .estad{
        float: right;
        display: inline-grid;
        grid-template-columns: auto auto auto auto;
        gap: 8px;
        justify-content: end;
        justify-items: end;
        font-size: 12px;
        color: #555;
        i.fa-thumbs-down{
            color: #e85810;
        }
        i.fa-thumbs-up{
            color: green;
        }
    }
}
.lista_temas20 label, .lista_opciones20 label{
    float: left;
    clear: left;
    margin-left: 0;
    margin-bottom: 0;
}
.lista_temas20 input, .lista_opciones20 input{
	margin-right:6px;
}
.lista_temas20 .nombre_bloque{
    float: left;
    color: #fff;
    background-color: #1b2c55;
    font-size: 18px;
    margin: 6px 0 0;
    border-radius: 12px 12px 0 0;
    padding: 0 4px;
    width: calc(100% - 8px);
}
.lista_temas20 .nombre_asignatura{
    float: left;
    text-transform: uppercase;
    background-color: #e85810;
    color: #fff;
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0 0 5px;
}
.lista_temas20 .nombre_tema{
    float: left;
    width: calc(100% - 20px);
    padding: 0 0 0 20px;
    margin: 2px 0 4px;
    font-size: 14px;
}
.lista_temas20 .todos_ninguno{
	float:right;
	text-transform:none;
}
.nombre_bloque .todos_ninguno a{
	color:#fff;
	font-size:12px;
}
.nombre_asignatura .todos_ninguno a{
	color:inherit;
	font-size:12px;
}
.nombre_bloque i{
    float: right;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    margin-right: 5px;
}

.bmg_brave{
    color: #e85810;
    font-size: 1.4em !important;
}
.bmg_pestanas{
	float:left;
	margin-top:20px;
	width: 100%;
}
.bmg_pestanas input{
	display:none;
}
.fas.fa-angle-double-up{
	color:#e85810;
}
#lista_tareas .fa-angle-double-up{
    font-size: 32px;
    vertical-align: middle;
    margin-right: 12px;
}
.prolongada{
    color: #1b2c55;
    font-weight: bold;
}
#contenido_diario{
    float: left;
    margin-left: -20px;
    width: calc(100% - 60px);
    background-color: #f2f2f3;
    padding: 10px 40px;
    overflow-y:scroll;
    max-height: 100%;
}
#contenido_diario p{
	margin:6px 0;
	text-align:justify;
}
#contenido_diario.mini{
    max-height: 80px;
}
#contenido_diario.mini .eslogan{
    top: 0;
    max-height: 80px;
}

.objetivo{
    float: right;
    margin-right: 20px;
    font-size: 20px;
    padding: 6px;
    border: 1px solid #ccc;
}
.objetivo_diario, .objetivo_semanal{
    position: relative;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 8px solid #e85810;
    padding: 0;
    overflow: hidden;
    width: 45%;
    max-width: 45%;
    display: inline-block;
}
.eslogan{
    font-size: 20px;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
    left: 0;
    bottom: 0;
    color: #1b2c55;
    margin-top: 40%;
    padding: 12px 40px;
}

.bienvenida_perfil p{
	margin-bottom:18px;
}
.tareas_basicas_tema{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
    margin:20px 0;
}
.tareas_basicas_tema label{
    width: auto;
    margin: 0;
    background-color: #ddd;
    color: #333;
    float: none;
    padding: 6px 10px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius:3px;
    position: relative;
}
.tareas_basicas_tema label .masmenos{
    border-radius:100%;
    color:#fff;
    cursor:pointer;
    background-color:#1b2d56;
    right: -16px;
    position:absolute;
    border:1px solid #1b2d56;
}
.tareas_basicas_tema label .masmenos:hover{
    color:#1b2d56;
    background-color:#fff;
    border:1px solid #fff;
}
.tareas_basicas_tema label.activo .enfecha{
    background-color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 6px;
    margin: 4px 0 -2px;
    color: #1b2c55;
    border: 1px solid #ccc;
}
.tareas_basicas_tema label.activo{
	background-color:rgb(0,180,0);
	color:#fff;
}
.tareas_basicas_tema label i{
	float:right;
	font-size:1.2rem;
	margin-left:6px;
}
.tareas_basicas_tema label input{
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.tareasbase_tema{
    position: relative;
    float: right;
    font-weight: normal;
    padding: 2px 5px;
    border: 1px solid #ddd;
    color: #ccc;
    bottom: 0;
}
.tareasbase_tema i{
    margin: 0 8px;
}
.tareasbase_tema i.hecho{
	color:green;
}
.porcentajes_aes{
    float: right;
    position: relative;
    font-weight: normal;
    padding: 2px 5px;
    border: 1px solid #ccc;
    color: #1b2c55;
    bottom: 0;
    display: grid;
    grid-template-columns: 2fr 2fr 3fr;
    width: 220px;
    text-align: center;
    margin: 0 12px;
    .fa-frown{ color:red; }
    .fa-meh{ color:#e85810; }
    .fa-smile{ color:#c0c300; }
    .fa-grin-beam{ color:#00892b; }
}
.opotraining_estado{
    float: right;
    position: relative;
    font-weight: normal;
    padding: 2px 5px;
    border: 1px solid #ccc;
    color: #777;
    bottom: 0;
    min-width: 80px;
    text-align: center;
    margin: 0 12px;
    i.encurso{
        color:orange;
    }
    i.terminado{
        color:green;
    }
}
.pestana.activa{
    background-color: #1b2c55;
    color: #fff !important;
    font-weight: normal !important;
}
.sin_tareas_hoy{
	float:left;
	width:100%;
	margin:20px auto;
}
#cuadro_ayuda{
    font-family: sans-serif !important;
    font-size:1.2em;
    position: fixed;
    top: 40px;
    width: calc(100% - 60px);
    background-color: #fff;
    padding: 10px;
    overflow-y: scroll;
    max-height: calc(100% - 60px);
    left: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    z-index: 100;
}
#cuadro_ayuda h3{
	color: #e85810;
	float:left;
}
#cuadro_ayuda li{
	margin-bottom:6px;
}
.aterrizaje{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.aterrizaje h2{
    font-size: 1.2em;
    color: #042956;
}
#info_aterrizaje{
    border-top: 1px solid grey;
    float: left;
    width: 100%;
    padding: 20px 0;
}

#test_casillas{
    float: left;
    max-width: 100%;
    width: 21cm;
    margin-left: calc(50% - (21cm / 2) );
    padding: 0 1cm;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    background-color: rgba(255,255,255,0.8);
}
#test_casillas .acierto{
	background-color:lightgreen;
}
#test_casillas .error{
    background-color: red;
    color: #eeeeee;
    text-decoration: line-through;
}
#test_casillas .sinresponder{
	background-color:lightgrey;
}

#test_casillas .bloque{
	color:inherit;
	background-color:inherit;
}
#test_casillas p{
    margin-bottom: 6px;
    text-align: justify;
    float: left;
    width: 100%;
}
#test_casillas h1, #test_casillas h2, #test_casillas h3{
    color: inherit;
    float: left;
    width: 100%;
	margin-top:2em;
}
#test_casillas h1{
	font-size:26px;
}
#test_casillas h2{
	font-size:20px;
}
#test_casillas h3{
    font-size: 16px;
    background-color: #042956;
    padding: 2px 1cm;
    color: #fff;
    width: 100%;
    margin-left: -1cm;
    margin-bottom: 12px;
}
/*

    font-size: 18px;
    background-color: #b9cce4;
    padding: 2px 1cm;
    color: #000;
    width: 100%;
    margin-left: -1cm;
    margin-bottom: 12px;
    font-weight: normal;
*/
#test_casillas .casilla_respuesta{
    padding: 0 6px;
    vertical-align: baseline;
    border: 2px solid #1b2d56;
    font-size: inherit;
    margin: 0 3px;
    text-align: center;
    width: 220px;
}
#test_casillas .casilla_respuesta.activa{
    background-color:#ffe2a7;
}
#corrige_testcasillas{
	text-align:center;
}
#corrige_testcasillas button{
	float:none;
	background-color:#e85810;
	color:#fff;
}
#corrige_testcasillas button.activo{
	background-color:#1b2c55;
}
#test_casillas .correccion{
	float:none;
	margin-left:6px;
}
#test_casillas mark{
	background-color:inherit;
	color:#000;
}
#test_casillas ul{
    text-align: justify;
    float: left;
    width: calc(100% - 18px);
    padding-left: 18px;
}
.resultados21{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.resultados21 div{
	display:inline-block;
	margin:0 30px;
}
.opciones_ayuda21{
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    font-weight: normal;
    color: grey;
    padding: 6px 12px;
    border: 1px solid grey;
    width: auto !important;
}
.opciones_ayuda21 li, #ayuda_larga li{
    color:#333;
    margin:2px 0;
    cursor:pointer;
}
.opciones_ayuda21 li:hover, #ayuda_larga li:hover{
	color:blue;
}
#test_casillas .ayuda{
	display:inline-block;
	cursor:pointer;
	color:#e85810;
	transition: ease-in-out 0.2s;
}
#test_casillas .ayuda:hover{
	color:blue;
}
#ayuda_larga{
	max-width:80%;
	position:fixed;
	right:10px;
	top:60px;
	border:1px solid #000;
	background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
	-webkit-box-shadow:00 5px 5px rgba(27,44,87,1);
	-moz-box-shadow:00 5px 5px rgba(27,44,87,1);
	box-shadow:00 5px 5px rgba(27,44,87,1);
	z-index:999999;
    max-height: calc(100% - 80px);
    scroll-behavior: smooth;
    overflow-y: scroll !important;
}
#ayuda_larga .fa-times-circle{
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 20px;
    cursor: pointer;
    color: grey;
}

#tareas21{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: calc(96% - 30px);
    margin: 5% 3%;
    border: 1px solid #1b2d56;
    z-index: 9999991;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    overflow-y: scroll;
    max-height: 80%;
    padding: 20px 0;
    border-radius: 12px;
}
#tareas21 h2{
	float:left;
	margin-bottom:20px;
}
#tareas21 > h2{
    background-color: #1b2d56;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
    padding: 4px 20px;
    border-radius: 0 0 20px;
    user-select: none;
}
.ob_cont{
    float: left;
    width: calc(100% - 40px);
    position: relative;
    padding: 0 20px;
}
.ob_cont h3{
    background-color: #1b2c55;
    color: #fff;
    padding: 4px 20px;
    border-radius: 0 0 20px;
    user-select: none;
    margin: 10px 0;
    margin-left: -20px;
    width: auto;
    float: left;
    clear: both;
}
#propuesta_dedicacion .fila{
    margin:0;
}
#propuesta_dedicacion .celda{
    padding:2px 10px;
}
#config_ob_tiempos{
    float: left;
    border: 1px solid #ccc;
    padding: 6px 20px;
    border-radius: 6px;
    background-color: #fafafa;
}
#config_ob_tiempos h4{
    float:left;
    width:100%;
    margin-top:12px;
}

#tareas21 .pestana input{
    padding: 0;
    border: 0;
}
#tareas_tema{
	float:left;
	width:100%;
	margin-bottom: 40px;
}
#lista_tareas{
	float:left;
	width:100%;
	padding: 20px 0;
	font-size: 12px;
}
#lista_tareas label{
	float:left;
	clear:both;
	margin:8px 0;
}
#lista_tareas button{
    text-align: right;
    min-width: 140px;
}
#lista_tareas button i{
    float: left;
    font-size: 18px;
}
#lista_tareas > .fila > .celda > i.ico_tarea{
    font-size: 20px;
    color: #e85810;
    width: 28px;
    vertical-align: middle;
}
.boton_tarea input{
	height:20px;
	width:20px;
	float:right;
}
#progreso_tareas{
    float: left;
    width: 100%;
    color: #fff;
    background-color: rgb(180,0,0);
    margin: 20px 0;
    border-radius:15px;
    overflow:hidden;
}
#progreso_tareas div{
    float: left;
    height: 30px;
    text-align: center;
    padding-top: 8px;
}
#progreso_tareas #tiempo_terminado{
	color:#fff;
	background-color:rgb(0, 0, 180);
}
#progreso_tareas #tiempo_terminado.tareas_completadas{
	background-color:rgb(0, 180, 0);
}

.pestanas_tareas_tema{
	float:right;
}

#op_tareas{
	width:auto;
}
.calificaciones21{
	float:left;
	width:100%;
	font-size:18px;
}
.calificaciones21 > div{
	float:left;
	width:100%;
	text-align:center;
}
.calificaciones21 .aen > div{
	display:inline-block;
	float:none;
	text-align:center;
	margin:0 20px;
}
.calificaciones21 .mipuntuacion21{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.calificaciones21 .mipuntuacion21 div{
	color:#042956;
	padding: 6px 20px;
	border-radius:3px;
}
.calificaciones21 .mipuntuacion21 div.puntuacion{
	font-weight:bold;
}
.calificaciones21 i{
	margin-right:6px;
}

.seguridad_respuesta{
    background-color: rgba(0,0,0,0.05);
    width: 100%;
    border-radius: 3px;
    margin: 10px 0;
}
.seguridad_respuesta .celda.valores_est{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
}
.seguridad_respuesta .celda.valores_est > div{
    margin:0 10px;
}
.seguridad_respuesta .fa-thumbs-up{
    color:green;
}
.seguridad_respuesta .fa-thumbs-down{
    color:red;
}
#mensaje66{
    float: left;
    width: 100%;
    border-radius: 18px;
    margin: 6px 0;
    padding: 6px 0;
}
.calificaciones21 h4{
    float: left;
    clear: both;
    color: #e85810;
}
.ranking_test,
.foro_test{
    max-height: 60vh;
    overflow-y: auto;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #1f2d55;
}
.foro_test h4,
.ranking_test h4{
    margin-top:10px;
}
.ranking_test i{
	color: #fff;
    border-radius: 100%;
    padding: 4px;
    font-size: 12px;
    width: 16px;
    height: 12px;
    border: 2px solid rgba(255,255,255,0.8);
}
.ranking_test i.fa-thumbs-up{
    background-color: green;
}
.ranking_test i.fa-thumbs-down{
    background-color: red;
}
.ranking_test i.fa-question{
    background-color: #888;
}

.caja_estadisticas{
    max-width: 240px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding:6px 12px;
    font-size:13px;
}
.caja_estadisticas.caja_temas{
    max-width:none;
}
.porcentajes_temas{    
    border: 1px solid #ccc;
    padding: 6px 24px;
    width: calc(100% - 48px) !important;
    border-radius: 6px;
    font-size: 14px;
    margin: 20px 0;
}
.estadisticas_pregunta{
	float:left;
	width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.estadisticas_pregunta i{
	margin-right:0;
}
.estadisticas_pregunta div{
    margin-left:0 6px;
}
.estadisticas21 .fa-grin-beam{
    background-color:#fff;
    color: #00c100;
    border-radius: 100%;
    border:1px solid #333;
}
.estadisticas21 .fa-smile{
    background-color: #000;
    color: yellow;
    border-radius: 100%;
    border:1px solid #333;
}
.estadisticas21 .fa-meh{
    background-color:#333;
    color: orange;
    border-radius: 100%;
    border:1px solid #333;
}
.estadisticas21 .fa-frown{
    background-color:#fff;
    color: red;
    border-radius: 100%;
    border:1px solid #333;
}
.estadisticas21 .fa-meh-blank{
    background-color:#333;
    color: #ccc;
    border-radius: 100%;
    border:1px solid #333;
}
.posicion23{
    position: absolute;
    background-color: #aaa;
    font-size: 18px;
    margin-left: -44px;
    margin-top: -26px;
    width: 35px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    padding-top: 5px;
    color: #fff;
}
.estesoyyo{
    background-color: #ffe7ab;
    font-weight: bold;
    color: #1b2c55;
}

.simbolo_nota{
    position: absolute;
    bottom: -10px;
    z-index: 9999;
    font-size: 24px;
    right: 0;
    background-color: #fff;
    border-radius: 100%;
}

#nombre_test{
    background-color: #1b2d56;
    color: #fff;
    float: left;
    width: calc(100% - 14px);
    padding: 6px 12px;
    margin: 20px 0;
    font-size: 20px;
    text-align:center;
}
#nombre_test i{
	float:left;
    margin-top: 4px;
    color: lightblue;
    font-size: 18px;
}

.participantes_reto{
    max-height: 30px;
    float: left;
    overflow: hidden;
    cursor: zoom-in;

}
.participantes_reto.desplegado{
    cursor: zoom-out;
    max-height:fit-content;
}
.participantes_reto.desplegado .participante_reto, .participantes_reto.desplegado .autor_reto{
    font-size: inherit;
    transition: ease-in-out 0.4s;
}

.participante_reto{
    display: inline-block;
    border: 1px solid #ccc;
    margin: 2px 4px;
    float: left;
    display: inline-block;
    padding: 0 5px;
    border-radius: 6px;
    font-size: 12px;
    transition: ease-in-out 0.4s;
}
.autor_reto{
    color:var(--color1);
    display: inline-block;
    border: 1px solid #ccc;
    margin: 2px 4px;
    float: left;
    display: inline-block;
    padding: 0 5px;
    border-radius: 6px;
    font-size: 12px;
    transition: ease-in-out 0.4s;
}

.personalizado_apartados_tema{
    float: left;
    font-size: 14px;
    color: green;
    border-left: 1px solid green;
    margin-left: 30px;
    margin-bottom: 16px;
}
.personalizado_apartados_tema label{
    margin-left: 6px;
    width: calc(100% - 6px);
}
.apartados{
    display: flex;
    float: right;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
}
.apartados .pestana{
    font-size: 13px !important;
}
.apartados .pestana:hover{
    background-color:#FFCD74 !important;
    color:inherit !important;
}

#graficos_tasas_aciertos{
    float:left;
    height:30vh;
    width:100%;
}

.certeza{
    float:right;
    text-align:left;
    color:#666;
    font-size: 14px;
    clear:right;
}
.revisada{
    float:right;
    clear:right;
}

.fa-info-circle,
.fa-circle-info{
    color:#00aed5;
}


#tasas_aciertos{
    z-index: 999999;
    position: fixed;
    float: left;
    height: 100%;
    width: calc(100% - 100px);
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,1);
    top: 40px;
    left: 30px;
    max-height: 85%;
    overflow-y: scroll;
    padding: 20px 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
}
#tasas_aciertos h1{
    float: left;
    font-size: 20px;
    margin-top: 12px;
    margin-left: 30px;
    color: #042956;
    user-select: none;
}
#tasas_aciertos h3{
    margin-top:20px;
    float:left;
    width:100%;
    clear:both;
    text-align:center;
    color:#e85810;
    user-select: none;
}

#repite_test22{
    position: fixed;
    top: 60px;
    left: 0;
    background-color: rgba(255,255,255,1);
    width: calc(98% - 40px);
    margin: 5% 1%;
    border: 1px solid #1b2d56;
    padding: 20px;
    z-index: 9999991;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    overflow-y: scroll;
    max-height: 80%;
}

.opciones_repite_test22{
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: stretch;
    border-radius: 40px;
    border: 1px solid #ccc;
    padding: 40px;
}
.opciones_repite_test22 i{
    color: #1b2c55;
    vertical-align: middle;
    font-size: 1.2em;
    margin: 0 3px;
}
.tipo_repite_test22{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    padding: 40px;
    align-items: flex-end;
}
.bms_personalizado{
    display: flex;
    max-width: 45%;
    float: right;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
}
.partida_resumen{
    float:left;
    width:100%;
}

.circ_basico,
.circ_intermedio,
.circ_avanzado,
.circ_experto{
    float: left;
    min-width: 1em;
    min-height: 1em;
    border-radius: 100%;
    margin-right: 1em;
    border: 1px solid #1b2c55;
}

.circ_basico{background-color:lightgreen;}
.circ_intermedio{background-color:yellow;}
.circ_avanzado{background-color:darkorange;}
.circ_experto{background-color:red;}

.bien22,
.regular22,
.mal22,
.muymal22{
    padding:6px;
    text-align:right;
}

.bien22{
    background-color:lightgreen;
    color:#000;
}
.regular22{
    background-color:yellow;
    color:#000;
}
.mal22{
    background-color:darkorange;
    color:#fff;
}
.muymal22{
    background-color:red;
    color:#fff;
}

#graficos_opobriefing{
    float: right;
    max-width: 50%;
    width: 45%;
}

#grafico_semana, #grafico_historico{
    float: right;
    display: inline-block;
    width:50%;
}

.ocul1{
    background-color:#ccc;
}
.estadisticas21{
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
}
button .fa-trophy{
    color: #ffff95;
}
button .fa-gamepad{
    color: #ffe2ae;
}
button .fa-box{
    color: #bfffbf;
}
button .fa-table{
    color: #ade4ff;
}
button .fa-chess-knight{
    color: #e85810;
}
button .fa-clipboard-list{
    color: #0039c3;
}
.fa-trophy{
    color: #ffff00;
}
.fa-gamepad{
    color: #ffa400;
}
.fa-box{
    color: #00ff00;
}
.fa-table{
    color: #00abff;
}
.fa-chess-knight{
    color: #e85810;
}
.fa-clipboard-list{
    color:#91b1ff;
}
.impugnaciones{
    float: left;
    width: 80%;
    margin: 0 10%;
    font-size: 13px;
    margin-top: 30px;
    max-height: 150px;
    overflow-y: auto;
}
.impugnaciones .impugnacion{
    float:left;
    margin-left:0;
}
.impugnaciones .escorreccion{
    float:right;
}
.impugnaciones .in-correcta.fa-check,
.impugnaciones .in-correcta.fa-question-circle{
    position: absolute;
    right: -30px;
    bottom: 10px;
}
.impugnaciones .autor span,
.impugnaciones .autor span i{
    cursor:pointer;
}
.impugnaciones .autor span i{
    /*color:blue;*/
}

#consejos_opobriefing,
#metodologia_opobriefing{
    float: left;
    width: calc(100% - 80px);
    margin-bottom: 30px;
    padding: 20px 40px;
    border-radius: 12px;
}
#metodologia_opobriefing{
    background-color: #b2edff;
}
#consejos_opobriefing{
    background-color: orange;
    color: #1f2c54;
    font-size: 20px;
    text-align: center;
}
#ob_opciones_norepetir{
    font-size:14px;
    margin-top:30px;
    float:right;
}
#ob_opciones_norepetir label,
#ob_opciones_norepetir button{
    float:left;
}
#metodologia_opobriefing p,
#metodologia_opobriefing ol{
    float:left;
    width:100%;
    margin-bottom:12px;
}
#metodologia_opobriefing ol{
    padding-left:1em;
}
#metodologia_opobriefing ol li{
    margin-bottom:6px;
}
i.fas > span,
i span{
    font-family:ExoLight;
}
#wpadminbar{
    z-index:99998;
}
#mi_ultimo_examen select{
    padding: 2px 0;
    margin-right: 4px;
}
#nivel_actual{
    min-width:30px;
}

#formulario_foro_test{
    position: fixed;
    top: 30%;
    left: 10px;
    width: calc(100% - 100px);
    z-index: 100000;
    background-color: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 0 rgb(0 0 0 / 75%);
    -moz-box-shadow: 00 5px 0 rgba(0,0,0,0.75);
    box-shadow: 0 5px 0 rgb(0 0 0 / 75%);
    border: 2px solid #1b2c55;
}
#formulario_foro_test > div{
    float:left;
    width:100%;
}
#formulario_foro_test > textarea{
    padding:10px 20px;
    width:calc(100% - 40px);
}
#formulario_foro_test > input{
    float:left;
}
.foro_test{
    color:#000;
}
.foro_test .comentario{
    float: left;
    padding: 10px 20px;
    width: calc(100% - 64px);
    border: 1px solid #1b2c55;
    border-bottom: 3px solid #1b2c55;
    border-right: 2px solid #1b2c55;
    margin: 10px;
    border-radius: 10px;
    text-align: left;
    cursor: pointer;
    background-color:#fafafa;
}
.foro_test .subcomentario{
    background-color:#fff;
    float: left;
    padding: 10px 20px;
    width: calc(100% - 102px);
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 10px;
    text-align: left;
    margin-left:50px;
}
.foro_test .asunto{
    float: left;
    text-align: left;
    position: relative;
    clear: left;
    color: #e85810;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 8px;
    width: 100%;
}
.foro_test .mensaje{
    float:left;
    text-indent: 1rem;
    position:relative;
}
.foro_test .autor{
    float:right;
    position:relative;
}
.foro_test .responder{
    float:right;
    clear:right;
}
.foro_test .contador_comentarios{
    float:right;
    clear:right;
}


.a10, .a14, .a16, .a20, .a25, .a33, .a50, .a66, .a83, .a100, .e07{
    position:relative;
    float:left;
    display:inline-block;
    min-height:10px;
    margin: 0;
}
label.a10, label.a14, label.a16, label.a20, label.a25, label.a33, label.a50, label.a66, label.a83, label.a100, label.e07{
    padding:3px 12px;
    margin:0 6px;
    text-align:center;
    font-size:12px;
    cursor:pointer;
}
.a10 > label, 
.a14 > label, 
.a16 > label, 
.a20 > label, 
.a25 > label, 
.a33 > label, 
.a50 > label, 
.a66 > label, 
.a83 > label, 
.a100 > label, 
.e07 > label{
    font-size: 14px;
    margin: 8px 0 0;
    width: 100%;
    padding: 0;
}
.a10 > input, 
.a14 > input, 
.a16 > input, 
.a20 > input, 
.a25 > input, 
.a33 > input, 
.a50 > input, 
.a66 > input, 
.a83 > input, 
.a100 > input, 
.e07 > input{
    padding:6px 12px;
    margin: 0;
    width:calc(100% - 28px);
}
.a10{
    min-width: calc(100% / 10);
    width:calc(100% / 10);
}
.e07{
    min-width: calc(100% / 7);
    width:calc(100% / 7);
}
.a14{
    min-width: calc(100% / 8);
    width:calc(100% / 8);
}
.a16{
    min-width: calc(100% / 6);
    width:calc(100% / 6);
}
.a20{
    min-width: calc(100% / 5);
    width:calc(100% / 5);
}
.a25{
    min-width: calc(100% / 4);
    width:calc(100% / 4);
}
.a33{
    min-width: calc(100% / 3);
    width:calc(100% / 3);
}
.a50{
    min-width: calc(100% / 2);
    width:calc(100% / 2);
}
.a66{
    min-width:calc( 100% * 2 / 3 );
    width:calc( 100% * 2 / 3 );
}
.a83{
    min-width:calc( 100% * 5 / 6 );
    width:calc( 100% * 5 / 6 );
}
.a100{
    width:100%;
}
.a100.pestanas .pestana{
    width:100%;
}
.tright{
    text-align: right;
}
.vinculo_opcion{
    cursor:pointer;
    margin:0 6px;
    font-size:14px;
    user-select: none;
    color: #3456a7;
}
.botones_tema{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
}
.botones_tema > div{
    cursor:default;
    display: inline-block;
    float: left;
    max-width: calc((100% / 4) - 20px);
    min-width: 0;
    padding: 0 10px 40px;
}
.botones_tema > div.a25{
    width:calc((100% / 4) - 10px);
}
.botones_tema > div .pietests19{
    width: calc(100% - 40px);
    margin: 0;
    cursor: pointer !important;
    position: absolute;
    bottom: 0;
}
#dudas66ampliado{
    float: left;border-left: 1px solid #fff;padding: 2px;margin-right: 10px;border-radius: 0 15px 15px 0;margin-top: 3px;margin-left: -6px;
}

/* ------------------------------------------------------ MODO OSCURO -----------------------------------*/
#modoscuro{
    margin-top:10px;
    font-size:20px;
    cursor:pointer;
    color:grey;
    margin-right:20px;
}
body.oscuro{
    background-color: #333;
}
.oscuro #contenido-principal,
.oscuro .contenido_principal{
    background-color:#333;
    color:#fff;
}
.oscuro .menusup19{
    color:#fff;
}
.oscuro .menusup19:hover{
    background-color:rgba(255,255,255,0.2);
}
.oscuro #cargando, .oscuro .cargando{
    background-color:transparent;
}
.oscuro .tema_front{
    background-color:transparent;
    font-weight: normal;
    color:#fff;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,0.1);
}
.oscuro .tema_front:hover{
    background-color: rgba(255,255,255,0.2);
}
.oscuro .porcentajes_aes{
    color: #ccc;
}
.oscuro .notas_front{
    background-color:transparent;
}
.oscuro .frontal_flotante{
    background-color: #333;
    color: #fff;
}
.oscuro select{
    color:#fff !important;
    background-color: #333 !important;
}
.oscuro .bloque{
    background-color: #3d558d;
}
.oscuro .marcadores, .oscuro #marcadores_inferiores{
    background-color: #333;
}
.oscuro .marcadores i, .oscuro #marcadores_inferiores i{
    color:#fff;
}
.oscuro .asignatura_front{
    font-weight:normal;
}
.oscuro .boton19{
    background-color: #333;
    color:#fff;
}
.oscuro .boton19:hover{
    background-color: rgba(255,255,255,0.2);
}
.oscuro input{
    color:#fff;
    background-color:#333;
    border:1px solid #ccc;
}
.oscuro .pestana{
    background-color:#333;
    border: 1px solid #fff;
    border-bottom: 0 solid #fff;
    color:#fff;
}
.oscuro .pestana.activa{
    background-color:#e85810;
}
.oscuro .contenido_breve20{
    background-color:#333;
    color:#fff;
}
.oscuro .alt{
    background-color:#555;
}
.oscuro .contenidoIntroduccion{
    color:#fff;
    background-color:rgba(255,255,255,0.2);
}
.oscuro .estructuraTema,
.oscuro .tituloIntroduccion{
    color:#fff !important;
}
.oscuro .contenido19{
    background-color: #333;
    color:#fff;
}
.oscuro .contenido19 h3{
    color:#fff;
    font-weight:normal;
}
.oscuro #tareas21,
.oscuro #contenido_diario{
    background-color:#333;
}
.oscuro #tareas21{
    border: 1px solid #e85810;
}
.oscuro .apexcharts-legend-text{
    color:#fff !important;
}
.oscuro #grafico_historico text{
    color:#fff !important;
}
.oscuro .prolongada{
    color:#e85810;
    font-weight:normal;
}
.oscuro #metodologia_opobriefing{
    background-color:#100467;
}
.oscuro .usuario20,
.oscuro #nombreconversacion20{
    background-color:rgba(255,255,255,0.2);
    color:#fff;
    font-weight:normal;
}
.oscuro #usuarios20 .usuario20.administrator,
.oscuro #usuarios20 .usuario20.contributor,
.oscuro #usuarios20 .usuario20.author,
.oscuro #usuarios20 .usuario20.editor,
.oscuro #usuarios20 .usuario20.customer{
    color:#fff;
    font-weight:normal;
}
.oscuro #inferior20,
.oscuro .opciones_mensaje20{
    background-color:transparent;
}
.oscuro textarea{
    background-color:#333 !important;
    border:1px solid #fff;
    color:#fff;

}
.oscuro .lineadia20{
    background-color:#555;
    color:#fff;
    border-top:1px solid #ccc;
}
.oscuro .mensaje_difusion,
.oscuro .mensaje_difusion h1{
    background-color:#333;
    color:#fff;
}
.oscuro .mensaje_difusion{
    border:1px solid #ccc;
}
.oscuro a{
    color:#e85810;
}
.oscuro .paginado_pagina.actual{
    background-color:#e85810;
}
.oscuro #logo19{
    background-color: rgba(255,255,255,0.2) !important;
    float: left;
    border-radius: 22px;
}
.oscuro .comentarios_resumen label{
    color:#e85810;
}
.oscuro .fila{
    background-color:#333 !important;
}
.oscuro .fila .celda{
    border-top:1px solid #fff !important;
}
.oscuro .navegacion i,
.oscuro .navegacion span{
    color:#e85810;
}
.oscuro #grupos select#id_grupot,
.oscuro #grupos select#id_grupof{
    background-color:rgba(255,255,255,0.1) !important;
}
.oscuro table tr,
.oscuro table tr td{
    background-color: #333;
}
.oscuro .vistas div{
    color:#e85810;
}
.oscuro .boton_subir{
    background-color:rgba(255,255,255,0.2);
}
.oscuro .ubicacion19 h2{
    color:#e85810;
}
.oscuro .ubicacion19 h1{
    color:#fff;
}
.oscuro .bloque_pregunta{
    background-color:#555;
    color:#fff;
}
.oscuro .bloque_pregunta label{
    color: #aaa !important;
}
.oscuro .bloque_pregunta .respuestas label{
    color:#fff !important;
}
.oscuro .celda{
    color:#fff !important;
}
.oscuro #anotacion, .oscuro .anotacion{
    background-color: #1f2d55;
}
.oscuro .caja_estadisticas{
    background-color:#333;
}
.oscuro #impugna{
    background-color:#555;
    border:1px solid #e85810;
}
.oscuro #resultados, .oscuro .resultados{
    background-color:#555;
}
.oscuro #bmg21_interfaz,
.oscuro #sg22_interfaz{
    background-color: #555;
}
.oscuro .bmg21_op3,
.oscuro .sg22_op3{
    background-color: #a7a400;
}
.oscuro .impugnacion{
    background-color: rgba(255,255,255,0.4) !important;
}
.oscuro .escorreccion{
    background-color: rgba(255,255,255,0.6) !important;
}
.oscuro .ranking_test h4{
    color:#fff;
    font-weight:normal;
}
.oscuro .fondo_claro{ /* Si el fondo y la letra son oscuros */
    background-color:#eee !important;
}
.oscuro .texto_oscuro{ /* Si el fondo y la letra son claros */
    color:#111 !important;
}
.nparts{
    color:#555;
    font-size:14px !important;
    font-weight:normal;
}
#contenido_principal #filtros{
    float:left;
    clear:both;
    width:100%;
}
#contenido_principal #datos{
    float:left;
    clear:both;
    max-height:40vh;
    overflow-y:auto;
    font-size:0.9rem;
    text-align:center;
    width:100%;
}
#contenido_principal #grafico{
    float:left;
    clear:both;
    min-height:20vh;
    background-color:#fff;
    width:100%;
    min-width:100%;
    margin-bottom:40px;
}


#tests_abiertos_realizados{
    text-align: center;
    float: left;
    width: calc(100% - 20px);
    margin: 10px 0px 20px;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid rgb(204, 204, 204);
}
#test_ab_realizado{
    border-radius: 20px;
    padding: 6px 20px;
}
.mi_respuesta{
    font-style: italic;
    border-radius: 30px;
    resize: none;
    overflow-y: auto;
    opacity:0.8;
}
h2#titulo_test{
    float: left;
    width: 100%;
    text-align: center;
    color: #e85810;
    font-weight: normal;
    margin: 30px 0;
}
#baremacion{
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: #fafafa;
    margin: 20px 0;
    border-radius: 20px;
    max-height: 400px;
    overflow-y: auto;
}
.res_baremo{
    text-align: center;
    background-color:#ddd;
    font-weight:bold;
}
.res_baremo span{
    float: left;
    width: 100%;
    font-weight: normal;
    color: #ddd;
    font-size: 12px;
}
.res_baremo.pasa{
    background-color: green;
    color:#fff;
}
.res_baremo.nopasa{
    background-color: darkred;
    color:#fff;
}
.res_baremo.nopresentado{
    background-color: #999;
    color:#fff;
}
.barra_nrespuestas{
    position:relative;
    float:left;
    width:100%;
    font-size: 12px;
    overflow:visible;
    font-style:italic;
    margin: 0 0 12px;
}
.barra_nrespuestas div,
.barra_norespondida div{
    text-align: center;
    border-radius: 0 12px 12px 0;
    padding: 0 !important;
    color: #333;
    margin-right: 20px;
}
.barra_nrespuestas div{
    background-color: lightblue;
}
.barra_norespondida div{
    background-color: lightgrey;
    margin-left:50px;
}
.barra_norespondida{
    position:relative;
    float:left;
    width:100%;
    font-size: 12px;
    overflow:visible;
    font-style:italic;
    margin-top:12px;
}
.barra_nrespuestas div,
.barra_norespondida div,
.barra_nrespuestas span,
.barra_norespondida span{
    float:left;
    display:inline-block;
    height: 12px;
}

.eimo{
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.eimo .barra{
    float: left;
    width: 100%;
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    */
}
.eimo .bandas .dias{
    float:left;width:100%;
}
.eimo .bandas .dias .dia{
    float: left;
    text-align: center;
    border: 1px solid #ccc;
}
.eimo .fa-circle-arrow-left{
    float:left;
    cursor:pointer;
    color: #042956;
    font-size:20px;
}
.eimo .fa-circle-arrow-right{
    float:right;
    cursor:pointer;
    color: #042956;
    font-size:20px;
}
.eimo .linea_ogeo{
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    min-height: 20px;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}
.eimo .fobj{
    position:absolute;
    color:#e85810;
    font-weight:bold;
    text-align: center;
    bottom:3px;
    cursor:pointer;
    user-select: none;
}
.eimo .fobj i{
    font-size:12px;
    margin-right:6px;
}
.eimo .linea_ogeo.realizado .fobj{
    color:#1b2c55;
}
.eimo .ogeos{
    float:left;width:100%;
}
.eimo .ogeo{
    border: 1px solid #ccc;
    padding: 3px 40px 3px 20px;
    margin: 0;
    float: left;
    background-color: #d4e1ff;
    clear:both;
    position:relative;
    border-radius:20px;
}
.eimo .ogeo p{
    line-height:1em;
    font-size: 13px;
    text-align: left;
}
.eimo .ogeo .hecho{
    position:absolute;
    right:10px;
    top:calc(50% - 10px);
    width:20px;
    height:20px;
}
.eimo .linea_ogeo.realizado .ogeo{
    background-color:#ccc !important;
}
.eimo .linea_ogeo.realizado .queda{
    display:none;
}
.eimo .ogeo .fa-angles-right.izq{
    left: -5px;
    position: absolute;
    height: 20px;
    top: calc(50% - 10px);
    color: #333;
    background-color: rgba(255,255,255,0.5);
    border-radius: 100%;
    width: 20px;
    text-align: center;
}
.eimo .ogeo .fa-angles-right.der{
    right: -5px;
    position: absolute;
    height: 20px;
    top: calc(50% - 10px);
    color: #333;
    background-color: rgba(255,255,255,0.5);
    border-radius: 100%;
    width: 20px;
    text-align: center;
}
/*
.fa-magnifying-glass-plus,
.fa-magnifying-glass-minus{
    cursor:pointer;
    color: #042956;
    font-size:20px;
    margin:0 3px;
}
*/
.eimo .ogeo .queda{
    position:absolute;
    font-size:0.8em;
    right:30px;
    bottom:-12px;
    background-color:rgba(255,255,255,0.8);
    color:#e85810;
    border-radius:6px;
    padding:2px 6px;
}
.eimo .navega{
    float:left;
    display:flex;
    margin-bottom:10px;
    padding-bottom:10px;
}
.eimo .navega > div,
.eimo .navega > i,
.eimo .navega > select{
    margin-right:20px;
}
.eimo .navega > select{
    padding: 3px 20px;
}
.eimo .navega > i{
    cursor:pointer;
    color: #042956;
    font-size:20px;
    margin:0 20px 0 0;
}
.eimo h3{
    float:left;
    width:auto;
    margin-left:80px;
}
.pestana.recurrente,
select.recurrente,
option.recurrente{
    font-weight:bold;
    font-size:16px;
    color:#e85810;
}
.pestana.importante,
select.importante,
option.importante{
    font-weight:bold;
    font-size:16px;
    color:#042956;
}
.pestana.normal,
select.normal,
option.normal{
    font-size:16px;
}
.pestana.apopcional,
select.apopcional,
option.apopcional{
    font-size:16px;
    color:#777;
    font-style:italic;
}
#id_apartado:hover{
    color:inherit !important;
}
button.futuro{
    background-color: #eee;
    color: #999;
}
button.futuro .fa-angles-right{
    float:right;
    color:blue;
}
button.terminado{
    background-color: darkgreen;
}
.prio0{
    color:#1b2c55;
}
.prio2{
    color:#e85810;
    font-weight:bold;
}
.prio1{
    color:#1b2c55;
    font-weight:bold;
}
.prio3{
    color:grey;
    font-style:italic;
}
.destaca_informa{
    background-color:#e1e8ff;
}
#pers_estrellas{
    padding:0;
    margin-left:20px;
}
.botones_mini{
    float:right;
}
.eimo .temas_ogeo{
    float: left;
    width: 100%;
    background-color: rgb(238 238 238);
    border-radius: 6px;
    color: #1b2c55;
    padding: 6px;
}
.eimo .temas_ogeo p{
    font-size:12px;
    margin:6px 0;
}
.eimo #vueltas_tema{
    padding: 20px 40px;
    float: left;
    background-color: #eee;
    width: calc(100% - 80px);
    margin: 20px 0;
    border-radius: 12px;
    max-height: 200px;
    overflow-y: auto;
}
.eimo .ogeo .tabla .alt{
    background-color:rgba(255,255,255,0.5);
}
.prof{
    float: left;
    width: 100%;
    background-color: #eee;
    color: #000;
    text-align: center;
    border-radius:3px;
}
#calculadora_ritmos{
    width: 500px !important;
    max-width: 80%;
    right: 40px;
    left: auto;
    padding: 20px;
    width: calc(100% - 40px);
}
.intervalo{
    float:left;
    clear:left;
    border-radius: 6px;
    padding-right: 6px;
}
.intervalo.activo{
    background-color: #e85810;
}
.intervalo .boton19{
    margin-left:6px;
}
.intervalo input{
    border:1px solid #aaa;
    border-radius: 6px;
    background-color: #fff !important;
}
#avance_ob_tiempos input[type="time"]{
    padding: 2px;
    background-color: transparent;
    text-align: right;
    font-family: monospace;
    font-size: 14px;
}
#avance_ob_tiempos .terminado{
    background-color:darkgreen !important;
    color:#fff;
}
#ob_dia{
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.celda.porc{
    width: 100px !important;
    min-width: 100px !important;
    padding: 0;
    background-color: #ccc;
    margin-top: 12px;
    position: relative;
    float: left;
    height: 18px;
    border-radius: 6px;
    font-size: 13px;
}
.celda.porc span{
    float: left;
    background-color: #0000b4;
    min-height: 6px;
    text-align: center;
    color: #fff;
    max-height: 20px;
    border-radius: 6px;
    user-select: none;
}
.celda.porc span.fin{
    background-color: darkgreen;
}
#info_pestanya{
    float: left;
    width: 100%;
    padding: 10px 20px;
    color: #1b2d56;
}
.pweek{
    display:flex;float: left;width: 100%;flex-direction: row;flex-wrap: wrap;align-content: stretch;justify-content: center;align-items: stretch;
}
.dia_sem{
    border:1px solid #ccc;
    width:calc((100% / 7) - 4px);
    max-width:calc((100% / 7) - 4px);
}
.dia_sem > h4{
    color: #1b2c55;
    font-weight: normal;
    text-transform: uppercase;
    padding: 3px 12px;
    text-align: center;
    user-select: none;
    font-size: 14px;
}
.dia_sem > div{
    width:100%;
    border-top:1px solid #ccc;
    min-height:200px;
}
#fecha_pweek{
    float: left;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.dia_sem ul{
    margin: 6px 1px;
    width: calc(100% - 2px);
    border-radius: 6px;
    padding: 0 5px;
}
.dia_sem ul > li{
    width:100%;
    font-size: 12px;
    float: left;
    user-select: none;
    list-style: none;
    margin: 0;
    margin-bottom: 4px;
    text-wrap: balance;
}
.dia_sem ul > b{
    font-weight: normal;
    font-size: 12px;
    margin-top: 0;
    float: right;
    user-select: none;
    font-style: italic;
    padding: 0 6px;
    color: #999;
}

.dia_sem .ul_bloque{
    position:relative;
    border:1px solid darkorange;
    background-color: rgb(255 140 0 / 10%);
}
.dia_sem .ul_tema{
    position:relative;
    border:1px solid blue;
    background-color: rgb(0 0 255 / 10%);
}
.dia_sem .ul_repetido{
    position:relative;
    background-color: #eee;
    border:1px solid #ccc;
    button{
        background-color:#aaa;
    }
}
.dia_sem .tarea_repetida{
    position:relative;
    background-color: #eee;
    border:1px solid #ccc;
}
.dia_sem .ul_bloque .fa-pen-to-square,
.dia_sem .ul_tema .fa-pen-to-square,
.dia_sem .ul_repetido .fa-pen-to-square,
.dia_sem .tareaw .fa-pen-to-square{
    position: absolute;
    right: 0;
    font-size: 16px;
}
.tareaw{
    position: relative;
    font-size: 12px;
    padding: 6px;
    border: 1px solid #000;
    margin: 3px;
    user-select: none;
    text-wrap: balance;
    border-radius: 6px;
    background-color: #ffd0b9;
    float: left;
    max-height: 50dvh;
    overflow-y: auto;
    ol,
    ul{
        margin: 0;
        padding: 0;
        > li{
            margin-left: 12px !important;
        }
    }
    ul > li{
        list-style: disc !important;
    }
}
.tareaw.repetido{
    background-color: #eee;
    border:1px solid #ccc;
    button{
        background-color:#aaa;
    }
}
.wcomentario{
    background-color: #fff;
    font-size: 12px;
    border-radius: 6px;
    float: left;
    text-align: center;
    padding: 3px;
    user-select: none;
}
.ob_wplan_nav{
    margin-top:10px;
    margin-left:20px;
    float:left;display:inline-block;
}
.ob_wplan_nav > i,
.ob_wplan_nav > input,
.ob_wplan_nav > button{
     float:left;display:inline-block;margin:0 6px;
}
.ob_wplan_nav > i{
    width: 14px;
    text-align: center;
}
#er_wpcita, #er_wptarea{
    position: fixed;
    z-index: 9999999;
    width: 400px;
    margin-left: calc(50% - 200px);
    background-color: #fff;
    top: 20%;
    padding: 20px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    label{
        float: left;
        margin: 0;
        font-size: 12px;
        width: 100%;
    }
    label.a33{
        padding: 0;
        width: calc(100% / 3);
    }
    .a33 input{
        text-align: center;
    }
    textarea{
        float: left;
        resize: vertical;
        width:100%;
        padding:6px 12px;
        box-sizing: border-box;
    }
}
.ob_wplan .nsesion{
    position: relative;
    float: left;
    background-color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 100%;
    font-weight: bold;
    border: 1px solid #ccc;
    margin-right:12px;
    font-size: 14px;
    user-select: none;
}
.ob_wplan .tareaw button{
    margin: 6px 0 0;
    padding: 6px;
    font-size: 12px;
    float: none;
    clear: both;
    width: 100%;
}
.ob_wplan .ul_tema button,
.ob_wplan .ul_bloque button,
.ob_wplan .ul_repetido button{
    padding: 3px 12px;
    margin: 0 0 6px;
    float: right;
}
#ob_pestanas{
    margin-top:20px;
    float:left;
    clear:left;
}
.wp_weekplan,
.wp_repaso,
.wp_flashdata{
    position: relative;
    font-size: 12px;
    padding: 6px;
    border: 1px solid #000;
    margin: 3px;
    user-select: none;
    text-wrap: balance;
    border-radius: 6px;
    float: left;
    cursor: pointer;
    b{
        text-align:center;
    }
}
.wp_weekplan{
    background-color: #ccf3ff;
    i{ color:blue }
}
.wp_repaso{
    background-color: #cef5ce;
    i{ color:green }
}
.wp_flashdata{
    background-color: #ffe1aa;
    i{ color:orange }
}

.ventana_activa{
    z-index:9999999;
}

/* --------------------------------------------------------- ob_estadisticas --------------------------*/


#ob_estadisticas {
    #grafico24 {
            margin-top: 50px;
            margin-bottom: 50px;
        }
}

/* --------------------------------------------------------- MÓVILES Y TABLETS --------------------------*/
@media screen and (max-width: 1290px){
    .objetivo_diario, .objetivo_semanal{
        width:35%;
        max-width:35%;
    }
    #graficos_opobriefing {
        max-width: 58%;
        width: 58%;
    }
}

@media screen and (max-width: 980px){
    .lista_temas20, .lista_opciones20{
        width: 100%;
        max-height: none;
        overflow: auto;
        padding: 10px 0;
    }
    .lista_opciones20{
        margin-top:20px;
    }
    .a25{
        width:100%;
    }
    .a25 h2{
        padding-top:0;
        margin:0;
    }
    .a25 .pestana{
        border:0;
        border-radius:0;
    }
}

@media screen and (max-width: 800px){
	#lista_partidas .celda{
		float:left;
		width:calc(50% - 40px);
		text-align:center !important;
		padding:0 20px;
	}
	.fila.titulos{
		display:none;
	}
	#movil_lista_usuarios{
		display:block;
	}
	#usuarios20, #lineas20, #conversacion20{
		width:100%;
	}
	#usuarios20{
		max-height:100%;
	}
	.wrapper{
		max-width:calc(100% - 3px) !important;
	}
	.mensajes20{
		max-height:none;
	}
	#switch_dibujar{
		display:none !important;
	}
	#boton_envia_mensaje{
	    margin: 0;
	    padding: 6px;
	    border-radius: 0;
	}
	.menusup19{
	    position: relative;
	    display: inline-block;
	    width: calc( (100% / 7) - 14px);
	    cursor: pointer;
	    text-align: center;
	    font-size: 12px;
	    min-width: 80px;
	    text-transform: none;
	    color: #042956;
	    border: 1px solid grey;
	    padding: 3px 0;
	    margin: 2px;
	    border-radius: 14px;
	    transition: ease-in-out 0.2s;
	    user-select: none;
	}
	.footer a {
	    margin: 0 20px;
	    cursor: pointer;
	    display: inline-block;
	    width: 90%;
	    text-align: center;
	}
	#curso19{
	    max-width: 50%;
	    display: inline-block;
	    margin: 3px;
	}
	#cabecera19 {
	    width: 100%;
	    margin: 4px 0;
	}

    .objetivo_diario, .objetivo_semanal{
        width:100%;
        max-width:100%;
    }
    #graficos_opobriefing {
        max-width: 100%;
        width: 100%;
    }
    .menus_interfaz{
        display: inline-flex;
        float: left;
        width: 100%;
        clear: both;
        text-align: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: stretch;
        align-items: stretch;
    }
}


@media screen and (min-width: 1290px){
	.contenidos19_33{
    	grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 1920px){
	.contenidos19_33{
    	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}

/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
	/*background: goldenrod;*/
	background: #999;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	/*background: gold;*/
	background: #e85810;
}

#wp-admin-bar-master-campus{
	background-color:#eee !important;
	a{
		color:orangered !important;
		font-weight:bold !important;
	}
	a:hover{
		background-color:#ddd !important;
	}
}

#contenido-principal{
    float:none;
    height: 100dvh;
    overflow:hidden;
}
#contenidos-principales{
    height: 100dvh;
    overflow: auto;
}
#wpadminbar{
    display:none;
}
/*
#wpadminbar {
    opacity: 0.6;
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
    top: inherit;
}
#wpadminbar:hover{
    opacity: 1;
}
*/
.botones-ricorico{
    float: left;
    width: 100%;
    display: flex;
    gap: 4px;
    padding: 4px;
    box-sizing: border-box;
    background-color: #eee;
    margin: 0;
    margin-bottom: 0 !important;
	
    button{
        background-color:#fff;
        border:1px solid #ccc;
        border-radius:6px;
        color: #333;
        padding: 2px 10px;
		margin:0
    }
}
.editor-ricorico{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    overflow-y: scroll;
    width: 100%;
    height: 10dvh;
    padding: 6px 12px;
    box-sizing: border-box;
    margin: 0;
    resize: vertical;
}

#conecregis{
	float: right;
	display: inline-block;
    padding: 0px 10px;
    img{
        max-height: 14px;
    }
    a{
        text-decoration: none;
        color: inherit;
        font-weight: normal;
    }
}

.msoporte{
    width: 100%;
    float: left;
    color: #e85810;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
}