
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[hidden], .hidden {
    display: none;
}

html {
    background: var(--monad-main-background);
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    color: var(--monad-color);
    padding: 0;
    margin: 0;
    font: var(--monad-font,normal normal 16px "Roboto");
    line-height: 1.6;
    position: relative;
    cursor: default;
}

button {
    font: var(--monad-font, normal normal 16px "Roboto");
}

img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    height: auto;
    min-height: 50px;
    max-width: 380px;
    width: 100%;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote {
    margin: 0;
    padding: 0;
    direction: ltr;
}

a {
    color: var(--monad-link-color);
    text-decoration: var(--monad-link-text-decoration, none);
    line-height: inherit;
    -webkit-transition: border .3s ease, color .3s ease, background .3s ease; /* Saf3.2+, Chrome */
    -moz-transition: border .3s ease, color .3s ease, background .3s ease; /* FF4+ */
    -o-transition: border .3s ease, color .3s ease, background .3s ease; /* Opera 10.5+ */
    transition: border .3s ease, color .3s ease, background .3s ease;
}

    a * {
        -webkit-transition: border .3s ease, color .3s ease, background .3s ease; /* Saf3.2+, Chrome */
        -moz-transition: border .3s ease, color .3s ease, background .3s ease; /* FF4+ */
        -o-transition: border .3s ease, color .3s ease, background .3s ease; /* Opera 10.5+ */
        transition: border .3s ease, color .3s ease, background .3s ease;
    }


    a:visited {
        color: var(--monad-link-color-visited, var(--monad-link-color));
    }

    a:hover {
        color: var(--monad-link-color-hover);
        text-decoration: var(--monad-link-text-decoration-hover, none);
        cursor: pointer;
    }

    a img {
        border: none;
    }

p {
    font-family: inherit;
    font-weight: normal;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
}

    p aside {
        font-size: 0.875em;
        line-height: 1.35;
        font-style: italic;
    }

h1, h2, h3, h4, h5, h6 {
    font: var(--monad-header-font, var(--monad-font, normal normal 16px "Roboto"));
    color: var(--monad-header-color, #404040);
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
    line-height: 1.2125em;
    display: inline-block;
    width: 100%;
}

h1 {
    font-size: 1.9rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: 700;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

ul, ol, dl {
    font-size: 1em;
    margin-bottom: 0;
    list-style-position: outside;
    font-family: inherit;
    list-style: none;
}

ul, ol {
    margin-left: 0;
}

figure {
    margin: 0 0 1em 0;
}

.monad-text ul {
    list-style: disc;
    margin-left: 1.25em;
    margin-bottom: 1.5em;
}

hr {
    border: var(--monad-border);
    border-width: 1px 0 0;
    clear: both;
    margin: 0;
    height: 0;
}

th {
    font-weight: normal;
}

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 {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    color: #000000;
    color: rgba(0, 0, 0, 0.75);
    font-size: 1em;
    margin: 0 0 .2em 0;
    padding: 0.45em 0.5em;
    line-height: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: var(--monad-border-radius);
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="date"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="quantity"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="time"]:focus,
    input[type="url"]:focus,
    input[type="currency"]:focus,
    textarea:focus,
    select:focus {
        background: #fafafa;
        border-color: #999999;
    }

    input[type="text"][disabled],
    input[type="password"][disabled],
    input[type="date"][disabled],
    input[type="datetime"][disabled],
    input[type="datetime-local"][disabled],
    input[type="month"][disabled],
    input[type="week"][disabled],
    input[type="email"][disabled],
    input[type="number"][disabled],
    input[type="quantity"][disabled],
    input[type="search"][disabled],
    input[type="tel"][disabled],
    input[type="time"][disabled],
    input[type="url"][disabled],
    input[type="currency"][disabled],
    textarea[disabled],
    select[disabled] {
        background-color: #dddddd;
    }

input[type="file"] {
    width: 100%;
}

.monad-folder-image,
.monad-folder-data,
.monad-folder-main,
.monad-folder-siblings,
.monad-folder-carousel,
.monad-folder-products,
.monad-product-buy,
.monad-folder-packages,
.monad-product-map,
.monad-folder-tags,
.monad-folder-browse,
.monad-show-recommendations,
.monad-folder-list-signups,
.monad-session-timeout,
.monad-nav-browse,
.seat-info,
#content {
    animation: monad-fade 0.5s ease-out;
}

@keyframes monad-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* ------------------------------- monad general ------------------------------- */
#monad-app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.radiolist label {
    width: auto;
    display: inline-block;
    float: none;
}

.radiolist input[type="radio"] {
    visibility: visible;
    float: left;
    width: auto;
    clear: left;
    padding: 0.5em 0;
    margin: 1em 0;
}

    .radiolist input[type="radio"] + label {
        border: none;
        float: left;
        padding: 0.5em 1em;
    }

    .radiolist input[type="radio"]:checked + label {
        border: none;
    }

input[type="text"].radiolist-other {
    margin-bottom: 0;
}

.monad-button-highlight, .ui-button.monad-button-highlight {
}

    .monad-button-highlight:enabled:hover, .ui-button.monad-button-highlight:enabled:hover, a.ui-button.monad-button-highlight:hover {
    }

.monad-button-secondary {
    background: var(--monad-button-secondary-background, transparent) !important;
    border-color: var(--monad-button-secondary-color, transparent) !important;
    color: var(--monad-button-secondary-color, --monad-link-color) !important;
    padding: 0.2em;
}

    .monad-button-secondary:hover, .monad-button-secondary:active, .monad-button-secondary:focus {
    }

table .fullWidth {
    width: 100%;
    display: table;
}

.ui-padding {
    padding: 0.45em 1em !important;
    margin-bottom: 0.2em !important;
    line-height: 1.2em;
}

.ui-state-highlight.ui-padding {
    /*margin-bottom: 1em !important;*/
}
.monad-container-narrow {
    max-width: var(--monad-container-narrow, 30em);
    margin: 0 auto;
}
.monad-container-narrow .divPropTableCaption, .monad-container-narrow .divPropTableValue {
    width: 100%;
    display: flex;
    text-align: left;
    gap: 0.5em;
    flex-direction: column;
}

.monad-container-narrow .divPropTableValue {
    padding: 0 0 0.5em 0;
    align-items: flex-start;
}

.monad-container-narrow .divPropTableCaption {
    padding: 0.5em 0 0 0;
    font-size: 0.9em;
}

.divPropTable {
    padding: 0;
}

.divItem {
    margin-bottom: 0;
}

.formFieldGroup, .formField {
    padding: 0 !important;
    margin: 0;
}

.monad-panel {
    background: var(--monad-panel-background, var(--monad-background));
    border: var(--monad-panel-border, var(--monad-border));
    border-bottom-color: var(--monad-panel-background, var(--monad-background));
    border-top-left-radius: var(--monad-border-radius-large);
    border-top-right-radius: var(--monad-border-radius-large);
    padding: var(--monad-panel-padding, 1em) !important;
}
    .monad-panel + .monad-panel {
        border-radius: 0;
        border-top-color: var(--monad-panel-background, var(--monad-background));
    }

    .monad-panel:not(:has(+ .monad-panel)) {
        border-bottom: var(--monad-panel-border, var(--monad-border));
        border-bottom-left-radius: var(--monad-border-radius-large) ;
        border-bottom-right-radius:var(--monad-border-radius-large);
        margin-bottom: 1em;
    }


    .monad-panel .monad-panel {
        box-shadow: none;
    }



.monad-message-bar {
    display: inline-block;
    width: 100%;
}

.monad-loader {
    background-color: var(--monad-background-overlay);
    border-radius: var(--monad-border-radius-large);
}

.ui-jqgrid tr.ui-row-ltr td {
    border-color: #f2f2f2;
}

.ui-jqgrid > .ui-jqgrid-pager {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.treeView {
    background-color: var(--monad-background);
    display: inline-block;
    clear: both;
}

.bxslider {
    margin: 0;
    z-index: 2;
}

.bx-controls-direction a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.monad-buttons-container, .divCtrl {
    margin-bottom: 0.2em;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
}
/* ------------------------------- mainContent ------------------------------- */
main {
    background: var(--monad-main-background, transparent);
    padding: 0;
    flex: 1;
}

header {
    background: var(--monad-header-background);
    transition: margin-right 0.5s;
    display: flex;
    color: var(--monad-header-color);
    border-bottom: var(--monad-header-border);
}

    header a, header a:link, header a:visited {
        color: var(--monad-header-link-color);
    }

        header a:hover {
            color: var(--monad-header-link-color-hover);
        }

.monad-header-inner {
    display: flex;
    flex-direction: column;
    background: var(--monad-header-inner-background, inherit);
    border-bottom: var(--monad-header-inner-border, none);
    max-width: var(--monad-header-width, 1280px);
    margin: 0 auto;
    flex-grow: 1;
}

.monad-header-main {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.monad-header-nav {
    display: flex;
    flex-direction: var(--monad-header-nav-direction, column);
    flex-grow: 1;
    flex-wrap: wrap;
}

.monad-header-login {
    display: flex;
    margin-left: auto;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.monad-header-menu {
    display: flex;
    flex-grow: 1;
    align-items: end;
    margin-bottom: var(--monad-header-menu-margin-bottom, 0);
}

.monad-footer-inner {
    max-width: var(--monad-footer-inner, 1280px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    row-gap: 1em;
    column-gap: 1em;
    justify-content: space-evenly;
}

    .monad-footer-inner > div {
        flex-basis: 0;
        flex-grow: 1;
    }

.monad-basket-link {
    background: none;
    padding: 0.2em 0.1em;
    display: inline-block;
    opacity: 1;
    position: relative;
    height: auto;
    width: auto;
}

.monad-basket-link-count {
    font-weight: bold;
    min-width: 1.8em;
    padding: 0 0.2em;
    margin: -1px 0 -1px 0;
    text-align: center;
    border-radius: 50%;
}

.monad-session-timeout {
    position: relative;
    background: var(--monad-highlight-background, #fce4cc);
    border: var(--monad-highlight-border, 1px solid #fce4cc);
    color: var(--monad-highlight-color, #030405);
    padding: .4em 1em;
    margin: 0;
    vertical-align: top;
    font-size: 0.9em;
    border-radius: var(--monad-border-radius);
}

.monad-menu {
    padding: 0 0 0.5em 0;
}

.monad-breadcrumbs {
    font-size: 0.8em;
    float: left;
}

    .monad-breadcrumbs a {
        text-decoration: none;
    }

#content {
    display: flex;
    background: var(--monad-content-background, none);
    max-width: var(--monad-content-width, 1280px);
    margin: 0 auto;
}

#contentInner {
    display: block;
    padding: 0.5em 1em;
    width: 100%;
}

#menu {
    font-size: 0.9em;
}

#logo {
    display: inline-block;
}

    #logo img {
        padding: var(--monad-logo-padding, 0.5em);
        margin: var(--monad-logo-margin, 0);
        max-height: var(--monad-logo-height, unset);
    }

#logo-small {
    display: none;
}

    #logo-small img {
        padding: var(--monad-logo-small-padding, 0.2em);
        margin: var(--monad-logo-small-margin, 0);
        max-height: var(--monad-logo-small-height, unset);
    }

.monad-basket-summary {
    display: none;
    padding-bottom: 0.3em;
    background: var(--monad-basket-summary-background, var(--monad-background, #FFFFFF));
    border-top: var(--monad-border);
}

.monad-has-running-basket main, .monad-has-running-basket header, .monad-has-running-basket footer {
    margin-right: var(--monad-running-basket-width, 320px);
}

.monad-has-running-basket .monad-static-content {
    right: var(--monad-running-basket-width, 320px);
}

.monad-running-basket {
    position: fixed;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    width: var(--monad-running-basket-width, 320px);
    border-left: var(--monad-running-basket-border, var(--monad-border, 1px solid #e7e7e7));
    background: var(--monad-running-basket-background, var(--monad-background, #FFFFFF));
    overflow: auto;
}

.monad-running-basket-links {
    background: var(--monad-background);
}

.monad-running-basket .monad-panel {
    border: none;
    border-radius: 0;
    width: calc(100% - 1px);
    box-shadow: none;
    background: transparent;
}

footer {
    position: relative;
    padding: var(--monad-footer-padding, 2em 0.5em);
    color: var(--monad-footer-color, #e7e7e7);
    background: var(--monad-footer-background, #404040);
    clear: both;
    font-size: var(--monad-footer-font-size, 0.8em);
}

.monad-has-running-basket:not(.monad-has-empty-basket) footer {
    padding-bottom: 3em;
}

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        color: var(--monad-footer-color, #e7e7e7);
    }

    footer a {
        color: var(--monad-footer-link-color, #e7e7e7);
    }

        footer a:hover {
            color: var(--monad-footer-link-color-hover, #e7e7e7);
            text-decoration: underline;
        }

        footer a:visited {
            color: var(--monad-footer-link-color-visited, #e7e7e7);
        }

.footer-link {
    padding: 0.5em;
}

.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;
}

@media screen and (max-width: 1320px) {

    .monad-basket-summary {
        display: inline-block;
    }

    .monad-has-running-basket main, .monad-has-running-basket header, .monad-has-running-basket footer {
        margin-right: 0;
    }

    .monad-has-running-basket .monad-static-content {
        right: 0;
    }

    .monad-running-basket {
        position: fixed;
        display: none;
        right: calc(-1 * var(--monad-running-basket-width, 320px));
        top: 0;
        bottom: 0;
        width: var(--monad-running-basket-width, 320px);
        border-left: var(--monad-border);
        background: var(--monad-background);
    }
}

@media screen and (max-width: 970px) {


    header {
        height: auto;
    }

    .monad-session-timeout {
        width: 100%;
        font-size: 0.8em;
        text-align: center;
        border-radius: 0;
    }

    #logo {
        display: none;
    }

    #logo-small {
        display: flex;
        flex-wrap: nowrap;
    }

    .monad-header-nav {
        flex-direction: column;
    }

    .monad-header-browse {
        flex-direction: column-reverse;
    }

    .monad-header-menu {
        margin-left: unset;
        flex-wrap: wrap-reverse;
    }

    .monad-header-login {
        margin-left: unset;
        flex-direction: column;
    }

    .monad-footer-inner {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    html {
        -ms-text-size-adjust: auto !important;
        -webkit-text-size-adjust: auto !important;
    }
}

@media screen and (max-width: 480px) {
    select {
        width: 100%;
    }

    .divPropTableRow {
        width: 100%;
        display: block;
    }


    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="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="currency"], textarea, select {
        max-width: 100%;
    }
}

@media all and (max-width: 360px) {
    .monad-basket-summary .ui-button {
        padding-left: 0.45em;
        padding-right: 0.45em;
    }
}
