html, body {
    height: 100%;
    margin: 0;
    font-size: 14px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    font-size: 1.0em;
    
}

h4{
    font-size:  16px !important;
} 

p{
    font-size: 14px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

ul, ol, dd, dl, p, figure, pre, table, hr, form, fieldset {
    margin: 0 0 18px;
    margin: 0 0 1.125rem;
    font-size: 1em;
    font-family: Verdana,sans-serif;
}

a.nav-link.home.active{
    color: #000 !important;
}

.bg-biolinks {
    background-color: #f8f9fa!important;
    color: #007576 ;
}

.btn-check:active+ .btn-check:checked+.btn-primary, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ccc !important;
    border-color: #007576 !important;
}


.btn-check:focus+.btn-primary, .btn-primary:focus {
    border-color: #007576 !important;
    box-shadow: 0 0 0 0.25rem rgba(49,132,253,.5) !important;
    background-color: #ccc !important;
}

.btn-primary.active {
    background-color: #007576 !important;
}

.btn-primary {
    background-color: #a6aa14 !important;
}

.btn-primary:hover {
    box-shadow: 0 0 0 0.25rem rgba(49,132,253,.5) !important;
    background-color:clear !important;
    border-color: #007576 !important;
}

.btn-primary:focus {
    background-color: #ccc !important;
}

code 
{
    font-family: Consolas,"courier new";
    font-size: 105%;
    border-left: solid 2px #ccc;
    padding: 0 0 0 18px !important;
    margin: 0em 0 0em -20px;
}

.content 
{
    max-width: 960px;
    margin: auto;
}

#eightfigure
{
    display:none;
    font: white;
}

.form-data
{
    max-width:600px;
}


.intermediateCircle
{
    opacity: 0 !important;
    fill-opacity: 0 !important;
}

.square
{
    opacity: 1 !important;
    fill-opacity: 1 !important;
}
*/

#grs
{
    display:block;
    width: 300px;
}

#hundredkm
{
    display:none;
    font: white;
}

.leaflet-control{
    font-size: 14px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

li.nav-item.fsc-link
{
    color: #007576;
}

li.nav-item.fsc-link active
{
    color: #000;
}

#loader
{
    border:16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    animation: spin 2s linear infinite;
    
}

@keyframes spin
{
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

#map {
    width: 100%;
    height: 750px;
  }
  svg {
    position: relative;
  }
  path {
    fill: #777 ;
    fill-opacity: 0.2 ;
    stroke-width: 1px;
    stroke: #777;
    stroke-opacity: 0.2;
  }

  /*
  path {
    fill: #000;
    fill-opacity: .2;
    stroke-width: 1px;
  }
  

  path.leaflet-interactive
  {
    color: red !important;
    fill: red !important;
    fill-opacity: 1;
    opacity: 1;
    stroke: red;
    stroke-opacity: 1;
  }
*/ 

   path.square.leaflet-interactive
  {
    color: red !important;
    fill: red !important;
    opacity: 1;
    stroke: red;
    stroke-opacity: 1;
  }

  path.triangle.leaflet-interactive
  {
    color: red !important;
    fill: red !important;
    opacity: 1;
    stroke: red;
    stroke-opacity: 1;
  }

  path.circle.leaflet-interactive
  {
    color: red !important;
    fill: red !important;
    opacity: 1;
    stroke: red;
    stroke-opacity: 1;
  }

  .c0 {
    stroke: #fff;
  }
  .c1 {
    stroke: red;
  }
  .c2 {
    stroke: blue;
  }
/*
#map 
{
    
    width:100%;
    height: 600px;
}
*/
.navbar-brand
{
    color: #007576 !important;
}

/*
path.leaflet-interactive
{
    stroke: rgb(2, 54, 18) !important;
    fill: rgb(2, 54, 18) !important;
    opacity: .1 !important;
}
*/

#p100000
{
    display:none;
    font: white;
    
}

#p100
{
    display:none;
}

#p10
{
    display:none;
}

#p1
{
    display:none;
}

.row{
    padding-bottom: 20px !important;
}

.save-map{
    display:block;
    margin-top: -70px;
}



#site-name a {
    color: #a6aa14;
    margin: 0;
    padding: 0;
    line-height: 55px;
    text-decoration: none;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    text-shadow: 0 1px 0 #fff;    
}

#site-logo {
    max-width:150px;
}

/*
#sixfigure
{
    display:none;
    font: white;
}
*/

#tenfigure
{
    display:none;
    font: white;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) 
{
    #site-name a
    {
    
        font-size: 3em !important;
    }
}