@charset "UTF-8";/* CSS Document */.bookingcalendarpopup.uk-dropdown{    z-index: 997 !important;}.bookingcalendarpopup-table{    display: table;    width: 100%;    background-color: rgba(236, 215, 160, 0.08) !important;    user-select: none !important;    border-spacing: 0;    border-collapse: collapse;}.bookingcalendarpopup-table-row{    display: table-row;    border-bottom: 1px solid rgba(179, 136, 91, 0.5);}.bookingcalendarpopup-table-row:last-child{    display: table-row;    border-bottom: none;}.bookingcalendarpopup-table-cell{    display: table-cell;    padding: 10px;    text-align: center;}.bookingcalendarpopup-month-header{    font-size: 16px;    padding-bottom: 15px;    padding-left: 35px;    margin-bottom: 5px;    border-bottom: 1px solid #B3885B;}.bookingcalendarpopup-days-header{    color: rgba(69, 51, 31, 1) !important;    font-size: 11px !important;    user-select: none !important;    text-align: center !important;}.bookingcalendarpopup-day{    font-size: 15px;    color: #DBDBDB;    cursor: default !important;}.bookingcalendarpopup-available{    color: #45331F;    background-color: transparent;}.bookingcalendarpopup-booked{    color: #ECD7A0;    border: 1px solid #ECD7A0;    background-color: #B3885B;}.bookingcalendarpopup-probooked{    color: #45331F;    border: 1px solid #ECD7A0;    background-color: rgba(179, 136, 91, 0.6);}.bookingcalendarpopup-checkout{    color: rgba(69, 51, 31, 0.5);    border: 1px solid #ECD7A0;    background-color: rgba(179, 136, 91, 0.3);}.bookingcalendarpopup-checkin{    border: 1px solid #ECD7A0;    color: #fff;    background-color: #ff0000;}.bookingcalendarpopup-disabled{    color: rgba(69, 51, 31, 0.3);    pointer-events: none;    background-color: transparent;}@media only screen and (max-width : 959px){    .bookingcalendarpopup-table-cell    {        padding: 5px;     }}