﻿.monad-not-on-public-sale {
    opacity: 0.5;
}

.monad-browse:empty, .monad-folder-packages:empty, .monad-folder-products:empty, .monad-show-recommendations:empty {
    display: none;
}

.monad-bbfc-rating {
    height: 1.2em;
}

/* folder data */
#folderHeader {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.folderName {
    font-size: 1.5em;
    font-weight: bold;
}

.monad-folder-data {
    width: 100%;
}

.monad-folder-tag-alert {
    background: var(--monad-highlight-background);
    color: var(--monad-highlight-color);
    border: var(--monad-highlight-border);
    border-radius: var(--monad-border-radius);
}

.folderDataInner {
    overflow: auto;
}

.folderDataLabel {
    display: inline-block;
    margin-right: 1em;
    width: 10em;
}

.folderDataHeader {
    display: inline-block;
    font-size: 1em;
}

.folderShowHeader {
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
}

.folderDataContent {
    clear: none;
}


.monad-folder-image {
    float: right;
    clear: none;
    margin: 0;
    border: 0;
}

.folderBuyNowButton {
    display: none;
}

/* All folders */
.browseFolders {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* float: left; */
    clear: both;
}

.browseFoldersInner {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* float: left; */
}

    .browseFoldersInner > ul {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0; /* float: left; */
    }


/* Folders with Images */
.aWithBlockContent {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('/Sales/Content/Images/transparent.gif') 0 0 repeat; /*transparent image to make links show up in IE 8 and 9*/
}



.browseImage {
    float: left;
    border: 0;
}

.browseTiledImage {
    float: left;
    border: 0;
}

.browseImage a:hover {
    text-decoration: none;
}

.browseList {
    list-style: none;
    width: 100%;
}



.browseListWithExpandableProducts .monad-folder-content {
    display: flex;
    flex-direction: row;
    clear: both;
    width: 100%;
}


.browseListWithExpandableProducts .monad-folder-products {
    margin: 0;
}

.browseListWithExpandableProducts .monad-discounts {
    width: 100%;
}

.browseListWithProducts, .browseListWithName, .browseListWithNameAsHeader, .browseListWithNameDescription, .browseListNameTiledChildren, .browseListWithNameListChildren, .browseListWithNameImageDescription, .browseListWithNameListChildrenNameImageDescription, .browseListCarouselChildren {
    clear: both;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.browseListTiledWithDescription {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.browseListWithNameImageDescription {
    display: inline-block;
}

.browseListTiled {
    float: left;
}

.browseListTiledTextBelow .browseFolderTiledContent {
    float: left;
    position: static;
    display: inline-block;
}

.browseFolderTiledName {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.browseFolderTiledDescription {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.browseListCarouselChildren ul {
    list-style: none;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; /* This is used solely to clear floats, it does not add functionality. */
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    -khtml-padding-start: 0;
    -o-padding-start: 0;
    padding-start: 0;
    padding: 0;
    max-width: unset;
}

.browseFolderTiled {
    position: relative;
}

.browseFolderTiledContent {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}

.browseCarouselItem {
    width: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.browseFolderCarouselItem {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.browseCarouselItemImage {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
}

.browseFolderCarouselItemContent {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px;
}

.monad-offer {
    margin-bottom: 1em;
    width: 100%;
}

.monad-offer-selection {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: auto;
}

    .monad-offer-selection button {
    }

        .monad-offer-selection button:first-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right: 0;
        }

        .monad-offer-selection button:last-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }



/* Sub Folders */
.browseSubFolders {
}

    .browseSubFolders > ul {
        margin: 0;
        padding: 0; /* float: left; */
    }

        .browseSubFolders > ul > li {
            list-style: none; /* float: left; */
        }

/* Performances */
.browsePerformance, .browseProduct, .browsePackage, .browseFolderTag {
    margin: 0 0 0.5em 0;
}

.browsePerformanceInner, .browseProductInner, .monad-package, .browseFolderTagInner {
    display: inline-block;
    width: 100%;
}

.monad-performance-list, .monad-package-list, .monad-product-list {
    max-width: max-content;
}

.monad-performance-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.monad-performance-link {
    flex-shrink: 0;
}

.monad-performance-list td:not(:last-child), .browseProductContent td:not(:last-child), .monad-package-list td:not(:last-child), .browseFolderTagContent td:not(:last-child) {
    padding-right: 1em;
}

.monad-performance-list .ui-datepicker td, .browseProductContent .ui-datepicker td, .monad-package-list .ui-datepicker td, .browseFolderTagContent .ui-datepicker td {
    border: 0;
    padding: 1px;
}



.monad-performance-list > ul {
    /* float: left; */
    vertical-align: top;
    margin: 0 0.5em 0.5em 0;
    padding: 0;
}

    .monad-performance-list > ul > li, .browseProductContent > ul > li, .monad-package-list > ul > li, .browseFolderTagContent > ul > li {
        /* float: left; */
        list-style: none;
        margin: 0;
        padding: 0;
        display: table-row;
    }



.browseProductContentFull > ul {
    /* float: left; */
    clear: both;
    margin: 0 0.5em 0.5em 0;
    padding: 0;
}

    .browseProductContentFull > ul > li {
        /* float: left; */
        list-style: none;
        clear: both;
        margin: 0;
        padding: 0;
    }

.monad-package-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.monad-datepicker-expanded {
    display: inline-block;
    width: 100%;
    padding: 0 0 0.5em 0;
}

    .monad-datepicker-expanded .ui-datepicker {
        width: 100%;
    }

.performancedatepicker {
    /* float: left; */
    margin: 0 0.5em 0.5em 0;
}

.monad-performance-calendar {
    display: flex;
    flex-wrap: wrap;
}

.monad-performance-calendar-datepicker {
    display: inline-block;
    max-width: 100%;
    width: 26em;
    margin-right: 1em;
    margin-bottom: 1em;
}

    .monad-performance-calendar-datepicker .ui-datepicker {
        width: 26em;
        border-radius: var(--monad-border-radius-large);
    }

.monad-performance-calendar-list {
    display: inline-block;
}

    .monad-performance-calendar-list h2 {
        margin-top: 0;
    }

    .monad-performance-calendar-list li {
        list-style: none;
        display: inline-block;
    }

.monad-performance-calendar-big {
    max-width: 1000px;
}

    .monad-performance-calendar-big .v-calendar-weekly__week {
        border-left: var(--monad-border);
        border-top: var(--monad-border);
        border-radius: var(--monad-border-radius-large, var(--monad-border-radius, 0));
        overflow: hidden;
    }

    .monad-performance-calendar-big .v-calendar-weekly__day {
        min-height: 5em;
    }

    .monad-performance-calendar-big .v-calendar-weekly__day-label {
        cursor: default;
    }

    .monad-performance-calendar-big .v-calendar-weekly__head-weekday {
        padding: 0.5em 0;
        background-color: transparent !important;
        border-right: 0 !important;
    }

        .monad-performance-calendar-big .v-calendar-weekly__head-weekday.v-past {
            color: #000000 !important;
        }

.monad-performance-calendar-big-event.ui-button {
    margin: 0;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: background .3s ease; /* Saf3.2+, Chrome */
    -moz-transition: background .3s ease; /* FF4+ */
    -o-transition: background .3s ease; /* Opera 10.5+ */
    transition: background .3s ease;
    width: 100%;
    padding: 4px !important;
    white-space: normal;
}

.monad-performance-availability {
    max-width: 12em;
    width: 100%;
    white-space: normal;
    display: block;
    background: var(--monad-default-background);
    border: var(--monad-default-border);
    color: var(--monad-default-color);
    border-radius: var(--monad-border-radius);
    padding: 2px;
    text-decoration: none !important;
    overflow: hidden;
    text-align: center;
}

.monad-performance-list .monad-performance-availability {
    padding: var(--monad-button-padding, 0.45em 1em);
    padding-bottom: 0.2em;
}

.monad-performance-availability:hover {
    background: var(--monad-default-background-hover);
    border: var(--monad-default-border-hover);
    color: var(--monad-default-color-hover);
    text-decoration: none !important;
}

.monad-performance-availability-bar {
    height: 5px;
    width: 100%;
    background: #e5e5e5;
    border-radius: 2px;
    overflow: hidden;
}

.monad-performance-calendar-big-key {
    text-align: center;
    font-size: 0.8em;
    margin-top: 1em;
    display: inline-block;
}

.monad-performance-calendar-big-price {
    font-size: 0.8em;
}


.monad-performance-calendar-big-key-entry {
    display: inline-block;
    width: 160px;
    padding: 4px;
    margin: 0.5em;
    text-align: left;
}

.monad-performance-calendar-big-nav {
    width: 100%;
    text-align: center;
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
}

button.ui-button.monad-performance-calendar-big-prev, button.ui-button.monad-performance-calendar-big-next {
    background: var(--monad-button-background) !important;
    border: var( --monad-button-border) !important;
    color: var(--monad-button-color) !important;
}

    button.ui-button.monad-performance-calendar-big-prev:hover, button.ui-button.monad-performance-calendar-big-next:hover {
        background: var(--monad-button-background-hover, #e7e7e7) !important;
        border: var( --monad-button-border-hover) !important;
        color: var(--monad-button-color-hover) !important;
    }


/* Products */
.browseProductContent > ul, .monad-package-list > ul, .browseFolderTagContent > ul {
    /* float: left; */
    clear: both;
    margin: 0 0.5em 0.5em 0;
    padding: 0;
}

.monad-packages-title {
}

.productData {
    /* float: left; */
}

.divAllocationPicker {
    display: inline-block;
    padding: 0.5em 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chooseAllocation {
    float: left;
}

    .chooseAllocation td {
        padding-right: 1em;
        display: inline-block;
    }


@media (max-width: 330px) {
    .chooseAllocation td {
        width: 100%;
        padding: 0;
    }
}

.monad-print-allocation {
    float: right;
}

.productMap {
    /* float: left; */
    clear: both;
}

.productMapInner {
    width: 640px;
    height: 480px;
}

    .productMapInner > svg > g > text {
        cursor: pointer;
    }

.daySoldOut a {
    opacity: 0.5;
    background: red !important;
}

#divQuantityFilterWrapper {
    position: relative;
}

#divQuantityFilter {
    display: none;
}

    #divQuantityFilter select {
        width: auto;
    }


#divQuantityFilterToggle {
    z-index: 1;
}

    #divQuantityFilterToggle a {
        padding: 0.5em;
    }

#showQuantityFilter {
    display: inline-block;
}

#hideQuantityFilter {
    display: none;
}

.spnPrice {
}

.spnPriceItemFee {
    font-size: x-small;
    white-space: nowrap;
}

.monad-browse-filter {
    display: none;
}

    .monad-browse-filter li {
        display: inline-block;
        vertical-align: middle;
    }

.monad-browse-loading {
    width: 100%;
    min-height: 237.5px;
    background-size: 32px;
    text-align: center;
}

.monad-load-more {
    width: 100%;
    display: inline-block;
}

.monad-product {
    display: table-row;
}

.monad-product-name, .monad-package-offer-web-copy, .monad-folder-name, .monad-performance-name {
    display: table-cell;
    padding-right: 1em;
}

.monad-product-link {
    display: table-cell;
}

.monad-folder-products {
}

.monad-folder-product + .monad-folder-product {
    /* border-top: var(--monad-border);*/
    padding-top: 1em;
}

.monad-product-map {
    max-width: 100%;
    border: var(--monad-border, 1px solid #e7e7e7);
    background: var(--monad-background, #ffffff);
    border-radius: var(--monad-border-radius-large);
    margin: 0;
    overflow: hidden;
    padding: 0 !important;
}

.monad-radio {
    white-space: nowrap;
}

    .monad-radio label {
        display: inline-block;
        padding: 0.5em 0.5em 0.5em 0;
        cursor: pointer;
    }

.monad-discounts {
    /*prevents zooming on double click, when adding quantity*/
    touch-action: manipulation;
    width: 100%;
}

.monad-discount-quantities-add-one {
    float: left;
    width: 25%;
}

.monad-discount-description {
    text-align: left;
    width: 30%;
}

.monad-discount-price {
    position: relative;
    min-width: 5em;
    text-align: left;
    flex-grow: 1;
}

.monad-discount-value {
    text-align: right;
    margin-right: 0;
}

.monad-discount-quantities-buttons .monad-discount-value {
    text-align: left;
    flex-grow: 4;
}

.monad-discount-value select {
    width: 100%;
}

.monad-discount-quantities-seats {
    margin: 0 auto;
}

.monad-discount-quantities-seats-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.monad-product-header {
    display: flex;
    flex-direction: column;
}

.monad-discounts, .monad-pricebands {
    margin: 1em auto;
}

.monad-prices {
    font-size: 0.8em;
    display: flex;
    justify-self: flex-start;
    align-items: baseline;
    column-gap: 0.5rem;
    flex-wrap: wrap;
}

.monad-prices-priceband {
    display: inline-block;
}


.monad-prices-priceband-description, .monad-prices-priceband-range {
    display: inline-block;
}

    .monad-prices-priceband-description ~ .monad-prices-priceband-range {
        padding-left: 0.5em;
    }

.monad-discount-item-fee,
.monad-discount-donation {
    font-size: 0.7em;
    align-self: center;
}

.monad-discount-value .monad-number-input {
    width: 3em;
}

.monad-discount-quantities-donation-suggestions {
    display: flex;
    flex-direction: column;
}

.monad-donation-suggestion-prompt {
    width: 100%;
    margin-bottom: 0.5em;
}

.monad-donation-suggestion-amounts {
}

.monad-donation-suggestion-manual input {
    flex-grow: 1;
}

.monad-number-plus-minus-input, .monad-number-input {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin-bottom: 0.3em;
}

    .monad-number-input input[type="text"] {
        width: 3rem;
        text-align: center;
    }

    .monad-number-plus-minus-input * {
        display: inline-block;
    }

    .monad-number-plus-minus-input input[type="text"] {
        border-radius: 0;
        margin: 0;
        width: 3rem;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: center;
    }

    .monad-number-plus-minus-input button {
        position: absolute !important;
        width: 3rem;
        margin: 0 !important;
        top: 0;
        bottom: 0;
        padding: 0 !important;
    }

    .monad-number-plus-minus-input .minus-button {
        left: 0;
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .monad-number-plus-minus-input .plus-button {
        right: 0;
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }


.monad-number-input-buttons {
    text-align: left;
    display: inline-block;
    min-width: 400px;
}

    .monad-number-input-buttons .ui-button {
        margin: 0.3em !important;
    }

.monad-number-input-button {
    float: left;
}

.monad-allocations {
    font-size: 0.8em;
    margin: 0.5rem 0;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.monad-priceband, .monad-allocation {
    display: inline-block;
    position: relative;
}

.monad-preprint-allocation {
    position: relative;
}

.monad-preprint-allocation-picker {
    position: absolute;
    top: 100%;
    width: auto;
}

.monad-preprint-allocation-picker-buttons {
    white-space: nowrap;
    margin-top: 0.5em;
}

.monad-preprint-allocation-no-workstation {
    white-space: nowrap;
}

.monad-priceband-color, .monad-allocation-color {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.monad-seats-selected-table-cell .monad-priceband-color, .monad-seats-selected-table-cell .monad-allocation-color {
    bottom: 5px;
}

.monad-priceband-color-container {
    position: relative;
    padding: 0.5em;
}

.monad-folders-container {
    display: block;
}

.monad-folder-browse {
    clear: both;
    display: inline-block;
    width: 100%;
}

.monad-carousel {
    padding-bottom: 1em;
}

.monad-carousel-full-screen {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    z-index: 11;
    position: fixed;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    background: var(--monad-background);
}

.monad-carousel-thumbnails {
    margin-top: 0.5em;
}

.monad-carousel-full-screen .v-image__image {
    max-height: 100vh;
    display: flex;
    background-size: contain;
    border-radius: 0;
}

.monad-carousel-full-screen .v-window__container {
    max-height: 100vh;
}

.monad-carousel-full-screen .monad-carousel-thumbnails {
    display: none;
}

.monad-carousel-close-full-screen {
    display: flex;
    justify-content: flex-end;
    padding: 0.5em;
    font-size: 2em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
}

.monad-performances {
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
}

.monad-performance {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 1em;
    flex-wrap: wrap;
}

.monad-performance-info {
    display: flex;
    flex-direction: row;
    gap: 1em;
    flex-wrap: wrap;
}

.monad-seats-selected-title {
    width: auto;
    display: inline-block;
}

.monad-seats-change-quantity {
    float: right;
}

.monad-seats-selected-table {
    display: flex;
    gap: .2em;
    width: 100%;
    flex-wrap: wrap;
}

.monad-seats-selected-table-row {
    border-radius: var(--monad-button-border-radius);
    padding: .2em .2em 0 0.8em;
    background: var(--monad-default-background);
    border: var(--monad-default-border);
    color: var(--monad-default-color);
}

.monad-seats-selected-add {
    padding: .2em 0 0 .2em;
    display: flex;
    align-items: center;
}

.monad-seats-selected-table-cell {
    display: inline-block;
    margin-bottom: 0em;
    min-width: 3em;
    text-align: center;
    vertical-align: middle;
}

.divAllocationPickerContainer {
    display: block;
    float: none;
}

.divPriceKeyTable {
    /* float: left; */
    width: 186px;
    display: table;
    border: 1px #EEE solid;
    background-color: #e0e0e0;
    margin: 0 6px 6px 0;
    padding: 6px;
}

/* Discount Quantities*/
.divDiscountQuantities {
    display: inline-block;
    margin: 0 0 6px 0;
    width: 100%;
}

.discountQuantitiesContent {
    float: left;
    clear: both;
}

.discountQuantityColorBandInline {
    width: 10px;
    height: 22px;
    padding-right: 10px;
    margin-right: 6px;
}

.divPriceBandPicker {
    float: left;
    padding: 0.5em 0.5em 0.5em 0;
}



.priceBandsRadioButtonList input {
    float: left;
}

.priceBandsRadioButtonList tr td input[type='radio'],
.priceBandsRadioButtonList tr td label {
    cursor: pointer;
}

.priceBandsRadioButtonListColorBandInline {
    width: 10px;
    height: 24px;
    display: inline-block;
    margin: -3px 4px -3px 0;
}

.divDiscountQuantitesAddOneButton {
    float: left;
    width: 25%;
    padding: 3px;
}

.btnAddOne {
}

.divDiscountQuantitiesTable {
    clear: none;
    float: left;
    padding: 0;
}

.divDiscountQuantitiesHeaderRow {
    padding: 6px;
    display: none;
}

.divDiscountQuantitiesRow {
    display: inline-block;
    clear: none;
    padding: 6px;
    width: 144px;
}

.monad-show-list, .monad-show-list-filter {
    display: inline-block;
    width: 100%;
}

.monad-show-list-filter, .monad-show-list-filter-dropdown {
    margin: 0.2em 0 0.5em 0;
}

.monad-filters-dropdown {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.monad-filter-dropdown {
    margin-right: 1em;
}

    .monad-filter-dropdown select, .monad-filter-dropdown input {
        width: auto;
    }

.divDiscountQuantitiesDiscountCell {
    float: left;
    clear: both;
    text-align: left;
    width: 100%;
    font-weight: bold;
}

.divDiscountQuantitiesQuantityCell {
    float: left;
    clear: both;
    text-align: right;
}

.divDiscountQuantitiesQuantityDropDownCell {
    float: left;
    min-height: 24px;
    clear: both;
    text-align: right;
    width: 100%;
}

.ddlDiscountQuantity {
    display: none;
    width: 100%;
}

.hidQuantity {
    width: 3em;
    color: black;
}

.manualQuantityLabel {
    padding: 0.5em 0;
    display: inline-block;
}

.btnSpin {
    height: 30px;
    width: 30px;
    font-size: x-large;
    float: left;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
}

.txtSpinQuantity {
    height: 30px;
    width: 30px;
    font-size: x-large;
    float: left;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
}

.monad-selected-seats {
    float: right;
    margin-top: 0.5em;
}

.divSeatPlan {
    clear: both;
    overflow: hidden;
    border: 1px solid #C5C5C5;
    margin: 6px 6px 0 0;
    position: relative;
    min-height: 360px;
    max-height: 900px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body.busy .divSeatPlan:after {
    background-color: var(--monad-background-overlay,rgba(255, 255, 255, 0.5));
    /*background-image: url("throbber.gif") !important;
        background-position: center left !important;
        background-repeat: no-repeat !important;*/
    color: #444444;
    content: 'Updating';
    text-align: center;
    font-size: 24px;
    padding: 6px;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
}

.monad-seat-plan-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.monad-seats-no-product {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

    .monad-seats-no-product img {
        display: flex;
    }

.monad-seats-wrapper {
    padding: 2em;
}

    .monad-seats-wrapper .monad-seats-info {
        width: 30%;
        float: left;
    }

    .monad-seats-wrapper .monad-discount-quantities-seats {
        width: 70%;
        float: left;
    }


.monad-seat-plan {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    border: var(--monad-border, 1px solid #e7e7e7);
    background: var(--monad-background, #ffffff);
    position: relative;
    min-height: 2em;
    clear: both;
}

.monad-seat-plan-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.monad-seat-plan-controls {
    display: flex;
    align-items: flex-end;
    gap: 0.3rem;
    justify-content: flex-end;
    margin-left: auto;
}

    .monad-seat-plan-controls a {
        margin-bottom: 0 !important;
    }

.monad-seat-plan-full {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background: var(--monad-background, #ffffff);
}

    .monad-seat-plan-full .monad-seat-plan-header {
        padding: 0.5em;
    }

    .monad-seat-plan-full, .monad-seat-plan-full .monad-seat-plan-zoom, .monad-seat-plan-full .monad-seat-plan {
        height: 100vh !important;
        width: 100vw !important;
        border-radius: 0;
    }

        .monad-seat-plan-full .zoomable {
            margin: auto 0;
            display: inline-block;
        }

        .monad-seat-plan-full .monad-seat-plan {
            border: none;
            border-top: var(--monad-border);
        }

.monad-seat-plan-instructions {
    font-size: 0.9em;
    padding: 1em 0;
    list-style: disc;
    margin-left: 1.2em;
}



.seat {
    background-color: Silver;
    position: absolute;
    clip: auto;
    cursor: pointer;
    -moz-user-select: none;
    z-index: 5;
    font-size: 8px;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease;
}

    .seat:hover {
        box-shadow: 0 0 0px 2px #444;
    }

    .seat .monad-loader {
        border-radius: 50%;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
    }

.seat-text {
    vertical-align: text-top;
}

.seat:before, .seat-item-status:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.itemheld, .itemheld:hover {
    -moz-box-shadow: 0 0 0px 2px #0075FF;
    -webkit-box-shadow: 0 0 0px 2px #0075FF;
    box-shadow: 0 0 0px 2px #0075FF;
}

.itemSelected, .itemSelected:hover {
    -moz-box-shadow: 0 0 0px 4px #0075FF;
    -webkit-box-shadow: 0 0 0px 4px #0075FF;
    box-shadow: 0 0 0px 4px #0075FF;
}

.itemheldother, .itembuffer, .itemunavailable, .itemreserved, .itemotherallocation,
.itemheldother:hover, .itembuffer:hover, .itemunavailable:hover, .itemreserved:hover, .itemotherallocation:hover {
    cursor: default;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.itemheld:before {
    content: "\f007";
}

.itemheldother:before, .itemunavailable:before {
    content: "\f506"
}

.itembuffer:before {
    content: "\f715";
}

.itemreserved:before {
    content: "\f4fd";
}

.itemotherallocation {
}

.seat-info {
    overflow: visible;
    background: #fff;
    width: auto;
    z-index: 10;
    padding: 0.5em;
    position: fixed;
    box-shadow: var(--monad-box-shadow);
    z-index: 999;
    border-radius: var(--monad-border-radius-large);
}

.seat-name {
    font-size: 1.2em;
}

.seat-item-status {
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    box-shadow: none;
    font-size: 0.9em;
    padding: 0.5em 0.5em;
    margin-top: 0.5em;
    float: left;
    clear: both;
    width: 100%;
}

    .seat-item-status:before {
        position: relative;
        padding-right: 0.5em;
    }

.seat-allocation, .seat-priceband {
    font-size: 0.8em;
    padding: 0.5em;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.moveSeat {
    display: none;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
}

.svgViewer {
    position: relative;
}

.embedSvgViewer {
}

.ui-draggable, .ui-draggable-dragging {
    cursor: move !important;
}

.seatTooltip {
    padding: 6px;
    position: fixed;
    border: 1px #b0b0b0 solid;
    background: white;
    color: Black !important;
    z-index: 5;
    display: none;
}

.seatNotAvailable {
    padding: 6px;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 200;
    display: none;
}

    .seatNotAvailable:hover {
        cursor: pointer;
    }

#positionButtonDiv {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(58, 56, 63);
    /* RGBa with 0.6 opacity */
    background: rgba(58, 56, 63, 0.8);
    border: solid 1px #100000;
    color: #FFFFFF;
    padding: 8px;
    text-align: left;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

    #positionButtonDiv .positionButtonSpan img {
        float: right;
        border: 0;
    }

.positionMapClass area {
    cursor: pointer;
}

.zoomButton {
    border: 0;
    cursor: pointer;
}

.zoomableContainer {
    background-image: url("../images/transparent.png");
}

.divPriceKeyHeaderRow {
    display: table-row;
}

.divPriceKeyHeaderColourCell {
    display: table-cell;
    width: 8px;
}

.divPriceKeyHeaderPriceBandCell {
    display: table-cell;
    margin: 4px;
    padding: 4px;
}

.divPriceKeyHeaderDiscountCell {
    display: table-cell;
    font-weight: bold;
    font-size: 10px;
    width: 70px;
    margin: 4px;
    padding: 4px;
    text-align: right;
}

.divPriceKeyBandRow {
    display: table-row;
}

.divPriceKeyBandColourCell {
    width: 8px;
}

.divPriceKeyBandDescriptionCell {
    display: table-cell;
    margin: 4px;
    padding: 4px;
}

.divPriceKeyValueCell {
    display: table-cell;
    text-align: right;
    margin: 4px;
    padding: 4px;
}
/* -------------------------------filters  ------------------------------- */
.monad-filters {
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}

.monad-filters-hidden {
    max-height: 0;
}

.monad-filters-clear {
    display: inline-block;
}

    .monad-filters-clear:after {
        content: "\f00d";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        line-height: 1;
        vertical-align: middle;
        margin-left: 0.5em;
    }

.monad-filter {
    display: flex;
    width: 100%;
    gap: 0.5em;
    align-items: center;
    flex-wrap: wrap;
}

    .monad-filter button {
        display: inline-block;
        margin-right: 0.2em;
    }

.monad-filter-quantity {
    font-size: 0.8em;
    padding: 1em 0;
}

.monad-date-has-event {
    position: relative;
}

    .monad-date-has-event :after {
        content: ' ';
        background-image: radial-gradient( #9FC5E8 50%, transparent 50%);
        position: absolute;
        height: 10px;
        width: 10px;
        left: 10%;
        top: 10%;
    }

@media all and (max-width: 767px) {
    .monad-browse-filter li {
        width: 100%;
    }

        .monad-browse-filter li select {
            width: 100%;
        }

    .monad-discount-price, .monad-discount-description, .monad-discount-value, .monad-allocations, .monad-prices-priceband {
        text-align: center;
        width: 100%;
    }



    .ui-datepicker-group {
        width: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    .browseFolderDate, .folderDataHeader {
        width: 100%;
        max-width: 100%;
        display: block;
        clear: both;
    }

    .monad-filter-dropdown {
        margin-right: 0;
        width: 100%;
        display: inline-block;
    }

        .monad-filter-dropdown select, .monad-filter-dropdown input, .monad-show-list-filter-dropdown button {
            width: 100%;
        }

    .monad-donation-suggestion-amounts .ui-button {
        width: 100%;
    }
}

@media all and (max-width: 330px) {
    .divDiscountQuantitiesRow {
        padding: 0;
        width: 100%;
    }
}
