/* Filter Date Fields */
.shared-list .date-inputs-container {
    display: flex;
    margin-top: 16px;
}
.shared-list .date-inputs-container .date {
    flex: 2;
}

.shared-list .date-inputs-container .date-sep {
    width: 10px;
}

.shared-list .filter.calendar-filter {
    background: #fff;
}
.shared-list .rate-filters .date {
    padding: 0;
    border: none;
    border-radius: 0px;
    margin-bottom: 1rem;
}
.shared-list .rate-filters .date input {
    background: #fff;
}
.shared-list .rate-filters .date .span {
    color: #fff;
    font-size: 12px;
}
.shared-list .date-icon {
        position: relative;
    }
.shared-list .date-icon:after {
    content: "\f073";
    font-family: "FontAwesome";
    pointer-events: none;
    position: absolute;
    right: 10px;
    bottom: 4px;
    color: #018dd6;
}

.shared-list .rate-filters input.shared-input.input-date {
    color: #1d1d1d;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    padding: 0 30px 0 10px;
}


/* Filter Calendar */
.shared-list .date-picker-wrapper table thead,
.shared-list .date-picker-wrapper table tr.even,
.shared-list .date-picker-wrapper table tr.alt,
.shared-list .date-picker-wrapper table tr:nth-of-type(even) {
    background: transparent;
}

.shared-list .date-picker-wrapper table .caption .next .fa,
.shared-list .date-picker-wrapper table .caption .prev .fa {
    width: 100%;
    padding: 5px 12px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-align: right;
}
.shared-list .date-picker-wrapper table .caption .fa:before {
    color: #0498d9;
}

.shared-list .date-picker-wrapper table .caption .prev .fa {
    text-align: left;
}

.shared-list .date-picker-wrapper table .caption .next:hover .fa,
.shared-list .date-picker-wrapper table .caption .prev:hover .fa {
    opacity: 0.8;
}

.shared-list .date-picker-wrapper .month-wrapper {
    border: none !important;
    width: 100% !important;
    max-width: 250px;
}
    .shared-list .date-picker-wrapper .month-wrapper table {
        width: 100% !important;
        background: transparent;
        max-width: 250px;
        margin-bottom: 25px;
        border: none;
    }
        .shared-list .date-picker-wrapper .month-wrapper table tr td {
            padding: 0;
            padding-bottom: 3px;
        }

        .shared-list .date-picker-wrapper .month-wrapper table thead tr th,
        .shared-list .date-picker-wrapper .month-wrapper table thead tr td {
            padding: 5px 0;
        }

    .shared-list .date-picker-wrapper .month-wrapper table .month-name {
        font-size: 20px;
        width: 100%;
        color: #1d1d1d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

    .shared-list .date-picker-wrapper .month-wrapper table .week-name {
        border-bottom: 0px solid #e3e3e3;
    }
        .shared-list .date-picker-wrapper .month-wrapper table .week-name th {
            vertical-align: top;
            text-align: center;
            text-transform: capitalize;
            color: #1d1d1d !important;
            font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 16px;
        }
            .shared-list .date-picker-wrapper .month-wrapper table tbody tr {
                padding-bottom: 5px;
            }

    .shared-list .date-picker-wrapper .month-wrapper table .day {
        padding: 4px;
        color: #1d1d1d;
        text-align: center;
        font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
        font-size: 14px;
    }
        .shared-list .date-picker-wrapper .month-wrapper table .day.invalid {
            opacity: 0.4;
        }
            .shared-list .date-picker-wrapper .month-wrapper table .day:not(.invalid):hover {
                color: #fff;
                cursor: pointer;
                background-color: #0498d9 !important;
            }

        .shared-list .date-picker-wrapper .month-wrapper table .day.real-today.checked,
        .shared-list .date-picker-wrapper .month-wrapper table .day.checked,
        .shared-list .date-picker-wrapper .month-wrapper table .day.checked:hover {
            color: #fff;
            background: #0498d9;
            font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
        }

        .shared-list .date-picker-wrapper .month-wrapper table .day.checked:hover,
        .shared-list .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
            opacity: 0.8;
        }

.shared-list .price-filter {
    margin: 0 auto;
    width: 90%;
}

.shared-list .price-filter .sliderContainer {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}
.shared-list .price-filter .ui-slider-horizontal {
    height: 10px;
    box-shadow: inset 0px 2px 5px -1px rgba(50, 50, 50, 0.8);
}
.shared-list .price-filter .ui-slider-horizontal .ui-slider-range {
    background: #ccc;
}
.shared-list .price-filter .ui-state-default,
.shared-list .price-filter .ui-widget-content .ui-state-default,
.shared-list .price-filter .ui-widget-header .ui-state-default {
    width: 23px;
    height: 23px;
    background: #0498d9ff;
    border: 1px solid #fafafa;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
    transition: none;
}

.shared-list .price-filter .price-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: "Texta W00 Medium", sans-serif;
}

.shared-list .price-filter input[type="text"] {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    max-width: 75px;
    color: #333;
    font-size: 13px;
    font-family: "Texta W00 Medium", sans-serif;
    line-height: 12px;
    text-align: center;
    border: 1px solid #555;
    background: transparent;
    box-shadow: none;
    outline: 0;
}