/* put below your custom css code for VikRestaurants */
.ui-datepicker-rtl {
    direction: ltr
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: auto;
    left: 2px
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: auto;
    right: 2px
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: auto;
    left: 1px
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: auto;
    right: 1px
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 1px;
    border-left-width: 0
}

.vre-calendar-wrapper, .vre-select-wrapper{
direction:ltr;
}

.ui-datepicker table
 { font-size: .8em; }

/* Desktop: 3 columns */
#tables-container .table-graphic:nth-child(1) {
  transform: translate(50px, 0px);
}
#tables-container .table-graphic:nth-child(2) {
  transform: translate(150px, 0px);
}
#tables-container .table-graphic:nth-child(3) {
  transform: translate(250px, 0px);
}
