/* .booking_filter{
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    text-align: center;
} */

.calendar_start_end{
    margin: 5px auto;
    text-align: center;
}

.ui-datepicker-inline table{
    border-width: 0;
}
.ui-datepicker-inline{
    margin: 0 auto;
    font-family: "Seta Reta", serif;
}

.ui-datepicker-inline .ui-widget-header{
    border: 0;
    background: transparent !important;
}
.ui-datepicker-inline .ui-widget-header .ui-state-hover{
    border: 0;
    background: transparent;
}
.ui-datepicker-inline .ui-state-default{
    border: 0;
    background: 0;
    text-align: center;
}

.booking_filter_list{
    padding: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.booking_filter_go{
    text-align: center;
    padding: 10px 0;
}
.booking_filter_product, .booking_filter_go a{
    display: inline-block;
    padding: 20px 30px;
    margin: 20px;
    min-width: 120px;
    text-align: center;
    border: 1px solid #AAA;
    background-color: #FFF;
    color: #000;
    outline: 1px solid #AAA;
    outline-offset: -4px;
}
.booking_filter_go a{
    min-width: 160px;
}

.booking_filter_product.active, .booking_filter_product:hover, .booking_filter_go a:hover{
    border: 1px solid #AAA;
    background-color: #000;
    color: #FFF;
}

.ui-datepicker-inline .ui-widget-content .ui-state-active{
    background: black;
    color: white;
}
/*#popmake-1595{
    height: 100%;
    width: 100%;
    padding: 50px !important;
    overflow: hidden;
}*/
