title .es {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro Bold", sans-serif;
    color: #212121;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

.country_report_link {
    display: none;
}

#map {
    position: absolute;
    top: 9vh;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mapboxgl-popup {
    width: 500px;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    z-index: 1;
}

.mapboxgl-popup-content {
    min-width: 300px;
    max-width: 300px;
    max-height: 40vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

#disclaimer_alert {
    z-index: 3;
    top: 40%;
    position: absolute;
    width: 40%;
    left: 30%;
    background-color: rgba(255,255,255,0.7);
}

#encabezado {
    width: 100%;
    height: 9vh;
    z-index: 1;
    color: #00528a;
    background-color: white;
    padding-top: 0.2%;
}

.btn-outline-light {
    color: #00528a;
}

#encabezado_mobile {
    z-index: 1;
    color: white;
    height: fit-content;
    background-color: #567487;
}

#boton_referencias {
    right: 1%;
    position: absolute;
}

#botonera {
    top: 10%;
    width: 22%;
    left: 0.5%;
    z-index: 1;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0);
}

.boton_botonera {
    background-color: white;
}

.boton_botonera:hover {
    background-color: #567487;
    color: white;
}

#boton_zoom {
    top: 10%;
    width: 5%;
    bottom: 84%;
    right: 26%;
    z-index: 1;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

#boton_navigate {
    top: 17%;
    width: 2%;
    right: 26%;
    z-index: 1;
    position: absolute;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}

#boton_external {
    top: 30%;
    width: 2%;
    right: 26%;
    z-index: 1;
    position: absolute;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    display: none;
}

#main_control {
    top: 18%;
    width: 22%;
    bottom: 1%;
    left: 0.5%;
    z-index: 1;
    position: absolute;
}

.card {
    border-radius: 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
}

.card-categoria {
    border-style: none;
    box-shadow: none;
}

.card-contenedor-categorias {
    padding: 0;
}

.card-header {
    padding-left: 10px;
}

.card-header-categoria {
    border-radius: 0px;
    /* border-style: none; */
    background-color: white;
    font-size: 14px;
}

.card-header-categoria:hover {
    background-color: #567487;
    color: white;
}

.card-body-categoria {
    border-radius: 0px;
    /* border-style: none; */
    background-color: whitesmoke;
    border-bottom: 1px solid gainsboro;
    padding: 0;
}

/* .list-group-item:hover {
    background-color: #567487;
    color: white;
} */

.list-group-item {
    border: none;
    background-color: whitesmoke;
    padding-left: 10px;
}

.pildora-categoria {
    background-color: gray;
}

.card-link {
    color: black;
}

.card-link:hover {
    color: black;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 28px;
    margin-left: 50px;
    color: gray;
}

.nombre_categoria {
    font-size: 12px;
}

#regional_control {
    top: 18%;
    width: 22%;
    bottom: 1%;
    left: 0.5%;
    z-index: 1;
    position: absolute;
    display: none;
}

#informacion {
    top: 10%;
    width: 25%;
    bottom: 1%;
    right: 0.5%;
    z-index: 1;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
}

.item-informacion {
    background-color: rgba(255, 255, 255, 0.0);
}

#boton_cerrar_informacion {
    padding-right: 5px;
}

#panel_info_header {
    text-align: center;
}

#contenido_informacion {
    padding: 5px 0px 5px 5px;
}

#actions_details_countries {
    padding: 5px 0px 5px 5px;
}

#box_close_action_details_country:hover {
    background-color: darkgrey;
}


#popup_country_report_link:hover {
    background-color: darkgrey;
}


#panel_info_contenido {
    /* max-height: 81vh; */
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.0);
    font-weight: normal;
}

.country_fly:hover {
    background-color: white;
}

#regional_stats {
    top: 10%;
    width: 30%;
    bottom: 20%;
    right: 0.5%;
    z-index: 1;
    position: absolute;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    overflow-y: auto;
}

.nav-link.active {
    font-weight: 600;
    background-color: rgba(regional_stat0, 0, 0, 0);
}

.nav-link {
    color: grey;
    background-color: gainsboro;
    padding: 5px;
}

.nav-link:hover {
    color: dimgray;
}

.barra {
    border-radius: 0%;
    height: 20px;
    z-index: 1;
    display: inline-block;
    padding-left: 5px;
    padding-right: 2px;
    text-align: right;
    color: white;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0);
}

.div-barra {
    background-color: rgba(255, 255, 255, 0);
}

#stats_control {
    top: 81%;
    width: 30%;
    bottom: 8%;
    right: 0.5%;
    z-index: 1;
    position: absolute;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
}

#download_data {
    top: 93%;
    width: 30%;
    bottom: 1%;
    right: 0.5%;
    z-index: 1;
    position: absolute;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
}

.button_graphs {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; 
    padding-left: 0px;
    padding-right: 0px;
}

.button_graphs:hover {
    background-color: gainsboro;
}

#linea_tiempo {
    top: 74%;
    bottom: 1%;
    right: 0.5%;
    left: 0.5%;
    z-index: 1;
    position: absolute;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
}

#table_timeline {
    font-size: 11px;
    padding: 0px;
}

#table_timeline .th {
    font-size: 12px;
    font-weight: bold;
    background-color: gainsboro;
}

#table_timeline td, .table th {
    padding: 4px;
}

.table_modal {
    font-size: 11px;
    padding: 0px;
}

.table_modal .th {
    font-size: 12px;
    font-weight: bold;
    background-color: gainsboro;
    width: 50px;
}

.table_modal td, .table th {
    padding: 4px;
    height: 25px;
}

#table_country_subtheme {
    font-size: 11px;
    padding: 0px;
}

#table_country_subtheme .th {
    font-size: 12px;
    font-weight: bold;
    background-color: gainsboro;
    width: 50px;
}

#table_country_subtheme td, .table th {
    padding: 4px;
}


#table_country_date {
    font-size: 11px;
    padding: 0px;
}

#table_country_date .th {
    font-size: 12px;
    font-weight: bold;
    background-color: gainsboro;
}

#table_country_date td, .table th {
    padding: 0px;
    min-width: 25px;
    text-align: center;
}

#table_country_date_head {
    font-size: 11px;
    padding: 0px;
}

#table_country_date_head .th {
    font-size: 12px;
    font-weight: bold;
    background-color: gainsboro;
}

#table_country_date_head td, .table th {
    padding: 0px;
    min-width: 25px;
    text-align: center;
}

#control_timeline {
    position: absolute;
    bottom: 27%;
    right: 31%;
    width: 10%;
    height: 4%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
}

#actions_details_table {
    font-size: 11px;
}

#invite_more_info {
    top: 93%;
    bottom: 0.5%;
    position: absolute;
    background-color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
    display: none;
    z-index: 1;
}

.fa-file-export:hover {
    text-shadow: 2px 2px 5px grey;
}

.fa-file-invoice:hover {
    text-shadow: 2px 2px 5px dimgray;
}

.text_header {
    font-size: 10px;
    line-height: 1;
}

@media only screen and (max-width: 1250px) {
    .text_header {
        font-size: 9px;
    }
}

@media only screen and (min-width: 600px) {
    /* For desktop: */
    #main_control {
        display: block;
    }
    #encabezado {
        display: block;
    }
    #encabezado_mobile {
        display: none;
    }
    #informacion {
        display: block;
    }

    #mobile_device_notice {
        display: none;
    }

    .closebtn {
        display: none;
    }
    #boton_cerrar_informacion {
        display: none;
    }

    #boton_cerrar_main_control {
        display: none;
    }
}


@media only screen and (max-width: 600px) {
    /* For desktop: */
    #botonera {
        display: none;
    }

    #map {
        top: 5%;
    }

    #boton_zoom {
        display: none;
    }

    #boton_navigate {
        display: none;
    }

    #boton_external {
        display: none;
    }

    #main_control {
        display: none;
        width: 98%;
        top: 11%;
        bottom: 1%;
    }

    #mobile_device_notice {
        display: block;
    }

    #encabezado {
        display: none;
    }
    #encabezado_mobile {
        display: block;
    }
    #referencias {
        display: none;
        width: 50%;
        top: 7%;
    }
    #informacion {
        display: none;
        width: 98%;
        top: 11%;
    }
    #closebtn {
        display: block;
    }
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 1;
}

/*SCROLLBAR*/

/* width */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}