

.logo {
    color:#000;
}

.modal-full {
    min-width: 100%;
    margin: auto;

}

.modal-header {
    border-radius: 0;
}

.modal-content {
    border: 2px solid white;
    border-radius: 0;
}

.ct-tooltip {
    position: relative;
    padding: 3px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    opacity: 0;
    white-space: nowrap;
    font: 10pt sans-serif;
}
.modal-title {
    font-size:1.1rem;
    font-weight:400;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.modal {
    position: fixed;
    top: 5% !important;
    padding-right:0 !important;
    right: 2% !important;
    height: 90% !important;
    bottom: 0 !important;
    left: 2% !important;
    outline: 0 !important;
}



/* .selected location */

.selected-location {
    display: inline-block;
    margin: 15px 0 0;
    padding: 0;
    height: 40px;
    font-size: 22px;
    font-weight: 700;
    vertical-align: top;
}

.selected-location:before {
    display: inline-block;
    margin: -8px 15px 0 0;
    content: '';
    width: 40px;
    height: 40px;
    vertical-align: top;
    background: url('../images/sprite.png') -10px -125px no-repeat;
    background-size: 55px auto;
    -webkit-background-size: 55px auto;
}

/* .selected location */


.map-wrapper {
    padding:0 15px !important;
    margin-bottom:15px;
    overflow: hidden;
}

.bg-orange {
    background-color: #F07F0A!important;
    font-weight:bold;
}

.pleasenote {

    line-height: 16px;
    font-size: 0.8em;
}

.btn-map-sidebar {
    position: absolute;
    top: 6px;
    right: 20px;
    display: block;
    width: 35px;
    height: 35px;
    z-index:1000;
    background-color: #444;
    border-radius: 100px;
    background-image: url('../images/icon-tools.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    -webkit-background-size: 21px 21px;
}

.btn-map-sidebar.active {
    right: 480px;
    background-image: url('../images/icon-close-tools.png');
    background-position: 9px center;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
}

.map-sidebar {
    position: absolute;
    top: 2px;
    right: 17px;
    z-index:1000;
    border-left: 2px solid #EEE;
    width: 450px;

    height: calc((80vh) - 4px);
    overflow:auto;
    background-color: #fff;
    /*border-radius: 0 19px 17px 0;*/
    border-radius: 0;
    /* visibility: hidden; */
}


.btn-tool-visibility,
.filter-information {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.btn-tool-visibility {
    padding-top: 20px;
    width: 40px;
    height: 140px;
    background-image: url('../images/icon-visible.png');
    background-position: center 23px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
}

.not-visible { background-image: url('../images/icon-hidden.png'); }





/* animations */

.map-sidebar,
.nav-color-reference li a .color-name {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 200ms, opacity 200ms;
}

.map-sidebar.active,
.nav-color-reference li > a:hover .color-name,
.nav-color-reference li > a:active .color-name {
    visibility: visible;
    opacity: 1;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 200ms;
}


/* width */
.map-sidebar::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.map-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.map-sidebar::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.map-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#chartdiv_tl {
    width		: 100%;
    height		: 300px;
    font-size	: 11px;
}

#chartdiv_tr {
    width		: 100%;
    height		: 300px;
    font-size	: 11px;
}
#chartdiv_bl {
    width		: 100%;
    height		: 300px;
    font-size	: 11px;
}

#chartdiv_br {
    width		: 100%;
    height		: 300px;
    font-size	: 11px;
}


.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 1;
}

.page-explore {
    height: 100vh;
    min-height: 1000px;
    background-image: url('../images/impact-explore-location.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-explore:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#map {
    width: 800px;
    height: 500px;
}


.explore-location {
    position: relative;
    display: block;
    padding-top: 100px;
    margin: 0 auto;
    width: 94%;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-align: left;
    z-index: 2;
}

#map-container {
    margin: 0;
    height: 80vh;
    overflow:hidden;
    /*border-radius: 20px;*/
    border-radius: 0;
    border: 2px solid white;
    /*background-color: #f5f5f5 !important;*/
}




.leafletTooltip {
    padding:0;
    background: white;
    border: 2px solid black
}

.leafletTooltip .tooltip-header {
    padding:10px;
    min-width:100%;
    margin: 0;
    background: black;
    color: white;
}


.leafletTooltip .tooltip-content {
    padding:10px;
}

.leafletTooltip .tooltip-content h5 {
    font-size:11px;
    margin-bottom:2px;
}
.leafletTooltip .tooltip-content hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #000; /* old IE */

    margin: 0.7em -10px;
    background-color: #000; /* Modern Browsers */
}

.leafletTooltip .tooltip-whitespace {
    display:block;
    margin-bottom:8px;
}

.leaflet-tooltip-left.leafletTooltip::before {
    border-left-color: black;
}
.leaflet-tooltip-right.leafletTooltip::before {
    border-right-color: black;
}

.leaflet-container {

    font-family: "Roboto", Helvetica, Arial, sans-serif;
    background: none;
    outline: 0;
}

/* BOOTSTRAP TOGGLE */
.switch {
    font-size: 1rem;
    position: relative;
}
.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}
.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}
.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}
.switch input:checked + label::before {
    background-color: #F07F0A;
}
.switch input:checked + label::after {
    margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
    outline: none;
    /*box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);*/
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.875rem;
}
.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
    font-size: 1.25rem;
}
.switch.switch-lg input + label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
    width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * .8);
}
/*.switch + .switch {*/
    /*margin-left: 1rem;*/
/*}*/

/* TIME SLIDER */

.noUi-pips {
    position: absolute;
    color: #FFF;
}

.noUi-marker{
    display:none;
}
.noUi-marker {
    position: absolute;
    background: #CCC;
}

#timeslider{
    margin:40px 80px 20px 80px;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    margin-top: -10px;
    margin-left: 7px;
}

.noUi-horizontal .noUi-handle {
    position: absolute;
    top: -8px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 20px;
    outline:none;
    box-shadow:none;
}

.noUi-handle:before, .noUi-handle:after {
    content: none;
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-target {
    background: #F07F0A;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.noUi-horizontal {
    height: 2px;
}


/*collapsed" panels */

.accordion .card-header:not(.bg-orange) {
    cursor: pointer;
}

.accordion .card-header:not(.bg-orange):after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f106";
}

.card {
    border-bottom: 0;
    border-top: 0;
    border-right:0;
    border-left:0;
    border-radius: 0;
}

.card-header:first-child {
    border-radius: 0;
}

label {
    margin: 2px;
}


#range {
    width: 99%;
    margin-top: -40px;
    position:absolute;
    z-index:1000;
}


input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}


input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 5px 2px rgba(200, 200, 200, 1);
    border: 1px solid  rgba(100, 100, 100, 1);
    height: 700px;
    width: 8px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}



input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: .2rem;
}


.progress {
    background: #343A40;
}





.leaflet-control-search .search-input {
    display: block;
    float: left;
    background: #fff;
    border: 0;
    width: 300px;
    border-radius: 2px;
    height: 22px;
    outline: none;
    padding: 0 20px 0 2px;
    margin: 4px 0 4px 4px;
}

.leaflet-control-search .search-tooltip {
    position: absolute;
    top: 100%;
    left: 26px;
    float: left;
    list-style: none;
    padding-left: 0;
    width: 288px;
    min-width: 120px;
    max-height: 300px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1010;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: pointer;
}

.leaflet-control-search .search-tip {
    margin: 0 !important;
    padding: 2px 4px;
    display: block;
    color: black;
    border-radius: 0 !important;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: center;
}

.leaflet-marker-icon {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.3);
    border-radius: 8px;
    border:1px solid #fff;
}
.search-tip b {
    color: #fff;
}
.county.search-tip b,
.county.leaflet-marker-icon {
    background: #0a5000
}
.city.search-tip b,
.city.leaflet-marker-icon {
    background: #0024ff
}

.search-tip {
    white-space: nowrap;
}
.search-tip b {
    display: inline-block;
    clear: left;
    float: right;
    padding: 0 4px;
    margin-left: 4px;
}

.fa, .fas {
    outline: none;
}


.leaflet-control-search.search-exp {
    background: #93908E;
    border: 0px solid rgba(0,0,0,0.2);
    border-radius: 40px;
    margin-top: -56px;
    background-clip: padding-box;
    margin-left: 53px;
}

.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.leaflet-control-search .search-input {
    display: block;
    float: left;
    background: #93908E;
    border: 0;
    color:white;
    width: 300px;
    border-radius: 30px;
    height: 40px;
    outline: none;
    padding: 0 20px 0 21px;
    margin: 4px 0 4px 4px;
}

.leaflet-control-search .search-button {
    display: block;
    float: left;
    width: 30px;
    background-color: #93908E;
    margin-top: 9px;
    margin-right: 10px;
    height: 29px;
    background: url(/images/search-icon.png) no-repeat 5px 2px;
    border-radius: 17px;
}
.leaflet-control-search .search-button:hover {
    background-color: #000;
}

.leaflet-control-search .search-cancel {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 40px;
    margin: 13px 0;
    background: url(../images/search-icon.png) no-repeat 0 -48px;
    text-decoration: none;
}


.actanom_select {
    width: 100px;
    position: absolute;
    top: 5px;
    outline:none;
    right: 2px;

}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    outline:none;
    background-color: #F07F0A;
}

#sidebar_controls h4 {
    font-size: 16px;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
    opacity: 0.3;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #F07F0A;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #F07F0A;
}

.header-links a {
    position: relative;
    display: block;
    padding: 5px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.header-links a:link, .nav--main a:visited {
    color: #fff;
    text-decoration: none;
}

.header-links a:hover, .header-links a:active, .header-links a.active {
    background-color: #F07F0A;
}


.header-links li {
    position: relative;
    margin-left: 25px;
    height: 30px;
}
.header-links li {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: top;
}

.header-links .nav-link {
    padding-right:1rem !important;
    padding-left: 1rem !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    /*border-color: #dee2e6 #dee2e6 #fff;*/
    border: 0;
    border-bottom: 4px solid #F07F0A;
}
.nav-tabs .nav-link {
    color:#F07F0A;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.nav--social {
    position: absolute;
    right: 3%;
    bottom: 30px;
    display: block;
    height: 35px;
    text-align: right;
}

.nav--social li {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    list-style: none;
}

.nav--social li:nth-of-type(1) { margin-left: 0; }

.nav--social li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    border-radius: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nav--social li a:hover,
.nav--social li a:active { opacity: 0.6; }

.nav--social .--cal-adapt {
    margin-left: 30px;
    width: 125px;
    height: 37px;
}

.nav--social .--cal-adapt a {
    border-radius: 0;
    background-image: url('../images/logo-cal-adapt.png');
    background-color: #fff;
    background-position: center center;
    background-size: 125px 37px;
    -webkit-background-size: 125px 37px;
}

/* footer nav social */