.toggle-reservation-filter > * {
    font-size: 12px !important;
}

.booking-history-wrap .calendar input {
    background: #fff url(/images/schedule_icon.png) no-repeat 96% 10px;
}

.booking-history-wrap .filter-booking-cont {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #c5c5c5;
    padding: 15px;
    color: #c5c5c5;
}

.filter-booking-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0 25px;
}

.booking-history-wrap .filter-booking-cont input[type="text"],
.booking-history-wrap .filter-booking-cont select,
.booking-history-wrap .filter-booking-cont .select2-container--krajee .select2-selection {
    width: 100%;
    height: 40px;
    color: #000;
    font-size: 15px;
    outline: none;
    border: 1px solid #c5c5c5;
    box-shadow: none;
    border-radius: 0;
}

.booking-history-wrap .filter-booking-cont .booking-info {
    text-transform: uppercase;
    color: #8b8b8b;
    font-size: 14px;
    font-weight: normal;
}

.booking-history-wrap .filter-booking-cont .booking-info label {
    font-weight: inherit;
    margin-bottom: 2px;
    color: #333;
}

.booking-history-wrap .booking-check-filters-cont {
    float: left;
}

.booking-history-wrap .booking-check-filters-cont .booking-check-notice {
    text-transform: uppercase;
    float: left;
    margin-right: 22px;
    font-size: 14px;
}

.booking-history-wrap .booking-check-filters-cont .field-sort_option {
    min-height: 29px;
    float: left;
    margin-bottom: 0;
}

.booking-history-wrap.tour-agency .filter-booking-cont,
.booking-history-wrap.country-manager .filter-booking-cont {
    width: 100%;
}

.btn-my-transfer-reservations.site-btn,
.toggle-reservation-filter .site-btn,
.filter-booking-cont .site-btn {
    float: right;
    width: 208px;
    height: 40px;
    margin-top: 0;
    line-height: 40px;
    margin-left: 10px;
}

.btn-my-transfer-reservations.site-btn {
    background: #25866d;
}

.btn-toggle-reservation-filter {
    margin-left: 10px;
}

.toggle-reservation-filter {
    clear: left;
}

.toggle-reservation-filter .site-btn {
    margin-top: 0;
}

.booking-history-wrap .booking-check-filters-cont .booking-check-notice {
    margin-bottom: 5px;
}

.reservation-statistics-filter-form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 30px;
}

@media (max-width: 1199px) {
    .filter-booking-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .filter-booking-cont .site-btn {
        float: none;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .booking-history-wrap.hotel-manager .toggle-reservation-filter {
        width: 100%;
        clear: left;
    }
    .booking-history-wrap.hotel-manager .toggle-reservation-filter .site-btn {
        float: none;
        display: block;
        margin: 10px auto;
    }
    .filter-booking-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .filter-booking-grid {
        grid-template-columns: 1fr;
    }
}