

html {
  /* default font-size is 16px - this is set in the default browser stylesheet */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

body {
    font-family:  Verdana, Geneva, Arial, Helvetica,sans-serif;
    background-color: #f8f9fa;
}

.jumbotron {
    background-color: #FFF8DF;
}

footer {
    background-color: #FFF8DF;
}

.tiraz dd {
    margin-left: 3rem;
}


section h1 {
    margin-top: 0;
    background-color: #FFF8DF;
    padding: 1rem;
}

section h2 {
    margin-top: 0;
    background-color: #FFF8DF;
    padding: 0.5rem;
}

section .content {
    padding-left: 2rem;
    padding-right: 2rem;
}

section td:first-child { width: 10%;}
section td:nth-child(2) { width: 50%;}
section td:last-child { width: 40%;}


/* Cykloprofil core CSS
 stage - misto pro vlozeni canvas
 nastaveni rozmeru je v cykloprofil.js
*/
  #stage {
    /*position: relative;*/
    /*height: 220px;*/
  }
  canvas {
    position: absolute;
    /*width: 420px !important;
    height: 180px !important;*/
  }
  #ui-layer {
    z-index: 11;
  }
  #background-layer {
    z-index: 10;
  }

/* left col */

#leftcol ul.components {
    color: #fff;
    background: #398CC0;
}

#leftcol li.components-plus {
    color: #fff;
    background: #5EA4CF;
}

#leftcol ul li {
  border-bottom: 3px solid #FFF;
}

#leftcol ul li a {
    padding: 8px;
    font-size: 1.1em;
    display: block;
}
#leftcol ul li a:hover {
    color: #398CC0;
    background: #fff;
}


.adm-footer {
  padding: 1rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

/* mapa: home button */
.back-to-home {
  cursor: pointer;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 65%);
}

.leaflet-touch .back-to-home {
  width: 34px;
  height: 34px;
}

/* icons */

.leaflet-pm-icon-polygon {
  background-image: url('/assets/icons/Polygon.svg');
}
.leaflet-pm-icon-polyline {
  background-image: url('/assets/icons/Line.svg');
}

/* visibility: hiden;    display: none;  */
.visually-main {
  display: none;
}
