/* Toggle Filters */
.lc-form__header {
  display: block;
  width: 100%;
}
.lc-form__header::after {
  display: table;
  clear: both;
  content: "";
}

.button.lc-form__toggle {
  float: none;
  width: 100%;
  padding: 10px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  clear: both;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background-color: #00549f;
  background-image: none;
  border: 0;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .button.lc-form__toggle {
    float: left;
    width: 25%;
    margin-bottom: 0;
  }
}
.button.lc-form__toggle.active {
  margin-bottom: 0;
}
.button.lc-form__toggle::before {
  display: block;
  float: left;
  width: 40px;
  height: 20px;
  content: "";
  background-image: url("../../assets/dist/icons/list.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button.lc-form__toggle:hover, .button.lc-form__toggle:focus {
  color: #fff;
  background-color: #31809f;
  background-image: none;
}

.lc-form__filters {
  position: relative;
  display: block;
  float: none;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  margin-right: 0;
  margin-bottom: 20px;
  overflow: hidden;
  clear: left;
  color: #fff;
  background-color: #00549f;
}
.lc-form__filters select {
  color: #000;
}
@media (min-width: 1024px) {
  .lc-form__filters {
    float: left;
    width: 25%;
  }
}
.lc-form__filters.collapsed {
  display: none;
}

.form-type-date {
  color: #778898;
}

.lc-form__filters-container {
  transition: all ease-in-out 0.25s;
}
.lc-form__filters-container .form-actions {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.lc-form__filters-container .form-actions .button {
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
.lc-form__filters-container .form-item,
.lc-form__filters-container .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.lc-form__filters-container .form-checkboxes .form-item,
.lc-form__filters-container .form-radios .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.lc-form__filters-container details {
  border: 0;
}
.lc-form__filters-container details > div {
  padding: 5px 10px;
  color: #333;
  background-color: #fff;
}
.lc-form__filters-container details > summary {
  width: 100%;
  padding: 10px 0 5px 0;
  font-weight: 700;
  color: #fff;
  list-style: none;
  border-bottom: 2px solid #fff;
}
.lc-form__filters-container details > summary::-webkit-details-marker {
  display: none;
}
.lc-form__filters-container details > summary::after {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("../../assets/dist/icons/chevron-circle-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lc-form__filters-container details[open] > summary::after {
  transform: rotate(180deg);
}
.lc-form__filters-container .fieldset-wrapper {
  padding: 5px 10px;
  overflow: hidden;
  color: #333;
  background-color: #fff;
}
.lc-form__filters-container .fieldset-wrapper.collapsed {
  max-height: 0;
  padding: 0 10px;
  overflow: hidden;
}
.lc-form__filters-container .lc-checkbox-wrapper {
  margin-bottom: 5px;
}
.lc-form__filters-container .form-group:not(.form-check) > label {
  font-weight: 700;
}

.color-coding .lc-checkbox-wrapper {
  padding: 5px;
  background-color: #efefef;
  border-left: 5px solid;
  border-left-color: var(--color, #efefef);
}

.lc-form--calendar-filters .pager__items {
  text-align: center;
}
@media (min-width: 768px) {
  .lc-form--calendar-filters .pager__items {
    text-align: right;
  }
}

.lc-form__content {
  width: 100%;
}
@media (min-width: 1024px) {
  .lc-form__content {
    float: left;
    padding-left: 0;
  }
  .lc-form__content.active {
    width: 75%;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .lc-room__room-openings .lc-form__filters-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.lc-room__room-openings .form-item {
  margin-right: 10px;
}
.lc-room__room-openings .form-actions {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .lc-room__room-openings .form-actions {
    padding-top: 23px;
  }
}
.lc-room__room-openings .form-submit {
  margin-top: 0;
}
.lc-room__room-openings .form-date {
  border: 1px solid #778898;
}
.lc-room__room-openings .lc-form__filters {
  float: none;
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
}

.lc-checkbox-wrapper--depth-1 {
  margin-left: 5px;
}

.lc-checkbox-wrapper--depth-2 {
  margin-left: 10px;
}

.lc-checkbox-wrapper--depth-3 {
  margin-left: 15px;
}

.lc-checkbox-wrapper--depth-4,
.lc-checkbox-wrapper--depth-5,
.lc-checkbox-wrapper--depth-6,
.lc-checkbox-wrapper--depth-7,
.lc-checkbox-wrapper--depth-8,
.lc-checkbox-wrapper--depth-9 {
  margin-left: 20px;
}

.lc-form .hide-filter {
  display: none !important;
}

@media print {
  .lc-form__header,
  .lc-form__filters {
    display: none;
  }
}

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