/* Botón Capa */
#btn_capa {
    background-color: rgb(208, 218, 228);
    /* position: fixed; */
    top: 66px;
    left: 0;
    /* border-radius: 50%; */
    border: none;
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 1000;    
}

/* sidebar */
body #offcanvasScrolling {
    top: 66px !important;
    left: 0;
}


/* element inside sidebar */
.div_arrastrar {
    /* width: auto; */
    border-width: 1px 0;
    border-style: solid;
    border-color: #e0e0e0;
    margin: 5px 0;
    /* background-image: linear-gradient( #f0f0f0, #b0b0b0, #e0e0e0); */
    background-image: linear-gradient( #f8f8f8, #f0f0f0, #f4f4f4);
}
.dd_header {
    width: auto;
    display: grid;
    grid-template-columns: 8% 8% 79% 5%;
    vertical-align: middle;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;

}
.ddh_icono_arrastrar {
    font-size: 1.5rem;
    cursor: ns-resize;
}
.dd_deslizar {
    width: 100%;
}
.ddd_deslizador {
    width: 100%;
    accent-color: black;
}
input[type=range]:disabled::-webkit-slider-thumb {
    background-color: aqua;
    border:none;
}
.dd_info {
    text-align: center;
    border:none;
    padding: 0;
    margin: 0;
    background-color: white;
}
.ddi_show_info {
    margin: auto auto auto 30px;
    display: block;
    transition: 0.5s;
}
.ddi_show_info.active {
    display: none;
}
.ddh_mostrar_info {
    display: block;
    font-weight: 1000;
    border-radius: 50%;
    width: 20px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    background: #e0e0e0;
}
.ddh_mostrar_info.active {
    background: none;
}
input[type=checkbox] {
    width: 1rem;
    height: 2.5rem;
    accent-color: black;
}

/* tabla */
/* tabla referencia */

.tabla_referencia {
    background-color: lightcyan;
    font-size: 0.75rem;
    /* height: 185px; */
}

.tabla_atributo {
    font-weight: bolder;
    width: 130px;
}

.tabla_valor {
    font-weight: normal;
    width: 120px;
}

/* imagen de referencia del mapa */

.tdata_imagen {
  text-align: center;
}

td .pic_mapa {
    /* display: block; */
    padding-top: 3px;
    padding-bottom: 5px;
    width: 80%;
    /* text-align: center; */
}

.titulo_tabla {
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
    caption-side: top;
    font-weight: 900;
    font-size: 0.8rem;
    /* background-color: rgb(215, 216, 231); */
    background-color: #eaeaea;
}

.tabla_referencia tr:nth-child(even) {
    background-color: #ccffff;
}