@charset "UTF-8";/* CSS Document */.bookingcalendar-label{    font-size: 24px;    color: #FB7D00;}.bookingcalendar-table{    display: table;    width: 100%;    background-color: rgba(236, 215, 160, 0.08) !important;    user-select: none !important;    border-spacing: 0;    border-collapse: collapse;}.bookingcalendar-table-row{    display: table-row;    border-bottom: 1px solid rgba(179, 136, 91, 0.5);}.bookingcalendar-table-row:last-child{    display: table-row;    border-bottom: none;}.bookingcalendar-table-cell{    display: table-cell;    padding: 10px;}.bookingcalendar-year-header{    font-size: 24px;    color: #FB7D00;    padding-bottom: 10px;    margin-bottom: 25px;    border-bottom: 1px solid rgba(179, 136, 91, 0.5);}.bookingcalendar-available-label.uk-label{    color: #B3885B;    background-color: rgba(236, 215, 160, 0.08) !important;    border: 1px solid rgba(236, 215, 160, 0.08) !important;}.bookingcalendar-price{    width: 1%;}.bookingcalendar-price .uk-flex div{    margin-right: 3px;}.bookingcalendar-price-price{    color: #B3885B;}.bookingcalendar-price-currency{    color: #B3885B;}.bookingcalendar-fully-booked-label.uk-label{    color: #ffffff;    border: 1px solid #45331F;    background-color: #ff0000;    font-weight: bold;}.bookingcalendar-provisionally-booked-label.uk-label {    color: #45331F;    border: 1px solid #45331F;    background-color: #B3885B;    font-weight: bold;}.bookingcalendar-month-header{    font-size: 22px;    color: #FB7D00;    padding-bottom: 10px;    margin-bottom: 25px;    border-bottom: 1px solid rgba(179, 136, 91, 0.5);}.bookingcalendar-days-header{    color: #B3885B !important;    text-align: center !important;    border-bottom: 1px solid rgba(179, 136, 91, 0.5);}.bookingcalendar-day{    font-size: 15px;    cursor: default !important;    text-align: center !important;    color: #B3885B;}.bookingcalendar-booked, .bookingcalendar-booked a, .bookingcalendar-booked a:hover{    color: #ffffff;    border: 1px solid #45331F;    background-color: #ff0000;    font-weight: bold;}.bookingcalendar-booked.bookingcalendar-admin{    color: #ffffff !important;    cursor: pointer !important;}.bookingcalendar-probooked{    color: #45331F;    border: 1px solid #45331F;    background-color: #B3885B;    font-weight: bold;}.bookingcalendar-probooked.bookingcalendar-admin{    color: #45331F !important;    cursor: pointer !important;}.bookingcalendar-disabled{    color: rgba(179, 136, 91, 0.3);    pointer-events: none;}.bookingcalendar-week{    text-align: center !important;    color: rgba(179, 136, 91, 0.3);}.uk-tooltip.uk-active{    font-size: 17px !important;    color: #45331F !important;    background-color: #B3885B !important;    padding: 20px !important;    box-shadow: 0 5px 12px rgba(0,0,0,.15) !important;}@media only screen and (max-width : 959px){    .bookingcalendar-table-cell    {        padding: 4px;    }}