.wrap-reservations {

}

.wrap-reservations h2 {
  color: #e76615;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 45px;
  font-style: italic;
}

.div-calendar-time {
  width: 630px;
  float: left;
  display: table;
  padding: 20px;
  padding-left: 0;
  padding-top: 0;
}

.div-details {
  width: calc(100% - 630px);
  float: left;
  display: table;
}

.div-calendar-time-wrap {
  width: 100%;
  display: table;
  padding: 10px;
}

.div-calendar {
  width: 350px;
  display: table-cell;
  float: left;
  padding: 10px;
}

.div-time {
  width: 215px;
  display: table-cell;
  float: left;
  padding: 10px;
}

.description-reservations {
  line-height: 35px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .div-details {
    width: 100%;
  }

  .description-reservations {
    margin-top: 0px;
    line-height: 25px;
    padding: 10px !important;
  }

  .div-calendar-time {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .div-calendar-time {
    padding: 0;
  }

  .div-calendar-time-wrap {
    padding: 0;
  }

  .div-calendar {
    width: 100%;
  }

  .div-time {
    width: 100%;
  }
}

.wrap-calendar {
  position: relative;
}

.div-calendar-form {
  border: 1px solid;
  padding: 10px;
  border-radius: 10px;
}

.loading-calendar {
  position: absolute;
  z-index: 99;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  color: black;
  font-size: 30px;
  text-align: center;
}

.wrap-reservations #calendar {
  width: 100% !important;
}

.wrap-reservations #time button {
  color: #000000;
  border-color: #000000;
  background-color: white;
}


.wrap-reservations #time button:disabled {
  color: #cbd5e1 !important;
  border-color: #cbd5e1 !important;
}

.description-reservations {
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.btn-event {
    background-color: #ccc;
    position: relative;
}
.btn-event:hover {
    background-color: #aaa;
}
.btn-event span {
    width: 18px;
    padding: 2px;
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    font-size: 9px;
    background: #ff0000bb;
    color: white;
}

ul#auto-input-vehicle0-results,
ul#auto-input-vehicle1-results,
ul#auto-input-vehicle2-results {
    padding: 5px !important;
    height: 180px;
    overflow-y: auto;
    border: 1px solid #ccc;
    margin-bottom: 0px !important;
}

ul#auto-input-vehicle0-results li,
ul#auto-input-vehicle1-results li,
ul#auto-input-vehicle2-results li {
    color: black !important;
}

.auto-results-wrapper.auto-is-active {
    margin-top: -220px !important;
    height: 180px !important;
    width: 360px !important;
    z-index: 99999999999999 !important;
}

#place-picker-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
#place-picker-container {
    text-align: left;
}