html, body, #container, #container-div, #container-text {
    height: 100%;
    /* overflow: hidden; */
    /* overflow-y: scroll; */
    width: 100%;
    /* font-family: Calibri; */
}
#container-text {
    /* Regular box text */
    margin-left: 20px;
    width: 90%;
    /* font-family: Calibri; */
}
body {
    /* height of .navbar, customize with @navbar-height variable */
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px !important;
}
.navbar {
    min-height: 50px;
    @navbar-height: 50px
}

/* Navbar brand: Logo with Text*/
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand>img {
  padding: 7px 14px;
}

/* Style the search box inside the navigation bar */
.navbar input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 14px;
}
.navbar .search-container {
  float: right;
}
.navbar .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 6px;
  background: #222;
  font-size: 14px;
  border: none;
  cursor: pointer;
  color: white;
}

.fa-search {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar .search-container button:hover {
  background: #ccc;
}


/* .navbar .navbar-collapse-bottom { */
/*     text-align: center; */
/*     color: gray; */
/*     padding: 10px 0px; */
/* } */

/* #sidebar { */
/*   float: left; */
/*   height: 0%; */
/*   max-width: 0%; */
/*   width: 0px; */
/* } */
#map {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: 100%;
    width: auto;
}
/* .sidebar-wrapper { */
/*   height: 100%; */
/*   position: relative; */
/*   width: 100%; */
/* } */

/* @media (max-width: 767px) { */
/* #sidebar { */
/*   display: none; */
/* } */
/* } */

.mypopup-without-tip .leaflet-popup-content {
    color:black;
    /* font-family: Calibri; */
}
.mypopup-without-tip .leaflet-popup-tip {
    width:0px;
    height:0px;
    border:0px;
}

#dygraph-popup {
    width:70%;
    height: 70%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    padding-top:50px;
    bottom:0px;
    left:0px;
    padding:5px;
    border:1px solid grey;
    display:none;
}
#dygraph-popup-info {
    //font-weight:bold;
    color:white;
}

.mypopup-with-tip .leaflet-popup-content {
    color:black;
    /* font-family: Calibri; */
}

/*Legend specific*/
.legend {
    padding: 6px 8px;
    /* font: 14px Arial, Helvetica, sans-serif; */
    background: rgba(0, 0, 0, 0.0);
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
    /*border-radius: 5px;*/
    line-height: 16px;
    color: #555;
}
.legend span {
    position: relative;
    bottom: 3px;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.legend .colorcircle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: 0px;
}
.legend .circlepadding {
    border-radius: 50%;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.8);
}

.leaflet-control {
    background: rgba(34, 34, 34, 0.8);
    color: white;   /* is messing up the Esri legend label a bit */
}

.textbox {
    background: rgba(34,34,23,0.0);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
}

.textbox-gray {
    background: rgba(34,34,23,0.8);
    padding: 6px 8px;
    margin-left: 10px;
    mrgin-top: 10px;
    border-color: -internal-light-dark(rgba(118, 118, 118,0.8), rgba(133, 133, 133,0.8));
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: right;
}

.controls {
    text-align: center;
    padding-bottom:50px;
}


.myfooter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px !important;
  padding-top:15px;
  background-color: rgba(34, 34, 34, 1.0);
  color: grey;
  text-align: center;
}



#toggle-check-and-x{
    width: 200px;
    height: 100px;
    transition-duration: .3s;
}
#toggle-check-and-x.x-mark-active{
    background-color: red;
}
#toggle-check-and-x.check-mark-active{
    background-color: green;
}
