main {
  padding: 20px;
  margin: auto;
  max-width: 1140px; }
  @media (max-width: 767px) {
    main {
      padding-left: 5px;
      padding-right: 5px; } }
  main.fullwidth {
    max-width: 100%; }
  main .s-visible {
    display: none; }
    @media (max-width: 767px) {
      main .s-visible {
        display: initial; } }
  @media (max-width: 767px) {
    main .s-hidden {
      display: none !important; } }
.onpage-nav {
  list-style: none;
  padding: 0;
  text-align: right; }
  .onpage-nav.inline {
    display: block;
    text-align: right; }
    .onpage-nav.inline li {
      display: inline-block; }

.hidden {
  display: none; }

.to-lowercase {
  text-transform: lowercase; }

.inline, .inline-form {
  display: inline-block; }

ul.filter-list {
  padding: 0; }
  ul.filter-list li {
    display: inline-block;
    margin-right: 0.5em; }
    ul.filter-list li.selected {
      text-decoration: underline; }

ul.table-like {
  display: block;
  width: 100%;
  padding-left: 0; }
  ul.table-like.no-header {
    border-top: 1px solid #ebebeb; }
  @media (min-width: 768px) {
    ul.table-like.cols-2 > li > span {
      width: 50%; } }
  @media (min-width: 768px) {
    ul.table-like.cols-3 > li > span {
      width: 33.33%; } }
  @media (min-width: 768px) {
    ul.table-like.cols-4 > li > span {
      width: 25%; } }
  ul.table-like > li, ul.table-like > li.full-row-link > a {
    width: 100%;
    display: flex;
    border-left: 1px solid #ebebeb; }
    @media (max-width: 767px) {
      ul.table-like > li, ul.table-like > li.full-row-link > a {
        flex-direction: column;
        border: none;
        border: 1px solid #ebebeb;
        border-top: none; }
        ul.table-like > li span, ul.table-like > li.full-row-link > a span {
          border: none;
          width: 100%; } }
    ul.table-like > li:nth-child(even), ul.table-like > li.full-row-link > a:nth-child(even) {
      background: #f0f0f0; }
    ul.table-like > li.header, ul.table-like > li.full-row-link > a.header {
      border-top: 1px solid #ebebeb;
      font-weight: 700; }
    ul.table-like > li > span, ul.table-like > li.full-row-link > a > span {
      width: 100%;
      border: 1px solid #ebebeb;
      border-left: 0px;
      border-top: 0px;
      padding: 0.5em;
      display: inline-block;
      color: #000; }

.navbar .container {
  display: flex;
  justify-content: space-between; }
  .navbar .container .navbar-toggler {
    display: none; }
  .navbar .container .collapse {
    display: flex; }
    .navbar .container .collapse ul {
      display: flex;
      margin: 0; }
      .navbar .container .collapse ul li {
        list-style: none;
        margin: 0 0.5em; }

form .form-field {
  margin-bottom: 1em; }
  form .form-field label {
    display: block; }

@media (max-width: 767px) {
  .bookings-list .data {
    min-width: 65%;
    text-align: right; } }

.single-booking ul {
  padding: 0; }
  .single-booking ul li.bookable {
    list-style: none;
    padding: 0.5em 2px;
    margin-left: -2px;
    margin-right: -2px;
    position: relative; }
    .single-booking ul li.bookable:nth-child(even) {
      background: #f0f0f0; }
    .single-booking ul li.bookable:before {
      position: relative;
      display: inline-block;
      content: '';
      transform: translateY(3px);
      width: 1em;
      height: 1em;
      border: 1px solid #ebebeb;
      border-radius: 4px; }
    .single-booking ul li.bookable[data-fulfillment="full"]:before {
      background: #91d791; }
    .single-booking ul li.bookable[data-fulfillment="partial"]:before {
      background: #ffffa6; }
    .single-booking ul li.bookable[data-fulfillment="none"]:before {
      background: #ff6a6a; }
    .single-booking ul li.bookable.expanded ul.bookable__fulfillment-details {
      display: block; }
    .single-booking ul li.bookable p {
      margin: 0;
      display: inline-block; }
    .single-booking ul li.bookable .bookable__actions {
      display: flex;
      justify-content: flex-end;
      align-items: top;
      margin-top: -1.8em; }
      @media (max-width: 767px) {
        .single-booking ul li.bookable .bookable__actions {
          margin-top: 0; } }
      .single-booking ul li.bookable .bookable__actions > * {
        margin-left: 0.5em; }
        @media (max-width: 767px) {
          .single-booking ul li.bookable .bookable__actions > * {
            margin-bottom: 0.25em; } }
    .single-booking ul li.bookable ul.bookable__fulfillment-details {
      display: none;
      border-left: 1px solid #ebebeb;
      margin-left: 0.5em;
      padding-left: 0.5em; }
      .single-booking ul li.bookable ul.bookable__fulfillment-details li {
        list-style: none;
        font-size: 0.8em; }
        .single-booking ul li.bookable ul.bookable__fulfillment-details li .details {
          font-size: 0.8em; }
          .single-booking ul li.bookable ul.bookable__fulfillment-details li .details.fails {
            color: #ff6a6a; }
          .single-booking ul li.bookable ul.bookable__fulfillment-details li .details.passes {
            color: #91d791; }

.map-container {
  display: flex; }

.toolbar {
  width: 300px;
  padding: 0 10px; }
  .toolbar ul.map-objects li.highlight {
    background: #ebebeb; }

#map {
  width: 100%;
  height: 80vh;
  background-color: grey;
  cursor: crosshair !important; }

.map-notification-overlay {
  position: relative;
  width: 100%; }
  .map-notification-overlay p {
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0.25em 0.75em;
    border-radius: 0px 0px 5px 5px;
    z-index: 20;
    transition: opacity 0.25s, top 0.20s; }
    .map-notification-overlay p:empty {
      background: transparent;
      padding: 0;
      opacity: 0;
      top: -1em; }
/*# sourceMappingURL=coordinate.css.map */