/**
 * FICHERO DE ESTILOS PARA LA PERSONALIZACION DEL CLIENTE
 * 
 * version: 0.1
 * fecha: 19/11/2019
 * cliente: CIE
 * 
 * Contenido:
 *
 * - FUENTES
 * - LOGOS
 * - COLORES
 * - CABECERA
 * - CONTENIDO
 * - FOOTER
 * - WIDGETs con estilos especiales
 * - Personalizacion extra de cliente
 *
 *
 */


/************************************/
/********** FUENTES *****************/
/************************************/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);
body
{
	font-family:  "Roboto",Arial,sans-serif;
}

/************************************/
/********** LOGOS   *****************/
/************************************/

#logo a { background-image: url("../img/logoCabecera.png");}
@media screen and (max-width: 500px) { #logo a { 
    background-image: url("../img/logoReducido.png");}} 
footer .entidad-sede .imagen-entidad {
    background-image: url("../img/logoFooter.png"); }



/************************************/
/********** COLORES *****************/
/************************************/

/* COLORES toda la pagina ----------*/
html {
    background-color: white;
    color:  #333;
}

/* COLOR: Links , Botones, Tabs */
a,
.ui-btn,
a.ui-btn:not(.disabled),
a.ui-btn:hover:not(.disabled),
.ui-widget-content a,
header .contenidoFlotante a,
.tabs input:checked + label  {        color: #2472a3;
                               border-color: #2472a3; }

    
/* COLOR: hover links */
a:hover:not(.ui-btn)  {        color: #2472a3;}


/* COLORES HEADER ---------------*/
/* COLOR: fondo, color, links y hover-links */
header { background-color: inherit; 
                    color: inherit }
header a  {         color: inherit;
             border-color: inherit; }
header a:hover  {   color: inherit;
             border-color: inherit; }
           
/* COLOR: barra superior transparente */
header section#global {background-color:#ffffff;color:#808080}

/* COLOR: barra separadora TITULO/SEDE  */
.global-title { background-color: #808080}
.global-title a {color: white;} 

/* COLOR: hover border iconos navegación usuario */ 
header .contenidoFlotante,
header .nav-user > li:hover { border-color: #808080; }

/*COLORES CONTENIDO -------------*/
/* COLOR: titulos principales y color principal */
h3,
.main-element { color: #808080; }
h4 {
    color: #808080;
}


/* COLORES  MENU -----------------*/
.nav-text, a.nav-text {              color: white;} /* COLOR: texto linea primer nivel */
.nav-item .nav-text   {              color:  #white;} /* COLOR: texto linea segundo nivel */
a.nav-text:hover      {              color: #DDD;} /* COLOR: link hover*/

.nav-item > .nav-text {border-bottom-color: #BBB;} /* COLOR: separador items segundo nivel */
.nav-menu > ul,
.strip::after           { background-color: #808080; } /* COLOR: fondo item primer nivel en movil */
.nav-items              { background-color: #808080; } /* COLOR: fondo item segundo nivel */
.nav-group > .nav-text {border-right-color: #BBB; } /* COLOR : separador vertical items primer nivel */


/* @media screen PARA MENU HORIZONTAL */
@media screen and (min-width: 800px) {
    /*   .nav-menu > ul { background-color: rgba(0, 0, 0, 0.5); } NECESARIO PARA TRANSPARENCIA CON EL FONDO DEL HEADER */
    .page.has-image .nav-menu > ul { background-color: rgba(0, 0, 0, 0.5); } /*NECESARIO PARA TRANSPARENCIA CON LA IMAGEN TEMATICA DEL CONTENIDO */
}

/* COLOR: Cuadro informativo:
.Informativo { background-color:  #dff0ff;
               box-shadow: 0 0 0 1px #2472a3 inset, 0 0 0 0 transparent;
               color: #2371a2; } */

/*COLORES FOOTER -------------*/
footer {
    background: #e6e7e9;
    color: #333333;
}
footer a:not(.contextual-links) { color: inherit; opacity: 0.7; }
footer a:not(.ui-btn):hover { color: inherit; opacity: 1; }

/*COLORES VARIOS ----------------------*/

/*COLOR: BANNER LATERAL estilo 2 */
nav.estilo2 a {       color:#2472a3; }
nav.estilo2 a:hover { color:#333333; }


/************************************/
/********* HEADER *******************/
/************************************/

header{
    background-image: none;
    text-shadow: inherit; /* Sombra por si hay resaltar el texto si hay color de fondo */ 
}
header .navItem svg.icon { filter: drop-shadow(0px 0px 1px transparent);} /* Sombra por si hay resaltar el texto si hay color de fondo */ 


#textosHeader a {
	font-size: 1.5em;
	font-weight: lighter;
}

/* MENU ****************************/
/*
.nav-menu > ul{
    display: flex;
    justify-content: center; 
    box-shadow: 0px 1px 0px #777;
}
.nav-group > .nav-text { font-weight: bold; }
.nav-menu .nav-group:hover > .nav-text::before { opacity: 0.08; }
.nav-menu .nav-item:hover > .nav-text::before { opacity: 0; }
.nav-items { text-transform: none;}
*/


/* MENU PRINCIPAL CENTRADO *******************************************/
@media screen and (min-width: 800px) /* SOLO PARA EL MENU HORIZONTAL */
{
	.nav-menu > ul{
		display: flex;
		justify-content: space-evenly; 
		box-shadow: 0px 1px 0px #777;
	}
    .nav-items { width: calc( 100% / 3); /* Para 3 columnas de menus */ }    
}
.nav-group > .nav-text { font-weight: bold; text-align: center; }
.nav-menu .nav-group:hover > .nav-text::before { opacity: 0.08; }
.nav-menu .nav-item:hover > .nav-text::before { opacity: 0; }
.nav-items { text-transform: none;}

.nav-menu .nav-group {flex: 1;}


/************************************/
/********* CONTENIDO ****************/
/************************************/

/* Tamaño de las imagenes tematicas del contenido */
.content-image.has-image {
    height: 14em;
}

/*  EJEMPLO PONER IMAGEN TEMATICA de CONTENIDO vía CSS */
/*
#page_PTS2_ORDENANZAAE .content-image {
    display: inherit;
    height: 14em;
    background-size: cover;
    background-image: url('https://www.dipcas.es/uploads/dipcas/paginas/57ff9593d3b905285081961.jpg');
}
*/
    /* HACER TRANSPARENTE el menu en horizontal PARA las paginas con imagen tematica */
    @media screen and (min-width: 800px) {
       /* #page_PTS2_ORDENANZAAE .nav-menu > ul { background-color: rgba(0, 0, 0, 0.5); }*/
    }


/* Subtitulos ********************************/ 
h4 {
    font-weight: lighter;
}

/* Estilo en tamaños medios y grandes ********/
/*********** @media screen *******************
@media screen and (min-width: 501px) {
    h3 { 
        border-left: 8px solid silver;
        padding-left: .4em;        
    }
    h4{}
}
*/

/******************************/
/**** FOOTER ******************/
/******************************/
footer {

}


/*********************************/
/* WIDGET CON ESTILOS ESPECIALES */
/*********************************/

/* WIDGET BIENVENIDA con IMAGEN DE FONDO *******************/
#PTS2_BIENVENIDA{
    background-image: url('https://www.dipcas.es//htdocs/public/temas/dipcas/img/di5.jpg');
    background-repeat: no-repeat;
    background-size: cover;    
}
#PTS2_BIENVENIDA h3 {
    border: 0;
    padding: 0 0 0.2em 0;
    color: white;
    text-shadow: 0px 0px 12px #000;
    font-weight: bold;   
    font-size: 3em; 
    margin: 1em;
}
#PTS2_BIENVENIDA .widget-area
{
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;    
    height: 14em;
}

#PTS2_BIENVENIDA { display: none; }

/*
#PTS2_BIENVENIDA .ovt_contenido
{
    max-width: 42em;
    background-color: whitesmoke;
    border-top: #2472a3 0.5em solid;
    box-shadow: 0px 5px 10px #333;  
}
#PTS2_BIENVENIDA p
{
    line-height: 1.2em;
}
#PTS2_BIENVENIDA h4 {
    font-size: 1.1em;
    margin: 0.2em;
}
*/
    

#NAV_BANNERMISDATOS{
    
    background-image: url('../img/fondoMISDATOS.jpg');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
@media screen and (min-width: 501px) {
    #NAV_BANNERMISDATOS h4 {color:#333; }
}

.NAVEGACION .BANNEROTROS a.item-navegacion 
{
   width: 13em; 
}

#NAV_BANNEROTROS{
    background-color: white;
    background-image: none;
    background-size: cover;    
}


/* TITULO con fondo para facil lectura 
#NAV_BANNEROTROS h4 {
    background: white;
    display: inline-block;
    padding: 0.3em;
    margin: 1em auto 0;
}*/




/************************************/
/* Personalizacion extra de cliente */
/************************************/


/* Cabecera con fondo de imagen*/

section#entity
{ 	background-image: url('/skin/caceres/img/cabecera3.jpg');background-repeat: no-repeat;background-size: cover; background-position: bottom;

}

footer {background-image: url('/skin/caceres/img/pie.jpg');background-repeat: no-repeat;background-size: cover; background-position: center;

}

#textosHeader {

color:#808080 !important

}
.NAVEGACION.estilo3 .nav-item-graph cliente svg {
    width: 3em;
    height: 3em;
    fill: white;
    transition: all .4s ease;
}


/* Quitamos el footer de pruebas por haberse descartado
#FOOTER::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 234px;
	background: url('../img/feder.jpg') no-repeat center transparent;
	background-size: contain;
}
/* el height: min(31vw, 234px) NO SE SOPORTA en IE por lo que solo se pone en Chrome y firefox*
    esto sirve para adaptar la altura en anchos pequeños. */
@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal) {
    #FOOTER::after { height: min(31vw, 234px);}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    #FOOTER::after{ height: min(31vw, 234px);}
}
*/

main p, .Informativo, .texto-descriptivo {
	max-width: max-content !important;
}
//parche opcion menu salir
@media screen and (min-width: 1024px;) {
#entity nav { top: 25px; transform: none;}
}

.entidad-sede .imagen-entidad
{height:18em;width:18em}
/*
.loginPage .ovt_panel.widget-area
 {
border-radius:15px;
text-align:center;
background: #FFFFFF url(/skin/caceres/img/logoReducido.png) no-repeat;
padding-top: 90px;
background-position: top;
}*/
