/* ////////////////////////// */
/* //////DESKTOP STYLE////// */
/* ///////////////////////// */
.navbar1 {
  background-color: #006d2c;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  font-size: 0;
  z-index: 5;
}
.header{
    background:#006d2c;
    width:100%;
    color: white;
    text-align: left;
    font-size: 35px;
    padding: 0px 20px 0px 20px;
  }
button p{
    float: right;
    margin: 0;
    padding-left: 10px;
}
.Off{
    font-weight: 800;
    color: #006d2c
}
.On{
    font-weight: 800;
    color: red
}
#compareMaps{
    font-size: 1.25em;
    font-weight: 600;
    color: #006d2c
}
.parkLabel{
    font-size: 1.5em;
    font-weight: 600;
    font-family: "Arimo" !important;
}
.swipeMe{
    position: absolute;
    top: 50%;
    width: 100%;
}
.navButton{
    height:70px;
  }
.bs-tooltip-bottom .arrow::before{
    border-bottom-color: #006d2c !important;
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #006d2c !important;
    border-radius: .25rem;
    font-family: 'Arimo' !important;
    animation: glow 1s infinite alternate !important;
    z-index: 5 !important;
}
@keyframes glow {
    from {
      box-shadow: 0 0 10px -10px #e7efea;
    }
    to {
      box-shadow: 0 0 10px 10px #e7efea;
    }
  }
.leaflet-popup-content{
    font-family: 'Arimo';
    font-size: 1.1em !important;
    font-weight: 600 !important;
}
.leaflet-tooltip {
    position: absolute;
    padding: 2px !important;
    background-color: rgba(0,0,0,0) !important;
    border: 2px rgba(0,0,0,0) !important;
    border-radius: 0px !important;
    color: #006d2c !important;
    text-shadow: -0.5px 0 white, 0 0.5px white, 0.5px 0 white, 0 -1px white !important;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 0x 0px rgba(0,0,0,0) !important;
    font-family: 'Arimo' !important;
}

.leaflet-sbs-divider{
    background-color: #753a10 !important;
}
.leaflet-sbs-range::-webkit-slider-thumb{
    height: 75px !important;
    width: 25px !important;
    border-radius: 30% !important;
    background-color: #753a10 !important;
    border: solid #753a10 3px !important;
    caret-color:#D2B48C !important;
}
#baseMap{
    font-size: 1.3em;
    margin-left: 5px;
    font-weight: 600;
    color: #006d2c;
    cursor: default !important
}

@media(max-width:50em){ /* Breakpoint only for mobile */
    .parkLabel{
        font-size: 2em;
    }
    .screenNote{
        font-size: 1.2em !important;
    }
    .modal-title{
        font-size: 1.8em !important; 
    }
    .navbar1 {
        color: #006d2c;
        overflow: hidden;
        height: 60px;
        width: 100%;
        bottom: 0;
        position: fixed;
        z-index: 5;
      }
    button p{
        visibility: hidden;
        display:none;
        /* padding-left: 30px; */
    }
    .navbar1 button {
        background-color: #006d2c;
        display: block;
        color: #f2f2f2;
        border: solid #f2f2f2 1px;
        width: 20%;
        text-align: center;
        float: left;
        margin-top: -5px;
      }
    .navbar1 button.active {
        background-color: #00441b;
        color: white;
      }
      .active, button:hover {
        background-color: #e7efea ;
        color: #006d2c;
        border: solid #006d2c 2px;
        box-shadow: 0 8px 6px -6px #006d2c;
      }
      .propM.active{
        border: solid #e7efea  2px;
        padding: 2px;
        background-color: #006d2c ;
      }
      .navbar1 span{
        display: none;
      }
        /* UW logo */
      .navbar1 a{
        display:none;
      }
      .proposal:hover {
        background-color: #e7efea ;
        color: #006d2c;
        border: none
      }
      .proposalM:hover {
        background-color: #e7efea ;
        color: #006d2c;
        border: none
      }
      button {
        touch-action: manipulation !important;
    }
    #navbar3 {
        color: #006d2c;
        overflow: hidden;
        height: 60px;
        width: 100%;
        bottom: 55px;
        position: absolute;
        z-index: 5;
    }
    #map{
        top: 0 !important;
        bottom: 0 !important;
        height: auto !important;
        width: 100%;
        position: absolute
    }

  }

/* Style the links inside the navigation bar */
.navbar1 button {
  background-color: #006d2c;
  border-style: none;
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 20px 15px 20px 15px;
  text-decoration: none;
  font-size: 20px;
  
}
.modal-title{
    font-size: 2.5em;
    color: #006d2c;
    font-weight: 500;
    font-family: 'Arimo';  
}
.screenNote{
    text-align: center;
    font-size: 1.5em;
    color: #006d2c;
    font-weight: 500;
    font-family: 'Arimo';  
}
.modal{
    z-index: 99999 !important;
}
.iframe-container{
    position: relative;
    width:100%;
    padding-bottom: 56.25%;
    height: 0;
  }
.iframe-container iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.navbar1 a{
  float: right;
  padding: 5px 20px 0px 0px;
}
/* Change the color of links on hover */
.navbar1 button:hover {
  background-color: #00441b;
}
/* Add a color to the active/current link */
.navbar1 button.active {
  background-color: #00441b;
  color: white;
}
html, body, #map {
    padding-bottom: 35px;
    height: 100%;
    width: 100%;
    z-index: 0;
}
  
#overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
}

#overlay-div {
position: auto;
width: 50%;
height: 75%;
background: #E9ECEF;
transform: translate(50%,20%);
-ms-transform: translate(50%,50%);
overflow-y: auto;
opacity: 1;
font-family: "Arimo";
z-index: 999999;
}

#overlay-div h2 {
    text-align: center;
}
  
#navbar2 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
    font-size: 0px;
    background-color: #006d2c;
    padding-left: 3px;
}

#navbar2 button {
    margin-top: 2px;
    margin-bottom: 2px;
    text-decoration: none;
    border-style: none;
    margin-left: 0px;
    font-size: 18px;
}
#navbar2 button:hover {
/* background-color: white; */
    background-color: #00441b;
/* color: black; */
    color: white;
}
.content {
    position: relative;
  }
.baseMap{
    margin-left: 10%;
    margin-top: 2%;
}
.roads{
    margin-left: 10%;
    margin-bottom: 8%;
}
.compare{
    margin-left: 10%;
    margin-bottom: 8%;
}
.compareTxt{
    font-size: 1.25em;
    margin-left: 5px;
    font-weight: 800;
    color: #006d2c;
    font-family: 'Arimo';
}

.range-slider{
    margin-top: 15px;
    -webkit-appearance: none;
    width: 60%;
    height: 15px;
    background-color: #e7efea;
    border: solid #006d2c 1px;
    border-radius: 25px;
    outline: none;
}
.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #006d2c;
    border: solid #e7efea 1px;
    cursor: pointer;
}
.opacityTitle{
    margin-top: -10px;
    margin-bottom: -10px;
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
    color: #006d2c;
    font-family: 'Arimo';
    cursor: default !important
}
.opacityTxt{
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #006d2c;
    font-family: 'Arimo';
    cursor: default !important
}
.proposal-container{
    width: 80vw;
    top: -15mm;
    left: 15%;
    
}
.pdfButton{
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    border: none;
    color: #006d2c;
    background-color: #e7efea;
}
.fa-play-circle{
    margin-left: auto !important;
    margin-right: 10px !important;
}
.proposal,.print{
    width: auto;
    float: left;
    text-align: center;
    border-style: none;
    border: solid #006d2c 2px;
    color: #e7efea;
    background-color: #006d2c;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: 800;   
}

.leftView{
    width: 200px;
    height: 35px;
    margin-top: 10px;
    margin-left: 0px;
    text-align: center;
    border-style: none;
    float: left;
    color: #00441b;
    background-color: #e7efea;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: 800;
}
.rightView{
    width: 200px;
    height: 35px;
    margin-top: 10px;
    margin-right: auto;
    float: right;
    text-align: center;
    border-style: none;
    color: #00441b;
    background-color: #e7efea;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: 800;
}
.fa-check-circle{
    margin-left: 10px;
}
.active, .proposal:hover, .print:hover {
    background-color: #00441b ;
    color: #e7efea;
    border: solid #00441b 2px;
  }
.row{
    background-color: #e7efea;
}
.legendFrame{
    padding: 10px 10px 10px 10px;
    width: 325px;
    background-color: #e7efea;
    opacity: 0.9;
    padding: 5px;
    font-family: 'Arimo';
}

.tutorialDiv{
    text-align: center;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}
.tutorial{
    font-size: 1.3em;
    font-weight: 600 !important;
    align-items: center !important;
    color:#006d2c !important;
    text-decoration: none !important;
    
}
.tutorial:hover{
    color:#e7efea !important;
    background-color: #006d2c !important;
    text-decoration: none !important;
    outline: 0 !important;
}
.arrow::before{
    border-top-color: #006d2c !important;
}
.leaflet-control-layers,.leaflet-control-layers-toggle{
    background-color: #e7efea !important;
    /* top: 85px; */
    color: #006d2c;
    border: 0px !important;
}
.leaflet-control-layers-expanded{
    color: #006d2c  !important;
    font-weight: 700;
}

.legendtxtTNR{
    position: absolute;
    display: inline-block;
    margin-left: 55px;
    margin-top: 10px;
    font-size: 1.2em;
    color: #006d2c;
    font-weight: 600
}
.legendtxtNP{
    position: absolute;
    display: inline-block;
    margin-left: 55px;
    font-size: 1.2em;
    color: #006d2c;
    font-weight: 600
}
.zoneDesc{
    display: none;
    top: 48%;
    padding: 7px;
    width: 400px;
    position: absolute;
    margin-left:325px;
    background-color: #e7efea;
    border: 1px solid #006d2c;
    font-size: 1.2em;
    color: #006d2c;
    font-weight: 600;
    opacity: 0.9
}
.block{
    height:2vh;
    width: 2vw;
    margin-left: 5px;
    border: 1px solid black;
    margin-top: auto;
    margin-bottom: auto;
}
.legendtxt{
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.2em;
    color: #006d2c;
    font-weight: 600
}
.item{
    margin-left: 5px;
    margin-right: auto;
    width: 95%;
    height: 3.5vh;
    display: inline-flex; 
}
.legend{
    height: 2vh;
    width: 2vw;
    margin-top: 10px;
    margin-left: 10px;
    border: 1px solid black;
    cursor: default !important
}
.zoneHeader{
    font-size: 1.8em;
    color: #006d2c;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -5px
}

.TNRboundary{
    height: 5px;
    width: 2vw;
    margin-top: 20px;
    margin-left: 10px;
    background-color: black
}

.NationalPark{
    height: 5px;
    width: 2vw;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #6e926e
}

.lineItem{
    position: relative;
    display: flex;
    margin-bottom: -15px;
}
.lineLegend{
    font-size: 1em;
    margin-top: 5px;
    margin-left: 10px;
    color: #006d2c;
    font-weight: 800;
}
.legendHeader{
    margin-bottom: 2px;
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    cursor: default !important
}


/* ////////////////////////// */
/* //////LEGEND COLORS/////// */
/* ///////////////////////// */

#bufferZone{
    background-color: #6fd0d3;
}
#communityReserve{
    background-color: #296bc2;
}
#nativeCommunities{
    background-color: #c45791;
}
#Restoration{
    background-color: #f1b6da;
}
#strictProtection{
    background-color: #1b7739;
}
#wildlands{
    background-color: #65b366;
}
#Tourism{
    background-color: #c2e699
}
#forestUse{
    background-color: #ffae42;
}
#directUse{
    background-color: #e13d37
}
#TNR{
    background-color: none;
    border: 2px solid black;
}
#NationalPark{
    background-color: none;
    border: 2px solid #6e926e;
}
#nationalPark{
background-color: none;
border: 2px solid #31a354;
}
p{
    cursor: default !important
}
/* ////////////////////////// */
/* //////MOBILE STYLE/////// */
/* ///////////////////////// */


.mSlider{
    transform: rotate(-90deg);
    background-color: #e7efea;
    border-radius: 30px;
    z-index: 1;
    bottom: 250px;
    right: -110px;
    width: 250px;
    padding: 5px;
}
.opacityTxtM{
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
    top: 50%;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #006d2c;
}
.range-sliderM{
    -webkit-appearance: none;
    width: 75%;
    height: 15px;
    background-color: #e7efea;
    border: solid #006d2c 1px;
    border-radius: 25px;
    outline: none;
}
.range-sliderM::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #006d2c;
    border: solid #e7efea 1px;
    cursor: pointer;
}
.mNationalPark{
    height: 5px;
    width: 25px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #6e926e
}
.mTNRboundary{
    height: 5px;
    width: 25px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: black
}
#accordion{
    overflow-y: scroll;
    max-width: 350px;
    overflow:auto;
}
.mLegendTxt{
    transform: translate(5%, -125%);
    font-size: 1em;
    margin-left: 10px;
    color: #006d2c;
    font-weight: 800;

}
.card-body {
    padding: 0.7rem !important;
    overflow:auto;
    overflow-y: scroll;
    font-family: 'Arimo';
    font-size: 1.15em;
    max-width: 285px !important;
    
}
.card-header{
    background-color: #e7efea!important;
    height: 25px;
    border: 0px !important;
}
.mLegendItem{
    height: 15px;
    width: 25px;
    margin-left: 1px;
    border: 1px solid black;
    transform: translate(-50%,-50%);
}
#collapseLegend{
    position: absolute;
    background-color: #e7efea;
    height: 100px;
    width: auto;
    bottom: 0px;
}
.mProposal-Container{
    min-width: 300px;
    text-align: center;
    font-size: 1.2em;
    left: -10px;
    top: 50px;
    margin-bottom: 50px;
    padding: 0px;
    font-weight: 700;
    touch-action: none !important;
}
.proposalM{
    width: 20%;
    height: 55px;
    float: left;
    text-align: center;
    border: none;
    color: #006d2c;
    background-color: #e7efea;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: 800;
    touch-action: none;
}
button.Mtutorial{
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    border: none;
    color: #006d2c;
    background-color: #e7efea;
}
.proposalM-Legend{
    width: 20%;
    height: 55px;
    float: left;
    text-align: center;
    border: none;
    color: #006d2c;
    background-color: #e7efea;;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: 800;
}
.mLeftView, .mRightView{
    padding: 10px;
    background-color: #e7efea;
    color: #006d2c;
}
.mLeftView{
    border-right: 3px solid #006d2c;
}
.mLegend{
    height: 350px;
    width: 100%;
    max-width: 350px;
    right: 10px;
    bottom: 105px;
    background-color: #e7efea;
    overflow:auto;
    overflow-y: scroll
}
.mZoneHeader{
    font-size: 1.25em;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #006d2c;
    font-weight: 800;
}