.sidebar {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2000; 
  animation-name: fadeInUp;
      animation-duration: 1s;
    animation-fill-mode: both;
  /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.65);  */

  }

  .sidebar.collapsed {
    width: 0px; }

    /* nastaveni pro ruzne sirky monitoru*/
  @media (min-width: 768px) {
    .sidebar {
      transition: width 500ms; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sidebar {
      width: 400px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sidebar {
      width: 450px; } }
  @media (min-width: 1200px) {
    .sidebar {
      width: 500px; } }

.sidebar-tabs {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0px;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(250, 250, 250, 0.9); }

    .sidebar-tabs > li {
      width: 100%;
      height: 80px;
      color: #333;
      font-size: 12pt;
      font-family: 'Advent Pro';
      overflow: hidden;
      transition: all 80ms; }

      .sidebar-tabs > li  span{
        display: block;
        font-size: 0.7em;
        line-height: 100%;
        font-weight:700;}

      .sidebar-tabs > li:hover, .sidebar-tabs > ul > li:hover {
        color: #000;
        background-color: rgba(124, 134, 153, 0.3); }

      .sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
        color: #2f2f2f;
        background-color: rgba(124, 134, 153, 0.3); }

      .sidebar-tabs > li > a, .sidebar-tabs > ul > li > a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 50px;
        color: inherit;
        text-decoration: none;
        text-align: center;
        padding-top: 10px; }
  /*.sidebar-tabs > ul + ul {
    bottom: 0; } */

.sidebar-content{
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  /*width: 100%;*/
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  overflow-y: auto; }
  .sidebar-left .sidebar-content {
    left: 40px;
    right: 0; }
  .sidebar-right .sidebar-content {
    left: 0;
    right: 40px; }
  .sidebar.collapsed > .sidebar-content {
    overflow-y: hidden; }

.sidebar-pane {
  display: none;
  left: 0;
  right: 0;
  box-sizing: border-box;
  /*padding: 50px 10px;*/ }

.sidebar-pane > p, h1,h2,h3,h4 {
  padding: 0px 15px 0px 15px;
}
  .sidebar-pane.active {
    display: block;
    padding: 10px 4px 10px 5px;
    }

  @media (min-width: 768px) and (max-width: 991px) {
    .sidebar-pane {
      min-width: 265px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-pane {
      min-width: 350px; } }
  @media (min-width: 1200px) {
    .sidebar-pane {
      min-width: 420px; } }

/*.sidebar-header {
  margin: -10px -20px 0;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 14.4pt;
  color: #fff;
  background-color: #0074d9; }*/

.sidebar-right .sidebar-header {
    padding-left: 40px; }

.sidebar-close {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer; }
  .sidebar-left .sidebar-close {
    right: 0; }
  .sidebar-right .sidebar-close {
    left: 0; }

/*.sidebar-left ~ .sidebar-map {
  margin-left: 40px; }
  @media (min-width: 768px) {
    .sidebar-left ~ .sidebar-map {
      margin-left: 0; } }

.sidebar-right ~ .sidebar-map {
  margin-right: 40px; }
  @media (min-width: 768px) {
    .sidebar-right ~ .sidebar-map {
      margin-right: 0; } } */

 .sidebar {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.65); }
  .sidebar.leaflet-touch {
   	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.65);
   	/*border-right: 1px solid rgba(0, 0, 0, 0.2);*/ }
  
  @media (min-width: 768px) {
    .sidebar {
      border-radius: 1px; }
    .sidebar.leaflet-touch {
    	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.65);		
      /*border: 2px solid rgba(0, 0, 0, 0.2);*/}}

/*
@media (min-width: 768px) {
  .sidebar-left ~ .sidebar-map .leaflet-left {
    transition: left 500ms; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-left ~ .sidebar-map .leaflet-left {
    left: 315px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-left ~ .sidebar-map .leaflet-left {
    left: 400px; } }

@media (min-width: 1200px) {
  .sidebar-left ~ .sidebar-map .leaflet-left {
    left: 470px; } }

@media (min-width: 768px) {
  .sidebar-left.collapsed ~ .sidebar-map .leaflet-left {
    left: 50px; } }

@media (min-width: 768px) {
  .sidebar-right ~ .sidebar-map .leaflet-right {
    transition: right 500ms; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-right ~ .sidebar-map .leaflet-right {
    right: 315px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-right ~ .sidebar-map .leaflet-right {
    right: 400px; } }

@media (min-width: 1200px) {
  .sidebar-right ~ .sidebar-map .leaflet-right {
    right: 470px; } }

@media (min-width: 768px) {
  .sidebar-right.collapsed ~ .sidebar-map .leaflet-right {
    right: 50px; } }

*/
