#overzicht-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#overzicht-top {
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 3% 22px 3%;
  border-bottom: 3px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#overzicht-bottom {
  position: relative;
  float: left;
  width: 100%;
  width: 100%;
  background-color: #ffffff;
  overflow: auto;
}

#overzicht-top-titel {
  position: relative;
  float: left;
  width: 100%;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
}

.overzicht-tabel {
  position: relative;
  float: left;
  width: 100%;
  color: #616161;
  border-spacing: 0px;
}

.overzicht-tabel thead {
  font-weight: 600;
}

.overzicht-tabel thead tr {
  padding: 0px 3%;
  margin: 0;
}

.overzicht-tabel thead tr td {
  padding: 15px 0px 15px 20px;
  margin: 0;
  background-color: #f5f5f5;
  border-bottom: 2px solid #eaeaea;
}

.overzicht-tabel thead tr td:first-child {
  padding-left: 3%;
  margin: 0;
}

.overzicht-tabel tbody tr {
  padding: 0px 3%;
  margin: 0;
}

.overzicht-tabel tbody tr:hover {
  background-color: #faf1f2;
}

.overzicht-tabel tbody tr td {
  padding: 10px 0px 10px 20px;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

.overzicht-tabel.overzicht-tabel-klant th {
  text-align: left;
}
.overzicht-tabel.overzicht-tabel-klant td {
  vertical-align: top;
  padding-left: 0;
}

.overzicht-tabel tbody tr td:first-child {
  padding-left: 3%;
  margin: 0;
}

.btn-optie {
  position: relative;
  float: left;
  background-color: #e7e6e6;
  padding: 7px 15px;
  color: #5d5d5d !important;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 4px;
}

.btn-optie:hover {
  background-color: #d2222a;
  color: #fff !important;
}

.btn-optie-toevoegen {
  position: relative;
  float: left;
  background-color: #d2222a;
  padding: 7px 15px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 4px;
}

.btn-optie-wijzig:hover {
  background-color: #d7d7d7;
  color: #5d5d5d !important;
}

.btn-toevoegen {
  position: absolute;
  right: 3%;
  top: 17px;
  padding: 9px 15px 9px 15px;
  margin: 0px 0px 0px 10px;
  outline: none;
  border: 0px;
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 600;
  background-color: #d2222a;
  color: #fff !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.btn-toevoegen:hover {
  background-color: #f31a24;
}

.fixed10 {
  width: 10%;
}

.fixed100 {
  width: 100px;
}

.fixed130 {
  width: 130px;
}

.fixed240 {
  width: 240px;
}

.fixed260 {
  width: 260px;
}

.fixed290 {
  width: 290px;
}

.fixed320 {
  width: 320px;
}

#zoek-icoon-container {
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -18px;
  display: none;
}

.zoek-icoon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: #ecebeb;
  background-image: url(../../images/search-button.png);
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 5px;
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

.close-icoon {
  background-image: url(../../images/icon-remove.png);
}

.blok-kleur {
  float: left;
  width: 16px;
  height: 16px;
  border: 2px solid #333333;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}