html {
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

body.modal-open {
  overflow: visible;
}

.color-success {
  color: #3c763d;
}

.color-error {
  color: #d9534f;
}

.pagebuttons {
  margin-bottom: 10px;
}

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

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

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

.clickrow {
  cursor: pointer;
}

.tooltip {
  font-size: inherit;
}

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

.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;
  border-radius: 0.25em;
  padding: 0.25em;
}
.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;
}

.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-andreas-gucklhorn-285561-780x.jpg");
  }
}
@media only screen and (min-width: 781px) and (max-width: 1280px) {
  .imagebackdrop {
    background-image: url("../img/unsplash-andreas-gucklhorn-285561-1280x.jpg");
  }
}
@media only screen and (min-width: 1281px) {
  .imagebackdrop {
    background-image: url("../img/unsplash-andreas-gucklhorn-285561-1920x.jpg");
  }
}
.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;
}

@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";
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.map {
  position: relative;
  height: 500px;
}

.content-arrow {
  cursor: pointer;
  font-size: 6rem;
  margin-top: -4rem;
  color: #009fe3;
  text-shadow: 0 0 5px #ccc;
  transition: all 0.1s ease-out;
}
.content-arrow:hover {
  transform: scale(1.5);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00a75d;
}
.topbar .apptitle {
  display: inline-block;
  margin-left: 1rem;
}

.legend {
  z-index: 999;
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  box-shadow: 0 0 10px #ccc;
  padding: 0.5rem 1rem;
  background-color: white;
  font-size: 1.3rem;
}
.legend .circle-toggle {
  display: none;
}
.legend:hover .circle-toggle {
  display: block;
}

@media only screen and (min-width: 781px) {
  .topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    z-index: 10;
  }
  .standalone-kaart .col-map {
    top: 0;
  }
  .col-map {
    position: fixed;
    top: 64px;
    left: 0;
    width: 70%;
    bottom: 0;
  }
  .col-info {
    position: absolute;
    top: 64px;
    right: 0;
    width: 30%;
  }
}

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