@charset "UTF-8";
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  border-left-color: #777;
}

.bs-callout-default h4 {
  color: #777;
}

.bs-callout-primary {
  border-left-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

.topbar {
  color: #f9f9f9;
  background: #039fe9;
  background: linear-gradient(to right, #039fe9, #038ed0);
  position: relative;
  z-index: 11;
}
.topbar a {
  color: inherit;
}
.topbar .logo {
  display: block;
  float: left;
  padding: 5px;
  margin-right: 1em;
  background-color: white;
}
.topbar .logo .logo-img {
  height: 30px;
}
.topbar .breadcrumbs {
  float: left;
  margin: 0;
  list-style: none;
  display: block;
  padding: 5px;
  line-height: 30px;
}
.topbar .breadcrumbs > .crumb {
  display: inline-block;
}
.topbar .breadcrumbs > .crumb:last-child {
  font-weight: 500;
}
.topbar .breadcrumbs > .crumb + .crumb:before {
  padding-left: 0.5em;
  color: #ccc;
  content: "/ ";
}
.topbar .topright-buttons {
  float: right;
  padding: 5px;
}

html {
  overflow-y: scroll;
}

html {
  height: 100%;
}

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

body.modal-open {
  overflow: visible;
}

.block404 {
  text-align: center;
  margin: 4em 0;
}
.block404 .big {
  font-size: 72px;
}
.block404 .small {
  font-size: 32px;
}

.page {
  padding: 10px 0;
}

.page-header {
  margin-top: 0;
  margin-bottom: 10px;
}

.page-buttons {
  margin-bottom: 4ex;
}

.empty-table {
  padding: 2em !important;
  background-color: #f8f8f8;
}

.empty-table-small {
  padding: 1em !important;
  background-color: #f8f8f8;
}

.table-search,
.table-action,
.header-action {
  max-width: 35%;
  float: right;
  clear: both;
  margin-top: -5px;
}
.table-search input,
.table-action input,
.header-action input {
  max-width: 100%;
}

thead {
  position: sticky;
  top: 0;
  background-color: white;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.table.table-align-middle > tbody > tr > td {
  vertical-align: middle;
}

.panel-title-button {
  margin-top: -6px;
}

.clickrow {
  cursor: pointer;
}

.tooltip {
  font-size: inherit;
}

.modal-logo {
  height: 30px;
  float: right;
}

.footer {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  line-height: 50px;
  background-color: #f8f8f8;
  color: #888;
}
.footer a {
  text-decoration: underline;
}

.sort {
  display: inline-block;
  font-size: 0.6em;
  color: #ccc;
  vertical-align: middle;
}
.sort .up,
.sort .down {
  line-height: 1;
}
.sort .up.active,
.sort .down.active {
  color: #333;
}

.sortcol {
  cursor: pointer;
  user-select: none; /* CSS3 (little to no support) */
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: none; /* Gecko (Firefox) */
  -webkit-user-select: none; /* Webkit (Safari, Chrome) */
}

.imagebackdrop {
  opacity: 1 !important;
  background-color: gray !important;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 780px) {
  .imagebackdrop {
    background-image: url("../img/unsplash-gustavo-quepon-129114-780x.jpg");
  }
}
@media only screen and (min-width: 781px) and (max-width: 1280px) {
  .imagebackdrop {
    background-image: url("../img/unsplash-gustavo-quepon-129114-1280x.jpg");
  }
}
@media only screen and (min-width: 1281px) {
  .imagebackdrop {
    background-image: url("../img/unsplash-gustavo-quepon-129114-1920x.jpg");
  }
}
.loader {
  font-size: 3em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #444;
  line-height: 1;
  z-index: 2000;
}
.loader.loader-scoped {
  position: absolute;
  margin: -10px -15px;
}
.loader.loader-scoped .loader-elem {
  position: absolute;
  top: 10px;
  right: 10px;
}
.loader .loader-elem {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0.15em;
  border-radius: 0.1em;
}

.loadingsaved {
  position: fixed;
  top: 5px;
  left: 5px;
  color: white;
  background-color: #5cb85c;
  padding: 10px;
  border-radius: 5px;
  z-index: 2001;
  opacity: 0.95;
}

.faselabel {
  cursor: pointer;
  border: 1px solid #ccc;
  border-right-width: 0;
  padding: 0.75rem 1rem;
}
.faselabel:first-child {
  border-radius: 3px 0 0 3px;
}
.faselabel:last-child {
  border-right-width: 1px;
  border-radius: 0 3px 3px 0;
}

.faselabel-done {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.faselabel-actionable {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.faselabel-open {
  color: #fff;
  background-color: #039fe9;
  border-color: #038ed0;
}

.label-correct {
  font-weight: bold !important;
  color: #039fe9;
}

.stapActief {
  color: white !important;
  background-color: #039fe9 !important;
  box-shadow: 0 0 30px #aaa;
}

.stapAfgerond {
  color: white !important;
  background-color: rgb(92, 184, 92) !important;
}

.procesStappen {
  padding-top: 4ex;
  display: flex;
  flex-wrap: wrap;
}

.procesStap {
  width: 30em;
  margin-right: 2em;
}

.procesStap.actief div.panel {
  box-shadow: 0 0 30px #aaa;
}

.plankaarten {
  margin-bottom: 10px;
}
.plankaarten .checkbox {
  margin: 2px 0;
}

.map-search {
  position: absolute;
  z-index: 999;
  margin: 10px;
  border-radius: 5px;
  background: transparent;
  right: 0px;
}
.map-search .search-container {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: white;
  border-radius: 4px;
  height: 40px;
  box-shadow: 0px 0 10px -4px #444;
}
.map-search .search-container .search-input {
  display: inline-block;
  background: transparent;
  border: 0;
  color: #444;
  box-shadow: none;
  padding: 10px;
  height: 40px;
  width: 220px;
}

.map.map-fullscreen {
  position: fixed !important;
  height: auto !important;
  top: 1em;
  bottom: 1em;
  right: 1em;
  left: 1em;
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

@font-face {
  font-family: "mrae";
  src: url("../fonts/mrae.eot?v=0.0.6");
  src: url("../fonts/mrae.eot?v=0.0.6#iefix") format("embedded-opentype"), url("../fonts/mrae.woff2?v=0.0.6") format("woff2"), url("../fonts/mrae.woff?v=0.0.6") format("woff"), url("../fonts/mrae.svg?v=0.0.6#mrae") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0042-0048;
}
[class*=mrae-]:before {
  display: inline-block;
  font-family: "mrae";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mrae-logo:before {
  content: "B";
}

.mrae-snellader:before {
  content: "C";
}

.mrae-andere-lader:before {
  content: "D";
}

.mrae-andere-snellader:before {
  content: "E";
}

.mrae-snelladerverzoek:before {
  content: "F";
}

.mrae-snelladervoorstel:before {
  content: "G";
}

.mrae-parkeergarage:before {
  content: "H";
}

.modal-title {
  cursor: grab;
}

.input-active {
  background-color: #039fe9;
  border-color: #038ed0;
  color: white;
}

.btn-primary.active {
  background-color: #039fe9;
  border-color: #038ed0;
}

.table.table-align-middle > thead > tr > td, .table.table-align-middle > thead > tr > th, .table.table-align-middle > tbody > tr > td, .table.table-align-middle > tbody > tr > th {
  vertical-align: middle;
}

[title]:not([title=""]) {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2ex;
}

.modal-fullwidth {
  width: 95vw;
}

.mraelaadpalen-aandacht {
  font-weight: bold;
}

/*# sourceMappingURL=app.css.map */
