html,
body,
#container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding-top: 55px;
}

.navbar-nav {
  font-size: 14px;
}

legend {
  background: transparent;
}

.sidebar-table {
  z-index: -10000;
}

h3{
  color: white;
  margin-top: 15px;
}

#sidebar {
  display: block;
  height: 100%;
  max-width: 100%;
  float: left;
}
#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sidebar-hide-btn {
  margin-top: -2px;
}
#aboutTabsContent {
  padding-top: 10px;
}

#navbar-img {
  height: 55px;
  padding: 5px 10px;
}

.white {
  color: #ffffff;
}
.feature-row {
  cursor: pointer;
  width: 250px;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 100px;
  bottom: 0px;
  overflow: auto;
}
.leaflet-control-layers {
  overflow: auto;
  height: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
  font-size: medium;
}
.leaflet-control-layers-list input[type="radio"],
input[type="checkbox"] {
  margin: 2px;
}
.table {
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
}
.navbar-brand img {
  width: auto;
  height: 100%;
}
.navbar-brand img {
  width: auto;
  height: 100%;
}
.navbar-collapse.in {
  overflow-y: hidden;
}

.navbar-name {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  height: 55px;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
}
.navbar-header {
  height: 55px;
}

/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}

.logo-modal {
  display: flex;
}

@media (max-width: 767px){
  .logo-modal{
   flex-direction: column;
  }
  .logo-modal img{
    max-height: 100%!important;
  }
  .eu-agreement {
    font-size: smaller;
  }
  
}
.logo-modal p{
  margin: 10px auto;
  line-height: 1;
}

.logo-modal img{
  max-height: 10vh;
}

#soil-picture{
  object-fit: contain;
  width: 65%;
  margin: 10px auto;
}

#features-modal {
  width: 100%;
}

#aboutTabsContent p {
  padding: 5px 15px;
}
