/*********************
 * CSS - SEGEX 4 SECIM
 *********************/

:root { --colorBgMnuTtl: #a49262;} /* 2024.10.03 */

#pagina .contenido-conmenu {
    min-height: 0;
}


/*********************
 * cabecera_contenedor_franja_idiomas
 *********************/
 #pagina .cabecera_contenedor_franja_idiomas {

    position: relative; /* 2024.03.14 */
    width: 100%;
    height: 45px;
    min-height: 17px;
    font-size: 0.7em;
    padding: 0;
    margin: 0;
    text-align: right;
    z-index: 99;
    background-color: var(--colorVerd);
}

/*********************
 * cabecera
 *********************/


/** 2024.05.28 **/
#ctl00_ctl00_UCSelectorIdiomas_pnlIdiomas ~ #cabecera {
   margin: 0; 
}

/** 
 *  2024.05.23 
    Aquest @media es per a dispositius petits, 
    perque no surti la capçalera amb els fons dels logos i l'escut
 */

@media screen and (max-width: 436px) {
    #cabecera {
        padding: 0;
        margin: 15px 0 20px;
        grid-column: 1/13;
        height: 50px;  /* mòbils */
        overflow: visible;
        position: relative;
        border-bottom-color: var(--colorGris); 
        border-bottom-width: 1px ;
        border-bottom-style: solid;
    } 
    
    #cabecera:before {
      display: none;    
    }

    #cabecera:after {
      display: none;
    }
}

/*********************
 * logo1
 *********************/
/*********************
 * logo1 RIOTA VERTICAL - NO ES VISUALITZA (HEIGHT 0PX)
 *********************/
#titulo2 {
    position: relative;
    /*font-family: Oxygen, sans-serif;*/
    font-size: 20px;
    font-weight: 700;
    color: #744642;
    text-align: center;
    left: 160px;
    width: calc(100% - 271px);
    top: -180px;
    line-height: 1;
    letter-spacing: 10px;
}
/* *******************************
* CSS - NOU
********************************* */



.panel {
    /* background: #f5f5f5 !important; */
    background-color: var(--colorPanel);
    border: none !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
    margin: 0 !important;
    margin-top: 10px !important;
    float: none !important;
    border-radius: 5px;
}

.panel.font08em {
    font-size: 1em;
}

.panel-titulo {
    text-align: left;
    background: none !important;
    text-transform: none !important;
    color: var(--color) !important;
    /*font-weight: 600 !important;*/
	font-weight: normal !important;
    font-family: var(--defaultFont);
    margin: -5px -5px 10px !important;
    padding: 5px !important;
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.panel-icono {
    margin: 0 0 10px;
    width: 100px;
    height: auto;
}

.panel-contenido {
    height: auto !important;
    padding: 0;
    margin: 0;
}

.panel-contenido ul {
    padding: 0;
    margin: 0;
}

.panel-contenido ul li + li {
    margin-top: 10px;
}

.panel-contenido ul li a {
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-decoration: none;
    display: block;
    background-image: none;
}

.panel-contenido ul li a:before {
    font-family: "sedipualba-icons";
    content: "\e800";
    display: inline-flex;
    margin-right: 5px;
    transition: transform 0.2s ease-out;
}

@media (hover: hover) and (pointer: fine) {
    .panel-contenido ul li a:hover {
        background: none;
        color: var(--color) !important;
    }

    .panel-contenido ul li a:hover:before {
        transform: rotate(-45deg);
    }
}

.panel-pie {
    position: static !important;
    display: flex;
    justify-content: flex-end;
}

.panel-pie a {
    background: transparent;
    padding: 0;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}

.panel-pie a:after {
    font-family: "sedipualba-icons";
    display: inline-flex;
    content: "\e801";
    margin-left: 5px;
    transition: transform 0.2s ease-out;
}

@media (hover: hover) and (pointer: fine) {
    .panel-pie a:hover {
        color: var(--color) !important;
        background: none;
        text-decoration: none;
    }

    .panel-pie a:hover:after {
        transform: rotate(45deg);
    }
}

.panel-edictos {
    position: sticky;
    top: 10px;
}

.panel-edictos td {
    padding: 15px;
    border: none;
}

.panel-edictos .panel-scroll {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
}






/*********************
 * contenido-conmenu
 *********************/
.contenido-conmenu {
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    grid-column: 1/13;
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 270px) !important;
}
.contenido-conmenu > * {
    float: none;
}

.contenido-conmenu .menu {
    padding: 0;
    margin: 0;
    width: 25%;
    margin-right: 20px;
    background: transparent;
}

.contenido-conmenu .menu .cabecera_submenus {
    font-weight: normal;
    padding: 0;
    margin-bottom: 10px;
    background: var(--colorBgMenu);
    font-size: 24px;
    font-family: var(--defaultFont);
    text-transform: none;
    color: #fff;
    text-align: left;
    text-transform: none;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px;
    white-space: nowrap;
    border-radius: unset;
}








.contenido-conmenu .contenido-principal .busqueda input[type="text"] + input[type="submit"] {
    border: none;
    background-color: var(--colorBgMenu); /* 2024.03.11 */
    color: #fff;
    height: 40px;
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: -5px;
    text-transform: uppercase;
    cursor: pointer;
}



/* 2024.04.29 */
.contenido-conmenu.contenido-conmenu-derecha {
    margin-top: 20px !important;
}


.contenido-conmenu.contenido-conmenu-derecha #contenido {
    margin: 0 !important;
    width: calc(75% - 20px) !important;
    padding: 0 0 0 15px !important; /* 2024.03.14 */
}

.contenido-conmenu.contenido-conmenu-derecha #contenido h2 {
    background-color: inherit;
}

.contenido-conmenu.contenido-conmenu-derecha #contenido > ul {
    margin-top: 15px;
    margin-left: 20px; /* 2024.09.26 */
    line-height: 160%; /* 2024.05.22 ab. 130% */
}

/* 2024.05.28 per fixar opcio "Respòndre requeriment amb CR" */
.contenido-conmenu.contenido-conmenu-derecha .menu ul li a {
    font-size: 14px !important;
    font-weight: 400;
}

/* 2024.10.02 */
.menu-titulo {
	background-color: var(--colorBgMnuTtl);
}

/*
.documento-pdf {
    font-family: "FontAwesome";
    content: "\f1c1";
    float: left;
    color: #DDDDDD;
    font-size: 19px;
    font-weight: bolder;
    margin-right: 5px;
     background-image: url('imgs/documento-pdf.png');
}
 */
/** Iconografia de Font Awesome **/
.documento-pdf, .documento-doc, .documento-xls, .documento-otro, 
.documento-jpg, .documento-zip {
     background-image: none; /* 2025.03.04 */
     color: var( --colorMenuNv1);
}

.documento-enlace {
    padding: 2px; /* 2024.03.25 */
}

/* * * * * * * * * * */

 .documento-pdf:before {
     font-family: "FontAwesome";
     font-weight: normal;
     font-size: 24px;  
     margin-right: 7px;
     -webkit-font-smoothing: antialiased;     
     content: "\f1c1"; 
 }
 
  .documento-doc:before {
     font-family: "FontAwesome";
     font-weight: normal;
     font-size: 24px;   
     margin-right: 7px;
     -webkit-font-smoothing: antialiased;
     content: "\f1c2"; /* f0f6 */
 }
   .documento-otro:before {
     font-family: "FontAwesome";
     font-weight: normal;
     font-size: 24px;  
     margin-right: 7px;
     -webkit-font-smoothing: antialiased;
     content: "\f016"; 
 }
 
   .documento-xls:before {
     font-family: "FontAwesome";
     font-weight: normal;
     font-size: 24px;  
     margin-right: 7px;
     -webkit-font-smoothing: antialiased;
     content: "\f1c3"; 
 }
  
   .documento-jpg:before {
     font-family: "FontAwesome";
     font-weight: normal;
     font-size: 24px; 
     margin-right: 7px;
     -webkit-font-smoothing: antialiased;
     content: "\f1c5"; 
 }
 
 
   .documento-zip:before {
     font-family: "FontAwesome";
     font-weight: normal;
     font-size: 24px; 
     margin-right: 7px;
     -webkit-font-smoothing: antialiased;
     content: "\f1c6"; 
 }

 /** // 2025.03.04        */


/* * * * * * * * * */

.contenido-conmenu.contenido-conmenu-derecha #contenido ul.lista-documentos li a { /* 2024.03.25 */
    color: var( --colorMenuNv1);
    margin-right: 5px;
    transition: transform 0.2s ease-out;
}

.contenido-conmenu.contenido-conmenu-derecha #contenido ul.lista-documentos li a:hover { /* 2024.03.25 */    
    color: var( --colorBgMnuInfo );
    margin-right: 5px;
    transition: transform 0.2s ease-out;
}


div#ctl00_ctl00_UCSelectorIdiomas_pnlIdiomas {
    display: block; /* 2024.03.13 ab. contents; */
}

/** *** 
    Adaptacio Formularis "Buscador Expedientes" 
    2024.10.04
*/

.contenido-conmenu.contenido-conmenu-derecha #contenido .linea-formulario .campo.campo150 > span {
    line-height: 2.2em;
}

.contenido-conmenu.contenido-conmenu-derecha .linea-formulario .campo.campo150 select {
	max-width: 350px;
	min-width: 116px;
}
/** *** */   


/* appVersion: 2023.9 */