.figuras {
    display: none;
    padding-left: 10%;

}

.nivel-1 {
    display: none;
    padding-left: 5%;

}

.nivel-2 {
    display: none;
    padding-left: 10%;

}

.arrow-to-right {
    background-image: url("/themes/custom/iepnb/build/img/icon-right-arrow.png");
    background-color: #FFF !important;
    border: #666 solid 0 !important;
    box-shadow: none !important;
}


.arrow-to-down {
    background-image: url("/themes/custom/iepnb/build/img/icon-down-arrow.png") !important;
    background-color: #FFF !important;
    border: #666 solid 0 !important;
    box-shadow: none !important;
}

.arrow-to-down:focus {
    box-shadow: none !important;
}

.arrow-none[type=checkbox] {
    background-color: #FFF !important;
    border: #666 solid 0 !important;
    box-shadow: none !important;
}

.arrow-none:checked[type=checkbox] {
    background-color: #FFF !important;
    border: #666 solid 0 !important;
    box-shadow: none !important;
}

.arrow-none:active {
    background-color: #FFF !important;
    border: #000 solid 0 !important;
    box-shadow: none !important;
    filter: none !important;
}



.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    text-align: justify;
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    height: 75px;
}

.styled-table tbody tr td img {
    max-height: 75px;
}


.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}



.pagination-wrapper {
    text-align: center;
    margin: 40px 0;
}

/*
.pagination {
    font-size: 0.9em;
    font-family: sans-serif;
display: inline-block !important;
    height: 70px;

    padding: 0 20px;
    border-radius: 35px;
    background-color: #eee;
}
*/
.page-numbers {
    display: block;
    padding: 0 25px;
    float: left;
    transition: 400ms ease;
    color: #595959;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 70px;
}

#buscador-reset {
    border: none;
    background-color: transparent;

}


.texto_tag_filter {
    margin-right: 5px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
}

.icon_tag_filter {
    width: 20px;
    margin-right: 5px;
    margin-left: 0px;
}

.tag_filter,
.tag_filter_clean {
    display: flex;
    margin: 0px 10px;
    padding: 6px 6px 6px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: stretch;
    border-radius: 3px;
    /*background-color: #dfdfdf;*/
    /*font-size: 14px;*/
    line-height: 14px;
}

#sumario-filtros,
.contenedor_tag_filter {
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    justify-content: flex-start;
    align-items: center;

}


/*Bloque switch idioma*/
.language-switch .dropdown-toggle {
    border: none;
    background: none;
    display: flex;
    align-items: center;
}

.language-switch .dropdown-menu {
    z-index: 2000;
}

/* .language-switch .language-switch__button::before {
    content: "";
    width: 18px;
    height: 12px;
    background-size: cover;
    margin-right: 2px;
} */



.content-login-navbar-menu {
    width: 35px;
    height: 35px;
    margin: 0 1rem;
    background-image: url(/themes/custom/iepnb/build/img/icono-login.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 500;
}
.content-login-navbar-menu:hover {
    width: 35px;
    height: 35px;
    background-image: url(/themes/custom/iepnb/build/img/icono-login-hover.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-login-navbar-menu.logout {
    width: 25px;
    height: 25px;
    background-image: url(/themes/custom/iepnb/build/img/ico_cerrar-ses.svg);
   
}

/*login menu*/

.container__lupa{
    display: flex;
    align-items: center;
}
.wrapper-lupa {
    width: 35px;
    height: 35px;
    margin: 0 1rem;
    background-image: url(/themes/custom/iepnb/build/img/lupa.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.wrapper-lupa:hover {
    width: 35px;
    height: 35px;
    background-image: url(/themes/custom/iepnb/build/img/lupa-hover.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.area-login__icon {
    display: flex;
    align-items: center;
}

.content-login-navbar-menu.logout:hover {
    background-image: url(/themes/custom/iepnb/build/img/ico_cerrar-ses-hov.svg); /*logo salir con hover*/
}

.content-login-navbar-menu span {
    position: absolute;
    /* opacity: 0; */
    color: black;
    width: 0;
    height: 0;
}

/* GRÁFICA */

div#num_esp_protegidos_figura g.highcharts-legend.highcharts-no-tooltip {
    display: none;
}

/* LEYENDA GRÁFICAS */
span.st-leyenda {
    font-weight: 600;
    color: #5a7f23;
}