/*

Hoja secundaria de estilo de:
 _____   __   _   _____   _____        ___  ___  
/  _  \ |  \ | | /  ___/ |  _  \      /   |/   | 
| | | | |   \| | | |___  | |_| |     / /|   /| | 
| | | | | |\   | \___  \ |  _  /    / / |__/ | | 
| |_| | | | \  |  ___| | | | \ \   / /       | | 
\_____/ |_|  \_| /_____/ |_|  \_\ /_/        |_| 

Tema: "INSTITUT FRAN�AIS"

*/

/***********************************************************/
/******************** GENERALES ****************************/
/***********************************************************/

@import url("../../../styles/fonts/materialdesignicons.css");
@import url("../../../styles/fonts/font-opensans.css");
@import url("../../../styles/fonts/font-robotocondensed.css");
@import url("../../../styles/fonts/icomoon.css");

html {
	height: 100%;
}

body {
	background: #fff url('../img/fnd01.gif') repeat 0 0 !important;
    height: 100%;
}

a:hover {
	color: #0087c9;
}

.btn-primary{
	color: #ffffff;
	background: #008AC9;
}

.btn-primary:hover {
    background-color: #003750;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 88, 161,.5);
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle{
	color: #ffffff;
	background: #003750;	
}

.boton {
	color: #323232;
	border: solid 1px #b9b9b8;
	background: #d6d6d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#c5c5c4));
	background: -moz-linear-gradient(top,  #d6d6d6,  #c5c5c4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#c5c5c4');	
}

.boton:hover {
	background: #c5c5c4;
}

.boton:active {
	color: #323232;
	background: #c5c5c4;	
	background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c4), to(#d6d6d6));
	background: -moz-linear-gradient(top,  #c5c5c4,  #d6d6d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c4', endColorstr='#d6d6d6');	
}

/***********************************************************/
/************************** LOGIN  *************************/
/***********************************************************/

.login{
	position: initial;
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.preview_lopd{
	color: #666;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 722px;
	height: 360px;
	margin-left: -361px;
	margin-top: -180px;
	display: block;
}

.login .logos{
	display: flex;
    align-items: center;
    justify-content: flex-end;
	width: 100%;
}

.login .logos .logo {
    margin: 20px 0px 20px 20px;
	float: initial;
}

.login .container-fluid {
	flex: 1;
}

.login .container-fluid .login-wrapper{
    padding-top: 1.5rem;
}

.login .container-fluid .login-container{
	max-width: 500px;
}

.login .container-fluid .loginform form{
	width: 100%;
	height: 100%;
	float: initial;    
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    margin-bottom: 2rem;
    border-radius: 0;
}

.login .container-fluid .loginform input#password+i[class*='mdi-eye'][class*='toggle-password'], 
.login .container-fluid .loginform input#password_repeat+i[class*='mdi-eye'][class*='toggle-password'], 
.login .container-fluid .loginform input#password_old+i[class*='mdi-eye'][class*='toggle-password']{
	float: right;
    margin-top: -27px;
    right: 10px;
    position: relative;
    z-index: 2;
	cursor: pointer;
	font-size: 18px;
}

.registro h3 {
	color: #0087c9;
	border-bottom: 1px solid #0087c9;
	font-weight: 700;
}

.registro .logos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.registro .logos .logo {
	margin: 20px 0px 0px 20px;
	float: initial;
}

.registro .header{
    width: auto;
    background: #008AC9;
    margin: 0 0 5px 0px;
    box-sizing: border-box;
    border: 0;
}

.registro .header h1{
    width: auto;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-indent: 10px;
    margin: 0;
    display: inline-block;
}

.registro #pswd_info{
	padding: 0;
    float: right;
    margin: -140px 50px 0 0;
}

.registro [name="remarks"]{
	height: 100px;
}

/***********************************************************/
/******************* ESTRUCTURA GENERAL  *******************/
/***********************************************************/

/* Cabecera */

#cabecera {
	background: rgba(255, 255, 255, 0.6);
	max-width: 1280px;
}

#cabecera .izquierda {
	
}

#cabecera .izquierda img {
	display: none;
}

#cabecera .derecha img {
	display: none;
}

#cabecera .relleno {
	background-color: transparent;
    background-image: none;
}

#cabecera .ficha {
	position: relative;	
	margin: 20px 50px 0 0;
}

/* Pie */

#pie {
	background: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
	max-width: 1280px;
}

#pie .izquierda {
	
}

#pie .izquierda img {
	display: none;
}

#pie .derecha img {
	display: none;
}

#pie .relleno {
	background-color: transparent;
    background-image: none;
}

#contenido {
	background: rgba(255, 255, 255, 0.6);
}

/* Navegador */

#navegador {
	background: #0087c9;
	height: 32px;
}

#navegador a {
	color: #fff !important;
}

#navegador ul {
	padding-top: 6px;
}

#navegador ul li {
	color: #fff;
}

#navegador ul li.flecha {
	background-image: url('../../../img/scriptbreaker/bul04.gif');
}

#sombra_navegador, #sombra_izq, #sombra_der {
	display: none;
}

.menu > li.active > a:first-child   {
	/* Degradado CSS3 */
	background: #0087c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #139ee1 0%, #0087c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#139ee1), color-stop(100%,#0087c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #139ee1 0%,#0087c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #139ee1 0%,#0087c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #139ee1 0%,#0087c9 100%); /* IE10+ */
	background: linear-gradient(top,  #139ee1 0%,#0087c9 100%); /* W3C */
}

.menu ul li a:hover {
	color:#0087c9;
}

/***********************************************************/
/***************** ELEMENTOS INTERIORES  *******************/
/***********************************************************/

#interior .inicio.comun table.inicio td a {
	color: #0087c9;
}

#interior .inicio.comun .bloque3 ul li {
	background: url('../img/bul02.gif') no-repeat 0 8px;
}

#interior .inicio.comun table.inicio td:first-child {
	background: url('../img/bul02.gif') no-repeat 15px 13px;
}

#interior .inicio.alumno .bloque1 p {
	background: url('../img/bul02.gif') no-repeat 15px 17px;
}

#interior .inicio.alumno .bloque3 ul li {
	background: url('../img/bul02.gif') no-repeat 0 8px;
}

#interior .inicio.alumno table.inicio td:first-child {
	background: url('../img/bul02.gif') no-repeat 15px 13px;
}

#interior .inicio.alumno table.inicio td a {
	color: #0087c9;
}

#interior .contenido table tr.active {	
	background: #e0edf2;	
}

#interior .contenido table tr:hover {	
	background: #e0edf2;
}

#interior .contenido .formulario.mensajeria .derecha ul li {
	background: transparent url('../img/bul02.gif') no-repeat 0 5px;	
}

#interior .contenido .formulario.mensajeria .derecha .msg_head {
	background: url('../img/bul03.gif') no-repeat 0 8px;
	margin: 0 0 0 0;
}

/***********************************************************/
/*************** ESPEC�FICO PARA IFMADRID  *****************/
/***********************************************************/

/* Para el filtrado de tablas en envío de mensajes */

.cabecera .filter-table { 
	float:right; 
	line-height:35px;
}
.contenido .filter-table {
	float:right; 
	margin-right:2.5%;
}

.filter-table .quick { 
	margin-left: 0.5em; 
	font-size: 0.8em; 
	text-decoration: none; 
}
.fitler-table .quick:hover { 
	text-decoration: underline; 
}
td.alt { 
	background-color: #ffc; 
	background-color: rgba(255, 255, 0, 0.2); 
}
	
/* Pantalla config */

#interior .contenido .formulario.config label{
	width: 55%;
}

#interior .contenido .formulario.config p .imglogin{
	max-width: 4rem; 
	max-height: 4rem;
	margin-bottom: 20px;
}

#interior .contenido .formulario.config p #bgcolor{
    padding: 0px 3px 1px 3px;
}

/* Mensajería columnas */

#interior .contenido .formulario.mensajeria .sombra {
	margin: 0 0 0 -260px !important;
}

.derecha input[type=checkbox] {
	margin-top: -1px !important;
}

#interior .contenido .formulario.mensajeria .derecha {
	width: 215px !important;
	padding-right: 20px;
}

.msg_list .msg_body {
	height: 200px; 
	overflow: hidden;
}

.contenido .formulario.mensajeria .derecha .msg_list .msg_body table tr td p.msg_head,
.contenido .formulario.mensajeria .derecha .msg_list .msg_body table tr td input {
	display: inline !important;
}

.filter-table input {
	width:190px;
}

#bloque0 .contenido .formulario.mensajeria .izquierda input[type=button] {
	float:right;
	margin-right:20px;	
	background: #ddd;
	border: 1px solid #cecece; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	font-weight: bold;
	padding: 4px 10px;
}

.sub-opciones {
	display:none;
	position:absolute;
	left: 73px;
	width: 250px;
	margin: 3px 0 0 0;
}

.sub-opciones label {
	float:left;
}

.sub-opciones label a img {
	box-shadow:none!important;
}

.sub-opciones label a {
	text-decoration:none!important;
}

#interior .contenido .formulario.incidencia .usuarios {
	display: inherit;
	height: 150px;
	width: 50%;
	overflow: auto;
}
.invalidated{
	background-color: #FAA!important;
}

.outofdate{
	background-color: #FAA!important;
}

[class^="extra"]{
    width: 90% !important;
    display: none;
}

.activador{
    background: #ccc !important;
}

[class^="info"]{
    background: url('../img/ico_info.png') no-repeat 50% 50%;
}

[class^="bextra"]{
    width: 50%;
    display: none;
}

[class^="binfo"]{
    background: url('../img/_ico_info.png') no-repeat 50% 50%;
}

#interior .inicio.alumno table.inicio2 [class^="bextra"] td:first-child {
    background:none;
}

#interior .inicio.alumno table.inicio2 [class^="bextra"] tr {
    height:15px !important;
}

.limpiar{
    clear: both;
}

/*#interior .inicio.alumno .bloque2 p{
    padding: 0px !important;
}*/

.bloque1.derecha {
    float: right !important;
    width: 42.5% !important;
}

#interior .inicio.alumno .bloque1.derecha table.inicio2 th span{
    width: 44px;
    height: 47px;
    display: block;
    position: absolute;
    margin: -16px 0 0 -1px;
    background: url('../img/ico_reloj.png') no-repeat 0 0;
    background-size: 45px 45px;
}

#informe_global{
    width:180% !important;
}
