.calendar-table table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.calendar-table-bordered {
  border: 1px solid #d5d5d5;
  width: 100%;
  max-width: 100%;
}

.calendar-table-bordered td,
.calendar-table-bordered th {
  border: 1px solid #d5d5d5;
}

.calendar-table td,
.calendar-table th {
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem;
}

.calendar-table-bordered thead td,
.calendar-table-bordered thead th {
  border-bottom-width: 2px;
}

.calendar-table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #d5d5d5;
  background: #e9e9e9;
  color: #3f6f94;
}

.calendar-table tr td:first-child {
  color: #3f6f94;
  font-weight: 700;
}

.calendar-table tr td:nth-child(2n + 2) {
  background: #fbfbfb;
}

/* Sticky header row */
.calendar-table thead {
  position: sticky;
  top: -1px;
  z-index: 3;
}

/* Sticky first column */
.calendar-table tr th:first-child,
.calendar-table tr td:first-child {
  position: sticky;
  left: -1px;
  z-index: 2;
  background-color: #f8f9fa;
}

.select2-container--default {
  width: 140px !important;
  text-align: left;
}

.select2-selection__clear {
  margin-top: 4px;
  margin-right: 23px !important;
}

.calendar-div {
  overflow: auto;
  padding-right: 0;
  width: 100%;
  margin-top: 7px;
  max-height: 650px;
}

.room_type_filter {
  text-align: right;
  margin-bottom: 7px;
}

.select2-container {
  z-index: 9999 !important;
}

.qtip-calendar {
  max-width: 550px;
  line-height: 15px;
}

.d-flex-box {
  display: flex;
  flex-wrap: wrap;
}

.justify--between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.room_type_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  display: block;
}

div#calendar-one-day-tour {
  margin: 15px 0;
}

div#calendar-one-day-tour input[type="checkbox"] {
  float: left;
  margin-right: 6px;
}

@media (max-width: 630px) {
  .room_type_filter {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
