
html {
  position: relative;
  min-height: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

#lyr1-info {display: none;}
#lyr2-info {display: none;}
#lyr3-info {display: none;}
#lyr4-info {display: none;}
#lyrs1btn {margin-top: -5px !important;}
#lyrs2btn {margin-top: -5px !important;}
#lyrs3btn {margin-top: -5px !important;}
#lyrs4btn {margin-top: -5px !important;}


#map {
        top:64px;
        left:0px;
        width:100%;
        height: 100%;
        position: absolute;
    }
/*.fourlyrcheckbox:hover{
  background-color: #2e3944;
}*/

    .fourlyrcheckbox input {
      width: 1px;
      height: 1px;
      opacity: 0;
    }

    .fourlyrcheckbox .outer {
      width: 20px;
      height: 20px;
      display: block;
      float: left;
      margin: 0px;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: background-color .8s;
      -moz-transition: background-color .8s;
      -ms-transition: background-color .8s;
      transition: background-color .8s;
      box-shadow: inset 0px 0px 0px 3px #43A8EB;
    }


    .fourlyrcheckbox input:checked + .outer {
        background-color: #43A8EB;
        background-image: url(checked21.svg);
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: none;
    }


.lyrcheckbox:hover{
  background-color: #2e3944;
}

    .lyrcheckbox input {
      width: 1px;
      height: 1px;
      opacity: 0;
    }

    .lyrcheckbox .outer {
      width: 20px;
      height: 20px;
      display: block;
      float: left;
      margin: 0px;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: background-color .8s;
      -moz-transition: background-color .8s;
      -ms-transition: background-color .8s;
      transition: background-color .8s;
      box-shadow: inset 0px 0px 0px 3px #43A8EB;
    }


    .lyrcheckbox input:checked + .outer {
        background-color: #43A8EB;
        background-image: url(checked21.svg);
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: none;
    }

    .layer-switcher {
        box-shadow: 0 1px 5px rgba(0,0,0,0.65);
        border-radius: 4px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        width: 26px;
        height: 26px;
        line-height: 26px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: black;
        }


    .overlay{
        position:fixed;
        top:64px;
        left: 50px;
        height: 95%;
        background-color: #222;
        padding: 0px 20px 20px 20px;     
        overflow-y: auto;
        min-width: 400px;
        max-width: 750px;
    }

    .overlay h2{
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family:'Montserrat', sans-serif;
    color: #ffffff;
    }

    .overlay label{
        color: white;
        margin:5px 0px;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }
  /*Bootstrap overrides*/
    .row {
    margin-right: -15px;
    margin-left: -15px;
    padding: 5px;
    background-color: #31415D;
    margin-top: 5px;
    border: 1px solid #2D3FAF;
  }


  .lyr-info {
    padding: 5px;
    border: 1px solid blue;
    background-color: #fff;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }

  .legend {width: 90%}

  .lyrs-title {
    display: inline;
    padding-right: 5px;
  }

  .info-well {
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    padding: 9px;
    margin-left: 15px;
    width: 100%;
}
    #maptitle1 a {
    color: black;
    }

    #maptitle1 a:hover {
    color: black;
    text-decoration: none;
    }

    #maptitle2 a {
    color: black;
    }

    #maptitle2 a:hover {
    color: black;
    text-decoration: none;
    }

    #maptitle3 a {
    color: black;
    }

    #maptitle3 a:hover {
    color: black;
    text-decoration: none;
    }

    #maptitle4 a {
    color: black;
    }

    #maptitle4 a:hover {
    color: black;
    text-decoration: none;
    }
    
    #lyrs1-title a {
    color: white;
    }

    #lyrs1-title a:hover {
    color: white;
    text-decoration: none;
    }

    #lyrs2-title a {
    color: white;
    }

    #lyrs2-title a:hover {
    color: white;
    text-decoration: none;
    }

    #lyrs3-title a {
    color: white;
    }

    #lyrs3-title a:hover {
    color: white;
    text-decoration: none;
    }

    #lyrs4-title a {
    color: white;
    }

    #lyrs4-title a:hover {
    color: white;
    text-decoration: none;
    }

    

    .info-well > div {display:inline;}

        body > .container {
          padding: 60px 15px 0;
        }
        .container .text-muted {
          margin: 20px 0;
        }

        #footer > .container {
          padding-right: 15px;
          padding-left: 15px;
        }

        #btn-group-margin {

          margin-top:16px;  
          margin-right:15px;
        }

        code {
          font-size: 80%;
        }

      .map {
          height: 15em;
          width: 100%;
          padding-bottom: 1em;
          margin-bottom: 1em;
          border: 1px solid #ccc;
        }

      /* bottstrap overrides */

      label {
          margin-bottom: 0px !important; 
          font-weight: normal !important; 
      }

      .panel-body {
         padding: 2px !important;
         margin: 2px !important;
      }


      .navbar .navbar-inverse .navbar-fixed-top {background-color: #073856}
      .navbar-default {margin-bottom: 0 }
      .page-header {border-bottom: 0;}
      .dropdown-menu {z-index: 1090}
      .panel-body { padding: 5px; }
      #helpModal {display:none;}

      input[type=radio], input[type=checkbox] {
        margin: 0px;
      }

      @media screen and (min-width: 401px) and (max-width: 767px) { 
        body { padding: 0;} 
        h2 {font-size: 17px;}
        .container-fluid { padding: 10px; }
        .navbar-header {     margin-right: 0 !important; margin-left: 20px !important; }
        .btn-toolbar { margin-left: 35px; }
        .lead {  font-size: 18px; }
        .panel-title { font-size: 12px; }

      }

      @media screen and (min-width: 768px) and (max-width: 1024px) { 
        body{font-size: 10px}
        .lead {  font-size: 13px; }
        .panel-title { font-size: 11px; }

      }

      @media screen and (min-width: 1025px) and (max-width: 1366px) { 
        .lead {  font-size: 15px; }

      }
 
      @media screen and (min-width: 1367px) and (max-width: 1920px) { 
        .lead {  font-size: 18px; }

      }


