/****************************************************
CSS para las páginas de la intranet de GIO. 
*****************************************************/

body{
	font-family: "Roboto", sans-serif; 
	font-size: 18px;
	text-align: justify;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;   
}
b, strong {
	font-weight: 700;
}
a {
	text-decoration: none;
}

/**************/	
/*** HEADER ***/
/**************/	
header{
	position: fixed;
	z-index: 9;
	top: 0;
	width: 100%;
	height: 44px;
	background: #bf1525;
}
header h1#titulo{
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 2em;
	font-weight: unset;
	margin:0;
	margin-left: 110px;
}
div#logo{    
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10;
}
div#logo > img{
	border:0; 
	align-self: center;
	width:87px;
	height:87px; 
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

/***************/	
/*** SECTION ***/
/***************/	
section{
	position: fixed;
	height: 100%;
	width: 100%;   
	margin-top: 44px;  
	/*z-index: 8;*/
}
div#pagina{
	width: 100%;
	height: 100%;
	display: inline-flex;
}
div#pagina-menu{
	position: fixed;
	z-index: 8;
	width: 100px;
	height: 100%;
	padding-top: 55px;
	padding-left: 10px;
	background: #f2f2f2;
}
li#menu{
	list-style: none;
}
li#menu ul{
	padding-left: 5px;
}
li#menu ul a{
	color: #7a7a7a;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: 700;
}
li#menu ul a:hover{
	color: #000;
}
div#pagina-contenido-inicio{
	position: relative;
	z-index: 5;
	//margin-left: 110px;
	margin-bottom: 65px;
	width: 100%;   
	overflow: auto;
	font-size: 0.8em;
}
div#pagina-contenido{
	position: relative;
	z-index: 5;
	margin-left: 110px;
	margin-bottom: 65px;
	width: 100%;   
	overflow: auto;
	/*overflow-y: auto;*/
    scrollbar-width: thin;
	font-size: 0.8em;
}
div#contenido{
	padding-bottom: 20px;
	height: CALC( 100% - 40px);
}
div#pagina-contenido-inicio > div#contenido{
	height: 100%;
	padding-bottom: 0px;
}

div#imagen-cabecera {
	width: 100%;
	height: 300px;
}
div#imagen-cabecera > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div#tituloPantalla h2{
	padding-left: 25px;
	color: #000;
	text-transform : uppercase;
}
div.separador-TYPSA{
	background: #bf1525; 
	height: 1px; 
	width: 229px; 
	margin-left: 20px; 
	margin-top: -10px; 
	margin-bottom: 25px;
}

ul.lista-typsa-small{
	list-style: square;
}
ul.lista-typsa-small > li::marker {
  color: #bf1525;
}

/* INICIO */
div#inicio{
	height: 100%;  /*CALC( 100% - 38px);*/
	width: 100%;
	/*background-image: url("http://typsa.net/img/GIO/GIO-en-obra.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;  
	background-attachment: fixed;*/
}
div.botonera-opciones{ 
  width: CALC( 100% - 90px );  /*50%;*/
  display: inline-table;
	position: absolute; 
	top: 90px; 
	left: 45px;  
	font-size: 1.2em;
}
div.opcion-menu-inicio{
  float: left;
  min-width: 293px;
  width: 20%;
}
div.boton-opcion{
	background: #FFF; 
	width: 76%;  /*280px;*/
	height: 120px;
	text-align: center;  
	align-content: center;
	margin-left: 12%;
	margin-right: 12%;
	margin-bottom: 25px; 
	color: #bf1525; 
	border-radius: 3px; 
	box-shadow: 0 4px 8px #0003,0 6px 20px #00000030;
	border-bottom: 6px solid transparent;
}
div.boton-opcion:hover {
	border-bottom: 6px solid #bf1525;
	cursor: pointer;
	box-shadow: 0 4px 8px #00000096,0 6px 20px #0009;
}

/* APP MÓVIL */
div#ultimaVersion{
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 40px;
	color: #000;
}
div#repositorioVersiones{
	margin-left: 25px;
	margin-right: 25px;  
	padding-bottom: 30px;
	color: #7a7a7a;
}
#tabla-repositorioVersiones tr th{
	border-bottom: 3px solid #bfbebe99;
	text-align: center;
	text-transform : uppercase;
	color: #000;
}
#tabla-repositorioVersiones tr td{
	border-bottom: 1px solid #bfbebe99;
}

/* NOVEDADES */
div#noticias{
	margin-left: 25px;
	margin-right: 25px;  
	padding-bottom: 30px;
	color: #7a7a7a;
}
table#tabla-noticias tr:nth-child(2) {
  background: #eee;
  color: #e2081e;
}
#tabla-noticias tr th{
	border-bottom: 3px solid #bfbebe99;
	text-align: center;
	text-transform : uppercase;
	color: #000;
}
#tabla-noticias tr td{
	border-bottom: 1px solid #bfbebe99;
}

/* AYUDAS */
div#ayuda{
	height: CALC( 100% - 340px);
	margin-left: 25px;
	margin-right: 25px;
	color: #7a7a7a;
}
div#ayudaPantallas{
	margin-left: 40px;
	margin-right: 25px;
	margin-top: 25px;
}
#tabla-ayuda tr th{
	border-bottom: 3px solid #bfbebe99;
	text-align: center;
	text-transform : uppercase;
	color: #000;
}
#tabla-ayuda tr td{
	border-bottom: 1px solid #bfbebe99;
}

/* PANTALLAS */
div#pantallas{
	margin-left: 25px;
	margin-right: 25px;
	color: #7a7a7a;
}
#tabla-pantallas tr th{
	border-bottom: 3px solid #bfbebe99;
	text-align: center;
	text-transform : uppercase;
	color: #000;
}
#tabla-pantallas tr td{
	border-bottom: 1px solid #bfbebe99;
}

/* FAQ */
/* Style tab links */
div#fila-botones-busqueda {
	width: 100%;
	display: contents;
}
#mySearch {  
	width: 285px;
	height: 25px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.tablink {
	background-color: #FFF;  
	color: #bf1525;
	float: left;
	border: none;  
	border-radius: 3px;
	outline: none;
	padding: 15px;
	margin: 10px;
	font-size: 17px;
	width: 293px;     
	box-shadow: 0 4px 8px #0002,0 6px 20px #00000020;
	border-bottom: 6px solid transparent;
}
.tablink:hover {
	/*background-color: #f2f2f2; */ 
	border-bottom: 6px solid #bf152565;
	cursor: pointer;
	box-shadow: 0 4px 8px #0003,0 6px 20px #00000030; /*box-shadow: 0 4px 8px #00000096,0 6px 20px #0009;*/
}
button#defaultOpen{
	border-bottom: 6px solid #bf1525;
	cursor: auto !important;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
	color: #777;
	display: none;
	padding: 85px 10px 0px 10px;
	height: 100%;
}

.tabcontent > h3{
	display: none;
}
/** Style the accordion **/
ul.q-a {
	padding-left: 0;
}
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}
.active, .accordion:hover {
	background-color: #ccc;
}
.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: "\2212";
}
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.panel-contenido {
	padding-top: 15px;
	padding-bottom: 30px;
}
	  
	  
	  
/***************/	  
/*** IDIOMAS ***/
/***************/
div#botones-idiomas {
  position: absolute;
  left: 5px;
  z-index: 1;
  bottom: 2px;
}
div#botones-idiomas img {
  width: 30px;
}
div#botones-idiomas ul {
  display: ruby;
  padding-left: 0;
}
iframe#gt-nvframe ~ div#botones-idiomas {
  display: none;
}


/**************/	  
/*** FOOTER ***/
/**************/	
footer{
	position: absolute;
	bottom: 0;
	width: CALC(100% - 110px);  /*width: 100%;*/
	text-align: center;
	background: white;
	margin-left: 110px;
	z-index: 7;
}
footer span a{
	font-size: 0.5em;
	color: #616161;
	font-style: italic;
	font-weight: 300;
	margin: 5px;
	text-decoration: none;
}


/* MediaQuery para pantallas de menos de 550px */
/*Tablet y móvil*/
@media only screen and (max-width: 1175px) {
	div.opcion-menu-inicio div.boton-opcion {
		height: 70px;
	}
}
@media only screen and (max-height: 700px) {
	div.opcion-menu-inicio div.boton-opcion {
		height: 70px;
	}
	div.botonera-opciones {
    top: 80px !important;
	}
}
/*Tablet y móvil*/
@media only screen and (max-width: 640px) {
	div#contenido {
		height: CALC( 100% - 60px);
		padding-bottom: 40px;
	}
	div#inicio{
		height: CALC( 100% - 18px);
	}
	div#ayuda{
		height: CALC( 100% - 45px);
	}
	div#noticias{
		margin-left: 5px;
		margin-right: 5px;
	}
	div.botonera-opciones {
		top: 110px;
		left: 30px;
	}
	div#ultimaVersion{
		margin-left: 5px;
		margin-right: 5px;
	}
	div#repositorioVersiones{
		margin-left: 5px;
		margin-right: 5px;
	}
	table#tabla-repositorioVersiones .ocultarMovil{
		display: none;
	}
}