@charset "utf-8";
.bs-body {
    padding: 0;
    margin: 0;
    border: none;
    font-family: sisoStandard, Helvetica, sans-serif;
    font-size: 13px;
    overflow: hidden;
    min-height: 100% !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    color: var(--aui-main-colour, #333);
    background-color: #fff;
    background-color: var(--aui-main-background, #fff);
}
#bs_container {
    position: absolute;
    top: 80px;
    bottom: 10px;
    left: 5px;
    right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bs_chart_container {
    position: relative;
    width: 100%;
    overflow: auto;
    height: 100%;
}
#bs_chart_table {
    position: relative;
    border-collapse: separate;
    border-spacing: 3px 3px;
    table-layout: fixed;
    border: none;
    margin-top: -3px;
    margin-left: -3px;
}
#bs_chart_table thead tr th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    color: #333;
    color: var(--aui-main-colour, #333);
    background-color: #fff;
    background-color: var(--aui-main-background, #fff);
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bs_chart_table thead tr:nth-child(2) th {
    top: 33px;
    height: 26px;
}
#bs_chart_table thead tr th:before {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% + 3px);
    background-color: red;
    background-color: var(--aui-main-background, #fff);
    top: -3px;
    right: -3px;
}
#bs_chart_table thead tr:nth-child(2) th:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    background-color: var(--aui-main-background, #fff);
    top: -3px;
    left: 0;
}
#bs_chart_table thead tr:first-child th:first-child {
    left: 0;
    z-index: 2;
}
#bs_chart_table tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #f9f9f9;
    background-color: var(--aui-pale-background, #f9f9f9);
    height: 40px;
    text-align: left;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #333;
    color: var(--aui-main-colour, #333);
    z-index: 1;
}
#bs_chart_top_left {
    width: 200px;
}
#bs_name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    z-index: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bs_current_datetime {
    position: absolute;
    top: 35px;
    left: 0;
    font-size: 18px;
    padding: 10px 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bs_fullscreen_toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    height: 30px;
    z-index: 101;
}
#bs_fullscreen[data-fullscreen="on"] {
    display: none;
}
#bs_footer {
    position: fixed;
    z-index: 10;
    left: 15px;
    bottom: 0;
    height: 80px;
    width: calc(100% - 30px);
    color: #fff;
    color: var(--aui-font-selection, #fff);
    background-color: #2c46cc;
    background-color: var(--theme-colour, #2c46cc);
    display: none;
    padding: 5px 10px 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#bs_viewer {
    position: fixed;
    z-index: 11;
    left: 15px;
    bottom: 0;
    height: 400px;
    width: calc(100% - 30px);
    color: #fff;
    color: var(--aui-font-selection, #fff);
    background-color: #2c46cc;
    background-color: var(--theme-colour, #2c46cc);
    display: none;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#bs_viewer_close {
    position: absolute;
    right: 10px;
    top: -84px;
    width: 70px;
    height: 70px;
    background-image: url(../images/svgs/close.svg);
    background-image: var(--svg-close-font);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 32px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #2c46cc !important;
    background-color: var(--theme-colour, #2c46cc) !important;
    cursor: pointer;
}
#bs_viewer_content {
    width: 100%;
    height: 300px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bs_footer .form-button,
#bs_viewer .form-button,
#bs_viewer .form-button-item:active,
#bs_viewer .form-button-item:focus,
#bs_viewer .form-button-item:hover,
#bs_viewer .form-button:active,
#bs_viewer .form-button:focus,
#bs_viewer .form-button:hover {
    font-size: 28px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 60px;
    line-height: 46px !important;
    padding-left: 40px;
    padding-right: 40px;
    color: #2c46cc !important;
    color: var(--theme-colour, #2c46cc) !important;
    background-color: #fff !important;
    background-color: var(--aui-font-selection, #fff) !important;
    border: none !important;
}
.bs-time {
    font-size: 16px;
}
.bs-date {
    overflow: hidden;
    white-space: nowrap;
}
.bs-date > div {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 0;
    height: 26px;
    width: auto;
    font-size: 16px;
}
.bs-time-today {
    border-bottom: 3px solid #2c46cc !important;
    border-bottom-color: var(--theme-colour, #2c46cc) !important;
}
.bs-item {
    display: table;
    width: 100%;
    border-right: 1px solid #fff;
    border-right-color: var(--aui-main-background, #fff);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.bs-item-label {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem !important;
    margin-left: 15px;
    margin-top: 5px;
    color: #333;
    color: var(--aui-main-colour, #333);
    mix-blend-mode: luminosity;
}
.bs-item-tab {
    position: absolute;
    left: -3px;
    top: -3px;
    height: calc(100% + 6px);
    width: 10px;
    background-color: #2c46cc;
    background-color: var(--theme-colour, #2c46cc);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#bs_chart_table thead th {
    text-align: left;
}
.bs-chart-item {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 4px;
    font-size: 14px;
    color: #333;
    color: var(--aui-main-colour, #333);
    background-color: #f9f9f9;
    background-color: var(--aui-pale-background, #f9f9f9);
}
.bs-chart-item[data-slot-available] {
    text-align: center;
}
.bs-chart-item[data-slot-selected="yes"] {
    background-color: #2c46cc !important;
    background-color: var(--theme-colour, #2c46cc) !important;
    color: #fff !important;
    color: var(--aui-font-selection, #fff) !important;
}
body[data-booking-enabled="yes"] .bs-chart-item[data-slot-available="yes"] {
    cursor: pointer;
}
.bs-chart-item[data-slot-available="no"] {
    background-color: #d6d6d6;
    background-color: var(--aui-pale-border, #d6d6d6);
}
.bs-booking-node {
    background-color: #2c46cc;
    background-color: var(--theme-colour, #2c46cc);
    cursor: pointer;
}
.bs-booking-node > div {
    color: #fff !important;
    color: var(--aui-font-selection, #fff) !important;
    mix-blend-mode: luminosity;
    overflow: hidden;
    text-overflow: ellipsis;
}
#bs-popupnotice {
    min-width: 400px;
    max-width: 600px;
}
.bs-subheading {
    width: 100%;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}
#bs-popupnotice .bs-popupnotice-footer {
    margin: 10px auto 5px auto;
    text-align: center;
}
#bs-popupnotice .bs-popupnotice-content {
    padding: 10px 0 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
