﻿#divLoadingMapaWms
{
	padding: 0px 5px;
	font-weight:bold;
	font-size:12px;
	margin-left:-250px;
	position : absolute;
	background-color : #ffffff;
	border:1px solid #000;
	border-top:none;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px; 
	border-bottom-left-radius: 2px; 
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px; 
	border-bottom-right-radius: 2px; 
}

.infoWindow {
    padding:10px;
    width:200px;
    height:100px;
}



#imgLoading, #spanResultado {
    display:none;
}

.divDibujarPoligonos {
    margin:15px 0px 30px 0px;
}

.listadoPoligonos {
    list-style-type:none;
    margin:0;
    padding:0;
    min-width:258px;
    
}
.listadoPoligonos li {
    padding:3px 0px;
    display:inline-block;
    height:25px;
    width:100%;
}
.listadoPoligonos li:hover {
    /*background-color:#E5E5E5;*/
    
}
.divTextoPoligono {
    width:25%;
    float:left;
    overflow:hidden;
    white-space: nowrap;
    margin:2px 4px 0 0;
    font-size:9pt;
    
}

.divContar,.divInforme,.divNuevoFranquiciado {
    float:left;
    margin:0;    
    width:30px;
    
}
.divContar select {
    margin-right:6px;
    vertical-align:top;
    padding:0;
    height:23px;
    width:100px;
}
.imgLoading {
    display:none;
}
.divResultadoContar {
    float:left;
    width:64px;
    margin:2px 4px 0px 4px;
    display:inline-block;
}
.divIconBorrar {
    float:left;
    margin-top:2px;
    display:inline-block;
}

.aIconBorrar {
    float:right;
    
    
}


.labels {
     background-color: white;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 12px;
     font-weight: bold;
     text-align: center;
     padding:3px 7px;
     border: 1px solid black;
     border-radius:3px;
     white-space: nowrap;
   }

#datosFranquiciado {
    
}

#formModificarDatosFranquiciado {
    margin:20px;
}

#formModificarDatosFranquiciado table 
{
    width:100%;
    margin-bottom:10px;
}

#formModificarDatosFranquiciado input{
    width:90%;
}

#imgLogo {
    margin-top:10px;
    width:160px;
}

#ulWmsServers {
    list-style-type:none;
    margin:0 0 10px 0;
    padding:0;
}

#ulWmsServers .wms-section {
    margin-bottom:12px;
    padding-bottom:8px;
    border-bottom:1px solid #e3e3e3;
}

#ulWmsServers .wms-section:last-child {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}

#ulWmsServers .wms-section-title {
    font-size:11px;
    letter-spacing:0.6px;
    text-transform:uppercase;
    color:#666;
    margin:10px 0 6px 0;
}

#ulWmsServers .wms-section-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    margin:0 0 6px 0;
}

#ulWmsServers .wms-add-kml {
    border:1px solid #d7e3f2;
    background-color:#f4f8ff;
    color:#2b5c8d;
    border-radius:6px;
    font-size:12px;
    line-height:1;
    padding:6px 9px;
    font-weight:600;
    white-space:nowrap;
    cursor:pointer;
}

#ulWmsServers .wms-add-kml:hover {
    border-color:#c1d6ef;
    background-color:#e8f2ff;
    color:#1f4f80;
}

#ulWmsServers .wms-add-kml:focus {
    outline:none;
    box-shadow:0 0 0 2px rgba(96,146,200,0.25);
}

#ulWmsServers .wms-section-subtitle {
    font-size:11px;
    color:#5d7387;
    margin:-2px 0 8px 0;
}

#ulWmsServers .wms-section.wms-section-cartociudad,
#ulWmsServers .wms-section.wms-section-catastro,
#ulWmsServers .wms-section.wms-section-other {
    border-bottom:0;
    padding:10px;
    border-radius:10px;
}

#ulWmsServers .wms-section.wms-section-cartociudad {
    border:1px solid #cfe5ff;
    background-color:#f3f8ff;
}

#ulWmsServers .wms-section.wms-section-cartociudad .wms-section-title {
    font-size:13px;
    letter-spacing:0;
    text-transform:none;
    color:#1b4b72;
    margin:0 0 4px 0;
    font-weight:700;
}

#ulWmsServers .wms-section.wms-section-catastro {
    border:1px solid #f0e2c0;
    background-color:#fff9ea;
}

#ulWmsServers .wms-section.wms-section-catastro .wms-section-title {
    text-transform:none;
    letter-spacing:0;
    font-size:13px;
    color:#7a5b1a;
    margin:0 0 4px 0;
    font-weight:700;
}

#ulWmsServers .wms-section.wms-section-other {
    border:1px solid #e3e3e3;
    background-color:#ffffff;
}

#ulWmsServers .wms-section.wms-section-other .wms-section-title {
    text-transform:none;
    letter-spacing:0;
    color:#555;
    margin:0 0 4px 0;
    font-weight:600;
}

#ulWmsServers .wms-section.wms-section-other .wms-section-head .wms-section-title {
    margin:0;
}

#ulWmsServers .wms-layer-tools {
    margin:6px 0 8px 0;
}

#ulWmsServers .wms-layer-search {
    width:100%;
    box-sizing:border-box;
    height:28px;
    border:1px solid #d3d3d3;
    border-radius:6px;
    padding:4px 8px;
    font-size:12px;
    margin:0;
}

#ulWmsServers .wms-layer-search:focus {
    outline:none;
    border-color:#7ea6d9;
    box-shadow:0 0 0 2px rgba(126,166,217,0.2);
}

#ulWmsServers .wms-layer-filter {
    display:flex;
    gap:6px;
    margin-top:6px;
}

#ulWmsServers .wms-layer-filter button {
    border:1px solid #d8d8d8;
    background-color:#fff;
    color:#666;
    border-radius:999px;
    font-size:11px;
    line-height:1;
    padding:6px 8px;
    cursor:pointer;
}

#ulWmsServers .wms-layer-filter button:hover {
    background-color:#f5f5f5;
    color:#333;
}

#ulWmsServers .wms-layer-filter button.is-active {
    border-color:#6a9bd8;
    background-color:#edf4fd;
    color:#1d4f8a;
    font-weight:600;
}

#ulWmsServers .wms-layer-empty {
    margin:8px 0 4px 0;
    font-size:12px;
    color:#777;
}

#ulWmsServers .wms-section-list {
    list-style-type:none;
    margin:0;
    padding:0;
}

#ulWmsServers .wms-item {
    margin:6px 0;
}

#ulWmsServers .wms-item-row {
    display:flex;
    align-items:center;
    gap:8px;
}

#ulWmsServers .wms-item-row .wms-toggle {
    flex:1;
    margin:0;
    min-width:0;
}

#ulWmsServers .wms-remove {
    border:1px solid #d6d6d6;
    background-color:#ffffff;
    color:#666;
    width:26px;
    height:26px;
    padding:0;
    border-radius:6px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

#ulWmsServers .wms-view {
    border:1px solid #d6d6d6;
    background-color:#ffffff;
    color:#666;
    width:26px;
    height:26px;
    padding:0;
    border-radius:6px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

#ulWmsServers .wms-view:hover {
    background-color:#f3f3f3;
    color:#333;
}

#ulWmsServers .wms-view i {
    margin:0;
}

#ulWmsServers .wms-remove:hover {
    background-color:#f3f3f3;
    color:#333;
}

#ulWmsServers .wms-remove i {
    margin:0;
}

#ulWmsServers .wms-toggle {
    display:flex;
    align-items:center;
    gap:10px;
    padding:6px 8px;
    border:1px solid #e6e6e6;
    border-radius:6px;
    background-color:#fafafa;
    cursor:pointer;
    user-select:none;
}

#ulWmsServers .wms-toggle:hover {
    background-color:#f0f0f0;
}

#ulWmsServers .wms-toggle input {
    position:absolute;
    opacity:0;
    pointer-events:none;
}

#ulWmsServers .wms-switch {
    width:34px;
    height:18px;
    background-color:#cfcfcf;
    border-radius:10px;
    position:relative;
    flex:0 0 34px;
    transition:background-color 0.2s;
}

#ulWmsServers .wms-switch:before {
    content:"";
    width:14px;
    height:14px;
    background-color:#ffffff;
    border-radius:50%;
    position:absolute;
    top:2px;
    left:2px;
    transition:transform 0.2s;
    box-shadow:0 1px 2px rgba(0,0,0,0.2);
}

#ulWmsServers .wms-toggle input:checked + .wms-switch {
    background-color:#4caf50;
}

#ulWmsServers .wms-item.query-item .wms-toggle input:checked + .wms-switch {
    background-color:#1e88e5;
}

#ulWmsServers .wms-toggle input:checked + .wms-switch:before {
    transform:translateX(16px);
}

#ulWmsServers .wms-toggle input:focus + .wms-switch {
    box-shadow:0 0 0 2px rgba(76,175,80,0.35);
}

#ulWmsServers .wms-item.query-item .wms-toggle input:focus + .wms-switch {
    box-shadow:0 0 0 2px rgba(30,136,229,0.35);
}

#ulWmsServers .wms-label {
    font-size:13px;
    color:#333;
    flex:1;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

#ulWmsServers .wms-hint {
    font-size:11px;
    color:#777;
    margin:2px 0 0 52px;
}

#ulWmsServers .wms-hint.is-warning {
    color:#b3261e;
    font-weight:600;
}

#ulWmsServers .wms-item.is-disabled .wms-toggle {
    opacity:0.6;
    cursor:not-allowed;
}

#ulWmsServers .wms-item.is-disabled .wms-toggle:hover {
    background-color:#fafafa;
}

#ulWmsServers .wms-item.is-disabled .wms-label {
    color:#888;
}

#ulWmsServers .wms-item.is-disabled .wms-switch {
    background-color:#d5d5d5;
}

#ulWmsServers .wms-toggle input:checked ~ .wms-label {
    font-weight:bold;
}

#ulWmsServers .wms-click-status {
    margin-top:8px;
    padding:6px 8px;
    font-size:12px;
    color:#777;
    background-color:#f7f7f7;
    border:1px dashed #d7d7d7;
    border-radius:6px;
}

#ulWmsServers .wms-click-status.is-active {
    color:#0d47a1;
    background-color:#e3f2fd;
    border-color:#bbdefb;
}

body.wms-enhance-active #map_canvas img[src*="servicios.ine.es/arcgis/services/WMS_INE_SECCIONES_G01"],
body.wms-enhance-active #map_canvas img[src*="www.cartociudad.es/wms-inspire/direcciones-ccpp"] {
    filter: contrast(1.35) saturate(1.4) drop-shadow(0 0 0.7px rgba(0,0,0,0.55));
}

.cartociudad-panel {
    background-color:#ffffff;
    border:1px solid #d3d3d3;
    border-radius:6px;
    box-shadow:0 2px 10px rgba(0,0,0,0.15);
    width:360px;
    max-width:46vw;
    margin:10px;
    font-size:12px;
    color:#222;
}

.cartociudad-panel-header {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:6px 8px;
    font-weight:bold;
    background-color:#f7f7f7;
    border-bottom:1px solid #e6e6e6;
    border-radius:6px 6px 0 0;
}

.cartociudad-panel-close {
    border:0;
    background:transparent;
    color:#555;
    font-size:16px;
    line-height:1;
    cursor:pointer;
    padding:0 4px;
}

.cartociudad-panel-close:hover {
    color:#111;
}

.cartociudad-panel-body {
    padding:8px;
    max-height:35vh;
    overflow:auto;
}

.cartociudad-panel-footer {
    padding:6px 8px;
    background-color:#f7f7f7;
    border-top:1px solid #e6e6e6;
    border-radius:0 0 6px 6px;
}

.cartociudad-panel-inner table {
    font-size:12px;
}

.cartociudad-panel-inner .table td {
    padding:4px;
}


#modalFiltro div div
{
    float:left;
    margin:10px;
}

#modalFiltro .modalFiltroDIvEtiqueta 
{
    width:50px;
    margin:4px 0px;
}

/************************************************/
#divOpcionesUsuarios
{
    margin:0;
    padding:0;
    display:none;
}
