body {
  background-color: #fff;
}

a {
  color: #333;
}
a:hover {
  color: #3db6d1;
}

.form-floating .form-control + label {
  color: #888;
}
.form-floating textarea {
  height: auto !important;
}

h5 {
  font-weight: 600;
}

.btn {
  font-weight: 600;
}
.btn.btn-primary, .btn.btn-primary:active {
  background-color: #3db6d1;
  border-color: #3db6d1;
}
.btn.btn-primary:hover {
  background-color: #252733;
  border-color: #333;
}
.btn.btn-success, .btn.btn-success:active {
  background-color: #56ae45;
  border-color: #56ae45;
}
.btn.btn-success:hover {
  background-color: #5c8b53;
  border-color: #333;
}
.btn.btn-default, .btn.btn-default:active {
  border: 1px solid #5F5F5F;
}
.btn.btn-default:hover {
  background-color: #5F5F5F;
  color: #fff;
}

.bg-primary {
  background-color: #3db6d1 !important;
}

.text-primary {
  color: #3db6d1 !important;
}

.text-primary[data-bs-toggle=popover]:hover {
  color: #252733 !important;
}

[data-bs-toggle=popover] {
  cursor: pointer;
  font-size: 1.2rem;
}

.popover .popover-body p:last-of-type {
  margin-bottom: 0;
}

.sidebar-toggle {
  color: #fff;
}
.sidebar-toggle .fas {
  font-size: 2rem;
}

#menu-backdrop {
  transition: opacity 0.3s linear, visibility 0.3s linear;
  visibility: hidden;
}
#menu-backdrop.show {
  visibility: visible;
}

#header {
  background-color: #3db6d1;
  background-image: url("/img/bodem-achtergrond.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 230px;
  height: 100px;
}
#header .navbar-collapse {
  flex-grow: unset;
}
#header .nav-item {
  padding: 20px 5px;
}
#header .nav-item .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #56ae45;
  padding: 0;
  min-height: 100%;
  width: 230px;
  z-index: 1060;
  box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
}
#sidebar .divider {
  border-top: 1px solid #ddd;
  margin: 10px 0 0;
}
#sidebar .divider a {
  background-color: transparent;
  border: none;
  cursor: default;
}
#sidebar .navbar-brand {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #fff;
  background-color: #fff;
}
#sidebar .navbar-brand img {
  max-height: 100px;
  max-width: 200px;
}
#sidebar .card {
  border: none;
  background-color: transparent !important;
  padding: 0 10px;
}
#sidebar .card .nav-pills .nav-item {
  border-radius: 4px;
}
#sidebar .card .nav-pills .nav-item a {
  padding: 8px 16px;
  background-color: transparent;
  border: none;
  color: #fff;
}
#sidebar .card .nav-pills .nav-item a span {
  color: #483b31;
  width: 20px;
}
#sidebar .card .nav-pills .nav-item.active {
  background-color: transparent;
}
#sidebar .card .nav-pills .nav-item.active > a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
#sidebar .card .nav-pills .nav-item.active > a.kv-toggle {
  background-color: #fff;
  color: #3db6d1;
}
#sidebar .card .nav-pills .nav-item.active > a.kv-toggle i.indicator {
  color: #3db6d1;
}
#sidebar .card .nav-pills .nav-item.dropdown > a i.indicator {
  color: #fff;
}
#sidebar .card .nav-pills .nav-item.dropdown.active > a,
#sidebar .card .nav-pills .nav-item.dropdown > a.active {
  background-color: transparent;
  color: #fff;
}
#sidebar .card .nav-pills .nav-item.dropdown.active > a i.indicator,
#sidebar .card .nav-pills .nav-item.dropdown > a.active i.indicator {
  color: #fff;
}
#sidebar .card .nav-pills .nav-item.dropdown.active {
  background-color: transparent;
}
#sidebar .card .nav-pills .nav-item.dropdown.active > a {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#sidebar .card .nav-pills .nav-item.dropdown.active > a i.indicator {
  color: #fff;
}
#sidebar .card .nav-pills .nav-item.dropdown.active > ul {
  background-color: transparent;
}
#sidebar .sign-out-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 230px;
  padding: 20px 25px;
  background-image: linear-gradient(to right, #56ae45, #3db6d1);
}
#sidebar .sign-out-container a {
  color: #fff;
  text-decoration: none;
}
#sidebar .sign-out-container a i {
  margin-right: 5px;
  color: #483b31;
}

.card {
  border-color: #e9e9e9;
}
.card.bg-grey {
  background-color: #f6f6f6;
}
.card .card-actions {
  margin-bottom: 10px;
}
.card .table {
  --bs-table-striped-bg: none;
  --bs-table-border: none;
  border-color: transparent;
}
.card .table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.card .table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f6f6f6;
  border-radius: 4px;
}
.card .table tr th, .card .table tr td {
  background-color: transparent;
}

.wrap.sidebar-collapsed .main-header .sidebar-toggle:before {
  content: "\f0c9";
}

.wrap.sidebar-collapsed .main-sidebar .user-info {
  display: none;
}

.content-wrapper {
  margin-left: 230px;
  padding: 115px 15px 15px;
}
.content-wrapper .breadcrumb {
  background-color: transparent;
  position: initial;
  float: none;
  padding: 0;
  font-size: 12px;
  margin-bottom: 15px;
}
.content-wrapper .breadcrumb > li {
  padding-left: 5px;
}
.content-wrapper .breadcrumb > li + li:before {
  content: "/";
  padding-right: 5px;
}

.footer {
  background-color: #fff;
  height: 132px;
  margin-left: 230px;
  padding: 20px 15px 0;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #f6f6f6;
}
.footer .logos {
  text-align: center;
}
.footer .logos .logo {
  height: 80px;
}
.footer .credit {
  padding: 5px 0;
  float: right;
  text-align: right;
}

.footer.sidebar-collapsed {
  margin-left: 0;
}

.wrap.sidebar-collapsed .main-header .sidebar-toggle {
  margin-left: 0;
}

.wrap.sidebar-collapsed .main-sidebar {
  padding: 60px 0 0;
  width: 0;
}

.grid-view .grid-filters {
  float: right;
}
.grid-view .grid-filters > * {
  width: 200px;
  margin-left: 6px;
  background-color: #fff;
}
.grid-view .grid-filters > .date-range {
  width: 230px;
}
.grid-view .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.grid-view .card .card-header {
  background-color: transparent !important;
  border-bottom: none;
  padding: 5px 0 0;
}
.grid-view .card .card-header h5 {
  font-size: 1rem;
  line-height: initial;
}
.grid-view .card .kv-panel-before {
  padding: 10px 0;
  border: none;
}
.grid-view .card .kv-panel-after {
  display: none;
}
.grid-view .card .kv-grid-container {
  border: 1px solid #e9e9e9;
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 10px;
}
.grid-view .card .table {
  --bs-table-striped-bg: none;
}
.grid-view .card .table > :not(caption) > * > * {
  border-color: #e5e7eb;
}
.grid-view .card .table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.grid-view .card .table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f6f6f6;
  border-radius: 4px;
}
.grid-view .card .table > thead {
  background: none;
  background-color: transparent;
}
.grid-view .card .table > thead > tr > th {
  padding: 0.8rem 0.5rem;
  background-color: transparent;
}
.grid-view .card .table > thead > tr > th a {
  text-decoration: none;
  font-size: 1rem;
}
.grid-view .card .table > tbody > tr {
  background-color: transparent;
  border-radius: 4px;
}
.grid-view .card .table > tbody > tr > td {
  padding: 0.8rem 0.5rem;
  background-color: transparent;
  border: none;
}
.grid-view .card .card-footer {
  padding: 0;
  background-color: #fff;
  border: none;
}
.grid-view .card .card-footer .kv-panel-pager {
  min-height: auto;
  height: auto;
  border-top: 0px solid transparent;
}
.grid-view .card .card-footer .kv-panel-pager .pagination {
  margin: 10px 10px 5px;
}
.grid-view .card ul.pagination {
  float: right;
}
.grid-view .card ul.pagination li {
  border: none;
}
.grid-view .card ul.pagination li.disabled {
  display: none;
}
.grid-view .card ul.pagination li a, .grid-view .card ul.pagination li span {
  border: none;
  color: #333;
}
.grid-view .card ul.pagination li.active a {
  background-color: transparent;
  font-weight: 700;
  color: #56ae45;
}

@media (max-width: 991.98px) {
  #header {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }
  #header .logo-mobile {
    text-align: center;
  }
  #header .logo-mobile img {
    height: 90px;
  }
  #header .sidebar-toggle {
    margin: 0 0 0 25px;
  }
  #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px; /* Adjust width as per your preference */
    height: 100%;
    transform: translateX(-100%);
    transition: 0.2s ease;
  }
  #sidebar.show {
    transform: translateX(0);
  }
  #sidebar .sidebar-toggle {
    position: absolute;
    top: 30px;
    right: -60px;
  }
  .content-wrapper {
    margin-left: 0;
  }
  .footer {
    margin-left: 0;
  }
  .footer .logos {
    width: 100%;
  }
  .footer .logos img {
    max-width: 50%;
    object-fit: contain;
  }
  .footer .credit {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #header .navbar-nav {
    justify-content: end;
  }
  #header .navbar-nav .nav-item {
    padding: 0 5px;
  }
}
html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
}

.popover-alert-container {
  position: fixed;
  z-index: 1040;
  top: 75px;
  right: 15px;
  width: 500px;
}
@media (min-width: 576px) {
  .popover-alert-container {
    right: 15px;
    max-width: calc(100% - 30px);
  }
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -132px;
  padding: 0 0 132px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.wrap.login {
  background-color: #3db6d1;
  background-image: url("/img/bodem-achtergrond.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap.login header {
  height: 100px;
  background-color: #fff;
}
.wrap.login header .logo {
  height: 100px;
  max-height: 100px;
}
.wrap.login > .container {
  padding: 20vh 15px 20px;
}

#loginbox .card .card-title {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: linear-gradient(to right, #ffffff, #3db6d1);
  line-height: 45px;
  color: #3db6d1;
  font-size: 2rem;
  font-weight: 600;
  padding: 5px 15px;
}

#export-index .card {
  height: 100%;
  padding-bottom: 30px;
}
#export-index .card .icon {
  font-size: 30px;
  padding: 50px calc(50% - 10px);
}
#export-index .card .btn {
  bottom: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.clickable-row {
  cursor: pointer;
}
.clickable-row:hover, .clickable-row:nth-of-type(odd):hover {
  background-color: #f0f0f0 !important;
}

.deleted-row {
  background-color: #f2dede !important;
}

.table {
  margin-bottom: 0;
}
.table > thead > tr > td,
.table > tbody > tr > td {
  vertical-align: middle;
}

.table-settings > tbody > tr > td {
  vertical-align: middle;
}

.kv-drp-dropdown .kv-clear {
  padding: 3px 6px;
}

.table .actions {
  width: 0;
  white-space: nowrap;
  padding: 0 5px 0 0 !important;
}
.table .actions .action-column-link {
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  text-align: center;
  transition: 0.2s ease;
}
.table .actions .action-column-link:hover {
  background-color: #d0d0d0;
  color: #333;
}

#map {
  cursor: pointer;
}

.mt-6-2-em {
  margin-top: 6.2rem !important;
}

#application-view .nav-pills {
  margin-bottom: 15px;
}
#application-view .nav-pills .nav-item {
  background-color: #e9e9e9;
  border-radius: var(--bs-nav-pills-border-radius);
  margin-right: 0.5rem;
}
#application-view .nav-pills .nav-item a {
  color: #333;
}
#application-view .nav-pills .nav-item a:hover, #application-view .nav-pills .nav-item a.active {
  color: #fff;
  background-color: #3db6d1;
}
#application-view .nav-pills .nav-item a.active {
  font-weight: bold;
}

/*# sourceMappingURL=main.css.map */
