﻿/*****************************/
/* Styles for pencil control */
div.dtpencil-container {
    width: 1000px;
    position: absolute;
    top: 20px;
    left: -5000px;
    z-index: 5000;
    border: 1px solid #ddd;
    box-shadow: 7px 7px 7px #d7d7d7;
    border-radius: 5px;
}

@media all and (max-width: 767px) {
    div.dtpencil-container {
        width: 100%;
    }

    table.cuteedit {
        width: 100% !important;
    }
}

div.dtpencil-topbar button {
    border: 0px;
    font-size: 13px;
    padding: 4px 10px;
    background: #dee9ea;
    border-radius: 2px;
}

div.dtpencil-topbar button::after hover {
    background: #ddd;
}

div.dtpencil-topbar {
    padding: 3px 5px 3px 5px;
    text-align: right;
    border: 3px solid #0f4258;
    background-color: #0f4258;
    color: #eee;
    font-family: Arial;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#MPMain_txtOtp {
    width: auto !important;
}

span.dtpencil-heading {
    display: inline-block;
    margin-top: 3px;
    float: left;
    font-weight: bold;
    font-size: 14px;
}

div.pencil {
    border: 1px dotted #fff;
}
/*****************************/

.css-edit {
    width: 100%;
    height: 700px;
    border: 10px solid #f2f2f2;
    padding: 10px;
}

.buttons.designer {
    padding: 10px 10px 0 10px;
    background: #f2f2f2;
    text-align: left;
}

#fadingalert > div {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    width: 400px;
    text-align: center;
    padding: 12px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999;
    z-index: 50000;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888;
    border: 0px solid #ccc;
    background: #f9fbd6;
    color: #000;
}

#fadingalert > div.msg {
    background: #f9fbd6;
    color: #000;
}

#fadingalert > div.msg a {
    color: #000;
}

@media all and (max-width: 767px) {
    #fadingalert {
        width: 300px;
    }
}

#popuppanel > div {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    text-align: center;
    padding: 12px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999;
    z-index: 50000;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #888;
    
    border: 1px solid #999;
    background-color: #fff;
}

    #popuppanel > div.msg {
        background: #777;
        color: #fff;
    }

        #popuppanel > div.msg a {
            color: #fff;
        }

#popuppanel .resp-form {
    border: 0px;
    background: none;
}

.login-popup-form td {
    padding: 5px;
}


#aspnetForm { min-height: 400px; }

table.stock-details td.c-desc {
    min-width: 220px;
}

#dtautosuggest {
    position: absolute;
    background: #ffffff;
    padding: 0px;
    display: none;
    color: #000;
    text-align: center;
    border: 1px solid #ddd;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    z-index: 10000000;
}

#dtautosuggest .dtas_hint {
    background-color: yellow;
    font-size: 13px;
    padding: 5px;
    z-index: 2000;
}

.dtas_table { border-collapse:collapse; border-spacing:0; }
.dtas_table td { padding: 5px 25px 11px 5px; border-bottom: 1px solid #ddd; }
.dtas_table td.c_desc { text-align:left; }
.dtas_row { cursor: pointer; }
.dtas_row:hover { background-color: #efefef; }
.dtas_row i { background-color: yellow; font-style: normal; }
.dtas_price { color: red; font-size: 16px; }

.export-import-panel {
    display: inline;
    z-index: 2000;
    left: 300px;
    top: 300px;
    max-width: 500px;
    position: absolute;
    text-align: center;
    border: 2px solid black;
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #777;
}

.export-import-control {
    border-collapse: collapse;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.export-import-control td {
    padding: 5px;
}

.btn-small {
    padding: 3px 10px !important;
    height: 30px !important;
    line-height: 25px !important;
    font-size: 13px !important;
    border-radius: 5px !important;
}

.del-fav-list {
    display: inline-block;
    margin-left: 10px;
}

.favs-list tr.fav-list span {
    display: inline-block;
    border-radius: 4px;
    background-color: #888;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.favs-list tr.fav-list span:hover {
    background-color: #444;
}

.new-favs-list .btn {
    width: 100%;
}

#loadingDiv {
    position: absolute;
    left: 45%;
    top: 200px;
    background: url(/images/ajax-loader.gif);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    border: 0px;
    z-index: 100000;
}

#loadingDiv_Cats {
    position: absolute;
    left: 5%;
    top: 25%;
    background: url(/images/ajax-loader.gif);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    border: 0px;
    z-index: 100000;
}

.bulk-bonus-message {
    background-color: red;
    color: white;
    display: block;
    padding: 15px;
    font-size: larger;
    border-radius: 10px; 
    margin-top: 10px; 
}
.bonus-item-note { 
    background-color: red; 
    color: white; 
    font-weight: bold; 
    display: block; 
    padding: 5px; 
    font-size: smaller;
    border-radius: 5px;
    padding-left: 8px;
}

body.admin #main, body.admin > #wrapper > .container {
    max-width: 1750px;
}

div.statesmenu {
    margin-bottom: 10px;
}

div.statesmenu a {
    padding-right: 10px;
    text-decoration: underline !important;
}

.stock-level {
    font-weight: bold;
}

.stock-level-value {
    font-weight: normal;
}

.coupon-item {
    font-weight: bold;
    color: red;
}

.free-deliv-note {
    margin-top: 15px;
}

.pac-container {
    z-index: 1004 !important;
}

.s3message, .s2message { color: red; }

.invoice-list th {
    text-align: left;
    padding-left: 5px;
    padding-right: 15px;
    border-bottom: 1px solid #ddd;
}

.invoice-list td {
    text-align: left;
    padding-left: 5px;
    padding-right: 15px;
    font-size: 14px;
}

.invoice-list th.center {
    text-align: center;
}

.invoice-list td.c_total {
    text-align: right;
}

.invoice-list td.c_amountdue {
    text-align: right;
}

.invoice-list td.c_currency {
    text-align: right;
}

.invoice-list td.alert {
    color: red;
}

.invoice-list td.c_select {
    text-align: center;
}

.statement-buttons {
    text-align: right;
}

.invoice-list {
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 100%;
}

    .invoice-list tr.totalsrow {
        border-top: 1px solid #ddd;
    }

        .invoice-list tr.totalsrow td {
            font-weight: bold;
        }

.invoice-items {
    width: 100%;
}

    .invoice-items th {
        text-align: left;
        padding-left: 5px;
        padding-right: 15px;
    }

    .invoice-items td {
        text-align: left;
        padding-left: 5px;
        padding-right: 15px;
    }

    .invoice-items th.center {
        text-align: center;
    }

    .invoice-items th.right {
        text-align: right;
    }

    .invoice-items td.c_desc {
        width: 40%;
    }

    .invoice-items td.c_total {
        text-align: right;
    }

    .invoice-items td.c_qty {
        text-align: right;
    }

    .invoice-items td.c_currency {
        text-align: right;
    }

    .invoice-items .totrow th {
        text-align: right;
        padding-top: 5px;
    }

    .invoice-items .totrow td {
        text-align: right;
    }

    .invoice-items .firsttotrow {
        border-top: 1px solid #ddd;
    }

    .invoice-items .headingrow {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.invoice-footer {
    font-size: 13px;
}

.refrigerated-item-text { color: red; font-weight: bold; margin: 5px 0 5px 0; }

.alert { color: red; font-weight: bold; padding: 0; }

.btn-compact {
    font-size: smaller !important;
    padding: 1px 4px !important;
    background-color: #888 !important;
    height: 20px !important;
}

.table-invoices, table-orders-backorders {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

    .table-invoices th {
        text-align: left;
        background-color: #f7f7f7;
    }

    .table-invoices th, .table-invoices td {
        padding: 3px 10px;
        border: 1px solid #ddd;
    }

        .table-invoices td.col-amount {
            text-align: right;
        }

        .table-invoices td.col-date {
            white-space: nowrap;
            min-width: 100px;
        }

        .table-invoices td.col-code {
            white-space: nowrap;
        }

        .table-invoices td.col-qty {
            text-align: center;
        }

    .table-invoices .col-ref {
        width: 100px;
        white-space: nowrap;
    }

    .table-invoices tr.newgroup td {
        border-top: 2px solid #777;
    }

.header-customer-logo { padding: 10px 40px; }
@media all and (max-width: 767px) {
    .header-customer-logo {
        display: none;
    }
}

.settings-table {
    width: 100%;
}
.settings-table td.label {
    width: 300px;
}
.settings-table td.field input[type=text] {
    width: 100%;
}

.coupon-category-panel div span {
    width: 150px;
    display: inline-block;
}

.icon-taxexempt {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url("/images/icon-taxexempt.png") no-repeat;
    background-size: 100%;
}

.dtas_hint {
    display: none;
}

.product-list-item {
    cursor: inherit !important;
}

.booklistitemstable th {
    padding: 5px;
    background: #f2f2f2;
}

.booklistitemstable .col_qtyrequired {
    text-align: center;
}

.booklistitemstable .col_qtylastyear {
    text-align: center;
}

.booklistitemstable .col_qty {
    text-align: center;
}

.booklistitemstable .txtQty {
    padding-right: 5px;
}

.booklistitemstable .col_code {
    display: none;
}

.popup {
    position: absolute;
    border: 2px solid #bbb;
    left: 50%;
    margin-left: -120px;
    width: 600px;
    text-align: center;
    padding: 12px;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #999;
    z-index: 50000;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888;
    background: #f9fbd6;
    color: #000;
}

.ink-finder-body .hint {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0;
}

.col_price_exact {
    display: none;
}

.bulk-prices-button {
    min-height: 20px;
}

#iframeQuotePreview {
    width: 100%;
    height: 500px;
}

@media all and (max-width: 767px) {
    .product-children .c_image { display: none; }
    .product-children .c_code { display: none; }
    .product-children .c_stocklevel { display: none; }
}

.productdetail div.bulk-prices { margin-top: 15px; margin-bottom: 15px; }
.bulk-prices-table { border-collapse: collapse; border: 0px solid #ccc; }
.bulk-prices-table th { background: #000; color: #fff; padding: 5px 10px; }
.bulk-prices-table td { padding: 2px 10px;  }
.bulk-prices-table td.c_qty { font-weight: bold; }
.bulk-prices-table td.c_price { font-weight: bold; }
.bulk-prices-table td.c_discount { }
.bulk-prices-table td.c_discount span { color: #fff; background: #00afec; padding: 1px 5px;  }
.bulk-prices-table tr:last-child td { padding-bottom: 10px; }

.forhover .bulk-prices-table { border: 0px ; }
x.forhover .bulk-prices-table td.c_qty { color: #fff; }
x.forhover .bulk-prices-table td.c_price { color: #fff; }

@media all and (max-width: 767px) {
    .bulk-prices-table td.c_lbl { display: none; }
    .bulk-prices-table td.c_unit { display: none; }
    .bulk-prices-table { border: 0px; }
}

.forhover .multi-warehouse-table { border: 0px ; }

.g-recaptcha > div { width: auto !important; }

.crossedout {
    text-decoration: line-through;
}

#divBooklistNav {
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 10px;
}

    #divBooklistNav .hint {
        display: block;
        margin-top: 5px;
    }

.leftbuttons {
    display: inline-block;
    width: 60%;
    margin-bottom: 10px;
}

.rightbuttons {
    display: inline-block;
    width: 40%;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
}


#divBooklist {
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px 0 10px 0;
}

#divSearchResults {
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px 0 10px 0;
    background-color: #fff;
    border-radius: 10px;
}

    #divSearchResults th {
        text-align: left;
    }

.row_subject {
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: bold;
}

.booklistitemstable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eee;
}

    .booklistitemstable td {
        padding: 5px;
        border-bottom: 1px solid #eee;
    }

    .booklistitemstable .col_img {
        width: 50px;
        text-align: center;
        vertical-align: middle;
    }

    .booklistitemstable .col_code {
        display: none;
    }

    .booklistitemstable .col_desc {
        min-width: 50%;
    }

    .booklistitemstable .col_qty {
        text-align: center;
        width: 75px;
    }

    .booklistitemstable .col_price {
        text-align: right;
        width: 75px;
    }

    .booklistitemstable .col_priceext {
        text-align: right;
        width: 75px;
    }

    .booklistitemstable .col_subjecttotal {
        text-align: right;
        width: 75px;
    }

    .booklistitemstable .col_total {
        text-align: right;
        width: 75px;
        font-weight: bold;
        font-size: 20px;
        white-space: nowrap;
    }

    .booklistitemstable .col_qty input[type=text] {
        text-align: right;
        display: inline-block;
    }

    .booklistitemstable .label_total {
        text-align: right;
        font-size: 20px;
        font-weight: bold;
    }

    .booklistitemstable .col_img a {
        display: table-cell;
        height: 50px;
        width: 60px;
        text-align: center;
        vertical-align: middle;
    }

    .booklistitemstable tr.has-sub-items > .col_img > a {
        height: auto;
    }

    .booklistitemstable tr.has-sub-items > td {
        vertical-align: bottom;
    }

        .booklistitemstable tr.has-sub-items > td .pack-desc {
            text-align: right;
        }

        .booklistitemstable tr.has-sub-items > td .item-comment {
            text-align: right;
        }

    .booklistitemstable .item-comment {
        font-style: italic;
        color: #777;
        font-weight: bold;
    }

    .booklistitemstable .col_comment {
        font-weight: bold;
    }

    .booklistitemstable .booklist-sub-items td {
        padding: 1px;
        font-size: 13px;
    }

    .booklistitemstable .booklist-sub-items .col_img > a {
        height: auto;
    }

    .booklistitemstable th {
        text-align: left;
    }

h3.searchlabel {
    display: inline-block;
}

.booklistitemstable tr.expanded td.col_arrow {
    width: 20px;
    background: url("/images/arrowup.png") 0px 6px no-repeat;
    cursor: pointer;
}

.booklistitemstable tr.collapsed td.col_arrow {
    width: 20px;
    background: url("/images/arrowdown.png") 0px 6px no-repeat;
    cursor: pointer;
}

.booklistitemstable tr.expanded span.subject-arrow {
    width: 20px;
    height: 20px;
    background: url("/images/arrowup.png") 0px 6px no-repeat;
    cursor: pointer;
    display: inline-block;
}

.booklistitemstable tr.collapsed span.subject-arrow {
    width: 20px;
    height: 20px;
    background: url("/images/arrowdown.png") 0px 6px no-repeat;
    cursor: pointer;
    display: inline-block;
}

.booklistitemstable .subject {
    cursor: pointer;
}

section.block header .warning {
    color: inherit !important;
}

.simplemodal-wrap {
    overflow: auto !important;
}
.choosestoredlg, .storelistdlg {
    width: 700px !important;
    height: 800px !important;
}
.storedetails .store-name, .storedetails .store-region {
    font-weight: bold;
}
.pnlSearchPostcode #txtEnterPostcode {
    width: 80%;
    display: inline-block;
}

.client-banner > img { width: 100%; }

div.choose-account { padding: 10px; }

#divOrderingFor {
    text-align: center;
    background: yellow;
    height: 40px;
    border: 5px solid #fff;
}
#divOrderingFor .btn { height: 30px; padding: 0 15px;  }

.from-nav {
    background-color: #f2f2f2 !important;
}

.panel { margin: 10px 0 10px 0; background-color: #f2f2f2; padding: 15px; }

.delivery-option { margin-bottom: 10px; margin-top: 10px; }
.delivery-option label {
    margin-bottom: 0px;
}
.delivery-option .disclaimer {
    color: orange;
    margin-left: 20px; 
}

#divMainGrid table { font-size: 15px; }

.dt-grid td {
    padding: 5px 15px 5px 15px;
    border-left: 1px solid #efefef;
}
.dt-grid .c_dateconverted { width: 100px; }

.side-ad {
    position: absolute;
    top: 250px;
    width: 220px;
    display: block;
}

#side-ad-left {
    margin-left: -720px;
    left: 50%;
    text-align: right;
}

#side-ad-right {
    margin-right: -720px;
    right: 50%;
    text-align: left;
}

@media screen and (max-width: 1320px) {
    .side-ad {
        display: none;
    }
}

table.settings-table {
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}

table.settings-table td, table.settings-table th {
    padding: 5px 10px 5px 10px;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

table.settings-table td .item-edit {
    display: inline-block;
    padding-left: 10px;
    text-align: right;
    cursor: pointer;
    }

table.settings-table td span.value {
    display: inline-block;
    width: 80%;
}

table.settings-table td.comment {
    font-style: italic;
}


input[type='file'] {
    color: transparent;
}

.export-import-panel input[type='file'] {
    color: inherit;
}

#pnlDeliverPickupOptions {
    margin-left: 20px;
    margin-bottom: 20px;
}

.product-list-list-view .blurb-more-btn {
    padding: 0 4px 1px 4px;
    text-transform: lowercase;
    font-weight: bold;
}

.warning { color: red; }

ul.form-options {
    list-style: none;
    padding: 5px 0 5px 0;
    max-width: 400px;
}

ul.form-options > li {
    list-style: none;
    display: inline-block;
    padding: 0
}

ul.form-options > li label {
    padding: 5px 10px 5px 2px;
}

#MPMain_pnlDateRange #MPMain_txtDateFrom, #MPMain_pnlDateRange #MPMain_txtDateTo, #MPMain_pnlSearch input[type="text"] {
    display: inline;
    width: auto;
}

.product-children td.c_qty { min-width: 65px; }

.featured-product-list .desc-etc h3 { font-weight: 600; color: black; font-size: 14px; }

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.back-to-normal-width {
    width: 100%;
    max-width: 1600px;
    position: relative;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .back-to-normal-width {
        padding: 15px;
    }
}

.productdetail div.bulk-prices {
    background-color: #ebf0fb;
    border-radius: 5px;
    padding: 10px;
    color: black;
    width: fit-content;
    font-size: 16px
}

.prods-list div.icons {
    display: inline-block;
}

.product-list-item {
    padding-bottom: 15px;
}

.block-content {
    padding-top: 10px;
}

.productdetail h3.price {
    display: inline-block;
    padding-right: 10px;
}

.productdetail .price-unit {
    display: inline-block;
}

.prodscomparison .price-unit {
    font-size: 14px;
}

.icon-supplynation {
    background: url(/images/supplynationcert.png);
    background-size: 20px 26px;
    display: inline-block;
    width: 20px;
    height: 26px;
}

body.admin textarea {
    resize: both;
}

.vendor-refill-list {
    margin-bottom: 20px;
    font-size: 14px;
}

.vendor-refill-list th {
    padding-right: 10px;
}

.vendor-refill-list .c_maxqty {
    text-align: center;
}

.vendor-refill-list .button-row {
    margin-top: 10px;
}

.ordertbl .c_qty {
    text-align: center;
}

element.style {
}

td.c_qty {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ordertbl th, .ordertbl td {
        padding: 3px !important;
    }

    .ordertbl th:last-child, .ordertbl td:last-child {
        min-width: inherit !important;
    }

    .checkout .block-content {
        padding: 10px !important;
    }
}

.block-title { 
    font-size: 22px; 
    font-weight: bold; 
}

@media screen and (max-width: 767px) {
    .vr-list-table {
        font-size: 12px;
    }
    .vr-list-table .c_unit {
        display: none;
    }
}

.vr-qty {
    text-align: center;
}

.search-within {
    margin-bottom: 10px;
}

.grdadmin td.c_ a > img {
    min-width: 15px; 
}

.featured-product-list .content-slider .product-list-item {
    flex: none;
    max-width: none;
    width: 100%;
    margin: 0 !important;
}

.lSSlideWrapper {
    padding: 5px 0 0;
}

.lSAction > .lSPrev,
.lSAction > .lSNext {
    left: auto;
    top: 35%;
    right: 42px;
    margin: 0;
}

.lSAction > .lSNext {
    right: 0;
}

.lSAction > a {
    background-image: url(/images/lscontrols.png) !important;
}

.cs-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.account-tile {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #E0E0E0;
    margin: 0 0 30px;
    color: #000;
    min-height: 150px;
}

    .account-tile .icon img {
        height: 40px;
        width: auto;
    }

    .account-tile .icon {
        width: 60px;
        margin: 0 15px 0 0;
        text-align: center;
    }

.account-info p {
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 0;
}

.account-tile .flex-fill {
    max-width: calc(100% - 75px);
}

.account-tile:hover {
    color: #0281b3;
    background-color: #FAFBFC;
    box-shadow: 0 1px 0 #f6f6f6;
}

.jim2settings .settings-table td.example {
    color: #888;
    max-width: 600px;
}

.jim2settings .settings-table td.comment {
    color: #116511;
    max-width: 600px;
}

.jim2settings .settings-table td.label b {
    background-color: #f7f77a;
    max-width: 600px;
}

.jim2settings .settings-table th {
    background: #efefef;
}

.tox-tinymce-aux {
    z-index: 13000 !important;
}

body.site-builder #wrapper { display: none; }

input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: red;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 15px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.manage-booklists input[type=text] {
    width: auto;
    display: inline;
}

.grd-booklistitems td {
    border: 1px solid #efefef;
    padding: 8px 20px; 
}

.prodetail_extra th { padding-right: 5px; }

.product-list-tableitem .c_addtoord {
    min-width: 140px;
}

table.products td.c_Compare, table.products td.c_Image, table.products td.c_Code {
       width: 100px;
       text-align: center;
}

.lightSlider {
    overflow: visible !important;
}

.product-code {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media screen and (max-width: 900px) {
    .table-recurring-orders .col-frequency,
    .table-recurring-orders .col-numitems
    {
        display: none;
    }
}


.non-orderable-message {
    position: absolute;
    right: 10px;
    font-weight: bold;
    font-size: 22px;
    margin-top: -40px;
    display: inline-block;
}

.product-list-tableitem .non-orderable-message {
    right: 30px;
    margin-top: -5px;
}

.price-inc-or-ex-tax-label {
    color: #444;
    font-size: 13px;
    font-weight: normal;
}

.chosen-variants-summary {
    font-weight: bold;
    color: #000;
}

#CtlCostCentre1_lblMsg {
    color: red;
    font-weight: bold;
}

.web-alert {
    color: red;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.form-label { 
    padding-top: 8px; 
}

#gallery-slider {
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border: #E3E8EB 1px solid;
    background-color: #fff;
    margin: 0 0 15px;
    overflow: hidden;
}

    #gallery-slider .slides img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    #gallery-slider .slides > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 20px; 
    }

.flex-direction-nav a:before {
    top: -10px;
    position: relative;
}

.flex-direction-nav a.flex-next:before {
    left: -5px;
}

.flex-direction-nav a.flex-prev:before {
    right: -5px;
}

.prod-attachments {
    float: right;
    text-align: left;
    max-width: 268px;
    margin-top: 20px;
    background-color: #eee;
    padding-right: 15px;
    border-radius: 10px;
}

.prod-attachments h2 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
}

@media screen and (max-width: 900px) {
    .prod-attachments {
        float: none;
        text-align: left;
        max-width: inherit;
    }
}

.loading-more-prods {
    font-weight: bold;
}

#MPMain_pnlOrderDetail td > input, #MPMain_pnlOrderDetail td > select {
    margin: 5px;
}

#MPMain_pnlOrderDetail #Table1 td, #MPMain_pnlOrderDetail #Table1 td {
    vertical-align: middle;
}

.table-simple {
    border-collapse: collapse;
    background: #fff;
}

.table-simple td, .table-simple th {
    border: 1px solid #eee;
    padding: 5px;
}

.table-simple th a {
    font-weight: normal;
}

.table-simple th {
    background: #f0f0f0;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.product-list-items-allviews {
    margin-top: 5px !important;
}

.product-pricing .price.actual-price {
    font-size: 24px;
}

.custom-options .form-control, .custom-options input[type="text"], .custom-options input[type="password"], .custom-options input[type="number"], .custom-options input[type="email"] input[type="phone"] select, .custom-options textarea {
    width: 50%;
}

.custom-options .rowlabel {
    font-size: 18px; 
}

.top-bar-nav .options-list li {
    margin: 0;
}

.points-required {
    font-size: 75%;
    color: #002c75;
}

.bulk-bonus-added-message { font-style: italic; }

.icon-austmade {
    background: url(/images/australian-map.png);
    background-size: 23px 23px;
    display: inline-block;
    width: 23px;
    height: 23px;
}

.icon-nzmade {
    background: url(/images/nzmade.png);
    background-size: 23px 23px;
    display: inline-block;
    width: 23px;
    height: 23px;
}

.icon-indigenousbrand {
    background: url(/images/indigenous-icon.svg);
    background-size: 26px 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
}

div.student-name {
    margin-bottom: 15px;
}

div.student-name #txtStudentName {
    max-width: 400px;
}

.conf-extra-fields-table input[type=text] {
    display: inline;
    width: inherit;
}

div.web-promo {
    color: red;
}

@media (min-width: 320px) {
    .lSSlideOuter {
        width: 290px;
        margin: 0 auto;
    }
}

@media (min-width: 375px) {
    .lSSlideOuter {
        width: 345px;
    }

    .block-content .lSSlideOuter {
        width: 300px;
    }
}

@media (min-width: 480px) {
    .lSSlideOuter {
        width: 450px;
    }

    .block-content .lSSlideOuter {
        width: 405px;
    }
}

@media (min-width: 576px) {
    .lSSlideOuter {
        width: 540px;
    }

    .block-content .lSSlideOuter {
        width: 495px;
    }
}

@media (min-width: 768px) {
    .lSSlideOuter {
        width: 720px;
    }

    .block-content .lSSlideOuter {
        width: 675px;
    }
}

@media (min-width: 992px) {
    .lSSlideOuter {
        width: 960px;
    }

    .block-content .lSSlideOuter {
        width: 915px;
    }
}

@media (min-width: 1200px) {
    .lSSlideOuter {
        width: 1140px;
    }

    .block-content .lSSlideOuter {
        width: 1095px;
    }
}

@media (min-width: 1450px) {
    .lSSlideOuter {
        width: 1390px;
    }

    .block-content .lSSlideOuter {
        width: 1345px;
    }
}

@media (min-width: 1650px) {
    .lSSlideOuter {
        width: 1590px;
    }

    .block-content .lSSlideOuter {
        width: 1545px;
    }
}

@media (min-width: 576px) {
    .half-width .block-content .lSSlideOuter {
        width: 740px;
    }
}

@media (min-width: 576px) {
    .quarter-width .block-content .lSSlideOuter {
        width: 400px;
    }
}

.lightSlider li {
    padding: 6px 0 10px !important;
}

.product-substitution-items {
    font-size: 14px;
}

.product-substitution-items > .row {
    border: 1px solid #ddd;
    padding: 10px 0px 0 0;
    margin-bottom: 10px;
}

.product-substitution-items > .row:hover {
    border: 1px solid #777;
}

.product-substitution-items .btn {
    padding: 0 15px;
    font-size: 14px !important;
}

.product-blurb > ul {
    margin-top: 10px;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .prices {
        position: relative;
    }
}
@media (min-width: 768px) {
    .price-discount {
        position: absolute;
        left: 25px;
        top: 4px;
    }
}

.price-discount {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.pickup-location {
    padding: 5px;
}

.pickup-location:hover {
    background: #efefef;
    cursor: pointer;
}

.deliv-option {
    padding: 5px;
}

.deliv-option:hover {
    background: #efefef;
    cursor: pointer;
}

.click-and-collect-warehouse-list {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

body.paymentpage #aspnetForm { display: none; }

.prods-list .special-messages {
    font-size: 12px
}

div.nocostcentre { margin-bottom: 20px; }

#tblProdSearch table tr td {cursor: pointer; }

.not-orderable { 
    color: red; 
    margin-top: 10px;
}

body.report #main { max-width: 97%; }
body.report #posts { width: 100%; }

.invoice-footer-wrapper {
    page-break-inside: avoid;
}
.invoice-order-table tr {
    page-break-inside: avoid;
}
.invoice-order-table td {
    padding: 0.2rem 0.75rem !important;
}

.invoice-wrapper {
    line-height: 1.2;
}

.product-list-compact td img {
    max-height: 70px !important;
}

.product-list-grid img {
    max-height: 200px !important;
}

.product-list-list img {
    max-height: 200px !important;
}

.ordertbl img {
    max-height: 50px !important;
}

#calendar-parent > div {
    display: inline-block;
}

#calendar-parent > #calendar {
    width: 70% !important;
}

#calendar-parent > #calendar-legend {
    width: 30%;
    padding-left: 20px;
    padding-top: 50px;
}

#div-booking {
    margin-top: 20px;
}

#calendar-legend .greenbox {
    display: inline-block;
    border: 0px;
    background: #E7F0D7;
    color: #222;
    padding: 5px;
    width: 90px;
    margin-bottom: 5px;
    text-align: center;
}

#calendar-legend .whitebox {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    color: #222;
    padding: 5px;
    width: 90px;
    margin-bottom: 5px;
    text-align: center;
}

#calendar-legend .redbox {
    display: inline-block;
    border: 0px;
    background: red;
    color: #fff;
    padding: 5px;
    width: 90px;
    margin-bottom: 5px;
    text-align: center;
}

#calendar .fc-today {
    background: inherit !important;
}

table.calendar-legend {
    width: 100%;
}

table.calendar-legend td {
    padding: 5px 0 5px 0;
}

.calendar-legend td label > span {
    display: inline-block;
    width: 30px; 
    margin-right: 5px;
}

.codes-etc {
    margin: 10px 0 10px 0;
}

.my-menu div.subcats .subcat-heading a {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
}

.hide {
    display: none;
}

.autosuggest-keyword {
    text-align: left;
}
.autosuggest-product {
    text-align: left;
}

.divOrderingFor { margin: 5px; }

.prices .other-price {
    font-size: 15px;
}

#MPMain_divCheckout .payment-details-box label {
    margin-bottom: 5px;
}

#MPMain_divCheckout .payment-details-box p {
    margin-bottom: 5px;
}

.loginbox .login_instr {
    margin-bottom: 5px;
}

.autosuggest-keyphrase {
    line-height: 20px;
}

.autosuggest-keyphrase:hover {
    background: #efefef;
}

.cart-num-items {
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: 10px;
    left: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background: red;
    line-height: 20px;
}

.pagenumlinks .pagenum-xofy { 
    padding: 0 7px;
    font-weight: bold;
}



.responsive-youtube {
    min-width: 300px;
}


.filter-expand-collapse {
    float: right;
    font-size: 30px;
    line-height: 1em;
    margin-top: -5px;
}

/*.product-filter > ul {
    display: none;
}

@media (min-width: 768px) {
    .product-filter > ul {
        display: block;
    }
}*/

.product-list-item.recommendation .desc-etc h3 {
    font-size: 13px !important;
    font-weight: 300 !important;
}

.product-list-item.recommendation .desc-etc {
    padding: 5px 0 0 !important;
}

.product-list-item.recommendation {
    padding: 0px 20px !important;
}
.dropdown-menu  li  .product-list-item.recommendation .desc-etc h3 a {
    font-size: 13px !important;
    font-weight: 300 !important;
}

.product-list-item.recommendation .img {
    height: 120px; 
    padding: 15px; 
}

.half-width .product-list-item.recommendation .img {
    height: 120px;
    padding: 5px;
}

.quarter-width .product-list-item.recommendation .img {
    height: 80px;
    padding: 0px;
}

.half-width section.block header {
    padding: 5px 20px;
    border-radius: 5px 5px 0 0;
}

.quarter-width section.block header {
    padding: 5px 20px;
    border-radius: 5px 5px 0 0;
}

.recommendation-list section.block {
    background: rgb(0 0 0 / 5%);
    color: #222;
}

.recommendation-list section.block header {
    border-radius: 5px 5px 0 0;
}

.pricing-note {
    text-align: left;
    font-size: small;
    margin: 10px 0;
}

.cart-add-confirm .intro {
    font-size: 18px;
}

#MPMain_gridUsers td.c_Email, #MPMain_gridUsers td.c_UserID {
    word-break: break-word;
    white-space: normal;
}