@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 62.5%;
  font-family: 'Trebuchet MS', Verdana, Arial;
  background-color: #7a704d;
}

#container {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  background-color: #fff;
  box-shadow: 0 0 8px #333;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#container #header {
  height: 185px;
}
#container #main {
  padding-left: 16px;
  padding-right: 16px;
}
#container #header #koonstra {
  margin-top: 20px;
}
#container #header #col1 {
  width: 416px;
  padding-left: 20px;
  float: left;
  padding-top: 13px;
}
#container #header #col2 {
  width: 225px;
  float: left;
  padding-top: 32px;
}
#container #header #col3 {
  width: 200px;
  float: left;
  padding-top: 32px;
}
#container #header #koonstra h1,
#container #header #col3 h1,
#container #header #col2 h1 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: bold;
  color: #5d5a3b;
}
#container #header #col3 br,
#container #header #col2 br {
  line-height: 1em;
}
#container #header #koonstra p,
#container #header #col3 p,
#container #header #col2 p {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #7a704d;
}

#container #menu {
  background-color: #0763aa;
  height: 36px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 32px;
}
#container #menu ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#container #menu ul li a {
  font-size: 1.2em;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#container #menu ul li a:hover {
  text-decoration: underline;
}

#container #footer {
  height: 49px;
}

#container #content {
  padding: 25px;
  padding-bottom: 0px;
}

#container #content h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #0763aa;
  line-height: 2em;
}
#container #content h1.alert {
  font-size: 2em;
  font-weight: bold;
  color: black;
  line-height: 2em;
  margin: 32px 8px;
  text-align: center;
}

#container #content .cancel {
  margin: 32px 8px;
  text-align: center;
  margin-bottom: 80px;
}

#container #content h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #888888;
  line-height: 2em;
  margin-top: 8px;
}
#container #content p {
  font-size: 1.3em;
  color: #222222;
  line-height: 2em;
  margin-bottom: 15px;
}
#container #content p a {
  color: #0763aa;
  text-decoration: underline;
}
#container #content p a:hover {
  text-decoration: none;
}

#container #content label {
  display: block;
  float: left;
  width: 220px;
  padding-top: 2px;
  clear: left;
}

.field {
  border: 1px solid #cccccc;
  padding: 5px;
  padding-left: 5px;
  font-family: 'Trebuchet MS', Verdana, Arial;
  font-size: 12px;
}

#keuringTabel {
  width: 100%;
  border: none;
  border-collapse: collapse;
  font-size: 13px;
}

#keuringTabel th {
  background-color: #7a704d;
  color: #ffffff;
  text-align: left;
  padding: 5px 0;
  padding-left: 5px;
  font-weight: bold;
  font-size: 12px;
}

#keuringTabel td {
  padding: 2px 0;
}

#keuringTabel .bgLineWhite {
  background-color: #ffffff;
  height: 6px;
}

#keuringTabel input {
  padding: 5px;
}

#keuringTabel .bgLineGrey {
  background-color: #cccccc;
  height: 2px;
}

.plusbutton {
  height: 25px;
  border: none;
  background-color: #7a704d;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  border-collapse: collapse;
  cursor: pointer;
}

.plusbutton.disabled {
  background-color: #cccccc;
  color: #aaa;
  cursor: default;
}

#voorwaarden {
  height: 80px;
  border: 1px solid #999999;
  overflow: auto;
  font-size: 1.1em;
  color: #999999;
  padding: 5px;
  margin-left: 180px;
  margin-bottom: -12px;
}

.button {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.table {
  margin-left: -5px;
}

.table,
.table tr,
.table tr th,
.table tr td {
  border-collapse: collapse;
  text-align: left;
}

.table tr th {
  font-size: 1.1em;
  font-weight: bold;
  color: #0763aa;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}
.table tr td {
  font-size: 1.1em;
  color: #000000;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

.small {
  font-size: 1.1em;
}

#container #content .opgaveform p {
  margin-bottom: 5px;
}

.hide {
  display: none;
}

.button--primary {
  background-color: #0763aa;
  color: #ffffff;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  float: right;
  text-decoration: none;
  font-size: 14px;
}

.button--secondary {
  background-color: #ccc;
  color: #000;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

#container #content.order-summary p {
  margin-bottom: 0;
}

.order-table {
  width: 50%;
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
  line-height: 22px;
}

.order-amount {
  font-size: 16px;
  margin: 16px 0;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
}

.red {
  color: red !important;
}

.koe-limit-note {
  font-size: 12px;
  color: #888;
  margin-left: 8px;
}

.opgave-notice {
  background-color: wheat;
  padding: 8px 32px;
  margin: 16px 0 !important;
  border: 2px dotted #888;
}
