/* 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;
    
}
.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;
    background-image: linear-gradient( #f0f0f0, #b0b0b0, #e0e0e0);
}
.ddh_icono_arrastrar {
    font-size: 1.5rem;
    cursor: ns-resize;
}
/*.active, .ddh_mostrar_info {
    transform-origin: center;
    rotate: -90deg;
}*/
.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;
}
.dd_deslizar {
    width: 100%;
}
.ddd_deslizador {
    width: 100%;
    accent-color: black;
}
input[type=range]:disabled::-webkit-slider-thumb {
    background-color: aqua;
    
}
.dd_info {
    text-align: center;
    border:none;
    padding: 0;
    margin: 0;
    background-color: white;
}
.ddi_show_info {
    margin: auto auto auto 30px;
    display: block;
}
input[type=checkbox] {
    width: 1rem;
    height: 2.5rem;
    accent-color: black;
}

.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;
}