/* Stylesheet by Vlad Sliusar 2019 */

body, html {height:100%;}
div.wrap {height:100%; overflow:hidden;}
body { margin:0; padding:0; overflow: hidden;}

input.btn {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

/*remove Chrome's blue highlight*/
:focus {
    outline: none !important;
}

.navbar{
    color:white;
    background: rgba(5,5,5,0.7);
    opacity: 1;
    box-shadow: 0 1px 5px rgba(255,255,255,0.2);
}

@media screen and (min-width: 75em) {
    .navbar{
        padding: 6px;
        height: 56px;
    }
    #navbarNavDropdown {
        height: 56px;
    }
}

.navbar-brand {
    padding-left: 0.6%;
}
@media screen and (max-width: 25em) {
    .navbar-brand{
        padding-left: 0%;
        margin-left:-8px;
        padding-top:5px;
    }
}

#navbar_title{
  color:#F3BA42; /*#fce491*/
  margin-right: 15px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 1rem;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.5),1px 1px 3px rgba(0,0,0,0.5);
}


/*slide out about section*/
#span-navbar-about{
    color:white;
}

.toggle_about{
    color:#F3BA42;
    cursor:pointer;
    font-style: normal;
    margin-left: 5px;
    padding-right:7px;
    z-index: 100000;
    font-family: Poppins;
    font-weight: 800;
    font-size:  0.7rem;
}
@media only screen and (max-width: 25em) {
    .toggle-about {
        padding-right:0px;
    }
}

.toggle_about:hover{
    color:white;
}

.sidebar_about{
    display:none;
    position:absolute;
    width: 300px;
    right: 0;
    box-shadow: 0 1px 5px rgba(255,255,255,0.4);
    overflow: hidden;
    height:100vh;
    max-height: 100vh;
    background-color: rgba(5,5,5,0.7);
    opacity:1;
    transition: all 0.6s ease-in-out;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 3;
    overflow-y:auto;
    margin-top: 56px;
}

/*collapse side panel styles*/
#collapseOne{
    position:absolute;
    width: 250px;
    right:0;
    z-index: 3;
    transition: all 0.4s ease-in-out;
}
/* end collapse side panel styles*/

.fa-times{
    color:white;
    left:15px;
    top:15px;
    opacity: 0.7;
    cursor:pointer;
    position:absolute;
    transition: all 0.3s ease-in-out;
}

.fa-times:hover{
    opacity:1;
}

.boxed_item{
    font-family: 'lato';
    font-weight: 400;
    margin-top: 40px;
    padding: 8px 10px;
    display:inline-block;
    border: solid 1px rgba(255,255,255,0.2);
    background-color: rgba(0,0,0,0.3);
    box-sizing: border-box;
    color: #f7ca45;
    text-align: center;
    font-size:23px;
}

.about-title{
    color: white;
    font-family:Poppins;
    font-weight: 400;
    font-size:1.1rem;
    text-align:center;
    padding:10px 0;
}

.about-text{
    color:white;
    font-family:'lato';
    font-weight: 500;
    font-size:15px;
    text-align:left;
    padding:5px 25px;
}

.hide_about{
    margin-right: -300px;
}

#createdby{
  font-family: Poppins;
  font-weight: 500;
  font-size: 1rem;
}

.opacity_one{
    opacity:1;
    transition: all 0.3s ease-in-out;
}
/*end slide out about section*/

#nav-link-reset{
    color:white;
}

#nav-link-reset:hover{
    color:#f7ca45;
}

@media only screen and (max-width: 75em) {
    #toggle-border:before{
        content: none;
        color:none;
    }
}



#map {
    top:0;
    bottom:0;
    width:100%;
    height: 100%;
    z-index: 2;
}
.leaflet-grid-label .lng {
	margin-left: 8px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.leaflet-top.leaflet-left {
  /*background-color:rgba(0,0,0,0.8);*/
  top:65px;
}

.legend {
    line-height: 20px;
    color: white;
    font-family: Poppins;
    font-size: 15px;
    padding: 60px;
    bottom:20px;
    font-weight: 400;
    background-color: rgba(5,5,5,0.7);
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(255,255,255,0.3);
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 1;

}


/*popup*/
/*.popupCustom .leaflet-popup-tip,
.popupCustom .leaflet-popup-content-wrapper {
    background: rgba(0,0,0,1);
    color: #234c5e;
    box-shadow: 0 3px 14px rgba(255,255,255,0.6);

}*/

.leaflet-popup-close-button {
  display:none;
}
.leaflet-popup{
    background: rgba(255,255,255,0)
}
.leaflet-popup-content{
  font-family: Poppins;
  font-size:17px;
  font-weight:900;
  text-align: center

}


.leaflet-popup{
  box-shadow: 0 3px 14px rgba(0,0,0,0.6);
  opacity:1;
}
/*end popup*/

.leaflet-bottom.leaflet-left .leaflet-control {
  padding: 30px;
}
.leaflet-bottom.leaflet-right .leaflet-control {
  padding: 30px;
}

.leaflet-control-attribution.leaflet-control{
  height: 2px;
  background: rgba(0,0,0,0);
}
.leaflet-control-attribution{
  color:gray;
}


#bucky{
  border-radius: 20px;
}


/* allign text in collapsed layer control */
.leaflet-control-layers-expanded {
padding: 20px 20px 20px 20px;
font-size: 15px;
font-family: Poppins;
font-weight: 500;
color: #fff;
background: rgba(5,5,5,0.7);
text-align: left;
border-radius: 10px;
box-shadow: 0 1px 5px rgba(255,255,255,0.3);
}

.leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control{
  box-shadow: 0 1px 5px rgba(255,255,255,0.3);
}

span{
  padding-left: 8px;
}

#control_title{
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.leaflet-control-layers-group-name{
  font-size: 17px;
  font-family: Poppins;
  color: #F3BA42;
}

#control_k{
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  color: #F3BA42;
}

#leaflet-control-layers-group-0 .leaflet-control-layers-group-name{
  margin-left: -10px;
  font-weight: 400;
}
#leaflet-control-layers-group-1 .leaflet-control-layers-group-name{
  margin-left: -10px;
  font-weight: 400;
}

#k_input{
  width: 40px;
  height:30px;
  margin-right:20px;
  border-radius: 5px;
  padding-bottom: 5px

}

.tooltip-inner{
  padding:5px;
  font-family: Poppins;
  background: white;
  color: black;
  font-size: 14px;
  opacity:1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left:5px;
  margin-top: 5px;
  max-width: 235px;
}

.btn{
  color:white;
  background-color: #3F8CCC; /*#fbde6c*/
  font-family: Poppins;
  font-size: 15px;
}
.btn:hover{
  background-color: #377AB2;
}

#idwLegend_title{
  font-size: 17px;
  font-family: Poppins;
  font-weight: 400;
}

#RegressionLegend_title{
  font-size: 17px;
  font-family: Poppins;
  font-weight: 400;
}

#idResiduals{
margin-left: 40px;
}

/*#GIS_layers_chk{
  margin-right: 7px;
  margin-left: -11px;
}*/




.leaflet-control-zoomhome .leaflet-bar .leaflet-control{

}

/*grouped layers css*/
.leaflet-control-layers-group-name{
  font-weight:700;
  margin-bottom:.2em;
  margin-left:3px
}

.leaflet-control-layers-group{
  margin-bottom:.5em
}

.leaflet-control-layers-scrollbar{
  overflow-y:scroll;
  padding-right:10px

}

.leaflet-control-zoomhome{
  top:65px;
  background: rgba(255,255,255,0)
}
/*end grouped layers css*/

/*
#slider label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
}*/

/*opacity control*/
