﻿[v-cloak] {
    display: none !important;
}

template {
    display: none;
}

[hidden], .hidden {
    display: none;
}


.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

ul {
    padding: 0px;
}

.monad-terms ol, .monad-terms ul, .monad-terms dl {
    margin-left: 1.25em;
    counter-reset: list-counter;
}

    .monad-terms ul, .monad-terms dl li {
        margin-left: 1.25em;
        list-style-type: disc;
    }

    .monad-terms ol li {
        counter-increment: list-counter;
    }

        .monad-terms ol li::before {
            content: counters(list-counter, ".") " ";
        }


/* define styles for editor hmtl in admin*/
.jodit-wysiwyg {
    background: var(--monad-content-background, none);
}

    /* reset ol and ul styles so that lists work properly in folder data content. */
    .monad-html ul, .jodit-wysiwyg ul {
        margin-left: 1em;
        list-style: disc;
        list-style-position: outside;
    }

        .monad-html ul ul, .monad-html ol ul, .jodit-wysiwyg ul ul, .jodit-wysiwyg ol ul {
            list-style-type: circle;
            list-style-position: inside;
            margin-left: 15px;
        }

    .monad-html ol, .jodit-wysiwyg ol {
        margin-left: 1em;
        list-style: decimal;
        list-style-position: outside;
    }

        .monad-html ol ol, .monad-html ul ol, .jodit-wysiwyg ol ol, .jodit-wysiwyg ul ol {
            list-style-type: lower-latin;
            list-style-position: inside;
            margin-left: 15px;
        }

h1 {
    clear: both;
    text-overflow: ellipsis;
    overflow: hidden;
}

h2 {
    clear: both;
    text-overflow: ellipsis;
    overflow: hidden;
}

h3 {
    clear: both;
    text-overflow: ellipsis;
    overflow: hidden;
}

input[type="image"] {
    border: none;
    background-color: transparent;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="quantity"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="currency"],
textarea,
input[type="file"],
select {
    max-width: 100%;
    vertical-align: top;
}


input[type=text].numericinput {
    width: 50px;
    padding: 0.4em;
}

input[type=email] {
    max-width: 30em;
}

input[type="radio"] {
    margin-right: 10px;
}

figure {
    margin: 0 0 1em 0;
}

img {
    max-width: 100%
}

iframe {
    max-width: 100%;
}

.monad-folder-image img {
    width: 100%;
}

.displayNone {
    display: none !important;
}

input.timepicker {
    width: 5em !important;
}

div.time-picker {
    position: absolute;
    height: 191px;
    width: 5em;
    /* needed for IE */
    overflow: auto;
    background: #fff;
    border: 1px solid #aaa;
    z-index: 99;
    margin: 0;
    z-index: 2000;
}

div.time-picker-12hours {
    width: 5em;
    /* needed for IE */
}

div.time-picker ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.time-picker li {
    cursor: pointer;
    font: 12px/1 Helvetica, Arial, sans-serif;
    padding: 4px 3px;
}

    div.time-picker li.selected {
        background: #0063CE;
        color: #fff;
    }

.ui-padding {
    padding: 0.3em 0.8em !important;
    margin-bottom: 0.3em !important;
}

.positiveHighlight {
    color: Green;
    padding: 1px 2px 2px 2px;
    display: inline-block;
}

input:disabled, .disabled, button:disabled {
    opacity: .75;
    cursor: inherit;
}

.fullWidth {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}


    .fullWidth tbody {
        width: 100%;
        display: table;
    }

.monad-message-bar {
    display: block;
}

.monad-slider {
    max-width: 300px;
    margin: 0.5em 0.5em 1em 0.5em;
}

.tableHeaderRow {
    display: table-row;
}

.tableHeaderCell {
    display: table-cell;
    padding: 3px;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell;
    padding: 3px;
}

#divInformation {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 6px;
    border-color: Lime;
    z-index: 100;
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.monad-no-scroll {
    overflow: hidden !important;
}

.monad-email-input {
    width: 100%;
    max-width: 20em;
}

.monad-column {
    width: 50% !important;
    float: left !important;
    clear: none !important;
}

    .monad-column:nth-child(2n+1) {
        padding-right: 0.5em;
    }

    .monad-column:nth-child(2n) {
        padding-left: 0.5em;
    }

.monad-column-narrow {
    width: var(--monad-running-basket-width, 320px);
    float: right;
    display: inline-block;
    padding-left: 1em;
    vertical-align: top;
    margin-bottom: 1em;
}

    .monad-column-narrow ~ div {
        margin-right: var(--monad-running-basket-width, 320px);
    }

.monad-column-container {
    display: flex;
}

    .monad-column-container .monad-column-narrow {
        flex: 0 0 var(--monad-running-basket-width, 320px);
        padding-left: 1rem;
        vertical-align: top;
    }

    .monad-column-container .monad-column-wide {
        flex: 1;
    }

.monad-folder-and-product-filter-display {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 0.8em 1em;
    margin-bottom: 0.5em;
}

.monad-folder-and-product-filter-display-summary {
    padding-bottom: 1em;
}


#divItemsAddedPopup {
    display: none;
}

.monad-nav a {
    text-decoration: none;
}

.monad-nav-customer-service-info .monad-context-user-alert {
    display: inline-block;
    background-color: var(--monad-highlight-background);
    border: var(--monad-highlight-border);
    color: var(--monad-highlight-color);
    cursor: default;
    text-align: left;
}

#svgViewer {
    overflow: auto;
    max-width: 100%;
    display: inline-block;
}

.seatInfoIcon {
    display: inline-block;
    position: relative;
    /*important to make the hover alert show up next to the icon*/
}

    .seatInfoIcon .ui-icon {
        position: relative;
        top: 3px;
        display: inline-block !important;
    }

.seatInfo {
    position: absolute;
    top: 25px;
    min-width: 100px;
    right: 0px;
    z-index: 1000;
    padding: 6px;
    overflow: visible;
    display: none;
    text-align: left;
}

    .seatInfoIcon:hover .seatInfo, .seatInfo:hover {
        display: inline-block;
    }

    .seatInfoIcon:active .seatInfo, .seatInfo:hover {
        display: inline-block;
    }

.invisibleLabel {
    display: none !important;
}

.monad-has-help {
    position: relative !important;
    overflow: visible !important;
}

.monad-help {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

    .monad-help:hover + .monad-help-text, .monad-help-text:hover {
        display: block;
        z-index: 1003;
    }

.monad-help-text {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 2.2em;
    text-indent: 0px;
    padding: 0.5em;
    text-align: left;
    font-weight: normal;
}

    .monad-help-text h2 {
        margin-top: 0;
    }

.monad-expandable-inner {
    overflow: hidden;
}

.monad-expandable {
    display: grid !important;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
}

    .monad-expandable.monad-expanded {
        grid-template-rows: 1fr;
    }

.monad-expand {
    cursor: pointer;
    color: var(--monad-link-color);
    font-size: 3em;
    padding: 0 0.5em;
    margin-left: auto;
}

.divItem {
    float: left;
    margin-bottom: 0.5em;
}

.lnkEdit {
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    display: inline-block;
    margin-left: 1em;
}

.btnChange {
    float: right;
}

.monad-preview {
    padding: 1em;
    display: inline-block;
    width: 100%;
}

.monad-static-content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-height: 100vh;
    overflow: visible;
    box-sizing: border-box;
    z-index: 99999;
}

    .monad-static-content * {
        z-index: 99999;
    }



.monad-messages {
    position: absolute;
    bottom: 100%;
    left: 0.5em;
    z-index: 999999;
}

.monad-message {
    padding: 1em;
    width: auto;
    margin-bottom: 0.5em;
    float: left;
    clear: both;
}

.monad-clickable, .monad-clickable label {
    cursor: pointer;
}

.monad-adjustment, .monad-basket-total, .monad-package-code-group, .monad-voucher-code-group, .monad-discount-code-group, .monad-user-status-code-group, .monad-payment {
    display: flex;
    justify-content: space-between;
    column-gap: 0.5em;
}

.monad-payment {
    flex-direction: row;
}

.monad-user-status-codes {
    display: flex;
    flex-direction: column;
}

.monad-code-add-error {
    display: inline-block;
}

.monad-package-code-actions, .monad-voucher-code-actions, .monad-discount-code-actions, .monad-user-status-code-actions {
    margin-left: auto;
    text-align: right;
    font-size: 0.9em;
}

.monad-package-code-icon, .monad-voucher-code-icon {
    vertical-align: top;
}

.monad-package-code-status, .monad-voucher-code-status, .monad-user-status-code-status {
    display: inline-block;
    vertical-align: top;
    margin: 0.06em 0 0 0.5em;
}

.monad-package-code, .monad-voucher-code, .monad-discount-code, .monad-user-status-code {
    font-weight: bold;
    margin-top: 0.06em;
    font-size: 0.9em;
    text-align: right;
}

.monad-basket-product-adjustment {
    display: flex;
    justify-content: flex-end;
}

.monad-basket-total {
    font-size: 1.3em;
}

.monad-column-narrow .monad-item-product, .monad-column-narrow .monad-item-product-header, .monad-running-basket .monad-item-product, .monad-running-basket .monad-item-product-header {
    flex-direction: row;
    gap: 0.8em;
}

.monad-item-product-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.3em;
}

.monad-item-product-image-left {
    width: 100px;
    border-radius: var(--monad-border-radius);
}
.monad-item-product-image-header {
    width: 70px;
    border-radius: var(--monad-border-radius);
    display: none;
}
.monad-column-narrow .monad-item-product-image-left,
.monad-running-basket .monad-item-product-image-left {
    display: none;
}

.monad-column-narrow .monad-item-product-image-header,
.monad-running-basket .monad-item-product-image-header {
    display: flex;
}
.monad-item-product-header {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    align-items: flex-start;
}
    .monad-item-product-header h3 {
        margin-top: 0;
    }
.monad-item-product-text {
    display: flex;
    flex-direction: column;
}

    .monad-item-product-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 0.9em;
}

.monad-donation-suggestion {
    display: flex;
}

    .monad-donation-suggestion + .monad-donation-suggestion {
        padding-top: 1em;
    }


.monad-donation-image {
    flex-shrink: 0;
}

.monad-donation-details {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.monad-donation-text, .monad-donation-amount {
    display: inline-block;
}

.monad-donation-amount {
    padding: 0 0 0 1em;
    flex-shrink: 0;
}


    .monad-donation-amount button {
    }

.monad-donation-info {
}

.monad-donation-text {
    font-size: 0.9em;
}

.monad-donation-delaration-status {
    display: flex;
    flex-direction: column;
}

    .monad-donation-delaration-status li {
        display: flex;
        align-items: baseline;
    }

.monad-adjustment-info, .monad-basket-total-info, .monad-payment-info, .monad-item-description {
    display: inline-block;
    vertical-align: top;
}

.monad-adjustment-info {
    margin-right: auto;
}

.monad-adjustment-amount {
    margin: 0.06em 0 0 0.5em;
}

.monad-adjustment-actions {
    margin-left: auto;
}

.monad-adjustments .monad-adjustment-actions, .monad-adjustments .monad-adjustment-amount {
    font-size: 0.9em;
}

.monad-adjustment-edit .monad-adjustment-info, .monad-adjustment-edit .monad-adjustment-amount {
    font-size: 1em;
    margin: 0;
    padding: 0 0.5em 0 0;
}

.monad-item-venue {
    width: 100%;
}

.monad-items-description {
    margin-bottom: 0.3em;
}

.monad-item-product-price, .monad-item-price, .monad-basket-total-amount, .monad-adjustment-amount, .monad-payment-amount, .monad-donation-amount, .monad-basket-offer-amount {
    vertical-align: top;
    text-align: right;
    flex-shrink: 0;
}


.monad-item-info {
    margin-top: 1em;
    display: inline-block;
    width: 100%;
}



.monad-running-basket .monad-item-product-price {
    float: none;
}

.monad-item-price, .monad-payment-amount {
    font-size: 0.9em;
}


.monad-tile-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1em;
}

.monad-tile {
    width: 25%;
    display: flex;
    flex-direction: column;
    border-radius: var(--monad-border-radius-large, var(--monad-border-radius));
    overflow: hidden;
    background: var(--monad-panel-background, var(--monad-background));
    border: var(--monad-panel-border);
}

    .monad-tile .ui-button {
        width: 100%;
    }

.monad-modal .monad-tile {
    width: 100%;
}

.v-carousel .monad-tile {
    padding: 0;
    display: block;
    width: 100%;
}

.ui-pager-control .ui-jqgrid-pg-left .ui-icon:not(.ui-icon-refresh), .ui-pager-control .ui-jqgrid-pg-left .ui-separator {
    display: none;
}

.monad-item-product.monad-panel {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: flex-start;
}

.monad-item-product-inner {
    width: 100%;
}
.monad-tile-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    -webkit-transition: all 0.3s ease-in-out; /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out; /* FF4+ */
    -o-transition: all 0.3s ease-in-out; /* Opera 10.5+ */
    transition: all 0.3s ease-in-out;
}

.v-carousel .monad-tile-inner {
    border: none;
}

.monad-tile img {
    width: 100%;
}

.monad-tile .monad-item-product-text, .monad-tile .monad-item-text {
    padding: 1em;
    flex-grow: 1;
    -webkit-transition: all 0.3s ease-in-out; /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out; /* FF4+ */
    -o-transition: all 0.3s ease-in-out; /* Opera 10.5+ */
    transition: all 0.3s ease-in-out;
}

.monad-tile .monad-item-product-text {
    display: flex;
    flex-direction: column;
}

.monad-items-price {
}

.monad-items-price-original {
    color: red;
    text-decoration: line-through;
}

.monad-item-product-actions {
    margin-top: auto;
}

.monad-panel.monad-clickable, .monad-panel.monad-clickable .monad-panel, .monad-panel.monad-clickable .monad-panel:after, .monad-panel.monad-clickable + .monad-panel:after {
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}
    .monad-panel.monad-clickable:hover {
        background: var(--monad-default-background);
        border: var(--monad-default-border);
        color: var(--monad-default-color);
    }

        .monad-panel.monad-clickable:hover h2, .monad-panel.monad-clickable:hover h3, .monad-tile.monad-clickable:hover .monad-item-product-text, .monad-tile.monad-clickable:hover h3 {
            color: var(--monad-default-color-hover);
            transition: color .3s ease-in-out;
        }

.monad-panel.ui-state-error {
    border: var(--monad-error-border);
    background: var(--monad-error-background);
    color: var(--monad-error-color);
}

.monad-basket-summary {
    display: inline-block;
    width: 100%;
    padding: 0.5em;
    text-align: center;
    width: 100%;
    background: var(--monad-basket-summary-background, var(--monad-highlight-background, #FFFFFF));
    border-top: var(--monad-basket-summary-border, none);
}


.monad-basket-summary-count {
    font-size: 1.4em;
    font-weight: bold;
}

.monad-loader-container {
    position: relative;
}

.monad-loader-container-spinner {
    position: relative;
    min-height: 32px;
}

.monad-loader {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    background-color: var(--monad-background-overlay,rgba(255, 255, 255, 0.5));
    z-index: 99;
    text-align: center;
    overflow: hidden;
}

.monad-loader-spinner {
    min-height: 60px;
    background: url('/Sales/Content/Css/Images/bx_loader.gif') center center no-repeat;
    background-size: 32px;
    background-color: var(--monad-background-overlay,rgba(255, 255, 255, 0.5));
}

.monad-loader-spinner-full-screen {
    position: fixed;
    width: 100vw;
    height: 100vh;
}

.blockUI .monad-loader-spinner {
    background-color: transparent;
}

#divBlockUIMessage {
    background-color: var(--monad-background,#ffffff);
    color: var(--monad-color,#444444);
}

.monad-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.monad-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--monad-background, #ffffff);
    padding: 1em;
    width: 30em;
    max-width: 80vw;
    max-height: 100vh;
    overflow: auto;
}

.v-window__prev {
    left: 0;
}

.v-window__next {
    right: 0;
}

.monad-iframe {
    width: 100%;
    border: none;
}

.monad-iframe-loading ~ .monad-iframe {
    display: none;
}

.monad-iframe-loading {
    padding: 0;
    height: 2em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    background: url('/Sales/Content/Css/Images/bx_loader.gif') center center no-repeat;
    background-color: var(--monad-background-overlay,rgba(255, 255, 255, 0.5));
    background-size: 32px;
    z-index: 99;
    text-align: center;
}

#menu {
    clear: both;
}

#content {
    clear: both;
    position: relative;
}

#footer {
    margin: 20px 0;
    clear: both;
}

#sideContent {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sideContentCloseIcon {
    display: none;
}

ul.rblCustomerPresent {
    list-style-type: none;
}

.monad-nav-customer-service-info ul.rblCustomerPresent {
    cursor: pointer;
    position: relative;
    margin: 0;
    overflow: hidden;
}

    .monad-nav-customer-service-info ul.rblCustomerPresent li {
        list-style-type: none;
        padding: 0px;
    }

    .monad-nav-customer-service-info ul.rblCustomerPresent li {
        padding: 0px;
        margin: 0px;
        cursor: pointer;
    }

        .monad-nav-customer-service-info ul.rblCustomerPresent li input {
            display: none;
        }

            .monad-nav-customer-service-info ul.rblCustomerPresent li input + label {
                display: block;
                padding: 0;
                white-space: nowrap;
                cursor: pointer;
                margin: 0;
            }

            .monad-nav-customer-service-info ul.rblCustomerPresent li input:checked {
                display: none !important;
            }

            .monad-nav-customer-service-info ul.rblCustomerPresent li input:not(:checked) + label {
                position: absolute;
                top: 0px;
                bottom: 0px;
                left: 0px;
                right: 0px;
                z-index: 100;
                text-indent: 200%;
                margin: 0;
            }

            .monad-nav-customer-service-info ul.rblCustomerPresent li input:checked + label {
                z-index: -100;
            }

.monad-header-operator {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.monad-nav-icons {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

    .monad-nav-icons ul {
        display: flex;
        flex-direction: row;
        justify-content: right;
    }


#overlay {
    background-color: var(--monad-background-overlay,rgba(0, 0, 0, 0.5));
    z-index: 1;
    cursor: pointer;
}

.monad-session-timeout {
    display: inline-block;
}

.monad-nav-login-info-item {
    display: inline-block;
    white-space: nowrap;
}

    .monad-nav-login-info-item a, .monad-nav-customer-service-info-item > * {
        text-overflow: ellipsis;
    }


.monad-change-context-user-text {
    display: none;
    margin-left: 0.5em;
}

.monad-icon-button .fa, .monad-icon-button .fab, .monad-icon-button .fas, .monad-nav-login-info .fa, .monad-nav-login-info .fas {
    font-size: 1.4em;
    vertical-align: baseline;
}

.monad-workstation-link:before {
    content: "\f013";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    vertical-align: baseline;
    margin-right: 0.5em;
}

.monad-open-cash-drawer:before {
    content: "\f788";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    vertical-align: baseline;
    margin-right: 0.5em;
}


.monad-context-user:before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    line-height: 1;
    vertical-align: baseline;
    margin-right: 0.5em;
}

.monad-change-context-user:before {
    content: "\f363";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    vertical-align: baseline;
}

.monad-customer-present:before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    vertical-align: baseline;
    margin-right: 0.5em;
}
.monad-customer-not-present:before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    vertical-align: baseline;
    margin-right: 0.5em;
}

.monad-user-profile-link {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .monad-user-profile-link:before {
        content: "\f007";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: var(--monad-font-awesome-icon-size,1.4em);
        line-height: 1;
        vertical-align: baseline;
        margin-right: 0.5em;
    }

.monad-login-link:before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    font-size: var(--monad-font-awesome-icon-size,1.4em);
    vertical-align: baseline;
    margin-right: 0.5em;
}

.monad-basket-link:before {
    content: "\f291";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: var(--monad-font-awesome-icon-size,1.4em);
    line-height: 1;
    vertical-align: baseline;
}

.monad-search-button:before, .monad-search-icon:before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: var(--monad-font-awesome-icon-size,1.4em);
    line-height: 1;
    vertical-align: baseline;
}
/*    .monad-user-profile-link:after {
        font-size: var(--fa-style-font-size, 1.4em);
        font-family: var(--fa-style-family, "Font Awesome 6 Free");
        font-weight: var(--fa-style, 900);
        content: "\f0d7";
        line-height: 1;
        vertical-align: baseline;
        margin-left: 0.5em;
    }
.monad-user-profile-link.monad-v-menu-open:after {
    font-size: var(--fa-style-font-size, 1.4em);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: "\f0d8";
    line-height: 1em;
    vertical-align: baseline;
    margin-left: 0.5em;
}


.monad-user-profile-link-main {
    display: flex;
    flex-direction: column;
    font-size: 0.8em;
    margin: -0.5em 0;
}

.monad-user-profile-link-sub {
    font-size: 0.9em;
}*/

#loginStatusHeader {
    /*hide the login status menu by default*/
    display: none;
    left: 42px;
    padding-top: 14px;
    box-sizing: border-box;
}

.monad-search-button {
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#mainContent {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mainContentInner, #customerService, #checkout, #basket {
    position: relative;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}
/* Header Area */
.topLogoLink {
    text-decoration: none;
    margin: 0;
}

.topLogoText {
    display: inline-block;
    font-size: xx-large;
    font-weight: bold;
}
/* Search */
.monad-nav-search {
    float: right;
    clear: right;
    padding: 4px 0 4px 4px;
}

.monad-search-box {
    display: flex;
    align-items: center;
}

.monad-search-box input[type=text]{
    margin: 0.13em 0;
}
    /* general layout div styles */
    .monad-list {
    padding: 1em 0 !important;
    background: var(--monad-background, #ffffff);
    float: left;
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .monad-list + .monad-list {
        border-top: var(--monad-border);
        margin-top: 1em;
    }

.monad-panel {
    border: var(--monad-border, 1px solid #e7e7e7);
    background: var(--monad-background, #ffffff);
    float: left;
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .divPager {
        clear: both;
        width: 100%;
    }

.textBlock {
    clear: both;
    padding: 0 0 6px 0;
}

.divCtrl {
    clear: both;
    width: 100%;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.monad-table {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.monad-table-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 0.5em;
    justify-content: space-between;
}

.monad-table-cell {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5em;
    flex-direction: row;
    align-content: flex-start;
}

.monad-table-caption {
    font-size: 0.8em;
    padding-bottom: 0;
}

.monad-table-value {
}

.monad-form {
    margin-bottom: 1em;
}

.monad-form-page {
    border: var(--monad-border, 1px solid #e7e7e7);
    background: var(--monad-background, #ffffff);
    padding: 2em 1em 1em 1em;
}

    .monad-form-page ~ .monad-form-page {
        border-top: 0;
    }

.monad-form-field {
    margin-bottom: 1em;
}

.monad-form-label {
    text-align: right;
}

.monad-form-value {
    text-align: left;
}

.divPropTable .divCtrl {
    text-align: left;
}

.divPropTable {
    width: 100%;
    table-layout: fixed; /*stops table overflowing outside of containing div*/
    box-sizing: border-box;
    clear: both;
    padding: 4px 0px 4px 0px;
    display: table;
}

.v-card .divPropTable {
    width: 100%;
}

.monad-search-value .divPropTable {
    width: auto;
}

.divPropTable .divPropTable {
    padding: 0px;
}

.divPropTableRow {
    display: table-row;
}

.divPropTableCaption, .formFieldName {
    position: relative;
    min-width: 10em;
    width: 30%;
    text-align: right;
    padding: 0.2em 1em 0.2em 0;
    vertical-align: top;
}

.divPropTableValue, .formFieldValue {
    position: relative;
    text-align: left;
    width: 70%;
    padding: 0.2em 0;
    overflow: visible;
}

.monad-profile-menu .divPropTableValue,
.monad-profile-menu .divPropTableCaption,
.monad-column-narrow .divPropTableValue, 
.monad-column-narrow .divPropTableCaption {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

    .monad-profile-menu .divPropTableCaption,
    .monad-profile-menu .divPropTableValue label,
    .monad-column-narrow .divPropTableCaption  {
        font-size: 0.8em;
        padding-bottom: 0;
    }

.monad-profile-menu .divPropTableValue,
.monad-column-narrow .divPropTableValue {
    padding-top: 0;
}

.divPropTableValue .divPropTableValue {
    width: 100%;
    display: inline-block;
}

    .divPropTableValue .divPropTableValue:not(.monad-panel) {
        padding: 0;
    }

.divPropTableCaption, .divPropTableValue {
    display: table-cell;
}

.formFieldName, .formFieldValue {
    display: inline-block;
}

    .formFieldValue tr {
        display: flex;
        flex-direction: column;
    }

.divPropTableValue > span {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    /*padding: 6px 10px 6px 0;*/ /*this makes elements misalign in forms pretty randomly*/
}

.formFieldRequired {
    /*  this looks weird. there is no info to suggest that bold means the field is required.  */
    /*font-weight: bold; */
}

.formPageTitle {
    display: inline-block;
}

.formFieldGroup {
    padding: 1em;
    width: 100%;
}
/*Trees*/
.treeView {
    padding-right: 6px;
}
/*Grids*/
.monad-datagrid-wrapper {
    max-width: 100%;
    overflow-x: auto;
    clear: both;
}

.dataGrid {
    margin: 0 0 8px 0;
    clear: both;
    border-collapse: collapse;
}

.invisible {
    display: none;
}

.monad-nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: auto;
    background: var(--monad-nav-background);
    justify-content: center;
    max-width: 100%;
}

    .monad-nav > ul {
        display: flex;
        padding: 0;
        list-style: none;
        flex-wrap: wrap;
    }

.monad-nav-search > ul {
    padding: 0 8px;
}

        .monad-nav > ul > li {
            display: flex;
        }



.monad-v-menu {
    contain: unset;
    overflow:visible;
}
.monad-v-menu .monad-nav {
    display: flex;
    padding: 8px 0;
    width: 100%;
    font-size: 1em;
}

    .monad-v-menu .monad-nav > ul, .monad-v-menu .monad-nav-search {
        display: flex;
        flex-direction: column;
    }

        .monad-v-menu .monad-nav > ul, .monad-v-menu .monad-nav > ul > li > ul, .monad-v-menu .monad-nav > ul > li > a, .monad-v-menu .monad-nav > ul > li > span {
            width: 100%;
            border-radius: 0;
        }


.monad-nav-title {
    display: inline-block;
}

.monad-nav ul {
    margin: 0;
}

.monad-nav li {
    list-style-type: none;
    display: inline-block;
    white-space: nowrap;
}

.monad-customer-service-v-menu, .monad-login-info-v-menu, .monad-search-v-menu {
    right: 10px !important;
    left: auto !important;
}

.monad-basket-close {
    float: right;
}

body.busy, body.busy * {
    cursor: wait !important;
}

.working {
    background-image: url("Content/Css/Images/bx_loader.gif") !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.ui-dialog {
    z-index: 1000 !important;
}

.monad-dialog-small {
    width: 300px;
}

.monad-dialog-medium {
    width: 600px;
}

.monad-dialog-large {
    width: 1000px;
}

.formField {
    padding: 6px !important;
    margin: 6px;
    display: flex;
}

    .formField textarea {
        width: 100%;
        height: 100%;
    }

    .formField input[type=checkbox] {
        width: 30px !important;
        /*float right makes the checkbox be all the way to the right on custom forms, separeted from it's text*/
        /*float: right;*/
    }

.formFieldGroup tr {
    display: flex;
    flex-direction: column;
}

.radiolist {
    display: inline;
}

    .radiolist label {
        width: 100%;
        display: block;
        float: left;
    }

    .radiolist input[type="radio"] {
        visibility: hidden;
        width: 0px;
        float: left;
    }

        .radiolist input[type="radio"] + label {
            border: thick white solid;
            padding: 0.5em;
        }

        .radiolist input[type="radio"]:checked + label {
            font-weight: bold;
            border: thick black solid;
        }

input[type="text"].radiolist-other {
    vertical-align: bottom;
    margin-bottom: 0.7em;
}

#closeSearch {
    display: none;
}

.monad-actions {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-shrink: 0;
    column-gap: 1em;
    margin-left: auto;
    flex-wrap: wrap;
    align-items: center;
}

.monad-flex-row {
    display: flex;
    width: 100%;
    column-gap: 1em;
    flex-flow: row;
    justify-content: space-between;
}

    .monad-flex-row div {
        flex-grow: 1;
    }

.monad-attribute {
    font-size: 0.9em;
    flex-shrink: 0;
}

.monad-order-actions, .monad-reservation-actions {
    width: 100%;
    margin-bottom: 0.5em;
}

.monad-order-product-adjustment {
    display: flex;
    justify-content: flex-end;
    font-size: 0.9em;
}

.monad-menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.monad-actions .monad-actions-buttons {
    margin-right: auto;
}

.monad-actions .monad-actions-menu {
    position: relative;
    flex-shrink:1;
    flex-wrap: wrap;
    justify-self: flex-end;
    display: flex;
    gap: 0.2em;
}

.monad-actions .ui-button {
    margin-bottom: 0 !important;
}

.monad-actions .monad-title {
    display: flex;
    gap: 1em;
}

.monad-component {
    display: inline-block;
    width: 100%;
}

.monad-customer-service-actions {
}

    .monad-customer-service-actions ul {
        list-style: none;
        margin: 0;
    }

        .monad-customer-service-actions ul li {
            display: inline-block;
        }

.notransition, .notransition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

.alignRight {
    text-align: right;
}

.monad-share-links {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
}

.monad-share-title {
    display: none;
}

.monad-share-link {
    display: inline-block;
    vertical-align: top;
    font-size: 0.92em !important;
}
    
    .monad-share-link i {
        padding-right: 0.5em;
    }

.monad-icon-button, .monad-icon-button:hover {
    cursor: pointer;
    text-decoration: none;
}

    .monad-icon-button.monad-whats-on-icon {
        float: none;
        display: flex;
        padding: 0.28em 1em;
        min-width: 0;
        height: auto;
    }

        .monad-icon-button.monad-whats-on-icon .fa {
            font-size:1.4em;
            line-height: 1em;
        }

.monad-whats-on-datepicker {
    display: none;
    position: absolute;
    z-index: 99999;
    overflow: visible;
    width: 250px;
}

.monad-cookie-consent {
    border-top: var(--monad-border, 1px solid #e7e7e7);
    background: var(--monad-background, #ffffff);
    margin: 0 !important;
    padding: 1em;
    z-index: 99999;
    display: flex;
    line-height: normal;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

    .monad-cookie-consent h3 {
        font-size: medium !important;
        font-weight: normal !important;
        margin-top: 0;
        margin-bottom: 0.5em
    }

    .monad-cookie-consent p {
        font-size: small !important;
        font-weight: normal !important;
        margin-top: 0;
        margin-bottom: 0.5em
    }

.monad-cookie-consent-main, .monad-cookie-consent-necessary, .monad-cookie-consent-analytics {
    width: 33.33%;
    text-align: left;
    font-size: small !important;
    box-sizing: border-box;
}

.monad-cookie-consent-main {
    padding: 0 2em 1em 0;
}

.monad-cookie-consent-necessary {
    padding: 0 1em 1em 1em;
}

.monad-cookie-consent-analytics {
    padding: 0 0 1em 2em;
}

.monad-cookie-consent-buttons {
    width: 100%;
}

.monad-package-offers {
    gap: 0.5em;
}
.monad-package-offer {
    width: 100%;
    display: flex;
}

.monad-package-offer-image {
    flex-shrink: 0;
}

.monad-package-offer-details {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    flex-wrap:wrap;
}

.monad-basket-title-link {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.monad-running-basket-links {
    position: sticky;
    background: var(--monad-running-basket-background);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    display: inline-block;
    width: 100%;
    z-index: 99;
    box-shadow: 0 -20px 20px var(--monad-running-basket-background);
}

.monad-running-basket-no-items {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.monad-running-basket-links a, .monad-running-basket-links input, .monad-running-basket-links button, .monad-running-basket-links ui-button {
    width: 100%;
}

.monad-running-basket-links .monad-checkout-link, #btnCheckout {
    font-size: 1.3em !important;
}

#liUserName span {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

#PaymentTypes ul * {
    margin: 0;
    list-style: none;
    width: 100%;
    border-radius: 0 !important;
    border: none !important;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.v-carousel {
    height: auto !important;
    max-height: 100vh;
}

@media all and (max-width: 970px) {
    .monad-column {
        width: 100% !important;
        float: left !important;
        padding: 0 !important;
    }

    .monad-column-narrow {
        width: 100%;
        float: none;
        padding-left: 0;
    }

        .monad-column-narrow ~ div {
            margin-right: 0;
        }

    

    .monad-column-container, .monad-column-container .monad-column-narrow, .monad-column-container .monad-column-wide {
        flex-direction: column;
        padding-left: 0;
        width: 100%;
    }

    .monad-tile {
        width: 100%;
    }
}

@media all and (max-width: 767px) {

    .monad-item-product.monad-panel {
        gap: 0.8em;
    }

    .monad-item-product-image-left {
        display: none;
    }

    .monad-item-product-image-header{
        display: flex;
    }

    .monad-flex-row {
        flex-direction: column;
        row-gap: 1em;
    }

    .monad-modal-content {
        max-width: 100vw;
        max-height: 100vh;
        width: 100% !important;
        height: 100% !important;
        box-sizing: border-box;
        padding-bottom: 100px;
    }

    .monad-tile {
        width: 100% !important;
        height: 100% !important;
    }

    .divPropTableCaption ~ .divPropTableValue .divPropTableCaption, .divPropTableCaption ~ .divPropTableValue .divPropTableValue {
        width: 100%;
        text-align: left;
        display: inline-block;
    }

    .monad-table,
    .monad-table-row,
    .monad-table-cell {
        flex-direction: column;
        align-content: center;
    }

    .monad-form-label, .monad-form-value {
        text-align: center;
    }

    .monad-cookie-consent-main, .monad-cookie-consent-necessary, .monad-cookie-consent-analytics {
        width: 100%;
        padding: 0 0 1em 0;
    }


    .divPropTable {
        width: 100%;
        display: inline-block;
        clear: both;
    }

        .divPropTable .divCtrl {
            text-align: left;
        }

        .divPropTableRow {
            width: 100%;
            display: inline-block;
            clear: both;
        }

    .divPropTableCaption, .divPropTableValue, .formFieldName, .formFieldValue {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 6px 0;
    }

    .formFieldGroup .formField {
        display: flex;
        flex-direction: column;
    }

    .formFieldName, .divPropTableCaption {
        font-size: 0.8em;
        padding-bottom: 0;
    }

    .formFieldValue, .divPropTableValue {
        padding-top: 0;
    }

    .monad-item-product-actions .ui-button {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    .monad-package-offer, .monad-donation-suggestion {
        flex-direction: column;
    }
}
