* {
  margin: 0;
  padding: 0;
}

/**
* Layout styling
*
*/
html body {
  background: #ebeef7 url(/catalog/view/theme/default/image/banner.jpg) no-repeat top;
  background-size: 100% auto;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
html body > img {
  display: none;
}
html body.modal-open .modal.in .modal-dialog {
  margin-top: 110px;
}
html body header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 25px 30px 0;
  width: calc(100% - 60px);
  height: 65px;
  z-index: 100;
}
html body header > a {
  position: absolute;
  top: -12px;
  left: 0;
  z-index: 10;
  height: 77px;
}
html body header > a > img {
  height: 100%;
  padding: 0 15px 0 0;
}
html body header > nav {
  background: #16284c;
  background: linear-gradient(#3b475f, #2a3b5c, #16284c);
  position: absolute;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  z-index: 5;
  height: 100%;
}
html body header > nav > ul {
  float: right;
  height: 65px;
}
html body header > nav > ul > li {
  float: left;
  list-style: none;
  height: 65px;
  min-width: 46px;
  margin: 0 10px;
}
html body header > nav > ul > li > a {
  display: block;
  position: relative;
  height: 100%;
}
html body header > nav > ul > li > a img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 46px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
html body header > nav > ul > li > a span.count {
  position: absolute;
  top: 10px;
  right: -2px;
  border: 2px solid #3b475f;
  background-color: #e30613;
  border-radius: 50%;
  font-weight: normal;
  height: 24px;
  width: 24px;
  text-align: center;
  color: white;
}
html body header > nav > ul > li > a span.count.empty {
  background-color: #ebeef7;
  color: #16284c;
}
html body header > nav > ul > li > a span.text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  color: white;
  font-size: 15px;
  left: -5px;
}
html body header > nav #weather {
  width: auto;
  text-align: center;
  color: white;
  padding: 7px;
  float: right;
}
html body header > nav #weather h2 {
  margin: 0;
}
html body header > nav #weather > ul, html body header > nav #weather > ul li {
  list-style: none;
}
html body header > nav #weather > ul > li {
  display: inline;
  padding: 0 3px;
}
html body main {
  margin-top: 275px;
  min-height: 545px;
  padding: 50px 30px 0;
  background: #ebeef7;
  display: inline-block;
  width: 100%;
}
html body main > h1.title {
  position: absolute;
  top: -45px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  margin: 0;
  color: white;
}
html body main > h1.title > small {
  color: white;
}
html body main > h1.title > a {
  position: relative;
  color: white;
}
html body main > h1.title > a > img {
  filter: brightness(0) invert(1);
}
html body main > h1.title > a > .material-icons {
  font-size: 35px;
  vertical-align: bottom;
}
html body main > div.actions {
  margin-top: -30px;
}
html body main > div.actions .material-icons {
  font-size: 30px;
}
html body main > div.search, html body main > #tabs {
  position: absolute !important;
  top: -27px;
  width: calc(100% - 60px);
}
html body main div.search {
  position: relative;
  margin-bottom: 0;
}
html body main div.search:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 0;
}
html body main div.search > input[type=text] {
  height: 55px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  background: transparent;
  z-index: 20;
  position: relative;
}
html body main div.search > div {
  position: absolute;
  top: 0;
  right: 10px;
  height: 55px;
  z-index: 10;
}
html body main div.search > div > i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 40px;
}
html body main div.spacer {
  background: #ebeef7;
  display: block;
  height: 15px;
}
html body main > #tabs {
  background-color: #16284c;
  padding: 0;
}
html body main > #tabs .tab {
  float: left;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
html body main > #tabs .tab > h3 {
  margin: 0;
  color: white;
  font-weight: 100;
  text-transform: uppercase;
}
html body main > #tabs .tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  left: 0;
  background-color: transparent;
}
html body main > #tabs .tab:hover {
  background-color: #3b475f;
}
html body main > #tabs .tab.active {
  background-color: white;
}
html body main > #tabs .tab.active > h3 {
  color: #16284c;
}
html body main > #tabs .tab.active:after {
  background-color: #e30613;
}
html body main > #tab-content {
  background: white;
  padding: 0;
}
html body main > #tab-content > .tab-content {
  display: none;
}
html body main > #tab-content > .tab-content.active {
  display: block;
}
html body main > #tab-content > .tab-content > .actions {
  padding: 10px;
}
html body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 666px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 5;
  display: none;
}
html body > * {
  position: relative;
  z-index: 10;
}
html body footer {
  background: transparent;
  text-align: center;
  color: #888;
  border: none;
  padding: 50px 0;
  margin: 0;
  font-size: 16px;
}

/**
* General styling
*
*/
img.rounded {
  border-radius: 50%;
}
img.rounded.bordered {
  border: 2px solid white;
}

.dataTables_length, .dataTables_filter, .dataTables_wrapper > .row:first-of-type {
  display: none;
}

.dataTables_wrapper > .row:last-of-type {
  margin: 10px 0;
}

.dataTables_processing {
  display: none !important;
}

.material-icons.dark {
  color: #777;
}
.material-icons.dark:hover {
  color: #333;
}

a .material-icons:not(#btn-dakopname_add .material-icons, #btn-add_verlof .material-icons) {
  color: white;
}

a {
  color: #16284c;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #16284c;
  border-color: #16284c;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

table.table-custom, table.table-custom.dataTable {
  margin: 0 !important;
}
table.table-custom > thead, table.table-custom tfoot, table.table-custom.dataTable > thead, table.table-custom.dataTable tfoot {
  background: #ebeef7;
}
table.table-custom > thead > tr, table.table-custom tfoot > tr, table.table-custom.dataTable > thead > tr, table.table-custom.dataTable tfoot > tr {
  background-color: #d5dae6;
  color: #16284c;
  text-transform: uppercase;
}
table.table-custom > thead > tr > th, table.table-custom tfoot > tr > th, table.table-custom.dataTable > thead > tr > th, table.table-custom.dataTable tfoot > tr > th {
  padding: 15px;
  vertical-align: bottom;
  position: relative;
}
table.table-custom > thead > tr > th:after, table.table-custom tfoot > tr > th:after, table.table-custom.dataTable > thead > tr > th:after, table.table-custom.dataTable tfoot > tr > th:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
}
table.table-custom > tbody, table.table-custom.dataTable > tbody {
  background: white;
}
table.table-custom > tbody > tr > td, table.table-custom.dataTable > tbody > tr > td {
  padding: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  font-size: 12px;
  font-weight: bold;
}
table.table-custom > tbody > tr > td > a, table.table-custom.dataTable > tbody > tr > td > a {
  display: inline-block;
}
table.table-custom > tbody > tr > td > a > i, table.table-custom > tbody > tr > td > a > i.dark, table.table-custom.dataTable > tbody > tr > td > a > i, table.table-custom.dataTable > tbody > tr > td > a > i.dark {
  color: #e30613;
  vertical-align: middle;
}
table.table-custom > tbody > tr > td > a.img, table.table-custom.dataTable > tbody > tr > td > a.img {
  min-width: 90px;
}
table.table-custom > tbody > tr > td > a.img > img, table.table-custom.dataTable > tbody > tr > td > a.img > img {
  height: 35px;
  background-color: #ebeef7;
  border-radius: 50%;
  margin-right: 10px;
}

img.icon.icon-rounded {
  border-radius: 50%;
  margin: 0 10px;
  background: #d5dae6;
}

.panel.panel-default {
  border: 0;
  box-shadow: none;
  border-radius: 1px;
}
.panel.panel-default .panel-heading {
  padding: 15px;
  background: #d5dae6;
  border-radius: 1px;
}
.panel.panel-default .panel-body {
  width: 100%;
}
.panel.panel-default .panel-body > table {
  width: 100%;
}
.panel.panel-default.panel-blocks {
  display: flex;
  justify-content: space-around;
  background: #ebeef7;
  column-gap: 20px;
  row-gap: 20px;
  flex-flow: row wrap;
}
.panel.panel-default.panel-blocks .panel-block {
  flex: 49%;
  margin-right: auto;
  padding: 15px;
  background: #d5dae6;
}
.panel.panel-default.panel-blocks .panel-block h3 {
  margin: 10px auto;
}
.panel.panel-default.panel-blocks .panel-block .vh-form-group {
  background: inherit;
  display: flex;
  margin: 10px auto;
  position: relative;
}
.panel.panel-default.panel-blocks .panel-block .vh-form-group strong {
  padding: 7px;
  flex: 1;
}
.panel.panel-default.panel-blocks .panel-block .vh-form-group input {
  padding: 7px;
  flex: 60%;
}
.panel.panel-default.panel-blocks .panel-block .vh-form-group img {
  margin: 0;
  height: 100%;
  width: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.panel.panel-default.panel-blocks .panel-block .vh-form-group img.icon-rounded {
  border-radius: 0;
  transition: border-radius 200ms ease-in-out;
  cursor: pointer;
  padding: 0 3px;
}
.panel.panel-default.panel-blocks .panel-block .vh-form-group img.icon-rounded:hover {
  border-radius: 30% 0 0 30%;
}

.vh-form hr {
  width: 100%;
}
.vh-form table td {
  padding-bottom: 0.5rem;
}
.vh-form.vh-form-top {
  position: relative;
  top: -87px;
}
.vh-form .vh-form-group {
  background-color: white;
  font-weight: bold;
}
.vh-form .vh-form-group label {
  display: block;
  background-color: #d5dae6;
  color: #16284c;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}
.vh-form .vh-form-group > * {
  padding: 15px;
  height: auto;
}
.vh-form .vh-form-group > table {
  padding: 15px;
  margin: -1px 15px 25px;
  width: calc(100% - 30px);
}
.vh-form .vh-form-group > table tr:first-of-type td {
  padding-top: 15px;
}
.vh-form .vh-form-group > table tr:last-of-type td {
  padding-bottom: 15px;
}
.vh-form .vh-form-group textarea, .vh-form .vh-form-group select, .vh-form .vh-form-group input {
  border: none;
  border-radius: 0;
  width: 100%;
}
.vh-form .vh-form-group textarea {
  resize: vertical;
  width: 100%;
}
.vh-form .vh-custom-1 {
  background: #d5dae6;
  padding: 15px;
  width: calc(50% - 7.5px);
  float: left;
  margin-bottom: 15px;
}
.vh-form .vh-custom-1:nth-of-type(odd) {
  margin-right: 15px;
}
.vh-form .vh-custom-1 > label {
  display: block;
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
  padding-bottom: 5px;
  font-size: 15px;
  color: #16284c;
  text-transform: uppercase;
  font-weight: bold;
}
.vh-form .vh-custom-1 > label > img {
  width: 50px;
  height: 50px;
}
.vh-form .vh-custom-1 > table {
  width: 100%;
  margin-top: 10px;
}
.vh-form .vh-custom-1 > table tr {
  margin-bottom: 5px;
}
.vh-form .vh-custom-1 > table tr > td:first-of-type {
  font-weight: bold;
  color: #16284c;
}
.vh-form .vh-custom-1 .form-group {
  margin-bottom: 0;
  float: right;
}
.vh-form .vh-custom-1 .form-group input {
  border: none;
  border-radius: 0;
  height: 35px;
  padding: 0 15px;
  margin: 2.5px 0;
}
.vh-form .vh-custom-1 .form-group img {
  height: 35px;
  padding: 3px;
  background-color: rgba(1, 1, 1, 0.1);
  border-radius: 50%;
}
.vh-form .vh-custom-2 {
  font-weight: normal;
}
.vh-form .vh-custom-2 input, .vh-form .vh-custom-2 select {
  border: 1px solid #d5dae6;
  border-radius: 0;
  height: 35px;
  padding: 0 15px;
  margin: 0;
}
.vh-form .vh-custom-2 > div {
  margin-top: 10px;
  padding: 0 15px 10px;
}
.vh-form .vh-custom-2 > div > table {
  width: 100%;
}
.vh-form .vh-custom-2 > div > table tr input {
  margin: 10px 0;
}
.vh-form .vh-custom-2 > div > table tr > td:nth-of-type(2) {
  width: 25px;
  text-align: center;
  position: relative;
  left: -2px;
}
.vh-form .vh-custom-2 > div > table tr > td > span.action {
  height: 35px;
  width: 35px;
  background-color: #d5dae6;
  display: block;
  position: relative;
}
.vh-form .vh-custom-2 > div > table tr > td > span.action i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #16284c;
  vertical-align: bottom;
}
.vh-form .vh-outline .vh-form-group select, .vh-form .vh-outline .vh-form-group input {
  border: 2px #ebeef7 solid;
}
.vh-form .vh-outline .vh-form-group input[type=number] {
  -moz-appearance: textfield;
}
.vh-form .vh-outline .vh-form-group select {
  appearance: none;
}
.vh-form .vh-sm-padding .vh-form-group {
  padding: 0 0.25rem;
}
.vh-form .vh-sm-padding .vh-form-group input, .vh-form .vh-sm-padding .vh-form-group select, .vh-form .vh-sm-padding .vh-form-group strong {
  padding: 0.5rem;
}
.vh-form .vh-sm-padding .vh-form-group strong {
  display: block;
}
.vh-form .vh-sm-padding .vh-btn {
  padding: 0.2rem;
  margin: 0;
}

.vh-btn-container {
  display: flex;
}

.btn.vh-btn {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: bold;
  color: #16284c;
  background-color: #ebeef7;
  line-height: 30px;
}
.btn.vh-btn > i, .btn.vh-btn > span {
  float: left;
  font-size: 30px;
  margin-right: 5px;
}
.btn.vh-btn.vh-save {
  color: white;
  background-color: #e30613;
  transition: 200ms ease-in-out color, 200ms ease-in-out background;
}
.btn.vh-btn.vh-save:hover {
  color: #e30613;
  background: white;
}
.btn.vh-btn.vh-grey {
  color: #2a3b5c;
  background: #ebeef7;
  transition: 200ms ease-in-out color, 200ms ease-in-out background;
}
.btn.vh-btn.vh-grey:hover {
  color: #ebeef7;
  background: #2a3b5c;
}
.btn.vh-btn.white {
  background-color: #fff;
}
.btn.vh-btn.white > i {
  color: #16284c;
}
.btn.vh-btn.vh-btn-middle {
  margin: 0 auto;
}
.btn.vh-btn.icon-only > i {
  margin-right: 0;
}

/**
* Page styling
*
*/
html body.common-home {
  background-image: none;
}
html body.common-home > img {
  display: block;
  max-width: 100%;
}
html body.common-home main {
  margin-top: -115px;
  background: none;
  min-height: 0;
}
html body.common-home main #dashboard #tabs {
  padding: 0 30px;
  margin-top: 0px;
}
html body.common-home main #dashboard #tabs > a {
  position: relative;
  float: left;
  text-align: center;
  width: calc(20% - 4px);
  background-color: white;
  margin: 5px 2px;
  height: 350px;
}
html body.common-home main #dashboard #tabs > a > h2 {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
html body.common-home main #dashboard #tabs > a > figure {
  height: 300px;
  position: relative;
}
html body.common-home main #dashboard #tabs > a > figure > img {
  height: 150px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
html body.common-home main #dashboard #tabs > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background-color: #e30613;
}
html body.common-home main #dashboard #tabs:after {
  content: "";
  display: block;
  clear: both;
}

.panel.afbeeldingen .vh-form-group {
    width: 100%;
}

.panel.afbeeldingen .vh-form-group > a{
    float: left;
}

/*# sourceMappingURL=style.css.map */


#windream-files {
    width: 50%
}
