
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[hidden], .hidden {
    display: none !important;
}


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,
pre,
form,
p,
blockquote, ul ul, ul ol, ol ol, ol ul {
    margin: 0;
    padding: 0;
    direction: ltr;
}
   
    a img {
        border: none;
    }

p {
    font-family: inherit;
    font-weight: normal;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
}

    p aside {
        font-size: 0.9em;
        line-height: 1.35;
        font-style: italic;
    }

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;
}

.monad-terms-header {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    border-bottom: var(--monad-border);
}

.monad-terms ol, ul, dl {
    margin-left: 1.25em;
    counter-reset: list-counter;
}

.monad-terms li {
    counter-increment: list-counter;
}

    .monad-terms li::before {
        content: counters(list-counter, ".") " ";
    }

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 {
    font-size: 1em;
    margin: 0 0 .2em 0;
    padding: 0.75em;
    line-height: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

    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 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: transparent !important;
    border-color: transparent !important;
    color: var(--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;*/
}

.divPropTableValue, .divPropTableCaption {
    padding: 0.3em 0;
}

.divPropTableCaption {
    padding: 0.3em 0.5em 0.3em 0;
}

.divPropTable {
    padding: 0;
}

.divItem {
    margin-bottom: 0;
}

.formFieldGroup, .formField {
    padding: 0 !important;
    margin: 0;
}

.monad-panel {
    border: var(--monad-border);
    background: var(--monad-background);
    padding: 0.8em 1em !important;
    margin-bottom: 1em;
}

    .monad-panel .monad-panel {
    }

    .monad-panel + .monad-panel {
         margin-top: calc(-1em - 1px); border-top: 1px solid transparent !important;
    }

.monad-message-bar {
    display: inline-block;
    width: 100%;
}

.monad-search-bar button {
    background: #79746f !important;
}

.monad-loader {
    background-color: var(--monad-background-overlay);
}

.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;
}

.hc-nav-top {
    background-color: #4B4845;
}

.hc-nav-sub {
    background-color: #79746F;
}

    .hc-nav-sub .fourcol {
        margin: 0px;
    }
/* ------------------------------- mainContent ------------------------------- */
main {
    background: var(--monad-main-background, transparent);
    padding: 0;
}

header {
    background: var(--monad-header-background);
    display: inline-block;
    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, transparent);
    border-bottom: var(--monad-header-inner-border, none);
    max-width: var(--monad-header-width, 1280px);
    margin: 0 auto;
}

.monad-header-main {
    display: flex;
    width: 100%;
}

.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;
}

.monad-footer-inner {
    max-width: var(--monad-footer-inner, 1280px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

    .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;
    padding: 0 0.2em;
    margin: -1px 0 -1px 0;
    text-align: center;
    border-radius: 50%;
    font-size: 0.8em;
}

.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;
}

.monad-breadcrumbs {
    font-size: 0.9em;
    padding: 0 0 0.5em 0;
    float: left;
}


#content {
    background: var(--monad-content-background, none);
    max-width: var(--monad-content-width, 1280px);
    margin: 0 auto;
    min-height: 78vh;
    margin-bottom: 50vh;
}

#contentInner {
    display: inline-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);
        max-height: var(--monad-logo-height, unset);
    }

#logo-small {
    display: none;
}

    #logo-small img {
        padding: var(--monad-logo-small-padding, 0.2em);
        max-height: var(--monad-logo-small-height, unset);
    }


.monad-basket-summary {
    display: none;
    padding-bottom: 0.3em;
}

.monad-running-basket ~ main, .monad-running-basket ~ header, .monad-running-basket ~ footer {
    margin-right: 320px;
}

.monad-running-basket ~ .monad-static-content {
    right: 320px;
}

.monad-running-basket {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    border-left: var(--monad-border, 1px solid #e7e7e7);
    background: var(--monad-background, #FFFFFF);
    overflow: auto;
}

.monad-running-basket-links {
    border-top: var(--monad-border);
}

.monad-running-basket .monad-panel {
    border: none;
}



.monad-basket-totals.monad-panel, .monad-payments.monad-panel {
    border: none;
    background: inherit;
}




@media screen and (max-width: 1320px) {

    .monad-basket-summary {
        display: inline-block;
    }

    .monad-running-basket ~ main, .monad-running-basket ~ header, .monad-running-basket ~ footer {
        margin-right: 0;
    }

    .monad-running-basket ~ .monad-static-content {
        right: 0;
    }

    .monad-running-basket {
        position: fixed;
        right: -320px;
        top: 0;
        bottom: 0;
        width: 320px;
        border-left: var(--monad-border);
        background: var(--monad-background);
    }

    .monad-header-nav {
        flex-direction: column;
    }
}

@media screen and (max-width: 976px) {

    header {
        height: auto;
    }

    .monad-session-timeout {
        width: 100%;
        font-size: 0.9em;
        text-align: center;
    }

    #logo {
        display: none;
    }

    #logo-small {
        display: inline-block;
    }

    .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;
    }

    .divPropTableCaption, .divPropTableValue {
        width: 100%;
        display: block;
        text-align: left;
        padding: 0;
    }

    .divPropTableCaption {
        padding-top: 0.3em;
    }

    .divPropTableValue {
        padding-bottom: 0.3em;
    }

    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;
    }
}
