html, body {
    width: 100%;
    height: 100%;
    font-family: 'Quicksand', sans-serif;
}

body {
    padding: 0;
    margin: 0;
}

#map {
    height: 100%;
    width: 100%;
    float: left;
}

.button-image{
  padding-top: 5px;
  max-width: 100%;
  display: block;
}

#menu {
    height: 50px;
    width: 100%;
    background-color: rgb(222, 229, 220);
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 7px 20px 0px rgb(49, 49, 49);
    outline: 1px solid rgb(49, 49, 49);
    position: absolute;
    z-index: 1000;
}

#container {
    height: 100%;
    width: 100%;
}

#about {
    font-size: 20px;
    text-align: justify;
}

/* NIŻEJ STYL PRZYCISKÓW FILTRÓW */

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    font-family: 'Quicksand', sans-serif;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    float: left;
    border: none;
    outline: none;
    width: 33.3%;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }

#sidebar {
  height: 80%;
  top: 60px!important;
}

.sidebar-header {
  background-color: #5c4242!important;
}

li.active {
  background-color: #5c4242!important;
}

.leaflet-control-layers {
  top: 50px !important;
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #272727!important;
	background: #af8b8b!important;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
}

.leaflet-control-layers-separator {
	border-top: 1px solid #7e7e7e!important;
	margin: 5px -10px 5px -6px;
}

.leaflet-control-layers-selector {
  accent-color: #361f1f;
}

.leaflet-control-zoom {
  top: 50px !important;
}

.easy-button-container {
  top: 50px !important;
}

/* Customize Leaflet default styles  */

.popupCustom .leaflet-popup-tip, .popupCustom .leaflet-popup-content-wrapper {
  background-color: #dcac79;
  color: #000;
  box-shadow: 0 3px 14px rgb(0 0 0 / 80%);
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#data {
  font-size: 1.5vw;
  color: #cccccc;
  display: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: auto;
  width: auto;
  padding: 10px;
  background: #5c4242;
  border-color: #272727;
  border-style: solid;
  z-index: 1000;
}
  

.button {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: 'Quicksand', sans-serif;
  font-size: 20;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;

  position: absolute;
  left: 30%;
  top: 0;

  height: 15px;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button,
.button:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}
