.logo {
  width: 100px;
  height: 30px;
  padding-bottom: 30.9%;
}

.container-fluid {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container {
  padding: 0px 0px 0px 0px !important
}

.calculator {
  width: 90%;
}
.cursor-pointer {
  cursor: pointer;
}
.sidebar {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  background-color: #f8f9fa;
  padding-top: 100px;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
}
.sidebar ul li {
  margin-bottom: 10px;
}
.sidebar ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 10px;
  border-radius: 4px;
}
.sidebar ul li a:hover {
  background-color: #ddd;
}

/*
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
}
.navbar-nav  li a:hover {
    color: #1abc9c !important;
} */

.footer-padding {
  padding-bottom: 60px;
}

.footer {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #000080;
}

.footer p {
  margin-top: 25;
  font-size: 12px;
  color: #fff;
}

.card-text,
.nav-link,
.dropdown-item {
  color: #000080 !important;
}


.input-group-addon {
  min-width: 150px;
  text-align: left;
  background-color: #c4d4f7;
  color: #000080;

}

.input-group-text {
  min-width: 150px;
  text-align: left;
  background-color: #c4d4f7;
  color: #000080;

}

.container {
  max-width: 100%;
}

.container .text-muted {
  margin: 20px 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* Margin bottom by footer height */
}

h1,
h2,
h3 {
  color: #000080;
  text-align: center;
}


.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #c3c3cf63;
  /* Vervang met de gewenste kleur */
}

.table-striped thead td,
.table-striped thead th,
.table-striped tfoot td,
.table-striped tfoot th {
  background: #000080;
  /* Vervang met de gewenste kleur */
  font-weight: 700;
  color: #ffffff;
  /* Vervang met de gewenste kleur */

}

.wwButton {
  display: flex;
}

.btn {
  flex: 1;
}

.btn-custom {
  background-color: #000080;
  /* Achtergrondkleur van de knop */
  color: #fff;
  /* Tekstkleur */
  border: none;
  /* Geen rand */
  padding: 0.375rem 0.75rem;
  /* Padding */
  font-size: 1rem;
  /* Lettergrootte */
  line-height: 1.5;
  /* Regelafstand */
  border-radius: 0.25rem;
  /* Afronding van de hoeken */
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  /* Animatie voor hover-effect */
}

#mijnHeader {
  position: sticky;
  top: 0;
  z-index: 1000;
  /* Zorgt ervoor dat de header boven andere elementen blijft */
  background-color: white;
  /* Optioneel, voor zichtbaarheid */
}

.btn-custom:hover,
.btn-custom:focus {
  background-color: #2929aa;
  /* Donkerdere achtergrondkleur bij hover/focus */
  color: #ffffff;
  /* Tekstkleur blijft wit */
  text-decoration: none;
  /* Geen onderstreping bij hover/focus */
}

.d-none {
  display: none;
}

.user-section {
  width: calc(33.333% - 20px);
  /* Aanpassing voor padding */
  margin: 10px;
  float: left;
}

.card-header.clickable {
  cursor: pointer;
}

a {
  color: #000080;
}


/* Zorg ervoor dat de overige CSS aanwezig is om de layout correct te maken */

hr {
  width: 80%;
  margin: auto
}

.multiColorConic {
  background-image: conic-gradient(from 0deg at center, red, orange, yellow, green, blue, indigo, violet);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  /* Maakt de span cirkelvormig */
}

/* Titelstijl */
.page-title {
  font-size: 2.5rem;
  /* Grootte van de lettertype */
  color: #5c5cec;
  /* Kleur van de tekst, gebaseerd op je kleurenschema */
  font-weight: 600;
  /* Dikte van de lettertype */
  margin-bottom: 1rem;
  /* Ruimte onder de titel */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Subtiele schaduw voor diepte */
  text-transform: uppercase;
  /* Maakt alle letters kapitaal voor nadruk */
}

tr[data-href]:hover {
  cursor: pointer;
  background-color: #f5f5f5;
  /* Lichtgrijze achtergrond voor hover */
}

th {
  border: 1px solid #d3d3d3;
  width: 10vw;
  /* Stel hier de gewenste breedte in */
  max-width: 325px;
  /* Optioneel: stel hier een maximale breedte in */
  white-space: nowrap;
  /* Optioneel: voorkom dat tekst wordt afgebroken */
  overflow: hidden;
  /* Optioneel: verberg overflow als de tekst te lang is */
  text-overflow: ellipsis;
  /* Optioneel: voeg "..." toe als de tekst te lang is */
  text-align: left;
  white-space: nowrap;
  font-size: 16px;

}

#offertetable tr td:nth-child(1) {
  text-align: center;
}

td {
  border: 1px solid #d3d3d3;
  width: 10vw;
  /* Stel hier de gewenste breedte in */
  max-width: 325px;
  /* Optioneel: stel hier een maximale breedte in */
  white-space: nowrap;
  /* Optioneel: voorkom dat tekst wordt afgebroken */
  overflow: hidden;
  /* Optioneel: verberg overflow als de tekst te lang is */
  text-overflow: ellipsis;
  /* Optioneel: voeg "..." toe als de tekst te lang is */
  text-align: left;
  white-space: nowrap;
  font-size: 12px;

}

/* Aanvullende stijl voor kleine schermen */

tr.custom-row {
  height: 50px;
  /* Stel hier de gewenste hoogte in */
  background-color: #000080 !important;
  /* Stel hier de gewenste achtergrondkleur in */
}

tr {
  height: 20px !important;
}

.custom-thead-color {
  background-color: #000080 !important;
  /* Groene achtergrond */
  color: white;
  /* Witte tekst */
}

.input-field {
  padding: 5px;
  font-size: 16px;
  /* Standaard border-stijl zonder kleur */
  border: 2px solid transparent;
}

/* Rode rand stijl */
.error-border {
  border-color: red;
}

.text-primary {
  color: #000080 !important;
  /* Donkerblauw */
}

.btn-primary {
  background-color: #000080;
  /* Donkerblauw */
  border-color: #000080;
  /* Donkerblauw */
}

.btn-primary {
  background-color: #000080;
  /* Donkerblauw */
  border: none;
}

.card {
  border-radius: 15px;
  /* Afgeronde hoeken */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Kleine schaduw */
  margin-top: 20px;
}

.card-title {
  font-family: 'Arial Bold', sans-serif;
  /* Verander naar gewenst lettertype */
  font-size: 32px;
  /* Grootte van de titel */
  color: #000080;
  /* Kleur van de titel */
  margin-bottom: 15px;
  /* Ruimte onder de titel */
}

.card-text {
  font-family: 'arial', sans-serif;
  /* Verander naar gewenst lettertype */
  font-size: 22px;
  /* Grootte van de tekst */
  color: #333;
  /* Kleur van de tekst */
}

.card-img-top {
  max-height: 400px;
  /* Pas de maximale hoogte aan naar wens */
  width: auto;
  /* Zorgt ervoor dat de breedte automatisch aangepast wordt */
  object-fit: scale-down
    /* Zorgt ervoor dat de afbeelding de container mooi vult zonder te vervormen */
}