/* BEGIN PAGINATOR */
ul.pagination {
  min-height: 2em;
}

ul.pagination li a,
ul.pagination li a:visited {
  display: inline;
  box-sizing: border-box;
  padding: 6px 12px !important;
  color: var(--bs-blue);
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray-400);
  text-decoration: none;
}

ul.pagination li a:hover,
ul.pagination li a:visited:hover {
  background-color: var(--bs-gray-200);
}

ul.pagination li.disabled a,
ul.pagination li.disabled a:visited,
ul.pagination li.disabled a:hover,
ul.pagination li.disabled a:visited:hover {
  cursor: default !important;
  color: var(--bs-gray-400);
  background-color: var(--bs-white);
}

ul.pagination li.active a,
ul.pagination li.active a:visited,
ul.pagination li.active a:hover,
ul.pagination li.active a:visited:hover {
  cursor: default !important;
  color: var(--bs-white);
  background-color: var(--bs-blue);
  border: 1px solid var(--bs-blue);
}

ul.pagination li:first-child a {
  border-radius: 0.25rem 0 0 0.25rem;
}

ul.pagination li:last-child a {
  border-radius: 0 0.25rem 0.25rem 0;
}

/* EINDE PAGINATOR */
body.back {
  background: #C9E8E6;
  background-image: linear-gradient(#DAEDEB, #A9DBD8);
  /*font-size: 16px;
  line-height: 1.5;*/
  /* navbar  */
  /* link */
  /* ---- slider ---- */
  /* PUBLIC */
  /* RESPONSIVE */
}
body.back h2 {
  margin-bottom: 20px;
}
body.back h4 {
  margin-top: 20px;
}
body.back h1, body.back h2, body.back h3, body.back h4, body.back h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #7d7d7d;
}
body.back .wrapper {
  border: 1px #e4e4e4 solid;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 6px #ccc;
  background-color: #fff;
  margin-top: 60px;
}
body.back .progress {
  display: inline-block;
  width: 200px;
  border: 3px solid #CCC;
}
body.back .progress div {
  font-size: smaller;
  background: #21bbff;
  width: 0;
}
body.back #map {
  width: 400px;
  height: 400px;
}
body.back .navbar-inverse {
  color: #fff;
  background-color: #1B6D6D;
  border-color: #366769;
  background-image: linear-gradient(#3C8787, #366769);
  padding: 15px 0;
  text-align: right;
}
body.back .navbar-inverse .navbar-brand.logo {
  padding: 0;
  position: absolute;
  left: 50%;
  margin-left: -60px !important;
  display: block;
}
body.back .navbar-seal {
  border-top: 20px solid #366769;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 160px;
  position: relative;
  z-index: -1;
  left: 50%;
  bottom: -65px;
  margin-left: -80px;
}
body.back .navbar-inverse .navbar-brand img {
  width: 120px;
}
body.back .navbar-inverse .dropdown {
  color: #222222;
}
body.back .navbar-inverse .dropdown .languageSwitch {
  text-align: right;
  margin-right: 20px;
}
body.back .navbar-inverse .dropdown .languageSwitch .inline {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
}
body.back .navbar-inverse .dropdown .languageSwitch .selectedoption {
  color: #cccccc;
}
body.back .navbar-inverse .dropdown .dropdown-menu {
  padding: 10px 0;
}
body.back .navbar-inverse .dropdown .dropdown-menu > li > a {
  display: block;
}
body.back .navbar-inverse .languageSwitch .selectedoption,
body.back .navbar-inverse .languageSwitch .selectedoption:hover {
  color: #9DC0C1;
}
body.back .navbar-inverse .navbar-nav > li > a,
body.back .navbar-inverse .navbar-nav > li > p,
body.back .navbar-inverse .navbar-brand {
  color: #A9DBD8;
  padding-left: 10px;
  padding-right: 10px;
}
body.back .navbar-inverse .navbar-nav > li > a.disabled {
  color: #769997;
}
body.back .navbar-inverse .navbar-nav > li > a:hover,
body.back .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
}
body.back .navbar-inverse .navbar-nav > .active > a,
body.back .navbar-inverse .navbar-nav > .active > a:hover,
body.back .navbar-inverse .navbar-nav > .active > a:focus,
body.back .navbar-inverse .navbar-nav > .open > a,
body.back .navbar-inverse .navbar-nav > .open > a:hover,
body.back .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #A9DBD8;
}
body.back .navbar-inverse .subtitle {
  color: #5cc0b7;
  line-height: 11px;
  font-size: 11px;
  margin: 0;
  padding: 0 5px 4px 5px;
}
body.back .navbar-inverse .signedinas {
  color: #A9DBD8;
  line-height: 13px;
  font-size: 12px;
  margin: 0;
  padding: 0 5px;
}
body.back .navbar-collapse.in.collapse {
  border-top: 1px solid #1c7e79;
  min-height: 135px;
}
body.back .photofav {
  color: #ccc;
}
body.back .photofav.selected {
  color: #c9302c;
}
body.back .confidential {
  visibility: hidden;
}
body.back .table th.rotate {
  height: 200px;
  white-space: nowrap;
  width: 50px;
}
body.back .table th.rotate > div {
  transform: translate(30px, 165px) rotate(315deg);
  width: 30px;
}
body.back .table th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
body.back .table td:last-child {
  border-right: none;
}
body.back .table.table-manage td {
  border-right: 1px solid #ccc;
  text-align: right;
}
body.back .table-image {
  max-width: 100%;
}
body.back .table-hover tr {
  cursor: pointer;
}
body.back .table-single-icon {
  width: 50px;
}
body.back .table-double-icon {
  width: 100px;
}
body.back .table-triple-icon {
  width: 120px;
}
body.back .table-single-icon .btn, body.back .table-double-icon .btn {
  width: 40px;
}
body.back .modal-backdrop.in {
  opacity: 0.1;
  z-index: 9998;
}
body.back .loader {
  position: fixed;
  left: 50%;
  top: 50%;
  color: #3C8787;
  z-index: 9999;
}
body.back select {
  background-image: url("../images/caret_down.svg") !important;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.back select::-ms-expand {
  display: none;
}
body.back .overview-thumb {
  max-width: 150px;
  max-height: 100px;
  margin-right: 8px;
}
body.back .scroll-with-page {
  position: fixed;
}
body.back .form-horizontal .form-group {
  margin-left: 0;
}
body.back .form-horizontal .control-label {
  padding: 7px 0 0 0;
  font-weight: 700;
  text-align: right;
}
body.back .input-group[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
body.back ul.nav-tabs li.nav-item button.nav-link.active {
  background-color: #fafafa;
}
body.back .tab-content {
  overflow: hidden;
  background-color: #fafafa;
  min-height: 100px;
}
body.back .small-box {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
body.back .nav-tabs > li.active > a,
body.back .nav-tabs > li.active > a:focus,
body.back .nav-tabs > li.active > a:hover {
  background-color: #f9f9f9;
}
body.back .sidePanel {
  /*padding: 10px;*/
  background-color: #fafafa;
}
body.back .sidePanel .form-tab {
  padding: 10px 10px 0 0;
}
body.back .sidePanel .photoThumb {
  width: 156px; /* veeeeel te specifiek maar okay */
  display: inline-block;
  position: relative;
}
body.back .sidePanel .photoThumb:first-child {
  width: 100%;
}
body.back .sidePanel .photoThumb img {
  width: 100%;
  padding: 10px;
}
body.back .sidePanel .photoThumb img:first-child {
  width: auto;
  max-width: 100%;
}
body.back .sidePanel .photoThumb .btn-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
body.back .panel-heading h4 {
  display: inline;
}
body.back span.small {
  font-size: 12px;
  line-height: 18px;
}
body.back #locationmap, body.back #objectmap, body.back #ensemblemap {
  /* width: 500px; */
  width: 100%;
  height: 500px;
}
body.back #appfindlocationmap {
  width: 100%;
  height: 600px;
}
body.back #areamap {
  height: 1400px;
}
body.back ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: 15px !important;
}
body.back .filter-header {
  margin-top: 5px;
  padding-top: 5px;
}
body.back .filter-box {
  border-bottom: dashed 2px #ccc;
}
body.back .filter-items {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 90%;
  max-height: 250px;
  overflow-y: auto;
}
body.back .collapse-icon {
  color: #7d7d7d;
  font-size: 150%;
}
body.back .textarea_location {
  height: 250px;
  min-height: 250px;
  max-height: 250px;
}
body.back .textarea_ensemble_remark {
  height: 300px;
  min-height: 300px;
  max-height: 300px;
}
body.back .legendentry {
  height: 12px;
  width: 12px;
  border: solid 2px #000;
  float: left;
}
body.back .legenddiv {
  position: relative;
  top: 50px;
}
body.back .legend {
  margin: 0.5em;
  padding: 0.2em;
  border: solid 1px #000;
  width: 200px;
  border-collapse: inherit;
  position: absolute;
  left: 540px;
  z-index: 200;
  background-color: white;
}
body.back .legendrow {
  vertical-align: middle;
}
body.back .legendtext {
  padding-left: 1em;
}
body.back .nlmapbuttons {
  float: left;
  margin: 10px;
}
body.back span.disabled {
  color: #ccc;
}
body.back span.selectedfilter {
  color: #ffffff;
  background-color: #3C8787;
  padding: 2px;
  margin-right: 2px;
  padding-bottom: 1px;
}
body.back div.selectedfilters {
  margin-bottom: 5px;
}
body.back .poolparty-list {
  border-top: dashed 2px #ccc;
}
body.back input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 6px 0;
  padding: 0;
  width: 100%;
}
body.back input[type=range]:focus {
  outline: none;
}
body.back input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #3c8787;
  border-radius: 2px;
  border: 1px solid #010101;
}
body.back input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #333;
  -webkit-box-shadow: 1px 1px 1px #333;
  -moz-box-shadow: 1px 1px 1px #333;
  border: 1px solid #000000;
  height: 12px;
  width: 24px;
  border-radius: 2px;
  background: #d4ebe9;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: -3px;
}
body.back input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3c8787;
}
body.back input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #3c8787;
  border-radius: 2px;
  border: 1px solid #010101;
}
body.back input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #333;
  border: 1px solid #000000;
  height: 12px;
  width: 24px;
  border-radius: 2px;
  background: #d4ebe9;
  cursor: pointer;
}
body.back input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
}
body.back input[type=range]::-ms-fill-lower {
  background: #3c8787;
  border: 1px solid #010101;
  border-radius: 1px;
}
body.back input[type=range]::-ms-fill-upper {
  background: #3c8787;
  border: 1px solid #010101;
  border-radius: 2px;
}
body.back input[type=range]::-ms-thumb {
  border: 1px solid #000000;
  height: 12px;
  width: 24px;
  border-radius: 2px;
  background: #d4ebe9;
  cursor: pointer;
}
body.back input[type=range]:focus::-ms-fill-lower {
  background: #3c8787;
}
body.back input[type=range]:focus::-ms-fill-upper {
  background: #3c8787;
}
body.back input[type=range]:disabled::-webkit-slider-runnable-track {
  background: #eee;
  cursor: default;
  border-color: #ccc;
}
body.back input[type=range]:disabled::-webkit-slider-thumb {
  background: #eee;
  cursor: default;
  box-shadow: none;
  border-color: #ccc;
}
body.back input[type=range][disabled]::-moz-range-track {
  background: #eee;
  cursor: default;
  border-color: #ccc;
}
body.back input[type=range][disabled]::-moz-range-thumb {
  background: #eee;
  cursor: default;
  box-shadow: none;
  border-color: #ccc;
}
body.back input[type=range]:disabled::-ms-track {
  cursor: default;
}
body.back input[type=range]:disabled::-ms-fill-lower {
  background: #eee;
  cursor: default;
  border-color: #ccc;
}
body.back input[type=range]:disabled::-ms-fill-upper {
  background: #eee;
  cursor: default;
  border-color: #ccc;
}
body.back input[type=range]:disabled::-ms-thumb {
  background: #eee;
  cursor: default;
  box-shadow: none;
  border-color: #ccc;
}
body.back .treasureOverview table td.break {
  word-break: break-all;
  word-wrap: break-word;
}
body.back .treeholder {
  /* TREE */
}
body.back .treeholder .toTop {
  display: none;
}
@media (max-width: 768px) {
  body.back .treeholder .toTop {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 101;
  }
}
@media (max-width: 768px) {
  body.back .treeholder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  body.back .treeholder .typewindow {
    padding: 0;
  }
  body.back .treeholder .typewindow .panel-default {
    border: none;
  }
}
body.back .treeholder treecontrol {
  color: #555;
  width: 100%;
}
body.back .treeholder treecontrol ul {
  overflow: visible;
}
body.back .treeholder treecontrol ul li .tree-label {
  /*overflow: hidden;*/
}
body.back .treeholder treecontrol ul li .tree-label .media {
  overflow: visible;
}
body.back .treeholder treecontrol ul li .tree-label .media .tree-thumb {
  width: 60px;
  float: left;
  padding-right: 10px;
}
body.back .treeholder treecontrol ul li .tree-label .media .tree-thumb__large {
  box-shadow: 2px 2px 5px -2px #ccc;
}
body.back .treeholder treecontrol ul li .tree-label .media .media-body {
  border-top: 1px solid #ddd;
}
body.back .treeholder treecontrol ul li .tree-label .media .media-body .treelabel {
  font-size: 90%;
  vertical-align: top;
  width: calc(100% - 25px);
}
body.back .treeholder treecontrol ul li::before, body.back .treeholder treecontrol ul li::after {
  content: "";
  position: absolute;
  left: 20px;
}
body.back .treeholder treecontrol ul li li:before {
  border-top: 1px solid #000;
  top: 15px;
  width: 8px;
  height: 0;
}
body.back .treeholder treecontrol ul li li:after {
  border-left: 1px solid #000;
  height: 100%;
  width: 0;
  top: 0;
}
body.back .treeholder treecontrol ul > li:last-child::after {
  height: 16px;
}
body.back .treeholder treecontrol > ul > li:first-child > .tree-label .media-body {
  border: none;
}
body.back .treeholder treecontrol i {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 22px;
  color: #333;
  width: 20px;
}
body.back .treeholder treecontrol.tree-boot .tree-expanded .tree-branch-head {
  background: none;
}
body.back .treeholder treecontrol.tree-boot .tree-expanded .tree-branch-head::before {
  /*content: "\f115"; !*mapje open*!*/
  content: "\f0da";
  transform-origin: left;
  transform: rotate(45deg);
  display: block;
}
body.back .treeholder treecontrol.tree-boot .tree-collapsed .tree-branch-head {
  background: none;
}
body.back .treeholder treecontrol.tree-boot .tree-collapsed .tree-branch-head::before {
  /*content: "\f114"; !*mapje dicht*!*/
  content: "\f0da";
  transform: rotate(0deg);
}
body.back .treeholder treecontrol.tree-boot .tree-leaf .tree-leaf-head {
  background: none;
}
body.back .treeholder treecontrol.tree-boot .tree-leaf .tree-leaf-head::before {
  font-size: 14px;
  content: "\f016"; /*file*/
}
body.back .treeholder treecontrol .selectNode {
  padding: 5px;
  width: 25px;
  float: right;
  font-size: 22px;
}
body.back .treeholder treecontrol .selectNode::before {
  font-family: FontAwesome;
  content: "\f06e";
  color: lightgrey;
  float: right;
}
body.back .treeholder treecontrol .coupleNode {
  padding: 5px;
  width: 25px;
  float: right;
  font-size: 22px;
}
body.back .treeholder treecontrol .coupleNode::before {
  font-family: FontAwesome;
  content: "\f0c1";
  color: lightgrey;
  float: right;
}
body.back .treeholder treecontrol .editEnsemble {
  padding: 5px;
  width: 25px;
  float: right;
  font-size: 22px;
}
body.back .treeholder treecontrol .editEnsemble::before {
  font-family: FontAwesome;
  content: "\f044";
  color: grey;
  float: right;
}
body.back .treeholder treecontrol .showFinds {
  padding: 5px;
  width: 25px;
  float: right;
  font-size: 22px;
}
body.back .treeholder treecontrol .showFinds::before {
  font-family: FontAwesome;
  content: "\f03a";
  color: grey;
  float: right;
}
body.back .treeholder treecontrol .addEnsemble {
  padding: 5px;
  width: 25px;
  float: right;
  font-size: 22px;
}
body.back .treeholder treecontrol .addEnsemble::before {
  font-family: FontAwesome;
  content: "\f247";
  color: grey;
  float: right;
}
body.back .treeholder treecontrol.tree-boot .tree-label.tree-unselected {
  color: lightgray;
}
body.back .treeholder treecontrol.tree-boot .tree-label.tree-unselectable {
  color: lightgray;
}
body.back .treeholder treecontrol.tree-boot .tree-label.tree-selected,
body.back .treeholder treecontrol.tree-boot .tree-label.tree-selected:hover,
body.back .treeholder treecontrol.tree-boot .tree-label:hover {
  background-color: #cde9e7;
  color: #333;
}
body.back .treeholder .js-hoverpopup {
  position: relative;
  overflow: visible;
}
body.back .treeholder .js-hoverpopup .tree-thumb, body.back .treeholder .js-hoverpopup .tree-thumb__large {
  display: inline-block;
  position: relative;
  z-index: 0;
}
body.back .treeholder .js-hoverpopup span {
  position: absolute;
  left: -9999px;
}
body.back .treeholder .js-hoverpopup:hover {
  z-index: 1000;
  cursor: pointer;
}
body.back .treeholder .js-hoverpopup:hover span {
  top: 0;
  left: 54px;
}
body.back .treeholder .js-hoverpopup:hover .tree-thumb__large {
  position: absolute;
  max-width: 450px;
}
body.back .treeholder .fixed {
  width: 100%;
  height: 90%;
  overflow: auto;
  z-index: 100;
}
body.back .treeholder .fix-to-top {
  position: fixed;
  top: 0;
  width: 42%;
  max-width: 520px;
}
@media (max-width: 768px) {
  body.back .treeholder .fix-to-top {
    position: relative;
    max-width: 100%;
    width: 100%;
  }
}
body.back .public {
  padding-top: 20px;
}
body.back .partnerlogo {
  padding: 15px;
}
body.back .partnerlogos {
  text-align: center;
}
body.back .partnerlogos.large {
  max-width: 200px;
}
body.back .partnerlogos.small {
  max-width: 100px;
}
body.back .public footer img {
  width: 100%;
}
body.back .jumbotron {
  background: #fff;
}
body.back .languagebar .navbar-link {
  text-decoration: underline;
  color: #a9aaad;
}
body.back .languagebar .navbar-link.active {
  color: #A9DBD8;
  text-decoration: none;
}
body.back .navbar-brand {
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.back .navbar-brand {
    font-size: 16px;
  }
  body.back .navbar-right {
    text-align: right;
    margin-right: 0;
  }
  body.back .navbar-inverse .navbar-brand.logo {
    position: relative;
    left: 0;
    margin-left: 0 !important;
    margin-top: 10px;
    z-index: 10;
  }
  body.back .navbar-inverse .navbar-brand.logo img {
    width: 100px;
  }
  body.back .navbar-inverse .navbar-seal {
    display: none;
  }
  body.back .navbar-inverse .navbar-nav .open .dropdown-menu {
    padding: 0;
    text-align: right;
    margin-right: 0;
  }
  body.back .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #4c8182;
  }
  body.back .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #A9DBD8;
  }
  body.back .navbar-inverse .navbar-nav .open .dropdown-menu > li > a.selectedoption {
    color: #5b9698;
  }
}

/* Sticky footer styles
    -------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body.back {
  /* Margin bottom by footer height */
  margin-bottom: 186px;
}
body.back .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 186px;
}
body.back .footer .container {
  background-color: #fff;
  border: 1px #e4e4e4 solid;
  padding: 20px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 6px #ccc;
  margin-top: 40px;
}
body.back .footer .container .text-muted {
  line-height: 17px;
  margin-bottom: 0;
}

.resulttree {
  max-height: 250px;
  overflow-y: auto;
  border-top: 3px solid #7d7d7d;
  padding: 3px;
}

.has-mg-bottom {
  margin-bottom: 20px;
}

.has-mg-top {
  margin-top: 20px;
}

.has-mg-top-large {
  margin-top: 80px;
}

.has-pd-top-jumbotron {
  margin-top: 200px;
}
@media screen and (max-width: 588px) {
  .has-pd-top-jumbotron {
    margin-top: 130px;
  }
}

.has-mg-top__negative {
  margin-top: -5px;
}

.ol-popup {
  display: none;
  position: absolute;
  background-color: #eeeeee;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  height: auto;
  width: auto;
  min-width: 180px;
  z-index: 300;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  font-family: FontAwesome;
  content: "\f2d4";
  color: #7d7d7d;
}

.pannrcolumn {
  min-width: 150px;
  width: 150px;
  max-width: 150px;
}

.referencetypecolumn {
  min-width: 150px;
  width: 200px;
  max-width: 200px;
}

.referencetypeheader {
  padding: 10px;
}

.foundsearchterm {
  color: #cc3d08;
  font-weight: bold;
}

.ensemblesearchresult {
  cursor: pointer;
  font-weight: bold;
  margin: 2px;
}

.literature-card {
  background-color: #eee;
  padding: 4px;
}

#username, #email {
  text-transform: lowercase;
}

input[type=radio] {
  filter: saturate(0);
}

input[type=checkbox] {
  filter: saturate(0);
}

.ensembletitle {
  white-space: nowrap;
  font-size: large;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}