.searcherBox {
  background: $brand-grey-light;
  border-top: 1px solid $colorBordes;
  border-bottom: 1px solid $colorBordes;
  margin: 10px 0 30px;
  padding: 30px 0;
  .dropdown-menu > .active > a {
    background-color: $brand-primary-light;
    color: $brand-grey-dark;
    &:hover, &:focus {
      background-color: $brand-primary-light;
      color: $brand-grey-dark;
    }
  }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    border-color: $input-border;
  }
  .btn-default:hover,
  .btn-default:focus {
    border-color: $input-border;
  }
  .bootstrap-select .btn:focus {
    box-shadow: 0 0 8px rgba(208, 203, 201, 0.8);
    outline: 0!important;
  }
}
@media (min-width: 992px) {
  .wide_searcher .continente_boton_submit {
    text-align: right;
    order: 0;
    flex: 0 1 auto;
    display: flex;
    align-items: flex-end;
  }
}
.journeyselector .checkbox-inline, .journeyselector .radio-inline {
  margin-top: 0;
}
.journeyselector .checkbox-inline input[type=checkbox], .journeyselector .radio-inline input[type=radio] {
  margin-left: 0;
}
.journeyselector .checkbox-inline label, .journeyselector .radio-inline label {
  font-size: 14px;
}
.tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
  &__text {
    font-size: 18px;
  }
  select {
    @media (min-width: $grid-float-breakpoint) {
      width: 170px;
    }
  }
}

.table > tbody > tr > th {
  background: $brand-grey-light;
  border-top: 2px solid $brand-primary;
  padding: 8px 15px;
  vertical-align: middle;
  &:last-child {
    text-align: right;
  }
}

.table > tbody > tr > td {
  padding: 15px;
}

.input-group.date {
  .datepicker_sale {
    cursor: pointer;
  }
  .dropdown-menu {
    opacity: 1;
    display: block;
  }
}
.dropdown-toggle {
 border: 1px solid $input-border;
}
.extraSearchInfo {
  color: $brand-grey-dark;
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
  &__input {
    display: flex;
    flex-direction: column;
    > div {
      margin-right: 30px;
    }
    .selectplusinfoicon .infoicon {
      top: initial;
      bottom: 10px;
    }
  }
  &__title {
    @include medium-weight;
  }
  &__check {
    display: flex;
    .titlesubfieldset {
      @include medium-weight;
    }
    .checkbox input[type="checkbox"] {
      margin-left: 0;
    }
  }
  &__col {
    margin-right: 30px;
  }
}