html, body {
    width: 100%;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.urow {
    float: left;
    width: 100%;
}

.uimageh {
    width: 100%;
    height: auto;
}

img {
    border: 0;
}

.uhide {
    display: none !important;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

a:link, a:visited {
    color: #02aadd;
    text-decoration: underline;
}

a:hover, a:active {
    color: #02aadd;
    text-decoration: none;
}

p {
    margin: 0 0 25px 0;
    line-height: 180%;
}

h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 25px 0;
    padding: 6px 0 6px 10px;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 15px 0;
    color: #d9581d;
    float: left;
}

body {
    background-color: #1ca8df;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    color: #404040;
}

textarea {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
}

/* ----- FULL WIDTH FLOATS AND BORDER BOXES */

.outer, .outer-top, .outer-bottom, .outer-middle, .outer-top-inner-inner, .outer-middle-login-inner, .outer-middle-inner-inner, .outer-bottom-inner-inner, .outer-middle-left-unit, .outer-middle-left-unit-header, .outer-middle-left-unit-body, .outer-middle-left-unit-body ul, .outer-middle-left-unit-body ul li, .formarea, .formarea-group, .formarea-row, .formarea-row-last, .formarea-row-right-input, .formarea-row-right-input ul.fontoptions li, .formarea-row-right-text, .formarea-row-right-notes, .formarea-row-right-error, .formarea-header, .formarea-row-right-scroll-input, .tabs, .table, .table-footer, .table-noresults, .table-header, .paging, .paging ul, .error, .success, .message-inner, .success-inner {
    width: 100%;
    float: left;
}

.formarea, .formarea-header, .formarea-row, .formarea-row-last, .textbox-small, .textbox-normal, .formarea-row-right-scroll, .table, .table-footer, .table-noresults, .message-inner, .success-inner {
    box-sizing: border-box;
}

/* ----- OTHER */

.outer-top {
    background-color: #111425;
}

.outer-middle {
    background-color: #FFFFFF;
}

.outer-top-inner, .outer-middle-inner, .outer-bottom-inner {
    padding: 0 10px 0 10px;
    margin: auto;
}

.outer-top-inner, .outer-bottom-inner {
    color: #FFFFFF;
}

.outer-top-inner-inner {
    padding: 25px 0 25px 0;
}

.outer-bottom-inner-inner {
    padding: 15px 0 25px 0;
}

.outer-top-inner-inner-left, .outer-top-inner-inner-right, .outer-middle-left, .outer-middle-right {
    float: left;
}

.outer-top-inner-inner-right ul {
}

.outer-top-inner-inner-right ul li {
    display: inline;
    float: right;
    margin: 0 0 0 18px;
}

.outer-top-inner-inner-right a {
    text-decoration: none;
}

.outer-top-inner-inner-right a:link, .outer-top-inner-inner-right a:visited {
    color: #FFFFFF;
}

.outer-top-inner-inner-right a:hover, .outer-top-inner-inner-right a:active {
    color: #DEDEDE;
}

.footer-row-powered {
    text-align: right;
    font-weight: 700;
}

.footer-row-powered a:link, .footer-row-powered a:visited {
    color: #FFFFFF;
}

.footer-row-powered a:hover, .footer-row-powered a:active {
    color: #DEDEDE;
}

#addtime {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.modal {
    background: #fff;
    position: relative;
    max-width: 600px;
    width: 80%;
}

.modal h1 {
    text-align: center;
    padding: 30px 20px 20px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.modal .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}

.modal .buttons {
    padding: 20px;
}

.modal .buttons .continue {
    margin-right: 20px;
    color: var(--css_title);
}

.disabled {
    opacity: .5;
    pointer-events: none;
}

.formarea-row-right-scroll-input {
    display: flex;
    align-items: center;
}

.formarea-row-right-scroll-input label {
    flex: 1;
}

.formarea-row-right-scroll-input:first-child .action-up a, .formarea-row-right-scroll-input:last-child .action-down a {
    opacity: .5;
    pointer-events: none;
}

.formarea-row-right-scroll-input .actions {
    font-size: 18px;
}

.formarea-row-right-scroll-input .actions ul {
}

.formarea-row-right-scroll-input .actions ul li {
    display: inline-block;
    float: left;
    margin: 0 3px 0 3px;
}

.formarea-row-right-scroll-input .actions ul li a {
    text-decoration: none;
    color: #404040;
}

.formarea-row-right-scroll-input .actions ul li a:hover {
    color: #1ca8df;
}

/* ----- RESPONSIVE */

.outer-middle-left, .outer-middle-right {
    padding: 35px 0 35px 0;
}

.outer-top-inner-inner-left {
    width: 219px;
}

.outer-top-inner-inner-right {
    padding: 8px 0 0 0;
    font-weight: 700;
}

.outer-top-inner-inner-right i {
    color: #1ca8df;
    margin-right: 7px;
}


@media screen and (min-width: 1000px) {
    .outer-top-inner, .outer-middle-inner, .outer-bottom-inner {
        width: 980px;
    }

}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .utabletrow {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .outer-middle-left {
        width: 196px;
        border-right: 1px solid #e6e6e6;
        min-height: 650px;
    }

    .outer-middle-right {
        border-left: 1px solid #e6e6e6;
        margin-left: -1px;
        padding-left: 22px;
    }

    .outer-middle-right, .outer-top-inner-inner-right {
        width: calc(100% - 219px);
    }

    .outer-middle-right {
    }

    .formarea-row-left {
        width: 30%;
    }

    .formarea-row-right {
        width: 70%;
    }

    .outer-middle-login {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .unotmobile {
        display: none !important;
        visibility: hidden;
    }

    .formarea-row-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .formarea-row-right, .formarea-row-right-scroll {
        width: 100%;
    }

    .outer-middle-left {
        display: none;
    }

    .outer-middle-right {
        width: 100%;
    }

    .umobilerow {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .outer-middle-login {
        width: 80%;
    }
}


.outer-middle-left-unit {
    margin: 0 0 25px 0;
    color: #404040;
}

.outer-middle-left-unit-header {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #eb7134;
}

.outer-middle-left-unit-body {
    font-size: 15px;
}

.outer-middle-left-unit-body ul li a {
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 7px;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.outer-middle-left-unit-body ul li a i {
    width: 20px;
    padding-right: 7px;
}

.outer-middle-left-unit-body ul li a.active {
    font-weight: 600;
    color: #1ca8df;
    background-color: #e6effc;
}

.outer-middle-left-unit-body ul li a:link, .outer-middle-left-unit-body ul li a:visited {
    color: #404040;
}

.outer-middle-left-unit-body ul li a:hover, .outer-middle-left-unit-body ul li a:active {
    color: #1ca8df;
    background-color: #e6effc;
}


.button, .button-cancel, .button-search, a.button-search, .button-add, a.button-add, a.button {
    border: 0;
    margin: 0 10px 15px 0;
    padding: 9px 19px 9px 19px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 600;
}

.button, a.button {
    background-color: #ec6121;
    color: #FFFFFF;
}

.button:hover, a.button:hover {
    background-color: #c9521c;
    color: #d8d2cf;
}

a.button-search, a.button-add, a.button-cancel, a.button {
    display: block;
    text-decoration: none;
    line-height: 15px;
}

.button-search, a.button-search, .button-add, a.button-add {
    background-color: #33aaff;
    color: #FFFFFF;
}

.button-search:hover, a.button-search:hover, .button-add:hover, a.button-add:hover {
    background-color: #0077ce;
}

.button-cancel, a.button-cancel {
    background-color: #DEDEDE;
    color: #444444;
}

.button-cancel:hover, a.button-cancel:hover {
    background-color: #b6b6b6;
}


.formarea {
    border: 1px solid #DEDEDE;
    background-color: #FAFAFA;
    padding: 25px 0 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 25px;
}

.formarea-header {
    padding: 10px 25px 10px 25px;
    font-weight: 700;
    background-color: #dedede;
    margin: 15px 0 15px 0;
}

.formarea-header.topper {
    margin-top: -25px !important;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
}

.formarea-row {
    padding: 10px 25px 10px 25px;
}

.formarea-row-last {
    padding: 25px 25px 10px 25px;
}

.formarea-row-left {
    float: left;
}

.formarea-row-right {
    float: left;
}

.formarea-row-right-error {
    margin: 5px 0 0 0;
    color: #e9477f;
    font-weight: 600;
}

.textbox-border {
    border: 1px solid #DEDEDE;
}

.textbox-error {
    border: 1px solid #e9477f;
}

.textbox-noerror, .textbox-search, .textbox-date {
    border: 1px solid #DEDEDE;
}

.textbox-tiny, .textbox-small, .textbox-normal, .textbox-search, .textbox-date {
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.textbox-tiny {
    width: calc(25% - 10px);
    margin-right: 20px;
}

.textbox-small {
    width: 50%;
}

.textbox-normal {
    width: 100%;
}

.textbox-search {
    width: 138px;
}

.textbox-date {
    width: 70px;
}

.select-filter {
    padding: 4px;
    width: 148px;
    border: 1px solid #DEDEDE;
}


.formarea-row-right-scroll {
    overflow-y: auto;
    height: 120px;
    border: 1px solid #dedede;
    padding: 12px;
    background-color: #FFFFFF;
}

input[type='checkbox'] {
    margin-right: 12px;
}

.event-unit {
    width: 105px;
    float: left;
    margin: 5px;
    padding: 5px 15px 5px 15px;
    color: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.event-unit.time {
    background-color: #444444;
    position: relative;
}

.event-unit.time .removetime {
    position: absolute;
    right: 6px;
    top: 0;
    cursor: pointer;
}

.event-unit.add, a.event-unit.add {
    text-decoration: none;
    background-color: #33aaff;
    cursor: pointer;
    cursor: hand;
    color: #FFFFFF;
}

.event-unit.add:hover, a.event-unit.add:hover {
    text-decoration: none;
    background-color: #0077ce;
}


.tabs {
    margin-bottom: -1px;
    z-index: 20;
    overflow: hidden;
    position: relative;
}

.tabs-scroll-area {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    float: left;
    padding: 0 26px;
    box-sizing: border-box;
}

.tabs-scroll-area::-webkit-scrollbar {
    display: none;
}

.tabs-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    color: #404040;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 25;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.tabs-scroll-btn:hover {
    background-color: #f5f5f5;
}

.tabs-scroll-btn.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.tabs-scroll-left {
    left: 2px;
}

.tabs-scroll-right {
    right: 2px;
}

.tabs ul {
    float: left;
    list-style: none;
    z-index: 20;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}

.tabs ul li {
    display: block;
    float: none;
    white-space: nowrap;
}

.tabs.tabs-orphan ul li {
    margin-bottom: -1px;
}

.tabs ul li a {
    text-decoration: none;
    display: block;
    background-color: #e6e6e6;
    color: #404040;
}

.tabs ul li a:hover, .tabs ul li a.active {
    background-color: #FAFAFA;
}

.tabs ul li a.active {
    font-weight: 600;
}

@media screen and (min-width: 1000px) {
    .tabs ul li {
        margin: 0 0 0 6px;
    }

    .tabs ul li {
        border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }

    .tabs ul li a {
        border-bottom: 1px solid #e6e6e6;
    }

    .tabs ul li a.active {
        margin-bottom: -1px;
    }
}

@media screen and (max-width: 999px) {
    .tabs ul li {
        margin: 0 0 6px 6px;
    }

    .tabs ul li {
        border-radius: 5px;
        border: 1px solid #e6e6e6;
    }

    .tabs ul li a.active {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    .tabs ul li a {
        padding: 6px 8px 6px 8px;
    }
}

@media screen and (max-width: 768px) {
    .tabs ul li a {
        padding: 4px 5px 4px 5px;
    }
}

.tabs-orphan {
    margin-bottom: 25px;
    border-bottom: 1px solid #DEDEDE;
}

.table {
    z-index: 10;
}

@media screen and (max-width: 1000px) {
    .table-container {
        overflow-x: auto !important;
    }

    .table {
        min-width: 768px;
    }
}

table {
    border-collapse: collapse;
}

table th {
    text-align: left;
    font-weight: 600;
    border: 1px solid #DEDEDE;
    background-color: #FAFAFA;
    padding: 8px 5px 8px 5px;
}

table td {
    text-align: left;
    border: 1px solid #DEDEDE;
    padding: 8px 5px 8px 5px;
}

table td.actions {
    font-size: 18px;
}

table td.actions ul {
}

table td.actions ul li {
    display: inline-block;
    float: left;
    margin: 0 3px 0 3px;
}

table td.actions ul li a {
    text-decoration: none;
    color: #404040;
}

table td.actions ul li a:hover {
    color: #1ca8df;
}

table td.listimage img, img.urounded {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

table td.listimage img {
    width: 120px;
    height: auto;
}

.editimage img {
    max-width: 160px;
    height: auto;
}

.table-footer {
    padding: 10px 0 10px 0;
}

.table-noresults {
    border: 1px solid #DEDEDE;
    padding: 30px 10px 30px 10px;
}

.table-header {
    margin: 0 0 20px 0;
}

.table-header-left, .table-header-right {
    float: left;
    width: 50%;
}

.table-header-right {
    text-align: right;
}

.buttonactions ul li {
    display: inline;
    float: left;
}

.paging {
}

.paging ul {
    margin-left: -5px;
}

.paging ul li {
    float: left;
    display: inline;
}

.paging ul li a {
    display: block;
    border: 1px solid #DEDEDE;
    padding: 8px 15px 8px 15px;
    margin: 0 5px 0 5px;
    text-decoration: none;
}

.paging ul li a:link, .paging ul li a:visited {
    color: #404040;
}

.paging ul li a:hover, .paging ul li a:active {
    color: #1ca8df;
    background-color: #e6effc;
}

.paging ul li.currentPage a {
    color: #fff;
    background-color: #1CA8DF;
    border: 1px solid #1CA8DF;
}

.paging ul li.firstLastPageSeparater {
    padding-top: 5px;
}

.search {
    margin: 0 0 20px 0;
}

.search-unit {
    float: left;
    margin-right: 10px;
}

.search-unit ul {
}

.search-unit ul li {
    display: inline-block;
    margin: -4px 2px 0 2px;
}

.formarea-row-right-input ul.options {
    list-style: none;
}

.formarea-row-right-input ul.options li {
    float: left;
    display: inline;
    margin-right: 10px;
}

.formarea-row-right-input ul.options li label {
    margin-left: 5px;
}

.formarea-row-right-input ul.fontoptions {
    list-style: none;
    font-size: 28px;
    font-weight: 700;
}

.formarea-row-right-input ul.fontoptions li {
    margin: 10px 0 10px 0;
}

.formarea-row-right-input ul.fontoptions li label {
    margin-left: 5px;
}

.required {
    color: #e9477f;
}

.message-inner, .success-inner {
    padding: 5px 10px 5px 10px;
}

.error, .success {
    margin: 0 0 25px 0;
}

.error {
    border: 1px solid #E18B7C;
    background-color: #FCCAC1;
}

.success {
    border: 1px solid #C1D779;
    background-color: #EFFEB9;
}


.outer-middle-login {
    margin: auto;
}

.outer-middle-login-inner {
    padding: 75px 0 75px 0;
}

.inactive {
    opacity: .5;
    pointer-events: none;
}

/* ----- TOOLTIP */

.tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: 7px;
}

.tooltip .tooltip-left {
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    margin-left: 5px;
    color: #FFFFFF;
    background-color: #1ca8df;
    font-weight: normal;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    display: none;
}

.tooltip:hover .tooltip-left {
    display: block;
}

.tooltip .tooltip-left i {
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    position: absolute;
    overflow: hidden;
}

.tooltip .tooltip-left i::after {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%) rotate(-45deg);
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #1ca8df;
}

@media screen and (min-width: 500px) {
    .tooltip .tooltip-left {
        min-width: 300px;
        max-width: 600px;
        padding: 20px;
    }
}

@media screen and (max-width: 499px) {
    .tooltip .tooltip-left {
        min-width: 150px;
        max-width: 250px;
        padding: 10px;
    }
}

/* ----- MOBILE NAV */

.outer-top-inner-inner-mobilemenu {
    float: left;
    width: 20px;
    font-size: 20px;
    padding: 8px 18px 0 0;
}

.outer-top-inner-inner-mobilemenu a {
    text-decoration: none;
    color: #1ca8df;
}

@media screen and (min-width: 768px) {
    .outer-top-inner-inner-mobilemenu {
        display: none;
    }

    .unonmobile {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    #mobilemenu {
        display: block;
    }

    #closemenu {
        display: none;
    }

    .unonmobile {
        display: none;
    }

    .outer-top-inner-inner-left {
        padding-top: 8px;
    }

    .outer-top-inner-inner-right {
        float: right !important;
        font-size: 20px;
    }

    .outer-top-inner-inner-right ul li {
        margin-left: 8px !important;
    }

    .outer-middle-left {
        background-color: #FFFFFF;
        min-height: 100%;
        position: absolute;
    }
}

@media screen and (max-width: 500px) {
    .outer-top-inner-inner-left {
        width: 155px !important;
    }

    .outer-top-inner-inner-left {
        padding-top: 13px !important;
    }
}

#addOption {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.event-unit.time .removeOptionValue {
    position: absolute;
    right: 6px;
    top: 0;
    cursor: pointer;
}

.event-unit.time .optionValue {
    cursor: pointer;
}

.formLineError {
    color: #ff0000;
}

.disableClicks {
    pointer-events: none;
}

.tabTable {
    width: 96%;
    margin: 0 2% 0 2%;
    background-color: #fff;
}

.tabTable th, .tabTable td {
    padding: 6px;
}

.tabTable th {
    background-color: #e6e6e6;
}

.filters {
    border: 1px solid #DEDEDE;
    background-color: #FAFAFA;
    padding: 10px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.filters .header {
    font-weight: bold;
    margin-bottom: 3px;
}

.filters .row {
    clear: left;
}

.filters select {
    padding: 3px;
}

.filters label {
    display: block;
    float: left;
    width: 85px;
}

.filters input, .filters select {
    margin-bottom: 12px;
    margin-right: 12px;
}

.giftVoucherDispatch {
    float: left;
    width: 220px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
    cursor: pointer;
    border-radius: 5px;
}

.giftVoucherDispatch:hover {
    background-color: #e6effc;
}

#dispatchGiftVouchers {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.giftVoucherDispatch .addressLine {
    font-size: 12px;
}

#dispatchGiftVouchersForm .formarea-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

#dispatchGiftVouchersForm {
    float: left;
    width: 100%;
}

#dispatchGiftVouchersForm .giftVoucher {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

#dispatchGiftVouchersForm .giftVoucher:nth-child(even) {
    background: #fbf7f7;
}

.ms-container {
    width: 100% !important;
}

.visiSelectList {
    border: 1px solid #ccc;
    width: 50%;
    margin-top: 10px;
}

.visiSelectList option {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    font-size: 14px;
}

.visiSelectListAddButton {
    margin-left: 3px;
    padding: 4px 8px;
}

.visiSelectListDeleteButton {
    margin-top: 3px;
    padding: 4px 8px;
}

.standardButton {
    padding: 2px 5px;
}

.tabedPaging {
    padding: 15px;
}

.tabedPaging .paging a {
    background-color: #fff;
}

.orderDiscountLine {
    font-size: 12px;
}

#discountCodesTabNotice {
    display: none;
    font-size: 12px;
}

#administrationLink {
    display: none;
}

#itemEventFilter {
    padding-bottom: 20px;
}

#itemEventFilter label {
    padding-right: 5px;
}

#itemEventFilter #eventFilter {
    padding: 3px;
}

#recordsPerPage {
    padding-left: 575px;
}

#recordsPerPage label {
    padding-right: 5px;
}

#recordsPerPage select {
    padding: 3px;
}

.searchFilter {
    margin-bottom: 20px;
    float: left;
    width: 740px;
    background-color: #f5f5f5;
    border: 1px solid #d6d6d6;
    padding: 10px;
}

.searchFilter .row {
    clear: left;
}

.searchFilter label {
    float: left;
    width: 100px;
    margin-right: 10px;
    margin-top: 3px;
}

.searchFilter input, .searchFilter select {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.searchFilter input[type=checkbox] {
    margin-top: 6px;
}

.searchFilter input[type=radio] {
    margin-top: 6px;
    margin-right: 6px;
}

button#addCondition, button.removeCondition, button.removeTrigger, button.removeSuggestion, #newUpsellTrigger, #newUpsellSuggestion {
    margin-bottom: 2px;
    padding: 5px;
    background-color: #33aaff;
    -webkit-border-radius: 5px;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

button.removeCondition, button.removeTrigger, button.removeSuggestion, #newUpsellTrigger, #newUpsellSuggestion {
    margin-left: 237px;
}

button#addCondition {
    margin-left: 25px;
}

#newUpsellTrigger, #newUpsellSuggestion {
    background-color: #c9521c;
}

div.condition {
    border-top: 1px solid #DEDEDE;
    padding-bottom: 10px;
}

.orderItemsTable td {
    border-bottom: 0;
}

.orderItemsTable tr:last-child {
    border-bottom: 1px solid #ccc;
}

.orderItemsTable .bundleOrderLine td {
    border-top: 0;
    font-size: 11px;
    color: #6f6f6f;
}

.orderItemsTable .bundleOrderLine .refundIcon {
    display: none;
}

.orderItemsTable .bundleOrderLine .cancelIcon {
    display: none;
}

.orderItemsTable .bundleOrderLine td.actions {
    font-size: 18px;
}

#orderTotal {
    text-align: right;
    font-size: 16px;
    padding-right: 100px;
}

table#orderLines {
    margin: 0 20px 0 20px;
    width: 720px;
}

table#orderLines th, table#orderLines td {
    border: 0;
}

table#orderLines th.unitPriceCell {
    text-align: right;
    width: 70px;
}

table#orderLines th.unitDonationCell {
    text-align: right;
    width: 90px;
}

table#orderLines th.quantityCell {
    text-align: right;
    width: 40px;
}

table#orderLines th.lineTotalCell {
    text-align: right;
    width: 90px;
}

table#orderLines td.unitPriceCell .textbox-small, table#orderLines td.quantityCell .textbox-small, table#orderLines td.lineTotalCell .textbox-small, table#orderLines td.unitDonationCell .textbox-small {
    width: 100%;
    text-align: right;
}

table#orderLines input.disabled {
    background-color: #ddd;
    opacity: 1;
}

table.quantityInstances {
    font-size: 12px;
    width: 100%;
    display: none;
}

table.quantityInstances th, table.quantityInstances td {
    padding: 2px;
}

table.quantityInstances th {
    background: none;
    font-style: italic;
}

a.showQuantityInstances {
    font-size: 12px;
    text-decoration: none;
}

a.showQuantityInstances:hover {
    text-decoration: underline;
}

form#adminOrderDataCapture .urow {
    margin-bottom: 8px;
}

form#adminOrderDataCapture .form-title {
    font-size: 16px;
    font-weight: bold;
}

form#adminOrderDataCapture .dataCaptureFieldLabel {
    margin-bottom: 2px;
}

form#adminOrderDataCapture .dataCaptureField {
    padding: 3px;
}

.customFieldError {
    color: red;
    margin-top: 3px;
    font-size: 12px;
}

.orderCustomDataField {
    border-bottom: 1px solid #ccc;
    float: left;
    margin-bottom: 10px;
}

input.orderUpdateField {
    padding: 5px;
    border: 1px solid #DEDEDE;
    margin-right: 5px;
    width: 300px;
}

button.orderUpdateButton {
    padding: 3px;
}

#salesLedgerAccountInfo {
    display: none;
}

#salesLedgerAccountInfo {
    font-size: 12px;
    margin: 4px 0;
    font-weight: bold;
}

#salesLedgerAccountInfo span {
    font-weight: normal;
}

#multipleEventDatesWarning {
    float: left;
    width: 700px;
    padding-left: 30px;
    color: #e9477f;
    display: none;
}

#internalItemEmails {
    width: 100%;
}

#internalItemEmails td {
    border: 0;
    padding-top: 0;
    padding-bottom: 2px;
}

.internalItemEmailsCheckboxColumn {
    width: 20px;
    padding-right: 0;
    padding-left: 0;
}

.internalItemEmailsNameColumn {
    width: 100%;
    cursor: default;
}

.internalItemEmailsReceiptGroup {
    padding: 2px;
    font-size: 12px;
}
.upsellTrigger {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.upsellSuggestion {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

select#multiSiteSelection {
    padding: 2px;
    width: 185px;
}

#globalDataBanner {
    padding: 10px 20px;
    border: 1px solid #7676ff;
    background-color: #ccccff;
    color: #000;
    margin-bottom: 25px;
}

#siteSelection {
    padding: 10px 10px 10px 15px;
}
#siteSelection label {
    padding-right: 10px;
}
#siteSelection select {
    padding: 3px;
}

#loggedInUser {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
}
#loggedInUser span {
    font-weight: bold;
}

#adminOuterContentContainer {
    position: relative;
}

#administrationLogin {
    padding-left: 10px;
}

#administrationLogin label {
    margin-right: 10px;
}

#administrationLogin input[type=password] {
    padding: 5px;
}

#administrationLogin div {
    margin-bottom: 8px;
}

#administrationLogin input[type=submit] {
    margin-left: 86px;
}

#administrationLoginFailure {
    margin-left: 86px;
    color: #ff0000;
}

form#smtpTest div {
    margin-bottom: 10px;
}

form#smtpTest label {
    float: left;
    width: 80px;
    padding-top: 2px;

}

form#smtpTest input[type=text] {
    padding: 4px;
    width: 250px;
}

form#smtpTest .button {
    margin-left: 80px;
}

form#smtpTest #response {
    margin-left: 80px;
}

/* Daily Stats */
#dailyStats {
    float: left;
    color: #000;
    text-align: center;
}

#dailyStats .statTile {
    float: left;
    width: 135px;
    padding: 10px;
    background-color: #ccc;
    margin-right: 10px;
}

#dailyStats .statTile h2 {
    float: left;
    width: 135px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

#dailyStats .statTile div {
    float: left;
    width: 135px;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #404040;;
}

#dailyStats .booked {
    background-color: #C8E6C9;
}

#dailyStats .redeemed {
    background-color: #BBDEFB;
}

#dailyStats .nonRedeemed {
    background-color: #FFCDD2;
}

#dailyStats .totalRedeemed {
    background-color: #FFE082;
}
/* End of Daily Stats */

.calendar-container {
    float: left;
    width: 334px;
    padding: 18px;
    background-color: #FFFFFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.calendar-box-time {
    float: left;
    padding: 15px 25px 15px 25px;
    background-color: #FFFFFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

table.refundOrder {
    width: 100%;
}

table.refundOrder td, table.refundOrder th {
    border: 0;
}

table.refundOrder th {
    background-color: #b8ebff;
}

table.refundOrder table th {
    background-color: #fff;
    text-decoration: underline;
}

table.refundOrder .reference {
    width: 130px;
}

table.refundOrder .date {
    width: 100px;
}

table.refundOrder .price {
    text-align: right;
}

table.refundOrder .qty {
    text-align: center;
}

table.refundOrder .total {
    width: 150px;
    text-align: right;
}

table .noRefund {
    background-color: #ff3a3a;
    color: #fff;
}

table .noRefund th {
    background-color: #000;
}

table .noRefund table th {
    background-color: #000;
}

a.showOrderLines {
    color: #000;
}

table .noRefund .showOrderLines {
    color: #fff;
}

table .noRefund a {
    color: #fff;
}

table .noRefund {
    color: #fff;
}

table.refundOrder table {
    width: 100%;
}

.refundOrderCell {
    text-align: center;
}

.refundOrderCell input {
    margin: 0 5px;
}

#refundAutoSelect {
    border: 1px solid #DEDEDE;
    padding: 10px;
    margin-bottom: 20px;
}

#refundAutoSelect div {
    margin-bottom: 3px;
}

#refundAutoSelect label {
    margin-left: 10px;
}

table#announcements {
    width: 100%;
    margin-bottom: 3px;
}

table#announcements td {
    border: 0;
    border-bottom: 1px dotted #ccc;
}

table#announcements .date {
    font-weight: bold;
}

.additional {
    display: none;
}

.warningBox {
    padding: 10px 20px;
    background-color: red;
    color: #fff;
    margin-bottom: 25px;
}

.warningBox a {
    color: #fff;
    text-decoration: underline;
}

#refundAutoSelect input {
    margin-left: 5px;
}

.refundUnavailableReason {
    text-align: right;
    font-style: italic;
    font-size: 12px;
}

/* Pre-live checks */

table#preLiveChecks {
    width: 708px;
    margin: 0 25px 20px 25px;
    font-size: 12px;
}

table#preLiveChecks th.checkbox, table#preLiveChecks td.checkbox {
    width: 30px;
    text-align: center;
    height: 25px;
}

table#preLiveChecks input[type=checkbox] {
    margin: 0;
}

table#preLiveChecks th.result, table#preLiveChecks td.result {
    width: 50px;
    text-align: center;
}

table.orderLines .bundleOrderLine td {
    font-size: 11px;
    color: #6f6f6f;
}

table#orders td:last-child {
    width: 260px;
    font-size: 12px;
}

.dashboard-container {
    width: 760px;
    margin: auto;
    padding-top: 60px;
}

.grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.card {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
}

.card h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #555;
    float: none;
}

.card p {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.details-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.detail h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #444;
}

.detail p {
    margin: 0;
    white-space: pre-line;
}

#globalNotificationBanner {
    background-color: #BBDEFB;
    padding: 10px;
    border: 1px solid #7ac0ff;
    margin-bottom: 8px;
    display: none;
}

#anonymisedNotice {
    float: left;
    padding-bottom: 10px;
    width: 100%;
    color: red;
    font-style: italic;
}

ul#anonymiseChecklist {
    list-style-type: disc;
    margin-left: 20px;
}

ul#anonymiseChecklist li {
    padding: 2px 0;
}

a.miniButton {
    background-color: #c9521c;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    padding: 2px 7px;
    font-size: 12px;
}

a.miniButton:hover {
    background-color: #c9521c;
    color: #d8d2cf;
}

ul.customer-tabs {
    font-size: 12px;
}


/* Admin menu navigation */

ul#adminMenu,
ul#adminMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#adminMenu > li {
    background: #000;
    color: #fff;
}

ul#adminMenu li > a,
.menu-label {
    display: block;
    padding: 5px 7px;
}

ul#adminMenu li ul {
    background: #fff;
}

ul#adminMenu .menu-header {
    display: block;
    padding: 6px;
    background: #1fa7dc;
    font-weight: bold;
    border-top: 1px solid #fff;
    text-transform: uppercase;
}

/* All menu links */
#adminMenu a {
    background: #f3f3f3;
    color: #222;
    text-decoration: none;
}

#adminMenu a:hover {
    background: #e1e1e1;
    text-decoration: none;
}

/* Default non-link submenu headers (e.g. EPOS) */
#adminMenu .menu-label {
    background: #4fc0eb;
    color: #fff;
    font-weight: bold;
}

/* Third-level non-link submenu headers (e.g. Hardware) */
#adminMenu ul ul > li > .menu-label {
    background: #66d4ff;
    color: #fff;
    padding-left: 30px;
}

/* Base link padding (already present, shown for clarity) */
#adminMenu li > a {
    padding: 5px;
}

/* Third-level links (e.g. Printers, Displays) */
#adminMenu ul ul li > a {
    padding-left: 20px; /* 5px base + 15px indent */
}

/* Fourth-level links (future-proofing) */
#adminMenu ul ul ul li > a {
    padding-left: 30px; /* 5px base + 15px indent */
}

/* Base submenu labels already styled (orange / blue etc.) */
#adminMenu .menu-label {
    position: relative;
    padding-left: 20px; /* make room for arrow */
    border-bottom: 1px solid #ccc;
}

/* Arrow indicator for expandable submenu labels */
#adminMenu .menu-label::before {
    content: "›";
    position: absolute;
    left: 6px;
    opacity: 0.6;
}

/* Make headers feel clickable when they have a submenu */
#adminMenu .menu-header,
#adminMenu .menu-label {
    cursor: pointer;
}

/* Rotate arrow when expanded */
#adminMenu .menu-label::before {
    transition: transform 0.15s ease;
    transform-origin: 50% 50%;
}

#adminMenu .menu-label.expanded::before {
    transform: rotate(90deg);
}

/* Optional: subtle feedback on hover for non-links */
#adminMenu .menu-label:hover {
    filter: brightness(0.95);
}

#adminMenu a.active {
    background: #083f5b;
    color: #fff;
    font-weight: bold;
    accent-color: #1fa7dc;
}
a.deleteRecordLink {
    cursor: pointer;
}
