body, html {
    margin: 0;
    height: 100vh;
    padding: 0px;
    overflow: hidden;
    background-color:darkslategrey;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 18px;
}

#main {
    padding: 10px 10px 10px 10px;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
}

#title {
    font-size: 38px;
    font-weight: bold;
    padding: 0px 20px 0px 10px;
    -webkit-text-fill-color: white;
    height: 51px;
    text-align: center;
}

#container {
    display: flex;
    width: 100%;
    height: calc(100vh - 51px - 19px - 20px);
}

#cardcontainer {
    display: flex;
    width: 100%;
    height: calc(100vh - 51px - 19px - 20px);
    justify-content: center;
    align-items: center;
}

#map {
    flex: 1;
    height: 100%;
}

#legenda {
    width: 100px;
    display: flex;
    flex-direction: row;
    border-color: black;
    border-width: 0px 0px 0px 2px;
    border-style: solid;
}

#kleuren {
    width: 30px;
    display: flex;
    flex-direction: column;
}

.kleur {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    border-color: black;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    background-color: #dedada;
    box-sizing: border-box;
}
.kleur-bottom {
    border-width: 0px !important;
}

#labels {
    width: 100px;
    display: flex;
    flex-direction: column;
}

.label {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    border-color: black;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    background-color: #dedada;
    box-sizing: border-box;
}

.label-bottom {
    border-width: 0px 0px 0px 2px !important;
}

.toggle {
    background-color: #dedada;
    text-align: center;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    justify-content: center;
    padding: 10px 0px;
    border-color: black;
    border-width: 2px 0px 0px 0px;
    border-style: solid;
}

.card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    margin: 10px;
    width:40%;
    height:50%;
}

.card:hover {
    cursor: pointer;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.8);
}

#zoeken {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    margin: 10px;
}

#header {
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
    background-color: cadetblue;
    color: white;
    height: 32px;
}

#filter {
    padding: 20px;
    background-color: #dedada;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 66px;
}

#tabel-container
{
    padding: 10px;
    overflow: hidden;
    background-color: #dedada;
    /* justify-content: center; */
    flex-grow: 1;
}

#tabel {
    height: 100%;
    overflow: auto;
}

#dt_wrapper {
    flex: 1;
}

#dt tbody tr.selected {
    background-color: #3498db;
    color:white;
}

.hover-row:hover {
    background-color: lightgray;
    cursor: pointer;
}

.full {
    width: 100%;
}

.leeg {
    width: 0px;
}

.dataTables_filter input {
    background-color: white !important;
}
.dataTables_wrapper select {
    background-color: white !important;
}
.dataTables_wrapper a {
    background-color: white !important;
}

input {
    font-size: 18px;
}

select {
    font-size: 18px;
}

.material-symbols-outlined {
    font-size: 51px !important;
    font-weight: bold !important;
    /* padding: 25px; */
}

#tijdvak {
    display: flex;
}

#datumvak {
    flex-grow: 1;
}

#shrink {
    padding: 0px 5px;
    cursor: pointer;
}
#grow {
    padding: 0px 5px;
    cursor: pointer;
}

#kaart {
    flex: 1;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    margin: 10px;
}

#map-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.filter-passive {
    border-color: black;
    border-width: 2px 0px 0px 0px;
    border-style: solid;
    background-color: #dedada;
    text-align: center;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    font-weight: bold;
}

.filter-button {
    flex: 1;
    border-color: black;
    border-width: 2px 2px 0px 0px;
    border-style: solid;
    background-color: #dedada;
    text-align: center;
    padding: 10px 0px;
    cursor: pointer;
}

.filter-button:hover {
    background-color: lightgray;
}

.filter-selected {
    background-color: cadetblue !important;
    color: white;
}

.filter-last {
    border-width: 2px 0px 0px 0px;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

#footer {
    font-size: 14px;
    -webkit-text-fill-color: white;
    text-align: center;
    height: 19px;
}
.collapse {
    visibility: collapse;
}

a.no-style {
    text-decoration: none; /* Removes underline */
    color: inherit; /* Inherits color from parent */
    background-color: transparent; /* Removes any default background color */
  }

a.no-style:hover,
a.no-style:focus,
a.no-style:active {
text-decoration: none; /* No underline on hover or focus */
color: inherit; /* No color change on hover or focus */
background-color: transparent; /* No background change on hover or focus */
outline: none; /* Removes the focus outline */
}