/*!
 * dades Obertes
 * 
 * 2019
 * 
 *
 * 2025 - Adaptación para CKAN 2.11 -- assets
 * 
 */

body {
  color: #414042;
  background: #ffffff;
  font: 13.4px Arial,Helvetica,Verdana,sans-serif;
  word-break: keep-all;
}
h1{
  line-height: 1.2;
}
a {
  color: #414042;
}
/*
a:hover,
a:focus {
  color: #414042;
  outline: none;
  text-decoration: underline;
  cursor: pointer;
}
*/
.row {
  background: #ffffff;
}

/*Icono para paginas web externas: */
.external-link::after {
	/*font-family: Arial, Helvetica, Verdana, sans-serif;*/
	font-size: 13.4px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f08e";
    color: rgb(9, 53, 116);
    margin-left: 4px;
}

/* El icono en este caso será blanco porque va en un botón con el fondo verde y sin el estilo no se distingue */
.external-link_datos_reutilizables::after {
	/*font-family: Arial, Helvetica, Verdana, sans-serif;*/
	font-size: 13.4px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f08e";
    color: #ffffff;
    margin-left: 4px;
}

.external-download::after {
    font-size: 13.4px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f019";  /* fa-download */
    color: rgb(9, 53, 116);
    margin-left: 4px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1330px;
}
.span12 {
  width: 980px;
}
.span9 {
  width: 740px;
}
.wrapper:before {
border-right: none;
}
/*Modificar tama�o texto etiquetas formatos*/
.label {
  font-size: 85%;
}
.page-header {
  border-bottom: 1px solid #808080;
  background: #ffffff;
}
header.module-content.page-header{
  padding-left: 20px;
  padding-right: 0px;
  background: #FFFFFF;
  margin: 0px 5% 0px 5%;
  background-color: white; /* EJR GESTIC-1112385 */
}
input,
button,
select,
textarea {
  font: 92.5%/1.4 Arial,Helvetica,Verdana,sans-serif;
}
code,
pre,
legend,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu > li > a,
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #414042;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #999999;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #146362;
}
.btn,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-group.open .btn-primary.dropdown-toggle,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.btn-primary   {
  background-color: #146362;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  content: none;
}

.btn-link:hover,
.btn-link:focus {
  color: #146362;
}
.btn {
  background-image: none;
  border: none;
  text-shadow: none;
  cursor:pointer;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  outline: none;
  color: #ffffff;
}
.btn-primary {
  background-image: none;
  border: none;
}
blockquote {
  font-size: 13.5px;
}

/*!
 * Bootstrap Responsive v3
 *
 */


/* Peque�o margin superior en redes sociales del detalle del recurso */

section.module.module-narrow.social {
    margin-top: 5%;
}

/* Tablas */

.table-bordered th, .table-bordered td {
    border: none;
    border-bottom: 1px solid #414042 !important;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: white !important;
    position: relative !important;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: none;
}


a.tag:hover {
  background-color: #146362;
  border: 1px solid #146362;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
.module:first-child .module-heading {
  border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-top-width: 2px;
  /* border-top-width: 2px; EJR 13/10/2025 - Parece que esta línea no tiene sentido. La quitamos. */
}
.module-heading {
  background-color: #ffffff;
  color: #146362;
  max-height: 30px;
  padding: 5px 0px;
  border: 2px solid #146362; /* Ponemos 0px para evitar bordes en menú de la izquierda, de los filtros, para que se parezca lo más posible al nuevo CKAN, versión 2.11 */
  position:relative;
}

.filters .module-heading + nav, .filters .module-footer {
  display: none;
}
/* Quitamos esto, ya que es el triangulo que aparece en los filtros, y en estetica de ckan 2.11 los filtros salen desplegados */
.module-heading .fa-filter:after {
  color: #146362;
  bottom: 0;
  content: "\25BC";
  position:absolute;
  right: 10px;
  top:7px;
}
/* ***************************************************** */
.module-heading.open .fa-filter:after {
  content: "\25B2";
}

.module-content {
  color: #414042;
}

.search-form .search-input button:focus {
  outline: none;
}
.search-form .search-input button i {
  color: #999999;
}
.search-form .search-input button:hover i {
  color: #146362;
}
.group-list .module-heading h3 a {
  color: #ffffff;
}
.wrapper {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
}
[role=main],
.main {
  padding-bottom: 0;
}

[role=main] {
  min-height: auto;
}
.pill{
  background-color: #0b9;
}
.pill a {
  color: #ffffff;
}
i.icon-remove:hover {
  text-decoration: none;
}

/* Filters modal */
.module-content h3.heading,
.module-search h3.heading{
  color: #ffffff;
}
.context-info .nums dl {
  color: #414042;
}
.module-search h3.heading{
  background-color: #146362;
  padding: 6px 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 0px;
}
.module-content.search-form{
  margin-left: 0px;
}
aside.secondary.span4{
  margin-top: 10px;
}

/* HEADER */
#header{
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  height: 116px;
}
.idiomas .castellano:not(first-child):before{
content:"/";
text-decoration: underline white;
}
#header .idiomas{
  text-align: right;
  padding: 0 0 0 0;
  margin: 0 40px 0 0;
  float:right;
  top:70px;
  position:relative;
}
#header .idiomas a{
  padding: 0px 3px 0 0;
  color: #c70f2d;
  font-size: .86em;
  text-decoration: none;
  border: 0;
  display: block;
  float: left;
}
#header .idiomas a:hover{
  text-decoration: underline;
}






.logout .logout_a::before{
content: " -> ";
text-decoration: underline;
text-decoration-color: white;
color: red;
}
.logout .logout_a::after{
content: " <- ";
text-decoration: underline;
text-decoration-color: white;
color: red;
}
#header .logout{
  text-align: right;
  padding: 0 0 0 0;
  margin: 0 40px 0 0;
  float:right;
  top:70px;
  position:relative;
}
#header .logout a{
  padding: 0px 3px 0 0;
  color: black;
  font-weight: bold;
  font-size: 1.0em;
  text-decoration: none;
  border: 0;
  display: block;
  float: left;
}
#header .logout a:hover{
  text-decoration: underline;
}





#header .cabecera {
  float:left;
  width:100%;
  height:90px;
  padding:0 0 0 0;
  overflow:hidden;
  margin-bottom: 11px;
}
#header .cabecera ul{
  list-style: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: -ms-inline-flex;
  margin-bottom: 0px;
}
#header .cabecera .logo{
  margin-top: 0;
  min-width: 385px;
  margin-right: 0px;
}
#header .cabecera .logo img{
  height: 85px;
  margin-left:20px; /*GESTIC-1612680: Cambio de logo, antes eran 50px*/
  margin-top:-5px; /*Nuevo en el cambio de logo*/
}
#header .cabecera .linkGVA{
  display: block;
  text-align: left;
}
#header .cabecera .linkGVA .enlaceGVA {
  background-color: #00407b;
  color: #ffffff;
  float: right;
  line-height: 16px;
  padding-top: 1px;
  text-align: center;
  width: 120px;
  font-size: 90%;
}
#header .cabecera .enlaceGVA a{
  color: #ffffff;
  text-decoration: none;
}
#header .cabecera .imageGVA{
  float:left;
  width: 180px; /*GESTIC-1612680: Cambio de logo, antes eran 300px*/
  height:75px; /* Antes eran 100px*/
  background-image:url(../../images/logo_largo_2025.png);
  background-repeat:no-repeat;
  text-indent: -2000em;
  background-size:100%;
  margin: 0 0 0 -40px;
}
#header .title-conselleria,
#header-mobile{
  display: none;
}

/* HEADER NAV */
@media (min-width: 1011px){
#menu {
  font-size: 1.2rem;
  margin: 0 6.5%;
  text-align: center;
}
#menu ul{
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  height: 75px;
  display: inline-table;
  padding-left:0px;
  width: 100%;
}
#menu ul li{
  float: left;
  margin: 2.5px;
  width: 19%;
}
#menu .menu-item{
position: relative;
}
#menu .menu-item::after{
  background-color: #146362;
  bottom: 0;
  color:white;
  content:"";
  height: 12px;
  left: 0;
  position: absolute;
  width: 100%;
}
#menu ul li a{
  display: block;
  height: 47px;
  background-color: white;
  color: #146362;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
  white-space: wrap;
}
#menu ul li a:hover{
  text-decoration: none;
}
#menu .dropdown{
  position: relative;
  display: inline-block;
}
#menu .dropdown::after{
  background-color: #146362;
  bottom: 0;
  color:white;
  content:"\25BC";
  height: 12px;
  left: 0;
  position: absolute;
  width: 100%;
}
#menu .dropdown-ul{
  display: none;
  left: 0;
  position: absolute;
  z-index: 10000;
}
#menu .dropdown:hover .dropdown-ul{
  display: inline-grid;
}
#menu .dropdown-ul li{
  border-bottom: solid 1px white;
  margin: unset;
  text-align: left;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
}
#menu .dropdown-ul li:last-child {
    border-bottom: none;
}
#menu .dropdown-ul li a{
  background-color: #146362;
  color: white;
  height: auto;
  padding: 10px 0;
}
#menu .dropdown-ul li a:hover{
  background-color: #146362;
  color: white;
}
}
/* BREADCRUMBS ADC */
.breadcrumb>li+li:before {
    content: none;
    padding: 0px;
}
.toolbar{
  background: none;
  margin-bottom:0;
  padding: 0.7%;
}
.toolbar .breadcrumb{
  padding-left: 5%;
}

.toolbar .breadcrumb,
.toolbar .breadcrumb a,
.toolbar .breadcrumb li.active {
  color: #146362;
}
.toolbar .breadcrumb{
  font-size: 12px;
}
.toolbar .breadcrumb a:hover{
  text-decoration: underline;
  color: rgb(199, 15, 45);
}

.toolbar .breadcrumb li::after {
    content: " > ";
}

.toolbar .breadcrumb .active a, 
.toolbar .breadcrumb a.active{
  font-weight: normal;
}

/* Contenedor breadcrumb */
.toolbar .breadcrumb {
    padding-left: 5%;
    font-size: 13px;
    background-color: transparent;
    font-family: Roboto, Arial, Verdana, sans-serif;
}

/* Links */
.toolbar .breadcrumb a {
    text-decoration: none;
    color: rgb(12, 59, 58);
}

.toolbar .breadcrumb a:hover {
    text-decoration: underline;
    color: rgb(199, 15, 45);
}

/* Último ítem activo */
.toolbar .breadcrumb .active a,
.toolbar .breadcrumb a.active,
.toolbar .breadcrumb li.active a {
    font-weight: 700;
    color: rgb(27, 27, 27);
}

.toolbar .breadcrumb li.active a:hover {
    color: rgb(199, 15, 45);
    text-decoration: underline;
}

/* TÍTULO PÁGINA  */
.rotulo{
  margin-bottom: 20px;
}
.rotulo h2{
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  background: #146362;
  padding: 7px 20px 7px 5%;
  margin-top: 12px;
  font-size: 21px;
}
.rotulo h1{
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  background: #146362;
  padding: 7px 20px 7px 5%;
  margin-top: 12px;
  /* font-size: 21px; */
}

/* NAV ASIDE */
li.nav-item a:hover{
  text-decoration: underline;
}
/*triangulo que aparecia a la derecha en el recurso seleccionado en el detalle del recurso*/
.nav-item.active>a:before, .nav-aside li.active a:before {
    border: none;
}
.module-narrow .nav-item > a, 
.module-narrow .nav-item > a:hover,
.module-narrow .nav-item.active > a, 
.module-narrow .nav-item.active > a:hover,
.module-narrow .nav-aside li a,
.module-narrow .nav-aside li a:hover,
.module-narrow .nav-aside li.active a,
.module-narrow .nav-aside li.active a:hover{
  color: #414042;
  font-size: 13px;
}
.module-narrow .nav-item.active>a, 
.module-narrow .nav-aside li.active a,
.module-narrow .nav-item.active>a:hover,
.module-narrow .nav-aside li.active a:hover {
  background: #f1f1f1;
}
.module-narrow .nav-item > a, 
.module-narrow .nav-aside li a,
.module-narrow .nav-item > a:hover,
.module-narrow .nav-aside li a:hover {
  background: #ffffff;
}
.nav-item.active>a::before, 
.nav-aside li.active a::before {
   background-image: none;
}
.module .read-more{
  color: #414042;
}

/* Dotted borders */
.nav-simple>li, .nav-aside>li {
  border-bottom: 1px solid #dddddd;
}
.module-footer{
  border-top: 1px solid #dddddd;
}


/* LISTA DATASETS */
form.search-form{
  margin-top: 0px;
  padding:0px;
  margin-bottom: 40px;
}
.search-form{
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.search-form h2{
  margin: 0px 0;
  color: #146362;
}
.dataset-item{
  border-bottom: 1px solid gray;
  position:relative;
}


.dataset-item-gva-1{
  border-bottom: 1px solid gray;
  position:relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.dataset-item-gva-2{
  border-bottom: 1px solid gray;
  position:relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

ul.heading-resources{
  display: flex;
  list-style-type: none;
  padding-left: 0px;
}
.dataset-resources{
  text-align: right;
  margin-top: 0px;
  float: right;
  position:static;
  top:0;
  right:0;
}
.dataset-resources li p{
  background-color: #686868;
}
h3.dataset-heading{
  width:670px;
}

/* LISTA TEMAS */
.search-form.no-bottom-border {
  border-bottom-width: 0;
  margin-bottom: 15px;
}
.search-form.no-bottom-border h2 {
  margin-left: 5px;
}
.media-grid {
  background: #ffffff;
  border: none;
}
@media (min-width: 768px) {
  .media-grid {
    margin-left: 0px;
  }
}
.media-view:hover,
.media-view.hovered {
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.media-overlay .media-heading {
  background-color: rgba(102,102,102,0.62);
}
.media-item{
  text-align: center;
}
.media-item .media-image{
  margin-bottom: 30px;
  max-height: 100px;
}
.media-heading{
  font-size: 20px;
}

/* PAGINACIÓN */
.pagination ul > li > a{
  border: 1px solid #808080;
  border-left-width: 0;
}
.module-content .pagination,
.module .pagination{
  margin: 0 20px;
}
.module .pagination li a,
.module .pagination li a:hover,
.module .pagination li.active a,
.module .pagination li.active a:hover {
  color: #146362;
}
.pagination>.active>a{
    background-color: transparent;
    border-color: transparent;
}
.pagination>li>a{
border: none;
}
.pagination .active a:hover{
background-color:#eeeeee;
}
.pagination .active a{
background-color:#eeeeee;
}


/* PÁGINA DATASET */
.resource-item {
  padding-right: 200px;
}
.resource-item:hover{
  background: #ffffff;
}
.well{
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tag-list{
  padding-left: 0px;
  margin-top: 3%;
}
/*cambio de las etiquetas */
/*.tag-list-gva{ padding-left: 0px; margin-top: 3%; border: 0px; background-color: white; }*/
.tag-list-gva {
  padding-left: 0px;
  margin-top: 3%;
  border: 0px;
  background-color: white;

  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-list-gva li {
  display: inline-block;
}

.tag-list-gva li a {
  display: inline-block;
  /* padding: 4px 12px; */
  border: 1px solid #ccc;
  border-radius: 20px;   /* redondeado tipo pill */
  font-size: 14px; /* EJR 26/09/2025 - Creo que aquí no debemos poner tamaño */
  text-decoration: none;
  color: #000;
  background: #F6F6F6;
  transition: all 0.2s;
}

.tag-list-gva li a:hover {
  background: #0E6454;   /* verde oscuro como en la captura */
  border-color: #0E6454;
  color: #fff;           /* texto blanco */
}


aside.secondary.span4.package-aside{
  margin-left: 5%;
  width: 280px;
  margin-top: 20px;
}
#dataset-resources{
  margin-top: 0px;
}
.tags{
  margin-bottom: 30px;
}
.btn-group>.btn:first-child{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
}

form.add-to-group > div.select2-container#s2id_field-add_group{
  margin-bottom: 0!important;
  width: 220px!important;
}

form.add-to-group > div.select2-container#s2id_field-add_group > a.select2-choice{
  height: 28px;
}

form.add-to-group > button.btn.btn-primary{
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  margin-left: 25%;
}
/*FILTROS*/
section.module.module-narrow.module-shallow {
    margin-top: 10px;
}

/*PAGINA LOGIN*/
input#field-login {
    width: 320px;
}
input#field-password {
    width: 320px;
}

/*BACKOFFICE*/
.select2-drop-active {
    width: 400px !important;
}

.select2-container .select2-choice {
    width: 400px;
}

.select2-container .select2-choice > .select2-chosen {
    width: 100%;
}

select#field-private {
    width: 300px;
}

input#field-url {
    width: 400px;
}

input#field-version {
    width: 400px;
}

input#field-author {
    width: 400px;
}

input#field-frequency {
    width: 400px;
}

input#field-geolocation {
    width: 400px;
}

input#field-information_data {
    width: 400px;
}

input#field-anyo {
    width: 400px;
}

input#field-author-email {
    width: 400px;
}

input#field-author_email {
    width: 400px;
}

input#field-maintainer {
    width: 400px;
}

input#field-maintainer-email {
    width: 400px;
}

input#field-maintainer_email {
    width: 400px;
}

input#field-fecha_inicio_datos {
    width: 400px;
}

input#field-datos_hvd {
    width: 400px;
}

input#field-tematica_hvd {
    width: 400px;
}


input#field-fecha_fin_datos {
    width: 400px;
}

input#field-gva_fecha_publicacion {
    width: 400px;
}

input#field-origen_datos {
    width: 400px;
}

.controls.editor {
    width: 80%;
}

/*Reports de Stars y Broken-Links*/

th.stars-org {
    font-size: 10.5px;
}

th.stars {
    font-size: 12px;
}

th.header.broken-data {
    font-size: 12px;
}

/* Solucionar el problema con los form de etiquetas y formatos al instalar el scheming */

.select2-container.form-control {
    border: 0px;
    box-shadow: none;
    height: auto;
    padding: 0px;
}

/* PÁGINA RECURSO */
.page-heading {
  margin-bottom: 16px;
  color: #146362;
  font-size: 24px;
  line-height: 1.3;
}
.module-resource{
  margin: 0px 5%;
  border-bottom: 1px solid #808080;
}
.module-resource .module-content{
  margin: 0px 0px 50px 0px;
}
a.btn.btn-large.resource-url-analytics{
  background-color: grey;
  font-size: 1.1em;
float: right;
}
a.btn.btn-large.resource-url-analytics:hover{
  text-decoration: underline;
}
a.btn.btn-large.resource-url-analytics:hover i{
  text-decoration: none;
}
.muted{
  color: #666;
}
.js .table-toggle-more .show-more,
.js .table-toggle-less .show-less{
  color: #0b9;
}
section.resources h2.module-heading{
  padding: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  color: #414042;
  border: 0;
}
section.module.module-narrow.resources ul li{
  border-bottom: 1px solid #414042;
}
section.module.module-narrow.resources ul li.active a{
  font-weight: bold;
}

/* Previsualizador de recursos*/
.recline-query-editor{
  float:none;
  display: none;
}


/* INFO OPEN DATA Y FEEDBACK */
.feedback-content h2,
.info-content h2{
  text-align: center;
  color: #999999;
  font-size: 1.4em;
  text-transform: uppercase;
}
.feedback-content h2 span,
.info-content h2 span{
  display: inline-block;
  border-bottom: 5px solid #999999;
  padding: 0px 30px 6px 30px;
}


/* FEEDBACK */
.info-block [class^="icon-"], 
.info-block [class*=" icon-"] {
    font-size: 15px;
}
.form-actions{
  border-top: none;
  margin-top: 0px;
  text-align: right;
}
.feedback-content p.texto{
  text-align: left;
  margin-bottom: 10px;
}
.feedback-content hr{
  border-top: 1px solid gray;
  margin-bottom: 30px;
  margin: 20px 0 60px 0;
}
.feedback-content hr::before {
  border-top: 10px solid white;
  margin-top: -1px;
  z-index: 2;
}
.feedback-content hr::after{
  border-top: 10px solid gray;
}
.feedback-content hr::before, 
.feedback-content hr::after{
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
}
.feedback-content h2{
  margin-bottom: 30px;
}
label.control-label:hover{
  cursor: default;
}
h1.feedback-response{
  text-align: center;
  margin-top: 40px;
}
p.feedback-back{
  text-align: center;
  margin-top: 35px;
  font-size: 14px;
}
.feedback-back a{
  color: #0b9;
}

/* INFO OPEN DATA */
.info-content h3{
  color: #414042;
  font-size: 120%;
  text-align: left;
  background: url("/images/square_bullet.gif") 19px 12px no-repeat;
  padding: 6px 10px 0px 40px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.info-content{
  margin-bottom: 50px;
  margin-right: 7%;
}
.info-content p{
  margin-left: 40px;
  padding-bottom: 10px;
}
.info-content ul,
.info-content ol{
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.info-content ul {
  margin-left: 70px;
}
.info-content ol {
  margin-left: 40px;
  counter-reset: item;
}
.info-content ol li {
  display: block;
  margin-bottom: 5px;
}
.info-content ol li::before {
  display: inline-block;
  counter-increment: item;
  content: counter(item) ". ";
  color: #146362;
  font-weight: bold;
  padding: 0 15px;
}
.info-content ul li {
  list-style-image: url('/images/square_green.png');
  padding-left: 5px;
}
.info-content .content{
  border-bottom: 1px solid gray;
}
.info-content:last-child{
  margin-bottom: 70px;
  border-bottom: 0;
}
.info-content span{
  font-weight: bold;
}
.module-content.info-header{
  margin: 0px 0px 20px 0px;
}
.module-content:first-child{
  padding-top: 10px;
}

.info-content .nav-inpage{
  display: none;
}

/* INFO-ASIDE */
.info-aside{
  margin-top: 70px;
}
.info-aside .nav-item{
  background-color: #146362;
  color: #ffffff;
  text-align: right;
  border-bottom: none;
  margin-bottom: 3px;
  margin-left:0px;
}
.info-aside .nav-item a,
.info-aside .nav-heading{
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  font-size: 100%;
  padding: 15px;
}
.info-aside .nav-item a{
  background-color: #146362;
  text-decoration: none;
}
.info-aside .nav-item a:hover{
  color: #ffffff;
  text-decoration: none;
  background-color: #146362;
}
.info-aside .nav-heading{
  background-color: #146362;
  text-transform: uppercase;
}

/* PESTAÑAS */
.nav-tabs > li > a{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 12px;
}
.nav-tabs > .active > a,
.nav-tabs > li > a,
.nav-tabs > li > a:hover{
  color: #707173;
  font-weight: bold;
}
.page-header,
.nav-tabs{
  border-bottom: 1px solid #f1f1f1;
}
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus,
.nav-tabs > .active > a,
.nav-tabs > li > a,
.nav-tabs > li > a:hover{
  border: 1px solid #f1f1f1;
}
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus,
.nav-tabs > .active > a{
  border-bottom-color: transparent;
  cursor: auto;
}
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus,
.nav-tabs > .active > a,
.nav-tabs > li > a:hover{
  color: #146362 !important;
}
.module .module-content h1{
  margin-top: 0px;
  padding-top: 20px;
}

/* TABLAS */
table.table.table-striped.table-bordered.table-condensed{
  border:none;
  font-size: 13.4px;
}
thead{
  color: #146362;
  text-transform: uppercase;
}
.table-bordered th,
.table-bordered td{
  border:none;
  border-bottom: 1px solid #414042;
}
.table-bordered tbody th,
.table-bordered thead:first-child tr:first-child>th:first-child{
  padding-left: 5px;
  position: relative !important;
}
.table-striped tbody tr:nth-child(even) td, 
.table-striped tbody tr:nth-child(even) th,
.js .table-toggle-more .toggle-seperator td{
  background: transparent;
  position: relative !important;
}
.table-bordered thead:last-child tr:last-child>th:last-child, 
.table-bordered tbody:last-child tr:last-child>td:last-child, 
.table-bordered tbody:last-child tr:last-child>th:last-child, 
.table-bordered tfoot:last-child tr:last-child>td:last-child, 
.table-bordered tfoot:last-child tr:last-child>th:last-child{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
} 
tr.toggle-more,
tr.toggle-seperator,
tr.toggle-seperator td,
tr.toggle-show,
tr.toggle-show-more {
  display: none;
}
.table-bordered thead:last-child tr:last-child>th:first-child, 
.table-bordered tbody:last-child tr:last-child>td:first-child, 
.table-bordered tbody:last-child tr:last-child>th:first-child, 
.table-bordered tfoot:last-child tr:last-child>td:first-child, 
.table-bordered tfoot:last-child tr:last-child>th:first-child{
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

/* BUSCADORES */
.search-input.control-group.search-giant label:after{
  content: "";
}
.search-input.control-group.search-giant label{
  display: none;
}

/* MAPA WEB */
.sitemap-content{
  margin-left: 20px;
  margin-top: 30px;
}
.sitemap-content a{
  color: #707173;
}
.sitemap-content li.sitemap-primary a{
  color: #00407b!important;
}
.sitemap-content li.sitemap-primary ul a{
  color: #707173!important;
}
.sitemap-content li{
  list-style-image: url('/images/flechaMenu.png');
}
.sitemap-content li.sitemap-primary{
  list-style-image: url('/images/square.png');
}
.sitemap-content li.sitemap-primary li{
  list-style-image: url('/images/circle.png');
}
.sitemap-content li.sitemap-primary li li{
  list-style-image: url('/images/guion.png');
}


/* FOOTER */
.colabora a {
  box-shadow: 0 4px 11px 0 rgb(41 45 55 / 18%);
  background: #f9f9f9 url('/images/colabora_v2.png') center 10px no-repeat;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 0 10px 0;
  color: #293d82;
  font-size: 1.3em;
  font-weight: bold;
}
.colabora a:hover {
  background-image: url('/images/colabora_v2_hover.png');
  color: #17968c;
  text-decoration: none;
}

.responsabilidad{
  margin-right: 5%;
  float: right;
  list-style-type: none;
  overflow: hidden;
  margin-bottom: -1px;
}
.responsabilidad #texto-responsabilidad{
  color: #146362;
  border: 1px solid #146362;
  border-right: 0;
  border-bottom: 0;
  padding: 8px 30px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 17px;
  display: none;
  font-size:14px;
  font-weight: bold;
}
.responsabilidad #mostrar-responsabilidad {
  height: 38px;
  width: 55px;
  background: #146362 url("/images/icono_mano.png") center center no-repeat;
  margin-top: 17px;
  cursor:pointer;
}

.responsabilidad li{
  float: right;
}

#footer{
  background: #ffffff;
  border-top: 1px solid gray;
  color: #666;
  padding-bottom: 10px;
}
#footer a{
  color: #414042;
  text-decoration:none;
}
#footer p{
  margin-bottom: 5px;
}
#footer .contentinfo{
  padding-left: 5%;
  padding-top: 20px;
  text-align: left;
  margin-left: 0px;
}
#footer .redes-sociales{
  text-align: right;
  padding-right: 5%;
  padding-top: 20px;
  width: 44%;
  margin-right: 0px;
  padding-right: 0px;
}
#footer .redes-sociales ul{
  list-style: none;
  margin: 0px;
}
#footer .redes-sociales ul li{
  margin-left: 4px;
  float: right;
}
#footer .redes-sociales ul li a{
  display: block;
}
#footer .redes-sociales-mobile{
  display: none;
}

/* ESTADISTICAS */

.row {
margin-bottom: 25px;
}

ul.stats {
    list-style-type: none;
}

.stats-resources-bloc {
    margin-top: 38%;
}

i.fa.stats {
    font-size: 150%;
}

p.stats {
    font-size: 20px;
}

.col-xs-6.stats {
    margin-top: 2%;
}

li.stats {
	margin-bottom: 1%;
}

.dataset-block {
    margin-left: 6%;
    margin-top: 6%;
}

h2.stats-page-subtitle {
    font-size: 28px;
}

h2.stats-page-resources-subtitle {
    font-size: 28px;
}

/* DEFINICION DE CAMPOS DEL DATASET */
.field-description a {
    /*background-color: rgb(6,139,114,0.2);
    padding: 8px 10px;*/
	/*Contenido anterior
	background-color: rgb(6, 139, 114, 0.2);
    padding: 8px 10px;
    background-color: transparent;
    color: #2a9d8f;*/
	
	/*GESTIC-1301585 Acc-1*/
	background-color: #146362;
    color: #ffffff;
	text-decoration: none !important;
	font-weight: bold !important;
	top: 8px;
	position: relative;
	
    border: 1.5px solid #2a9d8f;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    font-family: sans-serif;
}

background-color: #146362;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;

.definicion-campos {
    background-color: rgba(224,224,224,0.4);
}

thead.definicion-campos-header {
    color: #666661;
}

/*  WINDOW RESIZE  */
.masthead .btn-navbar, 
.masthead .btn-navbar:focus, 
.masthead .btn-navbar:active, 
.masthead .btn-navbar.active, 
.masthead .btn-navbar.disabled, 
.masthead .btn-navbar[disabled]{
  background: #ffffff;
  border-radius: 7px;
  border: 1px solid #00417c;
  padding: 7px;
}
.masthead .btn-navbar:hover {
  background: #e5e5e5;
  border: 1px solid #00417c;
}
.navbar .btn-navbar .icon-bar{
  background-color: #00417c;
}


/* MOZILLA ONLY -- Estilo adaptado a Mozilla firefox */
@-moz-document url-prefix() {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1215px;
  }
  .span12 {
    width: 960px;
  }
  aside.secondary.span4{
    margin-top: 10px;
    width: 250px;
    max-width: 250px;
  }
  .dataset-resources{
    width: 214px;
    text-align: right;
    margin-top: 0px;
  }
  .info-content{
    margin-left: 5%;
  }
  .info-media video, .info-media img {
      height: 190px;
      width: 250px;
  }
  #footer .redes-sociales{
    width: 480px;
  }
  #footer .contentinfo{
    padding-left: 30px;
  }
  #header{
    max-width: 1220px;
  }
  aside.secondary.span4.package-aside{
    margin-left: 0;
  }
  body,
  h3.media-heading,
  h1.heading.subheading{
    word-break: keep-all;
    -webkit-hyphens: none;
    hyphens: none;
    -moz-hyphens: none;
  }
  .module-resource{
    margin: 0 0;
  }
}

/* RESPONSIVE */
@media (max-width: 1350px){
/* BODY */
  .container{
    width: 100%;
  }
/* HEADER */
  #header{
    width: 100%;
  }
  #header .cabecera{
    margin-bottom: 20px;
  }
  #header .cabecera .linkGVA{
    right: 0;
    top: 25px;
  }
  body{
    padding-left: 0px;
    padding-right: 0px;
  }
  .wrapper {
    background-position: 15px 0px;
  }
  .row.wrapper{
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1330px){
  aside.secondary.span4 {
    width: 280px;
  }
/* FOOTER */
  #footer{
    border-top: none;
  }
  #footer .redes-sociales{
    display: none;
  }
  #footer .redes-sociales-mobile {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid gray;
    position: fixed;
    bottom: 0;
    background: white;
    padding-top: 5px;
    margin: 0;
    z-index: 1;
  }
  #footer .redes-sociales-mobile a{
    margin-right: 5px;
  }
  #footer{
    margin-bottom: 30px;
    font-size: 90.0%;
  }
  .responsabilidad h4,
  .responsabilidad div{
    border-bottom: 1px solid #146362;
  }
}

@media (max-width: 1279px){
  aside.secondary.span4 {
    width: 250px;
  }
  .span12{
    width: 75%;
  }
  ul.heading-resources{
    display: block;
  }
  .dataset-resources{
    width: 100%;
    margin-bottom: 5px;
  }
  h3.dataset-heading{
    width: 100%;
  }

}
@media (max-width: 1023px){
/* LISTA DATASETS - filters aside */
  .col-sm-9{
    width: inherit;
    max-width: 100%;
  }
  [class*="span"], 
  .uneditable-input[class*="span"], 
  .row-fluid [class*="span"]
  {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wrapper {
    margin: 0 -20px;
    border-width: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .js .show-filters.btn {
    display: inline-block;
  }
  .js [role=main] .secondary .filters {
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 10px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .js body.filters-modal .secondary .filters {
    display: block;
  }
  .js [role=main] .secondary .filters > div {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
  }
  .js [role=main] .secondary .filters > div .module-footer {
    display: none;
  }
  .js body.filters-modal .secondary .filters .hide-filters {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    opacity: 0.6;
  }
  .js body.filters-modal .secondary .filters .hide-filters i {
    font-size: 18px;
  }
  aside.secondary.span4{
    width: inherit;
    max-width: 100%;
  }

/* ABOUT */
  .info-content .nav-inpage{
    display: block;
    text-align: center;
  }
  .info-content .nav-inpage a{
    color: #146362;
    border: 2px solid #146362;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
    padding: 4px 9px;
  }
  .info-content .nav-inpage a:hover{
    text-decoration: none;
    border-color: #146362;
    color: #146362;
  }
  .info-content .nav-inpage .top{
    margin-right: 80px;
  }
}

@media screen and(max-width: 1021px){
.col-sm-9{
width:100%;
}
}

@media (max-width: 1010px){
/* IMG DADESOBERTES */
.img-gvaoberta {
    display: none;
}
/* Ocultar wrapper */
.wrapper::before{
   display:none;
 }
/* TITULO CONSELLERIA */
  #header-mobile .title-conselleria{
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #c70f2d;
    border-bottom: 1px solid #c70f2d;
    color: #c70f2d;
  }
  #header-mobile .title-conselleria a:hover{
    text-decoration: none;
  }
  #header-mobile .title-conselleria a {
    color: #c70f2d;
  }
  #header-mobile .title-conselleria-superior{
    text-decoration: none;
    text-transform: uppercase;
    color: #c70f2d;
    font-size: .7em;
    font-weight: bold;
  }
  #header-mobile .title-conselleria-superior a {
    color: #c70f2d;
  }  
/* CABECERA */
  #header{
    display:none;
  }
  #header-mobile{
    display: block;
    text-align: center;
  }
  #header-mobile .cabecera{
    height: 60px;
    overflow: hidden;
    vertical-align: baseline;
  }

/* IMG GVA */
  #header-mobile .cabecera .img-gva{
    float:left;
    overflow:hidden;
    vertical-align: baseline;
    padding: 10px;
	width: 100%;
  }
  #header-mobile .cabecera .img-gva a{
	background: url(/images/logo_largo.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    text-indent: -9999px;
    background-size: auto 100%;
  }

/* IMG GVA-OBERTA */
  #header-mobile .cabecera .img-gvaoberta{
    margin: 10px 130px 0 0;
    max-width: 30%;
    height: 40px;
    overflow: hidden;
  }
  #header-mobile .cabecera .img-gvaoberta img{
    max-height: 40px;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
  }

/* CONTROLS */
  #header-mobile .cabecera .controls li{
    list-style-type: none;
  }
  #header-mobile .cabecera .controls ul{
    height: 27px;
    position: absolute;
    top: 3px;
    right: 5px;
    display: block;
  }

  /* Menu */
  #header-mobile .cabecera .controls .menu-dropdown{
    float: left;
    position: relative;
  }
  #header-mobile .cabecera .controls .menu-dropdown a{
    background: #ffffff;
    border: 1px solid #c70f2d;
    padding: 7px;
    border-radius: 7px;
    position: absolute;
    right: 5px;
    top: 10px;
  }
  #header-mobile .cabecera .controls .menu-dropdown a:hover{
    background: #e5e5e5;
  }
  #header-mobile .cabecera .controls .menu-dropdown span{
    background: #c70f2d;
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
    line-height: 14px;
    vertical-align: text-top;
  }
  .initiallyHidden { 
    display: none; 
  }
  /* Idioma */
  #header-mobile .cabecera .controls .lang-dropdown{
    float: left;
    position:relative;
    margin-top: 10px;
    margin-right: 55px;
    margin-left: 10px;

  }
  #header-mobile .cabecera .controls .dropbtn {
    width: 42px;
    height: 28px;
    padding: 3px 0 0 0px;
    text-align: right;
    color: #c70f2d;
    display: inline-block;
    border: 1px solid #c70f2d;
    background-color: #fff;
    background-image: url('/images/idiomas_movil.png');
    background-size: 70% auto;
    background-repeat: no-repeat;
  }
  #header-mobile .cabecera .controls .lang-dropdown label{
    display: none;
  }
  #header-mobile .cabecera .controls .dropdown {
    position: relative;
    display: inline-block;
  }
  #header-mobile .cabecera .controls .dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }
  #header-mobile .cabecera .controls .dropdown-content a {
    width: 42px;
    height: 28px;
    text-align: right;
    color: #c70f2d;
    display: inline-block;
    border: 1px solid #c70f2d;
    background-color: #fff;
    background-image: url('/images/idiomas_movil.png');
    background-size: 70% auto;
    background-repeat: no-repeat;
    margin-top: -1px;
    margin-bottom: -3px;
  }
  #header-mobile .cabecera .controls .toggle-es .dropbtn {
    background-position: 2px 0px;
  }
  #header-mobile .cabecera .controls .toggle-ca .dropbtn {
    background-position: 2px -28px;
  }
  #header-mobile .cabecera .controls .toggle-es .dropbtn:focus {
    background-position: 2px -88px;
    background-color: #c70f2d;
    color: #ffffff;
  }
  #header-mobile .cabecera .controls .toggle-ca .dropbtn:focus {
    background-position: 2px -116px;
    background-color: #c70f2d;
    color: #ffffff;
  }
  #header-mobile .cabecera .controls .toggle-es .dropdown-content a {
    background-position: center -30px;
  }
  #header-mobile .cabecera .controls .toggle-es .dropdown-content a:hover {
    background-position: center -118px;
    background-color: #c70f2d;
  }
  #header-mobile .cabecera .controls .toggle-ca .dropdown-content a {
    background-position: center 0px;
  }
  #header-mobile .cabecera .controls .toggle-ca .dropdown-content a:hover {
    background-position: center -88px;
    background-color: #c70f2d;
  }
  #header-mobile .cabecera .controls .show,
  #menu.show-menu{
    display:block;
  }
/* MENU */
  #menu{
    display:none;
  }
  #menu ul{
    margin-bottom:10px;
    width: 100%;
	padding: 0;
  }
  #menu ul li,
  #menu ul li.selected{
    border-bottom: 1px solid gray;
    width: 100%;
  }
  #menu ul li,
  #menu ul li.selected,
  #menu ul li:hover{
    border-bottom: 1px solid gray;
  }
  #menu ul li.selected a{
    font-weight: bold;
  }
  #menu ul li.selected a:hover{
    text-decoration: none;
  }
  #menu ul li a{
    text-align: right !important;
    height: 100%;
    color: #575353 !important;
    text-transform: none;
    padding: 6px 10px;
    display: block;
    width: 100%;
  }
  #menu ul li.menu-item {
    list-style: none;
  }
  #menu ul.main-nav-menu {
    list-style: none;
  }
  #menu ul.dropdown-ul {
    list-style: none;
  }
  #menu ul.dropdown-ul li {
    border-bottom: none;
    padding-right: 20px;
  }
  #menu ul li a:hover{
    text-decoration: underline;
  }
  .toolbar{
    display: none;
  }
}
@media (max-width: 767px){
  .page-header, nav-tabs{
    border-bottom: none;
  }
  /*ADC
  .toolbar .breadcrumb,
  .toolbar .breadcrumb a {
    color: #146362;
  }*/
  .toolbar .breadcrumb,
  .toolbar .breadcrumb a {
        color: rgb(20, 99, 98);
  }

  .toolbar .breadcrumb li + li::before {
	float: left;
	padding-right: 0.5rem;
	color: rgb(108, 117, 125);
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 9px;
  }
  
  .secondary{
  clear:both;
  }
  
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
	  text-align: left !important;
	  margin-bottom: 15px !important;
	  position: relative !important;
  }
}
@media (max-width: 660px){
  #header .cabecera .head-gva{
    display: none;
  }
}
@media (max-width: 480px){
/* FEEDBACK */
  .form-horizontal .control-label{
    width: auto;
  }
}
@media (max-width: 431px){
  #header .cabecera .logo{
    min-width: initial;
  }
  #header .cabecera .logo img{
    width: auto;
  }
}
@media (min-width: 768px) {
  [role=main],
  .main {
    background: #ffffff;
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .span9 div.module-content {
    padding-left: 0px;
    margin-right: 15px;
  }
}

/* ++++++ Revisión de la "miga de pan" 20/10/2025  */
.toolbar .breadcrumb li:not(:first-child)::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "")*/ /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
/* Iconos nuevos ENERO FEBRERO 2026 */
.format-label[data-format=api] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/API.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=csv] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/CSV.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=data] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/DATA.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=doc] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/DOC.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=emacs] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/EMACSript.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=geo] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/GEO.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=gif] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/GIF.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=gml] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/GML.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=gtfs] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/GTFS.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=html] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/HTML.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=geoson],
.format-label[data-format=geojson] {  
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/GEO.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=json] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/JSON.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=kml] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/KML.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=nodata] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/NO DATA.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=ods] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/ODS.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=odt] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/ODT.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=pc-axis] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/PC-AXIS.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=pdf],
.format-label[data-format="application/pdf"] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/PDF.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=rdf] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/RDF.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=shp] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/SHP.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=txt] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/TXT.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=wfs] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/WFS.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=wms] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/WMS.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=wmts] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/WMTS.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=xls] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/XLS.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=xlsx] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/XLSX.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=zip] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/ZIP.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}
.format-label[data-format=xml] {
    width: 130px;
    height: 130px;
    text-indent: -900em;
    background: url(../../base/images/XML.svg) no-repeat 0 0;
    transform: scale(0.35);
    margin: -55px 0 0 -45px;
}

.label[data-format=html],
.label[data-format*=html] {
  background-color: #67879e; /* REVISADO */
}
.label[data-format=data],
.label[data-format*=data] {
  background-color: #555555; /* REVISADO */
}
.label[data-format=geoson],
.label[data-format*=geoson],
.label[data-format=geojson],
.label[data-format*=geojson] {
  background-color: #008484; /* REVISADO */
}
.label[data-format=gtfs],
.label[data-format*=gtfs] {
  background-color: #1c67e2; /* REVISADO */
}

.label[data-format=json],
.label[data-format*=json] {
  background-color: #c75200; /* REVISADO */
}
.label[data-format=xml],
.label[data-format*=xml] {
  background-color: #2971e6; /* REVISADO */
}
.label[data-format=shp],
.label[data-format*=shp] {
  background-color: #333a99; /* REVISADO */
}

.label[data-format=wms],
.label[data-format*=wms] {
  background-color: #333a99; /* REVISADO */
}
.label[data-format=wfs],
.label[data-format*=wfs] {
  background-color: #333a99; /* REVISADO */
}

.label[data-format=text],
.label[data-format*=text] {
  background-color: #599BB5; /* ********* no existe *********** */
}
.label[data-format=csv],
.label[data-format*=csv],
.label[data-format=xls],
.label[data-format*=xls],
.label[data-format=ods],
.label[data-format*=ods]  {
  background-color: #00875a; /* REVISADO */
}

.label[data-format=wmts],
.label[data-format*=wmts],
.label[data-format=shp],
.label[data-format*=shp] {
  background-color: #333A99; /* REVISADO */
}

.label[data-format=zip],
.label[data-format*=zip] {
  background-color: #696969; /* REVISADO */
}
.label[data-format=api],
.label[data-format*=api] {
  background-color: #D386AA; /* ********* no existe *********** */
}
.label[data-format=pdf],
.label[data-format*=pdf] {
  background-color: #e91717; /* REVISADO */
}
.label[data-format=kml],
.label[data-format*=kml] {
  background-color: #333a99; /* REVISADO */
}
.label[data-format=pc-axis],
.label[data-format*=pc-axis],
.label[data-format=PC-Axis],
.label[data-format*=PC-Axis] {
  background-color: #0b4399; /* REVISADO */
}

.label[data-format=rdf],
.label[data-format*=rdf],
.label[data-format*=nquad],
.label[data-format*=ntriples],
.label[data-format*=turtle] {
  background-color: #0b4498;
}


	
div.resourceinfo {
    display: none;
}

div.sortinfo {
    display: none;
}

/* **** Forzar a que tamaño de previsualización sea todo lo grande que el contenedor permita **** */
pre {
    width: fit-content;
}

/* **** Ocultar mensaje de error del DATASTORE **** */
.loader-badge{
  display: none !important;
}

/* *** Tamaño textos en desplegables *** */
.form-select, form-select-sm {
    font-size: 1.2rem;
}

/* *** Ajuste para lo que se muestra en diccionario de datos del dataset *** */
.dataset-details,
.dataset-details p {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 13.4px;
}
.dataset-label {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 13.4px;
}
.definicion-campos-header {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 13.4px;
}

/* *** estilo paginación vista previa *** */
#dtprv_paginate {
  /*margin-top: -2.5em;*/
  margin-top: 0em;
}

/* Estilo del botón descargas */
.btn-group, .btn-group-vertical {
    /* position: relative; */
     display: flex;
    vertical-align: middle;
}

/* Estilo del botón para reutilización de datos: */
.btn-info-reutilitzadors {
    display: block;
    background-color: #146362;
    color: #ffffff;
    text-align: center;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    line-height: 1.4;
    margin-top: 10px;
}

.btn-info-reutilitzadors:hover {
    background-color: #146362;
    color: #ffffff;
    text-decoration: underline;
}

.resource-loading-GVA {
    margin-top: -30px; 
}
/* FORMATOS heredados de ckanext-geoview BORRAR !!* /
*******************************************************
.label[data-format=wfs] {
    background-color: #7aae3d;
}
.format-label[data-format=wfs],
.format-label[data-format*=wfs] {
    background: url("../../img/gis-resources-sprite-icons.png") no-repeat 0 0;
    background-position: 0px -62px;
    transform: none;
    margin: 0;
    width: 32px;
    height: 35px;
}

.label[data-format=wms] {
    background-color: #adc717;
}
.format-label[data-format=wms],
.format-label[data-format*=wms] {
    background: url("../../img/gis-resources-sprite-icons.png") no-repeat 0 0;
    background-position: -32px -62px;
    transform: none;
    margin: 0;
    width: 32px;
    height: 35px;
}

.label[data-format=gml] {
    background-color: #7aae3d;
}
.format-label[data-format=gml],
.format-label[data-format*=gml] {
    background: url("../../img/gis-resources-sprite-icons.png") no-repeat 0 0;
    background-position: -64px -62px;
    transform: none;
    margin: 0;
    width: 32px;
    height: 35px;
}

.label[data-format=kml] {
    background-color: #7aae3d;
}
.format-label[data-format=kml],
.format-label[data-format*=kml] {
    background: url("../../img/gis-resources-sprite-icons.png") no-repeat 0 0;
    background-position: -96px -62px;
    transform: none;
    margin: 0;
    width: 32px;
    height: 35px;
}

.label[data-format=geojson] {
    background-color: #9855e0;
}
.format-label[data-format=geojson],
.format-label[data-format*=geojson] {
    background: url("../../img/gis-resources-sprite-icons.png") no-repeat 0 0;
    background-position: -128px -62px;
    transform: none;
    margin: 0;
    width: 32px;
    height: 35px;
}

.label[data-format=wmts] {
    background-color: #3333ff;
}
.format-label[data-format=wmts],
.format-label[data-format*=wmts] {
    background: url("../../img/gis-resources-sprite-icons.png") no-repeat 0 0;
    background-position: -162px -62px;
    transform: none;
    margin: 0;
    width: 32px;
    height: 35px;
}

.label[data-format=shp] {
    background-color: #0080ff;
}
.format-label[data-format=shp],
.format-label[data-format*=shp] {
    background: url("../../img/gis-resources-sprite-icons.png") no-repeat 0 0;
    background-position: -194px -62px;
    transform: none;
    margin: 0;
    width: 32px;
    height: 35px;
}

.label[data-format=arcgis_rest] {
    background-color: #5c3ee0;
}
************************************************* */