/*****   PÁGINA ACCESO AL CAMPUS *****/

.fondo {
	background-color:#fff !important; /*color centro*/
	color: #fff !important; /*Si encaja el color del centro aplicar aquí también*/
}

.fondo-login {
	background-color:#fff !important; /*color centro*/
}

.text-login {
	color: #01432B !important; /*Si encaja el color del centro aplicar aquí también*/
}

.fondo-btn {/* color botón conectar */
	background-color: #FFA821!important;
    border-color: #FFA821!important;
	color: #01432B!important;
}

.fondo-btn:hover {/* color botón conectar cuando te colocas encima */
	background-color: #01432B!important;
    border-color: #01432B!important;
	color: #fff!important;
}

.color-background{/* Color fondo donde se encuentra el login */
	background-color:#fff;
}

/*****  FIN PAGINA ACCESO AL CAMPUS *****/


/*****   MENU LISTADO AULAS/MENU DENTRO DEL AULA  *****/

@media (min-width: 992px) {
	.navbar ul.navbar-nav>li .dms-item-menu:hover, .navbar ul.navbar-nav>li a:hover { /* Color menú cuando estás encima */
		background-color: #9BC4AB !important;
	}
	
	.navbar ul.navbar-nav>li .dms-item-menu, .navbar ul.navbar-nav>li a { /* Colores menú desplegable */
		background-color: #D1E9DA !important;
		color: black !important;
	}
	
	.navbar ul.navbar-nav>li>ul {/* Color fondo menú desplegable */
		background-color: #D1E9DA !important;
	}
}

.navbar-dark .navbar-nav .nav-link { /* Color texto menú principal */
    color: black !important;
}

#menuToolsNew { /* Fondo menú */
	background-color: #D1E9DA !important;
}

.nav-item.focused > nav-link { /* Color fondo para cada elemento del menú, colocar mismo color que el fondo del menú */
	background-color: #D1E9DA !important;
}

.dropdown-item:hover { /*Color hover submenú móvil/tablet*/
    background-color:  #9BC4AB;
}

.navbar-dark .navbar-nav .nav-link:hover {/* Color fondo menu principal en móvil/tablet cuando te colocas encima */
    background-color: #9BC4AB;
}

.navbar .dropdown-menu a { /* Color texto submenú en vista móvil */
    color: #000 !important;
}


#bg-navbar {
background-color: #D1E9DA !important;
}

/***** FIN MENU LISTADO AULAS/MENU DENTRO DEL AULA *****/


/*****   CONFIGURACIONES GLOBALES *****/

/* Color scroll */
::-webkit-scrollbar-thumb {
	background: #D1E9DA !important;
}

/* Color checkbox  */
input[type="checkbox"]:checked::after, input[type="checkbox"]:checked::before {
	background-color: #D1E9DA;
}
input[type="checkbox"]::after, input[type="checkbox"]::before {
	border-color: #D1E9DA;
}

/* Color radiobuttons */
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #FFA821;
	background-color:    #FFA821;
}

/* Color fondo de la barra de herramientas de los administradores */
.bg-aulatools {
	background-color: #D1E9DA;
}

/* Color texto interior de los campos, ejemplo: glosario-> buscar termino */
::placeholder { color: #420FFA !important; }

/* Barra superior */

.dms-top-bgcolor { /* Linea de la cabecera con el nombre del aula */
    background-color: #D1E9DA !important; 
	color: #000 !important; /* Botón close */
}

.popBarTxt {
	color: #000 !important; /* Texto nombre del aula */
} 

/* Color fondo botón admin (inicio Académica, Biblioteca, Actualizaciones, Faqs, Noticias...).*/
.botonAdmin {
	background: #D1E9DA !important;
	border-color: #D1E9DA !important;
	color: #000 !important;
}

/* Color fondo botón admin cuando pasas por encima (inicio Académica, Biblioteca, Actualizaciones, Faqs, Noticias...).*/
.botonAdmin:hover {
    background: #00281D !important;
    border-color: #00281D !important;
    color: #fff !important;
    
}

/* Fondo numeración en las plantillas de los ejercicios TIPO B */
.bg-dark {
	background-color: #D1E9DA !important;
}

/*   FRANJA LATERAL DENTRO DEL AULA  */
#main-dms-lateral{
	background-color: #fff!important;
}


/*   LISTADO DE AULAS  */
.dms-lateral{ /* FRANJA LATERAL EN EL LISTADO DE AULAS */
	background-color: #fff!important;
}
/*   LISTADO DE AULAS recuadro caja último aula visitada */
.card-curso.activeAula {
outline: 5px solid #01432B;
}


/* Color principal de TODOS los textos */
.text-primary{
	color: black !important;
}

/*  BOTÓN CONECTAR Y OCULTAR TODOS  */
.btn-primary{
    color: #000!important;
    background-color: #D1E9DA!important;
    border-color: #D1E9DA !important;
}

 /* DENTRO DEL AULA */ 
.bg-primary{/* Color fondo iconos notificaciones listado aulas, color fondo titulos chat: mensajes, chat privado. Color fondo lupas listado aulas*/
    background-color: #FFA821 !important;
}



/* Color fondo de los botones y enlaces que son texto al colocarse encima esta relacionado con bg-primary*/
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #9BC4AB !important;
    color: #000000;

}



/* Color fondo de los botones al colocarse encima */
.btn-primary:hover {
    color: #000000!important;
    background-color: #FFA821 !important;
    border-color: #01432B !important;
}

/*  BOTONES DE CERRAR FORMULARIOS  */
.btn-secondary{
    color:#000;
	background-color:#D1E9DA;
	border-color:#01432B;
}

/*  BOTONES DE CERRAR FORMULARIOS AL COLOCARSE ENCIMA */
.btn-secondary:hover {
    color:#fff;
	background-color:#01432B;
	border-color:#01432B;
}


/* Color fondo boton cerrar glosario */
.btn-glosario-cerrar {
    color: #000;
	background-color:#D1E9DA;
	border-color:    #01432B;
}
/* Color fondo del boton cerrar glosario al colocarse encima*/
.btn-glosario-cerrar:hover {
    color: #fff;
	background-color:#01432B;
	border-color:    #01432B;
}


/* Color fondo boton convertir FAQ */
.btn-outline-warning {
    color: #000;
	background-color:#D1E9DA;
	border-color:#D1E9DA;
}
/* Color fondo del boton cerrar glosario al colocarse encima*/
.btn-outline-warning:hover {
    color: #000;
	background-color:#9BC4AB;
	border-color:    #01432B;
}



a{ /* COLOR DE TEXTO PARA ENLACES QUE NO SON BOTONES (ACCESOS DIRECTOS) */
   color: #01432B;
}

a:hover {
    color: #FFA821;
}

/* COLOR DE FONDO DE LA FRANJA DEL MENÚ CONTENIDOS, ALUMNOS,...¿al colocarte encima del submenú? */
#servSubMenu, #autoTools {
    background-color: #D1E9DA !important;
    color: #000 !important;
}

/* COLOR DE FONDO DE ICONOS DE ADMIN ENCIMA DEL INDICE */
#temarioHerramientasDiv {
    background-color: #D1E9DA;
    color: #000;
}



/* PARA LOS PAGINADORES */
.page-item.active .page-link {

    background-color: #D1E9DA !important;
    border-color: #01432B !important;

}

/* Color paginador */
.page-link:not(:disabled):not(.disabled) {
    color: #6E0C32 !important;
}

/*Color texto no hay FAQs*/
.red {
    color: #6E0C32 !important;
}

/* BOTONES DE BUSCAR, VER TODAS, GESTIÓN DE FOROS,... */
.btn-outline-primary {
    color: #000;
    background-color: #D1E9DA;
    border-color: #D1E9DA;
}

.btn-outline-primary:hover {
    color: #000000;
    background-color: #FFA821;
    border-color: #FFA821;

}

/* Número de tutorías, correos en LISTADO DE AULAS NOVEDADES. Fechas de tablones y foros */
.badge-primary {
    color: #000000;
    background-color: #FFA821;
}


/* TOOLTIP DE LOS SERVICIOS DEL AULA */
.tooltip-inner {
    background-color: #FFA821  !important;
    border-radius: .15rem;
	color: black !important;
}

/* TOOLTIP DE ADMIN COLOR DE FONDO Y COLOR DE TEXTO */
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
    border-top-color: #FFA821  !important;
	color: black !important;
}



/* Para cambiar TODOS los textos en blanco afectados por la clase de bootstrap text-white */
.text-white{
    color: #000000 !important;   
}


/* Para cambiar TODOS los textos en NARANJA afectados por la clase de bootstrap text-warning */
.text-warning{
    color: #740B11 !important;   
}


/* para cambiar color a enlaces dentro de la barra dms-lateral*/
.dms-lateral a {
    color: #000000  !important;   
}


/***** NOTICIAS *****/


/* Para los títulos de las noticias */
.dms-header {
	color: #01432B;
}

/* Color fecha listado noticias */
.fecha {
	color: #610010
}
/* Color fecha listado noticias al pasar por encima */
.noticia-listado:hover .fecha {
	color: #610010;
}
/* Color fecha listado noticias de la noticia seleccionada */
.menuActivo .fecha {
	color: #013365;
}

/* Color fondo noticia seleccionada en la pantalla de inicio. Cuando clicas sobre ella */
.menuActivo {
    background-color: #D1E9DA;
}

/* Color título noticia seleccionada */
.menuActivo a {
    color: #610010 !important;
}

/* Color título noticia seleccionada al pasar el ratón por encima */
.menuActivo:hover a {
color: #000 !important;
}


/* Color texto título noticias cuando te colocas encima */
.noticia-listado:hover > a {
    color:  black;
}

/* Hover para los enlaces de las noticias (cuando te colocas sobre el título de una noticia y sin pinchar sobre ella) en la pantalla de inicio */
.dms-lateral .nav .noticia-listado a:hover, .noticia-listado:hover {
	background-color: #f3f7f5 !important;
}

/* Color fondo noticia dentro del menu noticias cuando te colocas encima */
.dms-lateral-content .noticia-listado:hover a:hover,  .dms-lateral-content .noticia-listado:hover{
	background-color: #BABABA !important;
}

/* Color fondo noticia seleccionada dentro del menu noticias. Cuando clicas sobre ella */
.dms-lateral-content .menuActivo {
    background-color: #f3f7f5 !important;
}


/* color fechas relativas listado noticias */
.fechas-relativas {
	color:black !important;
}

/* color fechas relativas listado noticias al pasar el ratón por encima */
.noticia-listado:hover .fechas-relativas {
color:#610010 !important;
}
/* color fechas relativas listado noticias al pasar el ratón por encima en noticia seleccionada */
.noticia-listado.menuActivo:hover .fechas-relativas {
color:#610010 !important;
}


/* color fechas absolutas listado noticias */ 
.fechas-absolutas {
	color:black !important;
}

/* color fechas absolutas listado noticias al pasar el ratón por encima */
.noticia-listado:hover .fechas-absolutas {
color:#610010 !important;
}
/* color fechas absolutas listado noticias al pasar el ratón por encima en noticia seleccionada */
.noticia-listado.menuActivo:hover .fechas-absolutas {
color:#610010 !important;
}



/***** FIN NOTICIAS  *****/



/***** INICIO FRANJA LATERAL *****/

/* Color flecha que oculta la franja */
.dms-lateral .dms-lateral-close span {
	color: red;
}

/* Color títulos franja, ej: Índice, Académica, Convocatoria, etc */
.dms-lateral h1 {
	color: #000000;
}

/* Color texto inicio y fin matrícula */
.texto-matriculacion {
	color:#740b11;
}

/* Color de las lupas */
.color-lupa {
	color: #fff;
}

/* Sombreado para los enlaces que se encuentran en la franja lateral. Ejemplo: temario, autoevaluación, actualizaciones. Cuando te colocas sobre un epígrafe del índice, una entrada de la biblioteca, noticias...sin clicar sobre ella */
.dms-lateral .nav .nav-link a:hover, .nav-link:hover {
    background-color: #BABABA;
}

/* Sombreado cuando te colocas encima de un listado en la sección de autoevaluacion */
#listado-autoevaluacion .nav-link:hover {
    background-color: #f3f7f5 !important;

}

/***** FIN FRANJA LATERAL *****/



/***** AGENDA *****/

/* Color títulos agenda: vista mensual */
.dms-lateral h2 {
	color: #000000 !important;
}

/* Color títulos agenda: Leyendas */
.dms-lateral h4 {
	color: #000000 !important;
}

/* INICIO Color bordes tabla agenda mes */
.tituloAgendac thead th{
	border-bottom: 4px #01432B; 
}
.tituloAgendac th {
	border-bottom: 4px #01432B;
}

.tituloAgendac th, .tituloAgendac td, .tituloAgendac {
	border: 2px solid black;
}
/* FIN Color bordes tabla agenda mes */


/***** FIN AGENDA *****/

/***** TEMARIO *****/

#ul_temario .nav-link:hover {/* Fondo del bloque completo del índice del temario */
	background-color: #f3f7f5!important;
}

.dms-lateral #ul_temario .nav-link a:hover {/* Color fondo y color del texto cuando te colocas encima del indice del temario */
    background-color: #D1E9DA;
	color: black !important;
}

/* Estilos bloques de niveles y subniveles de la unidad del índice donde me encuentro */
#ul_temario .nav-link a.nivel-activo {
font-weight: bold;
}
/* Estilos del elemento del índice cargado actualmente */
#ul_temario .nav-link a.nivel-activo.elem-activo {
background-color: white;
}


/***** FIN TEMARIO *****/

/* Color titulos bloques chat: Mensajes, conectados, privados*/
.titulo-chat {
	color: black;
}


/* Color cabecera tabla tutorias */
.table .thead-dark th, .table .thead-dark th a {
    color: #000; /* color texto */
	background-color:#D1E9DA; /* color fondo */
	border-color:    #01432B; /* color borde */

}

/* Color iconos ordenar en la tabla tutorias */
.icono-ordenar-tutorias {
    color: #000000;

}

/* Todos los enlaces cuando tienen el foco */
a:focus {
}
/* Elementos del menú lateral y sus submenús cuando tienen el foco */ 
.navbar ul.navbar-nav > li .dms-item-menu:focus, .navbar ul.navbar-nav > li a:focus,
.navbar-dark .navbar-nav .nav-link:focus {
}
/* Elementos de la barra de herramientas de autoevaluación y del dms-lateral cuando tienen el foco */
#autoTools a:focus, #aulaTools a:focus {
}



#botonIdiomaVisible{
color: #fff; /* color texto */
	background-color:#01432B; /* color fondo */
	border-color:    #01432B; /* color borde */
}
#botonIdiomaVisibleA{
color: #000; /* color texto */
	background-color:#D1E9DA; /* color fondo */
	border-color:    #01432B; /* color borde */

}