body {
  background-color: white;
  font-size: smaller;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

main {
  padding: 60px 15px 0;
}

main > .container {
  padding: 10px 15px 0;
}

main > .container-fluid {
  padding: 10px 15px 0;
}

li.breadcrumb-item > a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.pagination > li > a {
  background-color: white;
  color: black;
}

.pagination > li > a:focus,
.pagination > li > a:hover {
  color: black;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a {
  color: white;
  background-color: black;
  border: solid 1px black;
}

.pagination > .active > a:hover {
  background-color: black;
  border: solid 1px white;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: black;
  border: solid 1px black;
}

#lmap {
  width: 100%;
  height: 650px;
  position: relative;
}

#ternarySoil {
  width: 400px;
  height: 350px;
  position: relative;
  margin: 0;
  padding: 0;
}

ul[role=tree] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 120%;
}

ul[role=tree] li {
  margin: 0;
  padding: 0;
  list-style: none;
}

[role=treeitem][aria-expanded=false] + [role=group] {
  display: none;
}

[role=treeitem][aria-expanded=true] + [role=group] {
  display: block;
}

[role=treeitem].doc::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  display: inline-block;
  padding-right: 2px;
  padding-left: 5px;
  vertical-align: middle;
}

[role=treeitem][aria-expanded=false] > ul {
  display: none;
}

[role=treeitem][aria-expanded=true] > ul {
  display: block;
}

[role=treeitem][aria-expanded=false] > span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

[role=treeitem][aria-expanded=true] > span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07c";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

[role=treeitem],
[role=treeitem] span {
  margin: 0;
  padding: 0.125em;
  display: block;
}

/* disable default keyboard focus styling for treeitems
   Keyboard focus is styled with the following CSS */
[role=treeitem]:focus {
  outline: 0;
}

[role=treeitem][aria-selected=true] {
  padding-left: 4px;
  border-left: 5px solid #005a9c;
}

[role=treeitem].focus,
[role=treeitem] span.focus {
  border-color: black;
  background-color: #eee;
}

[role=treeitem].hover,
[role=treeitem] span:hover {
  padding-left: 4px;
  background-color: #ddd;
  border-left: 5px solid #333;
}

.sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}/*# sourceMappingURL=app.css.map */