@font-face {
  font-family: "ProCera";
  src: url("../../fonts/cera pro sv/Cera pro Bold.otf") format("opentype");
}
.button {
  background-color: #0294d1;
  border-width: 2px;
  border-color: transparent;
  color: white;
  font-family: ProCera, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  position: relative;
  top: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  height: 46px;
  min-height: 46px;
  transition: all 0.05s ease-in-out;
}

.bg-green {
  background-color: #4ac16a !important;
}

.bg-blue {
  background-color: #0294d1 !important;
}

.bg-red {
  background-color: #e94848 !important;
}

.button:hover {
  top: 2px;
  color: white;
}
.button:hover.bg-blue {
  box-shadow: 0 2px 6px 0 rgba(2, 148, 209, 0.5);
  background-color: #0087bf;
}
.button:hover.bg-green {
  background-color: #3aae59;
  box-shadow: 0 2px 6px 0 rgba(74, 193, 106, 0.5);
}
.button:hover.bg-red {
  background-color: #d83b3b;
  box-shadow: 0 2px 6px 0 rgba(233, 72, 72, 0.5);
}

@font-face {
  font-family: "ProCera";
  src: url("../../fonts/cera pro sv/Cera pro Bold.otf") format("opentype");
}
.navbar {
  background-color: #f2f2f2;
}
.navbar a.navbar-brand img {
  width: 50px;
  height: 50px;
}
.navbar .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.navbar .nav-item {
  color: #767676;
  font-family: ProCera, sans-serif;
}
.navbar .nav-item a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
.navbar .nav-item:hover {
  color: #0294d1 !important;
}
.navbar .nav-item .nav-link {
  color: inherit;
}
.navbar .nav-item.active .nav-link {
  color: #e94848;
}

.button {
  background-color: #0294d1;
  border-width: 2px;
  border-color: transparent;
  color: white;
  font-family: ProCera, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  position: relative;
  top: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  height: 46px;
  min-height: 46px;
  transition: all 0.05s ease-in-out;
}
.button:hover {
  top: 2px;
  color: white;
}
.button:hover.bg-blue {
  box-shadow: 0 2px 6px 0 rgba(2, 148, 209, 0.5);
  background-color: #0087bf;
}
.button:hover.bg-green {
  background-color: #3aae59;
  box-shadow: 0 2px 6px 0 rgba(74, 193, 106, 0.5);
}
.button:hover.bg-red {
  background-color: #d83b3b;
  box-shadow: 0 2px 6px 0 rgba(233, 72, 72, 0.5);
}

.bg-green {
  background-color: #4ac16a;
}

.bg-blue {
  background-color: #0294d1;
}

.dropdown-menu {
  min-width: 4rem;
}

@media only screen and (min-width: 576px) {
  #navkaarten::after, #dropdownkaarten {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .navbar .container {
    width: 100%;
    margin: auto;
  }
}
@font-face {
  font-family: "ProCera";
  src: url("../../fonts/cera pro sv/Cera pro Bold.otf") format("opentype");
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

a.navbar-brand img {
  width: 70px;
  height: 65px;
  transition: all 0.2s ease-in-out;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-right {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}

/* general component styles
-------------------------------------------------- */
a, a:hover {
  color: #767676;
  text-decoration: none;
}

/* increase index page H1 font-size*/
.text-bigger {
  font-size: 4rem;
}

.footer img {
  width: 10vw;
}

.show {
  display: block;
}

.justify-self-center {
  justify-self: center;
}

.form-control:focus {
  box-shadow: none;
}

main {
  flex: 2;
}

/* table questions */
.replyQuestion, .delQuestion {
  background-color: #0294d1;
  border-width: 2px;
  border-color: transparent;
  color: white;
  font-family: ProCera, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  position: relative;
  top: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  height: 32px;
  min-height: 32px;
  transition: all 0.05s ease-in-out;
}

.replyQuestion:hover {
  color: #FFFF;
}

.statusTable {
  width: 20%;
}

/* table orders */
.confirmOrder, .denyOrder {
  border-width: 2px;
  border-color: transparent;
  color: white;
  font-family: ProCera, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  position: relative;
  top: 0;
  height: 32px;
  min-height: 32px;
  transition: all 0.05s ease-in-out;
}
.confirmOrder:hover, .denyOrder:hover {
  color: #FFFF;
}

.confirmOrder {
  background-color: #3aae59;
  box-shadow: 0 2px 6px 0 rgba(74, 193, 106, 0.5);
}

.denyOrder {
  background-color: #d83b3b;
  box-shadow: 0 2px 6px 0 rgba(233, 72, 72, 0.5);
}

/* table categories */
.categories .visualized {
  width: 20%;
}
.categories i {
  width: 20%;
  margin: auto;
  font-size: 1.3em;
}
.categories td {
  text-align: center;
}

#previewNl, #previewFr, #preview {
  height: 100%;
  width: 25%;
}

#titles label, #titles input {
  width: 50%;
}

.order thead, .order tbody, .history thead, .history tbody, .questions thead, .questions tbody {
  width: 100%;
}
.order tbody tr, .history tbody tr, .questions tbody tr {
  padding-bottom: 1vh;
  margin-bottom: 2vh;
}
.order th, .order td, .history th, .history td, .questions th, .questions td {
  width: 15%;
}
.order th:nth-of-type(4), .order td:nth-of-type(4), .history th:nth-of-type(4), .history td:nth-of-type(4), .questions th:nth-of-type(4), .questions td:nth-of-type(4) {
  width: 20%;
}
.order th:nth-of-type(5), .order td:nth-of-type(5), .history th:nth-of-type(5), .history td:nth-of-type(5), .questions th:nth-of-type(5), .questions td:nth-of-type(5) {
  width: 5%;
}

.questions tr {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.questions th, .questions td {
  width: 50%;
}
.questions td:nth-of-type(3) {
  flex-basis: 100%;
  width: 100%;
  margin: 2vh 0;
}
.questions td:nth-of-type(4) {
  flex-basis: 50%;
  width: 40%;
}
.questions td:nth-of-type(5) {
  width: fit-content;
  margin-left: 5vw;
}

#loginspinner {
  height: 5%;
  width: 5%;
}
.modal-body input[type=number],
.modal-body input::-webkit-outer-spin-button,
.modal-body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

@media only screen and (max-width: 576px) {
  .text-bigger {
    font-size: 3rem;
  }

  .footer img {
    width: 20vw;
  }

  #previewNl, #previewFr, #preview {
    height: 100%;
    width: 50%;
  }

  #titles label, #titles input {
    width: 100%;
  }

  .order tr, .history tr {
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }

  .order th, .order td {
    width: 20%;
  }
  .order th:nth-of-type(5), .order td:nth-of-type(5) {
    width: 15%;
  }
  .order td:nth-of-type(6), .order td:nth-of-type(7) {
    flex-basis: 50%;
    width: 40%;
  }

  .history th, .history td {
    width: 15% !important;
    font-size: 1rem;
  }
  .history th:nth-of-type(3), .history td:nth-of-type(3), .history th:nth-of-type(4), .history td:nth-of-type(4) {
    width: 20% !important;
  }
}

/*# sourceMappingURL=site.css.map */
