html {
    background-color: #061b27!important;
}

.mangroves_li .mangroves row.no_data {
    display: none;
    margin-left: 20px;
}
#map > div.mapboxgl-control-container > div.mapboxgl-ctrl-bottom-right > div > div > div{
    max-height: 355px!important;
    overflow: auto;
}

@media print {
    #map {
        display: none!important;
    }
    .reservoire-legend {
        display: none!important;
    }
    .transition-legend {
        display: none!important;
    }
    .wetlands-legend {
        display: none!important;
    }
    .mangroves-legend {
        display: none!important;
    }
    .hundred_percent {
        display: none!important;
    }
    .subheader {
        font-size: 12px!important;
    }
    #country_profile>table {
        border-bottom: 1px solid #fff!important;
    }
    #separator {
        display: none!important;
    }
    #line_color_bad_percentage {
        display: none!important;
    }
    #line_color_good_percentage {
        display: none!important;
    }
    .sidenav {
        width: 100%!important;
    }
    .card {
        box-shadow: none!important;
        border-bottom: 1px solid gray!important;
    }
    .row {
        border-bottom: 0.5px solid grey!important;
    }
    .card-title_country {
        box-shadow: none!important;
        color: black!important;
    }
    .mangroves_li {
        display: none!important;
    }
    .reservoirs_li {
        display: none!important;
    }
    .lakes_li {
        display: none!important;
    }
    .country_li {
        background-color: #fff;
        margin-top: -10px!important;
    }
    .csv_export_all {
        display: none!important;
    }
    .pdf_print {
        display: none!important;
    }
    .print_disclamer {
        display: block!important;
        margin-bottom: 20px!important;
        border-bottom: 3px solid white;
    }
    .material-icons {
        display: none!important;
    }
    #country_profile {
        display: none!important;
    }
    .logo_un_img {
        width: 50px!important;
        float: left;
        margin-top: -30px!important;
    }
    .logo_jrc_img {
        width: 70px!important;
        float: right;
        margin-top: 20px!important;
    }
    nav {
        display: none!important;
    }
    .print-title {
        text-align: center!important;
    }
    .hide_print {
        display: none!important;
    }
}

.print_disclamer {
    display: none;
}

.text_color_lakes {
    width: 84px!important;
    float: left;
}

.score_adjust {
    position: relative;
    margin-top: 17px!important;
    /* inline-size: 20px; */
    float: left;
    width: 214px;
    color: white;
}

.gain_loss_adjust {
    margin-top: -2px!important;
}

.pdf_print {
    float: right;
    margin-top: 16px;
    position: relative;
    z-index: 999999999;
}

.csv_export_all {
    float: right;
    margin-top: 16px;
    position: relative;
    z-index: 999999999;
    margin-right: 30px;
}

.card {
    border-radius: 0px;
}

.collapsible-header_country {
    margin: 0px!important;
}

.card-title_country {
    float: left;
}

.collapsible-header_country {
    background-color: #0155bd;
}

#out_b_val {
    font-size: 15px;
    float: right;
    color: #709cb5;
}

#map>div.mapboxgl-control-container>div.mapboxgl-ctrl-bottom-right>div>div>div>div.outside>hr {
    border: 1px solid #0a2e42;
}

.lk_rivers_ts_chart {
    border-left: 10px solid #061b27;
    border-right: 10px solid #061b27;
}

#lk_rivers_permanent_transitions_chart {
    border-left: 10px solid #061b27;
    border-right: 10px solid #061b27;
    BACKGROUND-COLOR: #05151d;
}

#lk_rivers_seasonal_transitions_chart {
    border-left: 10px solid #061b27;
    border-right: 10px solid #061b27;
    BACKGROUND-COLOR: #05151d;
}

.reservoirs_ts_chart {
    border-left: 10px solid #061b27;
    border-right: 10px solid #061b27;
    BACKGROUND-COLOR: #05151d;
}

.month_turbidity {
    border-left: 10px solid #061b27;
    border-right: 10px solid #061b27;
    BACKGROUND-COLOR: #05151d;
    margin-bottom: 10px;
}

.month_trophic {
    border-left: 10px solid #061b27;
    border-right: 10px solid #061b27;
    BACKGROUND-COLOR: #05151d;
    margin-bottom: 10px;
}

.year_trophic {
    border-left: 10px solid #061b27;
    border-right: 10px solid #061b27;
    BACKGROUND-COLOR: #05151d;
    margin-bottom: 10px;
}

.year_turbidity {
    border-left: 10px solid #061b27;
    border-right: 10px solid #061b27;
    BACKGROUND-COLOR: #05151d;
    margin-bottom: 10px;
}

.sidenav {
    top: 64px;
    width: 40%;
    height: 100%!important;
    /* background-color: #7bd5ef; */
}

@media only screen and (max-width: 601px) {
    .sidenav {
        top: 350px!important;
        width: 100%!important;
        height: 350px!important;
        /* background-color: #7bd5ef; */
    }
    #slide-out>ul>li.country_li.main_li>div.card.horizontal.collapsible-header.collapsible-header_country {
        position: sticky!important;
        top: 0px!important;
    }
    .info {
        display: none!important;
    }
    body>nav>div>form>ul.left>li>a>img {
        margin-top: 4px!important;
    }
    body>nav>div>form>ul.left>li>p {
        font-size: 1rem!important;
    }
    .mangroves_li {
        display: none!important;
    }
    .lakes_li {
        display: none!important;
    }
    .reservoirs_li {
        display: none!important;
    }
}

@media only screen and (max-width: 601px) {
    .sidenav {
        width: 65%;
    }
}

::-webkit-scrollbar {
    width: 4px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px grey;
    border-radius: 4px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #011623;
    border-radius: 4px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.sidenav .card.collapsible-header {
    background-color: #0154bd!important;
    margin: 0 0;
    line-height: 0px!important;
    color: #ffffff;
    font-weight: bold!important;
    height: 40px;
    padding-left: 0px!important;
    box-shadow: none!important;
    border-left: 10px solid #061b27;
    border-right: 10px solid #061b27;
    border-top: 10px solid #061b27;
    position: relative;
    z-index: 99999999999;
}

#slide-out>ul>li.mangroves_li.main_li.active>div.collapsible-body>div>div.row.no_data {
    margin-left: 25px;
    margin-top: 20px;
}

#slide-out>ul>li.mangroves_li.main_li.active>div.collapsible-body>div>div>div:nth-child(2)>div>div>p>em {
    color: #ffffff;
}

nav {
    background-color: #061b27!important;
    pointer-events: auto!important;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2)!important;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2)!important;
}

.layer_icon_large {
    font-size: 30px!important;
}

.main_li {
    margin-bottom: 2px;
}

#topbarsearch .input-field .prefix {
    margin-top: -6px;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #094264;
    -webkit-box-shadow: 0 1px 0 0 #094264;
    box-shadow: 0 1px 0 0 #094264
}

.input-field .prefix.active {
    color: #094264
}

.mapboxgl-map {
    background-color: #041620;
}

.list .row {
    border-bottom: 0.5px solid #061f2d;
    margin-bottom: 10px!important;
    padding-bottom: 10px!important;
}

.sidenav .subheader {
    background-color: #061b27;
    padding-bottom: 5px;
    padding-top: 10px;
    color: #0053bd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: inherit;
    border-bottom: 2px solid #0053bd;
    margin: 0!important;
    font-size: 13px!important;
    margin-left: 10px!important;
    padding-left: 0px;
}

.adv_analysis_title {
    font-size: 14px!important;
    margin-top: -12px;
}

.permanent_lake {
    BACKGROUND-COLOR: #05151e;
    margin-top: 10px;
}

.highcharts-legend {
    fill: #0154bd!important;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
    padding: 0px!important;
}

.subheader_add {
    border-left: 10px solid #061b27;
    border-right: 10px solid #061b27;
    margin: 0;
    text-align: center;
    color: #0154bd;
    background-color: #05151d;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 20px;
}

.nodata_av {
    margin-left: 13px;
}

.legend>div:nth-child(2)>div {
    margin-bottom: 13px;
}

.legend>div:nth-child(2)>div>p>em {
    margin-left: 27px;
}

.circle_container {
    left: 0px!important;
    float: right!important;
    margin-top: -2px!important;
}

.show_hide_table {
    margin-left: 18px;
    background-color: #c7860e;
    width: 32px;
    padding: 5px;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.03), 0 3px 4px rgba(0, 0, 0, 0.09);
    margin-top: -16px;
    border-radius: 20px;
}

.mangroves_li {
    background-color: #061b27;
    color: #ffffff;
}

.country_li {
    background-color: #061b27;
}

#slide-out>ul>li.country_li.main_li>div.card.horizontal.collapsible-header.collapsible-header_country {
    background-color: #00aed9!important;
    text-align: center;
    color: #ffffff;
    box-shadow: none!important;
    border-bottom: none!important;
}

.light_mede_button {
    color: #00aced;
    margin-right: 35px;
    margin-top: -2px;
}

.card-title_country {
    margin-top: 0px;
    margin-bottom: -15px!important;
    line-height: 58px!important;
}

.sidenav {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.text_color_good {
    /* color: #ffc75f  !important; */
}

.text_color_bad {
    /* color: #8c5d07!important; */
}

.text_color_lakes {
    color: #1170e5 !important;
    font-size: 1.5em!important;
    margin-top: 10px;
    margin-bottom: -5px;
    /* color: #fff!important; */
    font-weight: bold;
    text-align: center!important;
    padding: 13px;
    padding-left: 10px;
    margin-right: 10px;
    width: 50px!important;
    padding-right: 10px;
    border-radius: 3px;
    margin-bottom: 50px;
    margin-top: -13px;
}

#slide-out>ul>li.country_li.main_li>div.collapsible-body>ul:nth-child(2)>li>div:nth-child(2)>div.col.s8.multiple_lines>p:nth-child(2) {
    position: absolute;
}

.list p {
    margin-top: 10px!important;
}

.show.on {
    color: #1170e5!important;
    opacity: 1!important;
}

i.left {
    float: left;
    margin-right: 8px!important;
}

nav .brand-logo {
    position: RELATIVE!important;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    z-index: 99!important;
    FLOAT: right!important;
}

body>nav>div>form>ul.left>li>p {
    font-size: 1.5rem;
    margin-top: -10px;
    color: #5c727e;
    margin-left: 106px;
}

body>nav>div>form>ul.left>li>a>img {
    width: 38px;
    /* height: 10px; */
    margin-top: 10px;
}

.jrc-logo {
    height: 10px;
}

body>nav>div>a>img {
    width: 72px;
    MARGIN-RIGHT: 13PX;
    MARGIN-TOP: 13PX;
}

.dropdown-trigger {}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 16px;
    color: #00aced!important;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.dropdown-content {
    background-color: #061b27!important;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-top: 66px!important;
}

nav ul a:hover {
    background-color: rgb(3, 22, 34)!important;
}

#dropdown_layers>li.separator {
    min-height: 0px!important;
}

#dropdown_layers>li.separator>hr {
    border-color: #041620;
}

.modal-footer>a {
    color: white;
}

.modal {
    background-color: #0155bd!important;
}

.modal .modal-footer {
    background-color: #0155bd!important;
}

.icon_info {
    color: #0155bd;
}

.modal_li>a {
    padding: 0px!important;
}

.text_color_bad {
    color: #ffb500;
    border-radius: 20px;
}

.text_color_good {
    color: #086fee;
}


/*
.text_color_bad_percentage{

  font-size: larger;
  color: #ffb500;
  border-radius: 20px;
  font-weight: 700;
}
.text_color_good_percentage{


    font-size: larger;
    color: #086fee;

    font-weight: 700;
  }

  .text_color_bad_km{

    font-size: larger;
    color: #ffb500;
    font-weight: 700;
  }

  .text_color_good_km{

    font-size: larger;
    color: #086fee;
    font-weight: 700;
  }
  */

.text_color_bad_desc>a>i {
    font-size: 60px!important;
}

.text_color_good_desc>a>i {
    font-size: 60px!important;
}

.multiple_lines.summary>div.col.s2>span>span>a>i>i {
    font-size: 60px!important;
}

.tooltipped>i>i {
    font-size: 60px!important;
}

.wetlands_summary.multiple_lines.summary>div:nth-child(3)>span>span>a>i {
    color: #061b27;
}

.wetlands_summary.multiple_lines.summary>div.col.s2>span>span>a>i {
    color: #061b27;
}

.material-icons {
    font-size: 20PX!important;
}

.line_color_bad_percentage {
    font-size: 11px;
    margin-top: 10px;
    padding-top: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color: rgb(255, 181, 0)!important;
    border: 1px solid rgb(255, 181, 0);
}

.line_color_good_percentage {
    font-size: 11px;
    margin-top: 10px;
    padding-top: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color: rgb(8, 111, 238)!important;
    border: 1px solid #086fee;
}

.lake_quality_events {
    background: #0155bd!important;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    width: 57px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: larger;
    color: white!important;
}

.lake_quality_lakes {
    background: #0155bd!important;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    width: 57px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: larger;
    color: white!important;
}

#country_profile>table {
    background-color: #061b27;
    margin-left: 0px!important;
    font-size: larger;
    color: #ffffff;
    border-bottom: 6px solid #041620;
}

#separator {
    border-bottom: 7px solid #041620;
    width: 100%;
    height: 20px;
    position: relative;
    display: block;
}

#hundred_percent {
    background-color: #ffffff17!important;
    border-bottom-right-radius: 6px!important;
    border-top-right-radius: 6px!important;
}

.legend_control_container {
    max-height: 400px;
    max-height: 400px;
    overflow: auto;
    background-color: #041620!important;
    width: 330px!important;
    font-size: 13px!important;
    height: 100%!important;
    padding: 20px!important;
    border: 1px solid #041620;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
}

.layer_selected {
    color: #ffb509!important;
}

.bassin_id {
    border-bottom: 1px solid #061b27!important;
    margin-bottom: 12px!important;
    font-size: 13px;
    color: #508bad;
    font-style: italic;
}

.outside {
    color: #26739c!important;
}

#dropdown_layers>li:nth-child(1) {
    background-color: #03121b;
    font-size: 15px;
    color: #dadada;
    text-align: center;
    font-weight: bolder;
}

.c-legend-content_stats>ul>li>span>i {
    font-size: 10px;
}

.c-legend-choropleth_stats .icon-choropleth_stats {
    display: block;
    height: 10px;
    margin-bottom: 5px;
    margin-left: 2px;
}

.c-legend-content_stats>ul {
    height: 43px;
}

.c-legend-choropleth_stats {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-legend-content_stats>ul>li>p>span {
    font-size: 10px;
    color: #ffffff;
}

.c-legend-choropleth_stats>li {
    padding: 0;
    margin: 10px 0 0;
    -ms-flex: 1;
    flex: 1;
    list-style: none!important;
}

.c-legend-choropleth .icon-choropleth {
    display: block;
    height: 15px;
    margin-top: 0px;
    margin-left: 2px;
    width: 15px;
    float: right;
    border-radius: 10px;
}

.transition-legend {
    padding: 15px;
    background-color: #061d2a;
    display: none;
    margin: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.09), 0 3px 3px rgba(0, 0, 0, 0.13)!important;
    border: 1px solid #082231;
}

.transition-legend>p {
    margin-left: 0px!important;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 11px!important;
    padding-bottom: 6px;
}

.reservoire-legend {
    padding: 15px;
    background-color: #061d2a;
    display: none;
    margin: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.09), 0 3px 3px rgba(0, 0, 0, 0.13)!important;
    border: 1px solid #082231;
}

.reservoire-legend>p {
    margin-left: 0px!important;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 11px!important;
    padding-bottom: 6px;
}

.mangroves-legend {
    padding: 15px;
    background-color: #061d2a;
    display: none;
    margin: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.09), 0 3px 3px rgba(0, 0, 0, 0.13)!important;
    border: 1px solid #082231;
}

.mangroves-legend>p {
    margin-left: 0px!important;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 11px!important;
    padding-bottom: 6px;
}

.wetlands-legend {
    padding: 15px;
    background-color: #061d2a;
    display: none;
    margin: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.09), 0 3px 3px rgba(0, 0, 0, 0.13)!important;
    border: 1px solid #082231;
}

.wetlands-legend>p {
    margin-left: 0px!important;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 11px!important;
    padding-bottom: 6px;
}

.hundred_percent {
    background-color: #062433;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.mapboxgl-canvas {
    outline: none;
}

#country_profile {
    display: none;
}

#slide-out>ul>li.country_li.main_li>div.collapsible-body>ul:nth-child(10)>li>div:nth-child(1) {
    margin-top: 15px;
}

.lake_tur_dev_per_bad {
    color: #ffb500;
    font-size: 20px;
}

.lake_tur_dev_per_tot {
    color: #0460d2;
    font-size: 20px;
}

.lake_tro_dev_per_bad {
    color: #ffb500;
    font-size: 20px;
}

.lake_tro_dev_per_tot {
    color: #0460d2;
    font-size: 20px;
}

.highcharts-button-box {
    fill: #05151e;
}

.highcharts-button-symbol {
    stroke: #013654;
}

.highcharts-button-normal>text {
    fill: #ffffff!important;
}