/**************************************************************
 *	PROGRAMADO POR: Javier Rico Motos y Sergio Santos Belmonte
 *	EMAIL: info@zuinqstudio.com
 *	WEB: http://www.zuinqstudio.com
 *	© Todos los derechos reservados
 ***************************************************************/

a {

}

a:hover {
	text-decoration: underline;
}

body.admin {
	background-color: #f8f9f9;
	font: 16px/1.5em 'Noto Sans', Verdana, 'Trebuchet MS', 'Lucida Grande', Helvetica, sans-serif;
	margin: 0;
	color: #455460;
}

body.admin div#web {
	min-width: 1200px;
	width: inherit;
	margin: auto;
	text-align: left;
}

.estado {
	display: inline-block;
	padding: 5px 5px;
	background-color: #ccc;
	line-height: 15px;
	font-size: 15px;
	min-width: 90px;
	text-align: center;
	color: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.estado.caducada {
	background-color: #900;
}

.estado.activada {
	background-color: #090;
}

/** Header Publica */
body.admin div#web header.publica {
	margin: 0;
	background-color: #38387a;
}

body.admin div#web header.publica .cabecera {
	max-width: 1200px;
	color: #fff;
	height: 100px;
	margin: auto;
	position: relative;
}

body.admin div#web header.publica .cabecera a {
	color: #fff;
}

body.admin div#web header.publica .cabecera h1 {
	background: transparent url('../img/layout/logo-admin.png') 50% 50% no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 62px;
	margin: 0;
	top: 50%;
	left: 15px;
	position: absolute;

	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/** Header Privada */
body.admin div#web header.privado {
	margin: 0;
	background-color: #9292a5;
}

body.admin div#web header.privado .cabecera {
	color: #fff;
	height: 75px;
	text-align: right;
}

body.admin div#web header.privado .cabecera ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.admin div#web header.privado .cabecera ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

body.admin div#web header.privado .cabecera ul li a {
	line-height: 75px;
	font-size: 15px;
	padding: 0 30px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
}

body.admin div#web header.privado .cabecera ul li a:hover {
}

body.admin div#web header.privado .cabecera ul li a.logout {
	background: #abc80f url('../img/layout/ico-logout.png') 15px 50% no-repeat;
	padding-left: 60px;
}

body.admin div#web header.privado .cabecera ul li a.perfil {
	background: transparent url('../img/layout/ico-usuario.png') 15px 50% no-repeat;
	padding-left: 60px;
}

/** Footer */
body.admin div#web footer {
	margin: 0;
	background-color: #38387a;
	color: #fff;
}

body.admin div#web footer .footer-logo {
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}

body.admin div#web footer .footer-logo h1 {
	background: transparent url('../img/layout/logo-admin.png') 50% 50% no-repeat;
	text-indent: -9999px;
	width: 184px;
	height: 77px;
	margin: 0 auto;
}

body.admin div#web footer .footer-redes {
	text-align: center;
	padding: 44px 0;
	border-bottom: 1px solid #fff;
}

body.admin div#web footer .footer-redes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.admin div#web footer .footer-redes ul li {
	margin: 0;
	padding: 0 15px;
	display: inline-block;
}

body.admin div#web footer .footer-redes ul li a {
	display: inline-block;
	background: transparent url('../img/layout/ico-facebook.png') 50% 50% no-repeat;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

body.admin div#web footer .footer-redes ul li a.facebook {
	background-image: url('../img/layout/ico-facebook.png');
}

body.admin div#web footer .footer-redes ul li a.twitter {
	background-image: url('../img/layout/ico-twitter.png');
}

body.admin div#web footer .footer-redes ul li a.youtube {
	background-image: url('../img/layout/ico-youtube.png');
}

body.admin div#web footer .footer-redes ul li a.whatsapp {
	background-image: url('../img/layout/ico-whatsapp.png');
}

body.admin div#web footer .footer-redes ul li a.linkdin {
	background-image: url('../img/layout/ico-linkdin.png');
}

body.admin div#web footer .footer-menu {
	text-align: center;
	padding: 47px 0;
}

body.admin div#web footer .footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.admin div#web footer .footer-menu ul li {
	display: inline-block;
	background: transparent url('../img/layout/separador-menu-footer.png') 100% 50% no-repeat;
	padding: 0 25px;
}

body.admin div#web footer .footer-menu ul li:last-child {
	background-image: none;
}

body.admin div#web footer .footer-menu ul li a {
	color: #fff;
	text-decoration: none;
}

body.admin div#web footer .footer-menu ul li a:hover {
	text-decoration: underline;
}

/** Contenido */
body.admin div#web section#contenido {
	min-height: 600px;
}

body.admin div#web section#contenido h2 {
	font-family: 'Nunito', serif;
	font-weight: 900;
	display: block;
	margin: 15px auto 30px auto;
	color: #38387a;
	font-size: 36px;
	width: fit-content;
}

body.admin div#web section#contenido h2::after {
	content: " ";
	height: 23px;
	background-color: #e4de04;
	display: block;
	margin-top: -20px;
}

body.admin div#web section#contenido p {
	margin: 20px 0;
}

body.admin div#web section#contenido a {
	color: #2f7bea;
	text-decoration: underline;
}

body.admin div#web section#contenido a:hover {
	text-decoration: none;
}

/** Login / Recuperar */
body.admin.admin-password div#web section#contenido #login,
body.admin.alumnos-login div#web section#contenido #login,
body.admin.admin-login div#web section#contenido #login,
body.admin.admin-alta div#web section#contenido #login {
	width: 500px;
	margin: auto;
	padding: 75px 0;
}

body.admin.admin-password div#web section#contenido #login p,
body.admin.admin-login div#web section#contenido #login p {
	margin: 35px 0;
}

body.admin.admin-password div#web section#contenido #login input#username,
body.admin.admin-login div#web section#contenido #login input#username {
	background: transparent url('../img/layout/ico-username.png') 96% 50% no-repeat;
	padding-right: 50px;
}

body.admin.admin-password div#web section#contenido #login input#password,
body.admin.admin-login div#web section#contenido #login input#password {
	background: transparent url('../img/layout/ico-password.png') 96% 50% no-repeat;
	padding-right: 50px;
}

body.admin.admin-password div#web section#contenido #login input[type=submit],
body.admin.admin-login div#web section#contenido #login input[type=submit] {
	background-image: url('../img/layout/ico-acceder.png');
	background-position: 90% 50%;
	background-repeat: no-repeat;
	width: 350px;
	font-size: 20px;
	padding: 25px;
}

/** Privado */
body.admin div#web section#contenido .wrapper-admin {

}

body.admin div#web section#contenido .wrapper-admin .menu-admin {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	background-color: #38387a;
}

body.admin div#web section#contenido .wrapper-admin .menu-admin a.logo {
	display: block;
	padding: 90px 0;
}

body.admin div#web section#contenido .wrapper-admin .menu-admin a.logo h1 {
	background: transparent url('../img/layout/logo-admin.png') 50% 50% no-repeat;
	text-indent: -9999px;
	height: 77px;
	margin: 0;
}

body.admin div#web section#contenido .wrapper-admin .menu-admin ul {
	margin: 0;
	padding: 0 0 0 60px;
}

body.admin div#web section#contenido .wrapper-admin .menu-admin ul li {
	margin: 15px 0;
	padding: 0;
    list-style-type: none;
	color: #fff;
}

body.admin div#web section#contenido .wrapper-admin .menu-admin ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
}

body.admin div#web section#contenido .wrapper-admin .menu-admin ul li a.current {
	text-decoration: underline;
}

body.admin div#web section#contenido .wrapper-admin .menu-admin ul li a:hover {
	text-decoration: underline;
}

body.admin div#web section#contenido .wrapper-admin .wrapper-contenido-admin {
	padding: 50px 20px;
}

body.admin div#web section#contenido .wrapper-admin .wrapper-contenido-admin.con-menu {
	margin-left: 300px;
}

/** Menú Ppal */
.menu-ppal {
	display: inline-block;
	margin: 110px auto 15px auto;
	text-align: left;
}

.menu-ppal hr {
	border-width: 0;
	border-bottom: 3px dotted #d7d7d7;
	margin: 25px 10px;
}

.menu-ppal ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-ppal ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.menu-ppal ul.submenu-1 {
}

.menu-ppal ul.submenu-1 li {
}

.menu-ppal ul.submenu-1 li a {
	background: #e4de04 url('../img/layout/btn-mis-licencias.png') 15px 50% no-repeat;
	height: 74px;
	width: 335px;
	line-height: 74px;
	padding: 0 15px 0 75px;
	margin: 0 10px;
	display: inline-block;
	text-decoration: none !important;
	color: #38387a !important;
	font-family: Nunito, serif;
	font-weight: 900;
	text-align: left;
	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.menu-ppal ul.submenu-1 li a:after {
	content: ">";
	display: inline-block;
	width: 11px;
	height: 17px;
	text-indent: -9999px;
	right: 15px;
	top: 50%;
	position: absolute;
	background: transparent url('../img/layout/ico-flecha.png') 50% 50% no-repeat;

	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-ppal ul.submenu-1 li a.licencias {
}

.menu-ppal ul.submenu-1 li a.aulas {
	background-image: url('../img/layout/btn-mis-aulas.png');
}

.menu-ppal ul.submenu-1 li a.acceso {
	background-image: url('../img/layout/btn-acceso-directo.png');
}

.menu-ppal ul.submenu-2 {
	margin: 0;
	padding: 0;
	display: flex;
}

.menu-ppal ul.submenu-2 li {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	width: 341px;
	height: 442px;
	background: transparent url("../img/layout/btn-trazoleo.png") 0 0 no-repeat;
	text-align: center;
	font-size: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-ppal ul.submenu-2 li.trazoleo {
}

.menu-ppal ul.submenu-2 li.numeros {
	background-image: url("../img/layout/btn-numeros.png");
}

.menu-ppal ul.submenu-2 li.numeros a {
	margin-top: 10px;
}

.menu-ppal ul.submenu-2 li.ortografia {
	background-image: url("../img/layout/btn-ortografia.png");
}

.menu-ppal ul.submenu-2 li.prox-1 {
	background-image: url("../img/layout/btn-prox-1.png");
	font-size: 17px;
	padding: 340px 0 0 172px;
	text-align: left;
	font-weight: bold;
}

.menu-ppal ul.submenu-2 li.prox-2 {
	background-image: url("../img/layout/btn-prox-2.png");
	font-size: 17px;
	padding: 340px 0 0 172px;
	text-align: left;
	font-weight: bold;
}

.menu-ppal ul.submenu-2 li span {
	color: #fff;
	text-align: center;
	font-size: 13px;
	display: block;
	margin-top: 270px;
}

.menu-ppal ul.submenu-2 li a {
	display: inline-block;
	background: #e4de04 url('../img/layout/ico-acceder.png') 90% 50% no-repeat;
	text-align: center;
	min-width: 200px;
	line-height: 57px;
	text-decoration: none !important;
	color: #38387a !important;
	font-family: Nunito;
	font-weight: bold;
	font-size: 16px;
	margin-top: 326px;

	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

/** Modal */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;

	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.modal.visible {
	display: block;
}

.modal .modal-content {
	background-color: #fff;
	color: #000;
	padding: 20px;
	width: 600px;
	min-height: 300px;
	z-index: 999;
	top: 50%;
	left: 50%;
	position: relative;

	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.modal .modal-content .modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.modal .modal-content p {
}

.modal.modal-aviso-landscape .modal-content p {
	padding-top: 170px;
	background: transparent url('../img/layout/ico-girar.png') 50% 20px no-repeat;
	color: #38387a;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}

/* Mensajes */
.wrapper-messages {
}

.wrapper-messages.con-menu {
	margin-left: 300px;
}

.wrapper-messages div.message {
	margin: 0;
	border: 0;
	clear: none;
	float: none;
	width: auto;
	text-align: center;
	font-family: Nunito, serif;
	font-weight: 900;
	font-size: 18px;
	background-image: none !important;

	padding: 10px;
	text-shadow: none;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.wrapper-messages div.message p {
	margin: 0 !important;
}

.wrapper-messages div.message span {
	display: inline-block;
}

.wrapper-messages div.message.error {
	background-color: #ff6969;
	color: #a71c30;
}

.wrapper-messages div.message.error span {
}

.wrapper-messages div.message.warning {
	background-color: #fbf6c0;
	color: #a47624;
}

.wrapper-messages div.message.warning span {
}

.wrapper-messages div.message.success {
	background-color: #cefab0;
	color: #4d6f13;
}

.wrapper-messages div.message.success span {
}

.wrapper-messages div.message.info {
	background-color: #d7f3fc;
	color: #4699b5;
}

.wrapper-messages div.message.info span {
}












/* Cabecera */
.title-wrapper {
	min-height: 80px;
	position: relative;
}

.title-wrapper h2 {
	line-height: 60px;
	height: 100%;
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 2.2em;
	padding: 0 15px;
}

.title-wrapper .botones {
	top: 11px;
	right: 11px;
	position: absolute;
}

.title-wrapper .botones a.boton,
.title-wrapper .botones input.boton,
.title-wrapper .botones button.boton {
	min-width: inherit;
	text-transform: inherit;
	border-width: 0;
	display: inline-block;
	margin: 0 0 0 5px;
	text-decoration: none !important;
	color: #38387a !important;
}

.title-wrapper a.volver {
	display: inline-block;
	padding-left: 23px;
	background: transparent url('../img/iconos/ico-volver.png') 0 50% no-repeat;
	color: #fff;
	text-transform: uppercase;
	top: 50%;
	right: 20px;
	position: absolute;
	font-size: 1.1em;

	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.title-wrapper div.buscador {
}

.title-wrapper div.buscador legend {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: #38387a url('../img/iconos/ico-buscador.png') 50% 50% no-repeat;
	right: 15px;
	top: 15px;
	position: absolute;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.title-wrapper div.buscador form {
	right: 15px;
	top: 15px;
	bottom: 15px;
	margin: 0;
	position: absolute;
}

.title-wrapper div.buscador form a {
	display: inline-block;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	background: url('../img/iconos/ico-cancelar.png') 50% 50% no-repeat;
	right: 7px;
	top: 7px;
	margin: 0;
	position: absolute;
}

.title-wrapper div.buscador form input[type=submit] {
	min-width: 100px;
	padding: 8px;
}

.title-wrapper div.buscador form label {
	display: inline-block;
	margin-right: 10px;
}

.title-wrapper div.buscador form label span.label-label {
	display: none;
}

.title-wrapper div.buscador form label span.label-contenido {
}

.title-wrapper div.buscador form label span.label-contenido .ayuda {
	display: none;
}

.title-wrapper div.buscador form label span.label-contenido input.inputTexto {
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-color: #daeff5;
	border-width: 0;
	padding: 0 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.title-wrapper div.buscador form label input.buscadorAjax {
	background: #daeff5 url('../img/iconos/ajax.gif') 85% 50% no-repeat !important;
}

/* Listados */
.ordendenado {
	padding-left: 10px;
	background: url(../img/iconos/ordenacion.png) 0px 3px no-repeat;
}

.ordendenadoA {
	background-position: 0px -25px;
}

.ordendenadoD {
	background-position: 0px -55px;
}

.volver {
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../img/iconos/volver.png) 0% 50% no-repeat;
}

.volver span {
	display: none;
}

/* Tablas formateadas */
div.tablaFormato {
	margin: 0;
	border-width: 0;
	overflow: auto;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: 0 0 0 #e8e7e7;
	-moz-box-shadow: 0 0 0 #e8e7e7;
	-o-box-shadow: 0 0 0 #e8e7e7;
	box-shadow: 0 0 0 #e8e7e7;
}

div.tablaFormato table {
	font-size: 1.1em;
}

div.tablaFormato table tr th,
div.tablaFormato table tr td {
	height: 40px;
	line-height: 40px;
	padding: 0 10px !important;
}

/* Headers */
div.tablaFormato table thead tr th,
div.tablaFormato table thead tr th a {
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	text-shadow: 0 0 0 #fff;
	color: #fff;
	background-color: #38387a;

	-webkit-box-shadow: inset 0 0 0 rgba(255,255,255,.5), inset 0 -0 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0 0 0 rgba(255,255,255,.5), inset 0 -0 0 rgba(255,255,255,.5);
	-o-box-shadow: inset 0 0 0 rgba(255,255,255,.5), inset 0 -0 0 rgba(255,255,255,.5);
	box-shadow: inset 0 0 0 rgba(255,255,255,.5), inset 0 -0 0 rgba(255,255,255,.5);
}

div.tablaFormato table thead tr th input,
div.tablaFormato table thead tr th select {
	padding: 5px 15px;
	border-width: 0;
	min-width: 80px;
	width: auto;
	max-width: 150px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.tablaFormato table thead tr th input:hover,
div.tablaFormato table thead tr th select:hover {
	text-decoration: none;
}

/* Columns */
div.tablaFormato table tbody tr td {
	border-bottom: 1px solid #e5e4e4;
}

div.tablaFormato table tbody tr td a {
	color: #3c4752;
}

div.tablaFormato table tbody tr td img {
	display: inline-block;
	border: 1px solid #e5e4e4;
	padding: 1px;
	margin-top: 15px;
}

div.tablaFormato table tbody tr td .icon {
	border-left: 1px solid #b4bbc2;
	padding: 0 10px;
	margin: 0;
}

div.tablaFormato table tbody tr.par td {
}

div.tablaFormato table tbody tr.impar td {
	background-color: #f6f6f7;
}

div.tablaFormato table tbody tr td.hover {
	background-color: #f6f6f7;
}

div.tablaFormato table tbody tr td.acciones {
}

/* Footer */
div.tablaFormato table tfoot tr td {
	background-color: #e8f3f7;
	font-size: 1em;
	padding: 0 20px;
}

div.tablaFormato table tfoot tr td span {
	color: #38387a;
}

div.tablaFormato table tfoot tr td input,
div.tablaFormato table tfoot tr td a {
	text-decoration: none !important;
	color: #878e95 !important;
	font-size: 1em;
	font-weight: normal !important;
	text-transform: none;
	min-width: inherit;
}

div.tablaFormato table tfoot tr td input span,
div.tablaFormato table tfoot tr td a span{
	color: #878e95;
}

div.tablaFormato table tfoot tr td input {
	padding-left: 20px !important;
}

div.tablaFormato table tfoot tr td a:hover {
	text-decoration: none;
}

div.tablaFormato table tfoot tr td .pdf {
	padding-right: 18px;
}

div.tablaFormato table tfoot tr td.total,
div.tablaFormato table tfoot tr td a {
	font-weight: bold;
}

.icono-y-texto {

}

.icono-y-texto label {
	width: 85% !important;
}

.icono-y-texto label:first-child {
	width: 15% !important;
}

/** CollectionType */
.collection-type-wrapper {
	margin-bottom: 40px;
}

.collection-type-wrapper .collection-type-label { }

.collection-type-wrapper .collection-type-label {
	margin-bottom: 0;
}

.collection-type-wrapper .collection-type { }

.collection-type-wrapper .collection-type .collection-type-item {
	margin-bottom: 15px;
}

.collection-type-wrapper .collection-type .collection-type-item label {
	margin-bottom: 15px;
}

.collection-type-wrapper .collection-type .collection-type-item .collection-type-delete {
	display: block;
	margin-bottom: 15px;
	text-align: right;
}

.collection-type-wrapper .collection-type .collection-type-item .collection-type-delete .collection-type-delete-label { }

.collection-type-wrapper .collection-type .collection-type-add { }

.collection-type .collection-type-add  .collection-type-add-label { }

/** Formulario módulo */
.formulario-modulo .collection-type {
	padding: 0 !important;
}

