body {
  margin: 0;
  padding: 0;
}

.row {
  display: flex;
}

.cols {
  flex: 50%;
  height: 49.8vh;
  position: relative;
}

.legend {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  top: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #000;
  font: 15px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  position: absolute;
  right: 10px;
  z-index: 0;
  padding: 10px 0px;
}

/*

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 1;
}

.legend h3 {
    margin: 2px;
}
*/

#info_mapl,
#info_mapl2,
#info_mapr,
#info_mapr2 {
  position: absolute;
  z-index: 3000;
  top: 0;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 200px;
  height: 50px;
  text-align: left;
  border-radius: 3px;
  top: 10px;
  padding: 10px;
}

#info_mapl3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3000;
  float: right;
  width: 250px;
  height: 100px;
  padding: 10px;

}

.legend {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  top: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #000;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  position: absolute;
  right: 10px;
  z-index: 0;
  padding: 10px 0px;
}

#info_mapl3 .legend {
  font-size: 12px;
  color: #808080;
}

#info_mapl3 .legend h1 {
  color: #000;
  font-size: 15px;
  text-align: center;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 5px;
}

#info_mapl3 .legend p {
  margin: 2px;
  line-height: normal;
}

#info_mapl3 .legend i {
  width: 30px;
  height: 20px;
  float: left;
  opacity: 1;
  margin-top: 5px;
}

#info_mapl3 .legend button {
  width: 30px;
  height: 20px;
  float: left;
  opacity: 1;
  margin-top: 5px;
  border: white;
  /* cursor: pointer; */
}

/*
#info_mapl3 .legend button:hover {
    border: 3px solid grey;
}
*/

#info_mapl3 .legend label {
  display: block;
  float: left;
  height: 15px;
  width: 30px;
  text-align: center;
}

#info_mapl3 .legend .prvni {
  width: 30px;
  height: 18px;
  float: left;
  opacity: 1;
  text-align: center;
  margin-top: 4px;
  margin-right: 0px;
}

.krizek{
  right: 15px;
  top: 15px;
  position: absolute;
  background-color: white;
  z-index: 1;
  border: none;  
}
.krizek:hover{
  background-color: lightgrey 
}

/*sidebar*/
/*sidebar*/
.rounded-rect {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 50px -25px black;
}

/*   
  .flex-start {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  }
  */

.flex-center {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0px;
}

/*    
  .flex-center.right {
  right: 0px;
  }
*/

.flex-center.left {
  left: 0px;
}

.sidebar-content {
  position: absolute;
  width: inherit;
  height: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: gray;
}

.sidebar-toggle {
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-toggle.left {
  right: -1.5em;
  top: 75px;
}

/* 
  .sidebar-toggle.right {
  left: -1.5em;
  }
  */

.sidebar-toggle:hover {
  color: #8e651a;
  cursor: pointer;
}

.sidebar {
  transition: transform 1s;
  z-index: 3000;
  width: 300px;
  height: 100%;
}

/*
  The sidebar styling has them "expanded" by default, we use CSS transforms to push them offscreen
  The toggleSidebar() function removes this class from the element in order to expand it.
  */

.left.collapsed {
  transform: translateX(-295px);
}

.sidebarIn {
  color: black;
  font-size: 12px;
  max-width: 250px;
  overflow-y: auto;
  height: 100vh;
}

/* konec sidebaru */
.buttonek{
  border: 1px solid rgb(236, 206, 168);
  background-color: #fff5e6;
}

a.buttonek {
  color: #000;
  text-decoration: none;
}

.buttonek:hover{
  background-color: #ffebcd;
}
.button-5 {
  background-color: #fff5e6;
  border: 1px solid rgb(236, 206, 168);
  border-radius: .3rem;
  box-sizing: border-box;
  color: #111827;
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 16px;
  padding: .8px 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-5:hover {
  background-color: rgb(249, 250, 251);
}

.button-5:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-5:focus-visible {
  box-shadow: none;
}

#inumber{
  width: 30px;
}
/* graf do popupu */
.highcharts-figure,
.highcharts-data-table table {
   /* width: 200px;
    max-width: 300px;*/
    height : 100px;
    margin: 1em auto;
}

#container {
     height: auto; 
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/*konec grafu */
/* Let's get this party started */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  /* Handle */
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(255, 255, 255); 
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); 
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); 
  }
  ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(240, 220, 175, 0.4); 
  }
#mapdiv {
  margin-left:300px
}