
    body { margin:0; padding:0;}

    #map { position:absolute; top:0; bottom:0; width:100%; }



  .info {

    padding: 6px 8px;

    font: 14px/16px Arial, Helvetica, sans-serif;

    background: #FFF;

    /*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;
  font-weight: 700;
    color: #777;

  }



.help{
  background-image: url('../images/help.svg') !important;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}



.fa-question-circle-button{
  margin-left: 3px;
  margin-right: 3px;
}

.fa_control_button {
  font-size: 25px;
}

.fas {
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}



/*.help {
  margin
}
.help:before {

font-family: 'FontAwesome';
  font-size: 25px;

  content: "\f059";
}*/


/*.help {
   content: '\f105';
   font-family: 'FontAwesome';
   font-size: 14px;
}*/
.chevron {
/*  width: 10px;
  height: 10px;*/
/*  background-color: #CD5C5C;*/
  margin: 0 auto;
  position: relative;
}

.chevron::before  {
  margin-left: 0px;
  content: "\f019";
  font-family: FontAwesome;
  font-size: 13px;
  color:#264d73;
  position: none;
}




/*nested subgroup caret font*/


.menu+label>.fa-angle-down {
display: none;
}

.menu+label>.fa-angle-right {
    float:left;
    padding-right: 10px;
    font-size: 16px;
  display: inline-block;
}

.menu:checked+label>.fa-angle-down {
    float:left;
    padding-right: 10px;
    font-size: 16px;
  display: inline-block;
}

.menu:checked+label>.fa-angle-right {
display: none;
}




/*nested subgroup caret font*/

.fa-info-circle {
    float:right;
    color:#264d73;
    font-size: 12px;
    padding-right: 10px;
/*-webkit-text-stroke: 0.001px #264d73;*/
  display: inline-block;
    line-height: 1.05;
    cursor: pointer;
}



.fa-sun-o {
  cursor: default;
}

.fa-sun-o-modal{
      color:#264d73;
    font-size: 11px;
  display: inline-block;
    line-height: 1.05;
    cursor: text;
}





/*.info_button {

  margin: 0 auto;
  position: relative;
}

.info_button::after  {
  margin-left: 10px;
  content: "\f05a";
  font-family: FontAwesome;
  font-size: 13px;
  color:#264d73;
  position: none !important;
}



.download_button {

  margin: 0 auto;
  position: relative;
}

.download_button::after  {
  margin-left: 10px;
  content: "\f019";
  font-family: FontAwesome;
  font-size: 13px;
  color:#264d73;
  position: none;
}*/

.yo_button {

  width: 10px;
  height: 10px;
  /*background-color: #CD5C5C;*/
  margin: 0 auto;
  position: relative;
}

.yo_button::before  {
  margin-left: 10px;
  content: "\f05a";
  font-family: FontAwesome;
  font-size: 13px;
  position: none;
}


/*--------override leaflet a styling for fonts----------------*/
.leaflet-container a {
     color: black; 
     text-decoration: none;

}

.leaflet-container a:hover{
    text-decoration: none;
    cursor: default;
}



/*---------legend square css-------------------*/

.square {

  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 8px;
  position: relative;
  display:inline-block;
}


#mic1 input.menu:checked ~ .square{
  background-color: #483D8B;   /*----remove this because it conflicts with bootstrap */
}




#mic2 input.menu:checked ~ .square{
  background-color: orange;   /*----remove this because it conflicts with bootstrap */
}






element.style  {
background-color:red;
}


i {
/*    width: 15px;
    height: 12px;*/
/*    float: left;*/
/*    margin-right: 8px;
        display: block;*/
    text-align: center;
  /*  opacity: 0.7;*/
}



/*--------modifying layers container css to deal with bootstrap confilict-------------*/

.ac-container{
      overflow-y: auto !important;
      max-height: calc(100vh - 100px) !important;
/*  max-height: 650px;  */
  /*overflow-x: hidden;   ----remove this because it conflicts */  
}

.ac-container input.menu:checked ~ article.ac-large{
  overflow-y: hidden;   /*----remove this because it conflicts with bootstrap */
}

/*--------------------------------------------------------------------------------------*/

.leaflet-credits-control {
  border: none;
  background-color: black;
  color: white;
}


.leaflet-credits-control a {
  color: white !important;
}


label {
  color: grey;
/*  font-weight: 525;*/
  margin-left:2px;
}


input {
  width: 13px;
  height: 13px;
  padding: 0;
/*  margin-top: 2px;*/
  vertical-align:text-bottom;
  position: relative;
  top: 0px;
/*  overflow: hidden;   Note: this needs to be removed or circle in the scroll bar for opacity tucked into bar (i.e. can't overflow)*/  
}


/*#togglelabel {
  transform: rotateZ(180deg);
  color:grey;
  float: left;
  margin-left: 10px;
}*/

/*#chevronlabel {
  transform: rotateZ(180deg);
  color:grey;
  float: left;
  margin-left: 10px;
}*/



/*override leaflet*/
.leaflet-control-layers-expanded {
  padding:4px 4px 4px 4px
}



/*help docucment styling*/
/*h4 { font-style: italic; }
#helpintro { 
  margin-bottom: 25px;           
}*/

#helpfooter { 
  font-style: italic; 
  margin-top: 25px;           
}



/*add scroll bar to help modal*/


/*add scroll bar to the help modal-body*/
.modal-body-scroll{
    max-height: calc(100vh - 200px) !important;
    overflow-y: auto !important;
/*    background-color: red;*/
}






/*------------------ slider styling --------------------------------*/
.slidecontainer  {
  width: 80%;
  margin: 10px 15px 0px 20px;
}

.slidecontainer-lg {
  width: 50%;
  display: inline-block;
  margin-top: 0px;
  float: right;
}

/*.sliderlabel {margin-top: 20px !important;}*/
/*.sliderlabel:before {
    font-family: FontAwesome;
     font-weight: 900;
      content: "\f042";
       color: #4CAF50;
  }
*/

#font i{
  transform: rotateZ(180deg);
  color:grey;
  float: left;
  margin-left: 10px;
}

/*#sun-font-lg {
  color:grey;
  float: left;
  margin-left: 0px;
}*/


/*.sliderlabel:before{
  color: #4CAF50;
}*/

/*.slidecontainer label {
color:grey;
}​*/

.slider {
  -webkit-appearance: none;
  width: 85% !important;
  height: 2px;
  margin-top: 8px;
  border-radius: 5px;
  background: #264d73;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  float:right;
/*  overflow: hidden !important;*/
}



.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: grey;
  cursor: pointer;

}

.slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: grey;
  cursor: pointer;
}


/*--------------------------override leaflet------------------------------------*/
/*.leaflet-container {
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
*/




/*override less*/

label {

     margin-bottom: 0px;
    }


.modal-title {
    font-size: 15px;
    font-weight: bold;
}


.modal-download {
    float: left;
}


.modal-info-circle {
  float: none; 

    padding-right: 0px;
    cursor:text;
}


.modal-fa-download {
        color:#264d73;
    font-size: 11px;
  display: inline-block;
/*color:#337ab7;*/
padding:2px;
float: none; 
cursor:text;
}






/*//////overwrite the leaflet form css
Description: This code overrides the css of leaflet to allow contraction of layer control on mobile device
*/

.leaflet-control-layers-scrollbar {
  overflow-y: hidden !important; 
  padding-right: 0px !important;  
  height: auto !important;
}



body {
    font-size: 12px;
}













