@charset "UTF-8";
/*! CSS Document
System CSS style sheet for Build an order
© 2021 Idaho Design and Communication Pty Lt 15/11/2021 | Author: David Haworth david@idahodesign.com */
/***  Brand an order - Variables updated 8/11/2021 */
/***  Customer-Variables updated 15/10/2021 */
/***  Customer-Variables updated 15/10/2021 */
/*! Foundations style sheet for Battersea Systems 18/10/2021 */
@viewport {
    width: device-width;
}

:root {
    font-size: 18px;
    /* Fallback font-size */
    font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum";
}

    :root.wf-active {
        font-size: 18px;
    }

@supports (font-kerning: normal) and (font-variant-ligatures: common-ligatures contextual) and (font-variant-numeric: oldstyle-nums proportional-nums) {
    :root {
        font-kerning: normal;
        font-variant-ligatures: common-ligatures contextual;
        font-variant-numeric: oldstyle-nums proportional-nums;
        font-feature-settings: normal;
    }
}

body, html {
    color: #000000;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    line-height: 1.5;
    -webkit-hyphens: none;
    hyphens: none;
}


@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
body {
    background: rgba(255, 255, 255, 0.98);
    position: relative;
    line-height: 1.6;
    font-size: 0.9em;
    scroll-behavior: smooth;
}

    body > .container {
        padding-bottom: 0px;
        max-width: 1170px;
    }

@media only screen and (min-width: 768px) {
    body > .container {
        padding-top: 220px;
        width: auto;
    }
}


@media only screen and (min-width: 1056px) {
    body > .container {
        width: 90%;
    }
}

@media print {
    table.tableToPrint {
        min-height: 100%;
    }

    tfoot.tblFooter {
        position: relative;
        bottom: 0px !important;
        display: table-footer-group;
    }

    thead.tblHead {
        position: relative;
        display: table-header-group;
        top: 0;
    }
}

/******************************** Foundations - layout ************/
body > .app-outer {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    align-content: space-between;
}

    body > .app-outer > * {
        width: 100%;
    }

body > .app-background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-image: url("/Content/images/app-images/app-background-light.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body.dark > .app-background {
    background-image: url("/Content/images/app-images/app-background-dark.jpg");
}

/******************************** Foundations - Printing ************/
@media print {
    .no-print {
        display: none !important;
    }
}

@media print {
    .no-print * {
        display: none !important;
    }
}

/******************************** Foundations - Hides ************/
.scr-reader, .hide-me {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

/*! Alerts style sheet for Battersea Systems 19/10/2021 */
.alert-important, .alert-danger, .alert-warning, .alert-success, .alert-information, .alert-default, .alert-secondary4, .alert-secondary3, .alert-secondary2, .alert-secondary1, .alert-primary4, .alert-primary3, .alert-primary2, .alert-primary1 {
    background-color: #999999;
    border: 1px solid #666666;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 500;
    padding: 0.6em 2em;
    margin: 1em;
}

.alert-primary1 {
    background-color: #010101;
    border-color: #343434;
}

.alert-primary2 {
    background-color: #00AAE7;
    border-color: #20c4ff;
}

.alert-primary3 {
    background-color: #3363AF;
    border-color: #4f7fcc;
}

.alert-primary4 {
    background-color: #B4BBC9;
    border-color: #c3c9d4;
}

.alert-secondary1 {
    background-color: #9B4F9F;
    border-color: #b36eb7;
}

.alert-secondary2 {
    background-color: #F26A21;
    border-color: #8cd4d1;
}

.alert-secondary3 {
    background-color: #6FC9C6;
    border-color: #8cd4d1;
}

.alert-secondary4 {
    background-color: #69C073;
    border-color: #87cd8f;
}

.alert-default {
    background-color: #628ec5;
    border-color: #81a5d1;
}

.alert-information {
    background-color: #446ca9;
    border-color: #6388c0;
}

.alert-success {
    background-color: #0a6242;
    border-color: #11ab73;
}

.alert-warning {
    background-color: #EDAD44;
    border-color: #f1bd69;
}

.alert-danger {
    background-color: #a94442;
    border-color: #c16361;
}

.alert-important {
    background-color: #a94442;
    border-color: #c16361;
}

/*! Boards style sheet for Build an order 8/11/2021 */
.board {
    background: rgba(255, 255, 255, 0.4);
}

    .board .dark {
        background: rgba(0, 0, 0, 0.3);
    }

    .board.dark {
        background: rgba(0, 0, 0, 0.3);
    }

.board-header {
    border-top: 2px solid #628ec5;
    border-bottom: 1px solid #00AAE7;
    background: rgba(0, 170, 231, 0.2);
}

    .board-header.inc-icon > * {
        display: inline-block;
        vertical-align: middle;
    }

    .board-header.inc-icon .icon {
        width: 40.2500431251px;
        height: 40.2500431251px;
    }

.dark .board-header {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

.board-body > .data-list:first-child {
    margin-top: 0 !important;
    border-top: none !important;
}

.board-content > .data-list:first-child {
    margin-top: 0 !important;
    border-top: none !important;
}

.board-content .board-content-inner {
    padding: 0.3em;
}

.board-footer {
    grid-gap: 0;
    border-top: 1px solid #00AAE7;
    border-bottom: 2px solid #628ec5;
    background: rgba(0, 170, 231, 0.2);
}

.dark .board-footer {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

.board-footer.icons-inside {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "a";
}

.board-footer.grid-me {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "a" "b";
}

@media only screen and (min-width: 768px) {
    .board-footer.grid-me {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "a b";
    }
}

.board-header > h1, .board-header > h2, .board-header > h3, .board-header > h4, .board-header > h5, .board-header > h6, .board-header > p {
    font-weight: 400 !important;
    font-size: 23px;
    text-align: center;
    padding: 0 0 0 0.4em;
    margin: 0;
    line-height: 40.2500431251px;
    grid-area: a;
}

@media only screen and (min-width: 768px) {
    .board-header > h1, .board-header > h2, .board-header > h3, .board-header > h4, .board-header > h5, .board-header > h6, .board-header > p {
        text-align: left;
    }
}

.board-header > .action-board, .board-footer > .icon-outer {
    grid-area: b;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .board-header > .action-board, .board-footer > .icon-outer {
        text-align: right;
    }
}

.table-board .board-footer p {
    margin: 0.3em 0.2em;
    font-size: 0.8em;
}

/*! Buttons style sheet for Build an order 15/11/2021 */
.button-me.checkbox label, .button-me.radio label, a.button-link, .button-link a, .btn:not(.icon) {
    background-color: transparent !important;
    border: 2px solid;
    border-radius: 0.3em;
    text-transform: uppercase;
    font-weight: 500;
    transition: border-color 0.4s ease-out, background-color 0.4s ease-out;
    color: #000000;
}

.dark .btn {
    color: #ffffff !important;
}

    .dark .btn:hover {
        color: #ffffff !important;
    }

.button-group .btn {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.btn.block {
    display: block;
}

.button-link a {
    display: block;
    text-align: center;
}

a.button-link {
    display: block;
    text-align: center;
}

.btn-primary1 {
    border-color: #010101;
}

    .btn-primary1:hover {
        color: #ffffff;
        border-color: #010101;
        background-color: #010101 !important;
    }

.btn-primary2 {
    border-color: #00AAE7;
}

    .btn-primary2:hover {
        color: #ffffff;
        border-color: #0088b9;
        background-color: #00AAE7 !important;
    }

.btn-primary3 {
    border-color: #3363AF;
}

    .btn-primary3:hover {
        color: #ffffff;
        border-color: #294f8c;
        background-color: #3363AF !important;
    }

.btn-primary4 {
    border-color: #B4BBC9;
}

    .btn-primary4:hover {
        color: #ffffff;
        border-color: #8893a9;
        background-color: #B4BBC9 !important;
    }

.btn-secondary1 {
    border-color: #9B4F9F;
}

    .btn-secondary1:hover {
        color: #ffffff;
        border-color: #7c3f7f;
        background-color: #9B4F9F !important;
    }

.btn-secondary2 {
    border-color: #F26A21;
}

    .btn-secondary2:hover {
        color: #ffffff;
        border-color: #d0510c;
        background-color: #F26A21 !important;
    }

.btn-secondary3 {
    border-color: #6FC9C6;
}

    .btn-secondary3:hover {
        color: #ffffff;
        border-color: #44b6b2;
        background-color: #6FC9C6 !important;
    }

.btn-secondary4 {
    border-color: #B4BBC9;
}

    .btn-secondary4:hover {
        color: #ffffff;
        border-color: #46a751;
        background-color: #69C073 !important;
    }

.btn-default {
    border-color: #628ec5;
}

    .btn-default:hover {
        color: #ffffff;
        border-color: #4070ac;
        background-color: #628ec5 !important;
    }

.btn-information {
    border-color: #446ca9;
}

    .btn-information:hover {
        color: #ffffff;
        border-color: #365687;
        background-color: #446ca9 !important;
    }

.btn-success {
    border-color: #0a6242;
}

    .btn-success:hover {
        color: #ffffff;
        border-color: #084e35;
        background-color: #0a6242 !important;
    }

.btn-warning {
    border-color: #EDAD44;
}

    .btn-warning:hover {
        color: #ffffff;
        border-color: #df9215;
        background-color: #EDAD44 !important;
    }

.btn-danger {
    border-color: #a94442;
}

    .btn-danger:hover {
        color: #ffffff;
        border-color: #873635;
        background-color: #a94442 !important;
    }

/*! Colours style sheet for Battersea Systems 3/11/2021 */
.text-primary1 {
    color: #010101;
}

.text-primary2 {
    color: #00AAE7;
}

.text-primary3 {
    color: #3363AF;
}

.text-primary4 {
    color: #B4BBC9;
}

.text-secondary1 {
    color: #9B4F9F;
}

.text-secondary2 {
    color: #F26A21;
}

.text-secondary3 {
    color: #6FC9C6;
}

.text-secondary4 {
    color: #69C073;
}

.text-default {
    color: #628ec5;
}

.text-information {
    color: #446ca9;
}

.text-success {
    color: #0a6242;
}

.text-warning {
    color: #EDAD44;
}

.text-danger {
    color: #a94442;
}

.text-important {
    color: #a94442;
}

.text-link {
    color: #DD2720;
}

.text-headings {
    color: #000000;
}

.text-approval {
    color: #628ec5;
}

.text-archived {
    color: #cc7d8c;
}

.text-customer {
    color: #b2a798;
}

.text-rfq {
    color: #399ecc;
}

.text-quantities {
    color: #F26A21;
}

.back-primary1 {
    background-color: #010101 !important;
}

.back-primary2 {
    background-color: #00AAE7 !important;
}

.back-primary3 {
    background-color: #3363AF !important;
}

.back-primary4 {
    background-color: #B4BBC9 !important;
}

.back-secondary1 {
    background-color: #9B4F9F !important;
}

.back-secondary2 {
    background-color: #F26A21 !important;
}

.back-secondary3 {
    background-color: #6FC9C6 !important;
}

.back-secondary4 {
    background-color: #69C073 !important;
}

.back-default {
    background-color: #628ec5 !important;
}

.back-information {
    background-color: #446ca9 !important;
}

.back-success {
    background-color: #0a6242 !important;
}

.back-warning {
    background-color: #EDAD44 !important;
}

.back-danger {
    background-color: #a94442 !important;
}

.back-important {
    background-color: #a94442 !important;
}

.back-link {
    background-color: #DD2720 !important;
}

.back-headings {
    background-color: #000000 !important;
}

.back-approval {
    background-color: #628ec5 !important;
}

.back-archived {
    background-color: #cc7d8c !important;
}

.back-customer {
    background-color: #b2a798 !important;
}

.back-rfq {
    background-color: #399ecc !important;
}

.back-quantities {
    background-color: #F26A21 !important;
}

/*! Dividers style sheet for Build an order 21/10/2021 */
hr {
    border-color: #628ec5;
    margin: 0.3em 15px;
}

/*! Footer style sheet for Build an order 11/10/2021 */
footer {
    font-size: 0.6em;
    background-color: rgba(255, 255, 255, 0.3);
}

.dark footer {
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.3);
}

footer p {
    margin: 0 0 5px;
}

@media only screen and (min-width: 768px) {
    footer p {
        margin: 0;
    }
}

footer .container-row {
    grid-gap: 0;
    align-items: center;
}

.product-info {
    grid-area: a;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 5px 0 0;
}

@media only screen and (min-width: 768px) {
    .product-info {
        text-align: left;
    }
}

.product-info a {
    display: block;
    width: auto;
    height: 20px;
    margin: 0;
    position: relative;
    background-image: url("/content/images/branding/bc-icon-colour.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

@media only screen and (min-width: 768px) {
    .product-info a {
        background-position: 0 50%;
        background-image: url("/content/images/branding/bc-logo-colour.svg");
        margin: 0 0 0.3em 1rem;
    }
}

.dark .product-info a {
    background-image: url("/content/images/branding/bc-icon-white.svg");
}

@media only screen and (min-width: 768px) {
    .dark .product-info a {
        background-image: url("/content/images/branding/bc-logo-white.svg");
    }
}

.copyright-info {
    grid-area: b;
    text-align: center;
    padding: 0.3em 1em;
}

@media only screen and (min-width: 768px) {
    .copyright-info {
        text-align: right;
    }
}

/*! Forms style sheet for Battersea Systems 3/11/2021 */
.form-group {
    margin: 1em;
}

    .form-group > label {
        width: 100%;
        padding: 0 0 0 0.3em;
        margin: 0 0 0.2em 0;
    }

    .form-group > input {
        max-width: none !important;
    }

.build-order-project .form-group {
    margin: 1em 0.2em;
}

.icon-field {
    grid-template-columns: fit-content(1.9em) 1fr;
    display: grid;
}

input[type=text], input[type=password] {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 2px !important;
    padding: 0.2em 0.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: background-color 0.4s ease-out;
}

    input[type=text]:focus, input[type=password]:focus {
        background-color: rgba(255, 255, 255, 0.8);
    }

.checkbox > label, .radio > label {
    margin: 0;
    padding: 0 0 0 1.8em;
}

.button-me.checkbox, .button-me.radio {
    margin: 0;
}

    .button-me.checkbox label, .button-me.radio label {
        font-size: 1em;
        border-color: #628ec5;
        width: fit-content;
        padding: 0.3em 0.3em 0.3em 2.5em;
        text-transform: none;
    }

.dark .button-me.checkbox label, .dark .button-me.radio label {
    border-color: #666666;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.button-me.checkbox label:before, .button-me.radio label:before {
    height: 1.3em !important;
    width: 1.3em !important;
    top: 0.4em !important;
    left: 0.5em !important;
}

.button-me.checkbox label:hover, .button-me.radio label:hover {
    border-color: #4070ac;
    background-color: rgba(98, 142, 197, 0.3) !important;
}

.dark .button-me.checkbox label:hover, .dark .button-me.radio label:hover {
    border-color: #999999;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.button-me.checkbox > input:checked + input + label, .button-me.radio > input:checked + input + label {
    border-color: #4070ac;
    background-color: rgba(98, 142, 197, 0.3) !important;
}

.dark .button-me.checkbox > input:checked + input + label, .dark .button-me.radio > input:checked + input + label {
    border-color: #999999;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.button-me.danger.checkbox, .button-me.danger.radio {
    display: block;
    width: fit-content;
}

    .button-me.danger.checkbox label, .button-me.danger.radio label {
        color: #a94442;
        border-color: #a94442;
        padding-right: 0.8em;
    }

        .button-me.danger.checkbox label:hover, .button-me.danger.radio label:hover {
            border-color: #873635;
            background-color: rgba(169, 68, 66, 0.3) !important;
        }

.dark .button-me.danger.checkbox label:hover, .dark .button-me.danger.radio label:hover {
    border-color: #999999;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.button-me.danger.checkbox > input:checked + input + label, .button-me.danger.radio > input:checked + input + label {
    border-color: #873635;
    background-color: rgba(169, 68, 66, 0.3) !important;
}

.dark .button-me.danger.checkbox > input:checked + input + label, .dark .button-me.danger.radio > input:checked + input + label {
    border-color: #999999;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.button-me.warning.checkbox, .button-me.warning.radio {
    display: block;
    width: fit-content;
}

    .button-me.warning.checkbox label, .button-me.warning.radio label {
        color: #EDAD44;
        border-color: #EDAD44;
        padding-right: 0.8em;
    }

        .button-me.warning.checkbox label:hover, .button-me.warning.radio label:hover {
            border-color: #df9215;
            background-color: rgba(237, 173, 68, 0.3) !important;
        }

.dark .button-me.warning.checkbox label:hover, .dark .button-me.warning.radio label:hover {
    border-color: #999999;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.button-me.warning.checkbox > input:checked + input + label, .button-me.warning.radio > input:checked + input + label {
    border-color: #df9215;
    background-color: rgba(237, 173, 68, 0.3) !important;
}

.dark .button-me.warning.checkbox > input:checked + input + label, .dark .button-me.warning.radio > input:checked + input + label {
    border-color: #999999;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.radio > input[type=radio] {
    margin: 0;
    position: absolute;
    max-width: none;
    display: none;
}

    .radio > input[type=radio] + input + label {
        position: relative;
    }

        .radio > input[type=radio] + input + label:before {
            content: "";
            position: absolute;
            height: 1.2em;
            width: 1.2em;
            top: 0.3em;
            left: 0;
            background-size: contain;
            background-position: 50%;
            background-image: url("/content/images/forms/form-radio.svg");
        }

.dark .radio > input[type=radio] + input + label:before {
    background-image: url("/content/images/forms/form-radio-dark.svg");
}

.radio > input[type=radio]:checked + input + label:before {
    background-image: url("/content/images/forms/form-radio-selected.svg");
}

.dark .radio > input[type=radio]:checked + input + label:before {
    background-image: url("/content/images/forms/form-radio-dark-selected.svg");
}

.checkbox > input[type=checkbox] {
    margin: 0;
    position: absolute;
    max-width: none;
    display: none;
}

    .checkbox > input[type=checkbox] + input + label {
        position: relative;
        display: block;
    }

        .checkbox > input[type=checkbox] + input + label:before {
            content: "";
            position: absolute;
            height: 1.2em;
            width: 1.2em;
            top: 0.3em;
            left: 0;
            background-size: contain;
            background-position: 50%;
            background-image: url("/content/images/forms/form-check.svg");
        }

.dark .checkbox > input[type=checkbox] + input + label:before {
    background-image: url("/content/images/forms/form-check-dark.svg");
}

.checkbox > input[type=checkbox]:checked + input + label:before {
    background-image: url("/content/images/forms/form-check-checked.svg");
}

.dark .checkbox > input[type=checkbox]:checked + input + label:before {
    background-image: url("/content/images/forms/form-check-dark-checked.svg");
}

.select2-container--default {
    width: 100% !important;
}

    .select2-container--default .select2-selection {
        height: 1.9em;
        padding: 0.25em 1em;
        font-size: 1em;
    }

        .select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow b {
            top: 46%;
        }

.js-example-basic-multiple + .select2-container--default {
    width: 100% !important;
}

.filter-row .js-example-basic-multiple + .select2-container--default .select2-selection {
    height: calc(1.98em - 2px);
    min-height: 0;
    min-height: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0.25em;
}

.js-example-basic-multiple + .select2-container--default .select2-selection .select2-selection__rendered {
    vertical-align: top;
    width: auto;
    padding: 0;
}

    .js-example-basic-multiple + .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice {
        margin: 0 0.15em;
        width: auto;
        background-color: #628ec5;
        padding: 0.03em 0.3em;
        display: inline-block;
        border: none;
        vertical-align: top;
        float: none;
        font-size: 0.88em;
    }

    .js-example-basic-multiple + .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice__remove {
        position: relative;
        margin: 0;
    }

        .js-example-basic-multiple + .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice__remove:hover {
            color: #ffffff;
            background: transparent;
        }

.js-example-basic-multiple + .select2-container--default .select2-selection .select2-search {
    min-height: 0;
}

    .js-example-basic-multiple + .select2-container--default .select2-selection .select2-search textarea {
        width: 0.75em;
        height: 1.48em;
        margin: 0px;
        vertical-align: top;
        line-height: 1.48em;
    }

.field-addon {
    display: grid;
}

    .field-addon.addon-right {
        grid-template-columns: 1fr auto;
    }

    .field-addon.addon-left {
        grid-template-columns: auto 1fr;
    }

    .field-addon .input-group-addon {
        padding: 0.2em 0.3em;
        border: 0;
        border-radius: 0;
        background-color: transparent;
    }

.icon-addon {
    display: grid;
}

    .icon-addon.addon-right {
        grid-template-columns: 1fr auto;
    }

    .icon-addon.addon-left {
        grid-template-columns: auto 1fr;
    }

    .icon-addon .input-group-addon {
        border: 0;
        border-radius: 0;
    }

    .icon-addon input.form-control {
        max-width: none !important;
        border-radius: 0 !important;
        padding: 0 0.3em;
        height: auto;
        line-height: calc(1.98em - 2px);
    }

    .icon-addon .icon {
        width: 1.9em;
        height: 1.9em;
    }

.input-group .input-group-addon.icon {
    background-color: rgba(98, 142, 197, 0.5);
}

    .input-group .input-group-addon.icon:hover {
        background-color: rgba(98, 142, 197, 0.8);
    }

label {
    font-weight: 400;
    font-size: 0.8em;
}

.dark label {
    color: #ffffff;
}

.form-links {
    margin: 1em;
}

    .form-links a {
        background-color: transparent !important;
        border-color: #999999;
        color: #666666;
        text-transform: none;
        border-width: 1px;
        font-size: 0.8em;
        padding: 0.1em 1em 0.2em;
    }

.dark .form-links a {
    border-color: #CCCCCC;
    color: #f7f7f7 !important;
}

.form-links a:hover {
    color: #ffffff;
    border-color: #CCCCCC;
    background-color: #999999 !important;
    text-decoration: none;
}

.dark .form-links a:hover {
    color: #666666 !important;
    border-color: #CCCCCC;
    background-color: #f7f7f7 !important;
}

.form-control:focus {
    border-color: #446ca9 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .text-danger {
    background-color: #a94442;
}

.field-validation-error, .validation-summary-errors {
    width: 100%;
    display: block;
    border-radius: 0 0 0.5em 0.5em;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.validation-summary-errors {
    margin: 0 15px;
    font-size: 0.85em;
    padding: 0.3em 0.5em;
    width: calc(100% - 30px);
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .validation-summary-errors ul li {
            margin: 0;
            padding: 0 0 0.2em 0;
        }

.field-validation-error {
    padding: 0 0.8em 0 0.5em;
    font-size: 0.8em;
}

.form-image-preview {
    display: grid;
    align-content: center;
    justify-content: center;
    margin: 1em;
    background: rgba(255, 255, 255, 0.2);
}

.dark .form-image-preview {
    background: rgba(0, 0, 0, 0.2);
}

.form-image-preview img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

/*! Gaps style sheet for Battersea Systems 11/10/2021 */
.gap-5 {
    height: 0.5rem;
}

.gap-10 {
    height: 1rem;
}

.gap-15 {
    height: 1.5rem;
}

.gap-20 {
    height: 2rem;
}

.gap-25 {
    height: 2.5rem;
}

.gap-30 {
    height: 3rem;
}

.gap-35 {
    height: 3.5rem;
}

.gap-40 {
    height: 4rem;
}

.gap-45 {
    height: 4.5rem;
}

.gap-50 {
    height: 5rem;
}

.gap-55 {
    height: 5.5rem;
}

.gap-60 {
    height: 6rem;
}

.gap-65 {
    height: 6.5rem;
}

.gap-70 {
    height: 7rem;
}

.gap-75 {
    height: 7.5rem;
}

.gap-80 {
    height: 8rem;
}

.gap-85 {
    height: 8.5rem;
}

.gap-90 {
    height: 9rem;
}

.gap-95 {
    height: 6.5rem;
}

.gap-100 {
    height: 10rem;
}

/*! Grid style sheet for Build an order 8/11/2021 */
/******************************** Layout - Container row ************/
header .navbar .header-contents, .data-list > *:not(.grid-pagination), .grid-portrait, .grid-landscape, .grid-squares, .container-row, .grid-me {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
    /*grid-auto-rows: 1fr;*/
    grid-gap: 0.5em;
}

@media only screen and (min-width: 768px) {
    header .navbar .header-contents, .data-list > *:not(.grid-pagination), .grid-portrait, .grid-landscape, .grid-squares, .container-row, .grid-me {
        grid-gap: 2em;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    header .navbar .header-contents > *, .data-list > *:not(.grid-pagination) > *, .grid-portrait > *, .grid-landscape > *, .grid-squares > *, .container-row > *, .grid-me > * {
        /*display: grid;*/
    }
}

/******************************** Containers ************/
@media only screen and (max-width: 429px) {
    section > .container-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.limited-width {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 429px) {
    section > .limited-width {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .limited-width {
        max-width: 768px;
    }
}

@media only screen and (min-width: 992px) {
    .limited-width {
        max-width: 992px;
    }
}

@media only screen and (min-width: 1056px) {
    .limited-width {
        max-width: 1056px;
    }
}

@media only screen and (min-width: 1140px) {
    .limited-width {
        max-width: 1140px;
    }
}

/******************************** Columns ************/
.columns-4-1, .columns-1-4, .columns-3-2, .columns-3-1, .columns-1-3, .columns-2-3, .columns-2-1, .columns-1-2, .columns-1-1 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "a" "b";
}

.columns-4 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "a" "b" "c" "d";
}

.columns-6 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "a" "b" "c" "d" "e" "f";
}

.columns-1-1-1 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "a" "b" "c";
}

.columns-3 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "a" "b" "c";
}

@media only screen and (min-width: 430px) {
    .columns-6 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "a b" "c d" "e f";
    }
}

@media only screen and (min-width: 570px) {
    .columns-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "a b" "c d";
    }

    .columns-6 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "a b c" "d e f";
    }
}

@media only screen and (min-width: 768px) {
    .columns-1-1 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "a b";
    }

    .columns-1-2 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "a b b";
    }

    .columns-2-1 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "a a b";
    }

    .columns-2-3 {
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas: "a a b b b";
    }

    .columns-3-2 {
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas: "a a a b b";
    }

    .columns-1-3 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "a b b b";
    }

    .columns-3-1 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "a a a b";
    }

    .columns-1-4 {
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas: "a b b b b";
    }

    .columns-4-1 {
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas: "a a a a b";
    }

    .columns-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "a b" "c d";
    }

    .columns-6 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "a b c" "c d e";
    }

    .columns-1-1-1 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "a b c";
    }

    .columns-3 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "a b c";
    }
}

@media only screen and (min-width: 992px) {
    .columns-4 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "a b c d";
    }

    .columns-6 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "a b c d e f";
    }
}

@media only screen and (max-width: 767px) {
    .swap-me-2-mobile {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "b" "a" !important;
    }
}

@media only screen and (max-width: 767px) {
    .swap-me-3-mobile {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "c" "b" "a" !important;
    }
}

@media only screen and (max-width: 767px) {
    .swap-me-4-mobile {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "d" "b" "c" "a" !important;
    }
}

@media only screen and (max-width: 767px) {
    .swap-me-6-mobile {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "f" "b" "c" "d" "e" "a" !important;
    }
}

.area-a {
    grid-area: a;
}

.area-b {
    grid-area: b;
}

.area-c {
    grid-area: c;
}

.area-d {
    grid-area: d;
}

.area-e {
    grid-area: e;
}

.area-f {
    grid-area: f;
}

.area-span-2 {
    grid-column: auto/span 2;
}

.area-span-3 {
    grid-column: auto/span 3;
}

.area-span-4 {
    grid-column: auto/span 4;
}

/******************************** Gaps ************/
.grid-gap-1px {
    grid-gap: 1px !important;
}

@media only screen and (min-width: 570px) {
    .grid-gap-5 {
        grid-gap: 0.5rem !important;
    }

    .grid-gap-10 {
        grid-gap: 1rem !important;
    }

    .grid-gap-20 {
        grid-gap: 2rem !important;
    }

    .grid-gap-30 {
        grid-gap: 3rem !important;
    }

    .grid-gap-40 {
        grid-gap: 4rem !important;
    }

    .grid-gap-50 {
        grid-gap: 5rem !important;
    }

    .grid-gap-60 {
        grid-gap: 6rem !important;
    }

    .grid-gap-70 {
        grid-gap: 7rem !important;
    }

    .grid-gap-80 {
        grid-gap: 8rem !important;
    }

    .grid-gap-90 {
        grid-gap: 9rem !important;
    }

    .grid-gap-100 {
        grid-gap: 10rem !important;
    }
}

.no-grid-gap {
    grid-gap: 0 !important;
}

@media only screen and (min-width: 768px) {
    .no-grid-gap > div:not(.text-box) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .indent {
        margin-left: 0.3em;
        margin-right: 0.3em;
    }
}

@media only screen and (min-width: 768px) {
    .indent-left {
        margin-left: 0.3em;
    }
}

@media only screen and (min-width: 768px) {
    .indent-right {
        margin-right: 0.3em;
    }
}

/******************************** grid-squares ************/
.grid-squares {
    grid-gap: 0;
}

    .grid-squares:before {
        content: "";
        width: 0;
        padding-bottom: 100%;
        grid-row: 1/1;
        grid-column: 1/1;
    }

    .grid-squares > *:first-child {
        grid-row: 1/1;
        grid-column: 1/1;
    }

.grid-landscape {
    grid-gap: 0;
}

    .grid-landscape:before {
        content: "";
        width: 0;
        padding-bottom: 100%;
        grid-row: 1/1;
        grid-column: 1/1;
    }

    .grid-landscape > * {
        grid-column: auto/span 2;
    }

        .grid-landscape > *:first-child {
            grid-row: 1/1;
            grid-column: 1/span 2;
        }

.grid-portrait {
    grid-gap: 0;
}

    .grid-portrait:before {
        content: "";
        width: 0;
        padding-bottom: 100%;
        grid-row: 1/1;
        grid-column: 1/1;
    }

    .grid-portrait > * {
        grid-row: auto/span 2;
    }

        .grid-portrait > *:first-child {
            grid-row: 1/span 2;
            grid-column: 1/1;
        }

/******************************** Category grid ************/
.category-grid {
    grid-auto-rows: 1fr;
}

    .category-grid .selector {
        border: 1px solid transparent;
        background-color: rgba(68, 108, 169, 0.2) !important;
        min-height: 2.5em;
        font-size: 0.8em;
        letter-spacing: 0.02em;
        transition: background-color 0.4s ease-out, border-color 0.4s ease-out;
    }

.dark .category-grid .selector {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.category-grid .selector:hover {
    background-color: rgba(68, 108, 169, 0.5) !important;
    border-color: #365687;
}

.dark .category-grid .selector:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-color: #000000;
}

.category-grid .selector.active {
    background-color: rgba(10, 98, 66, 0.2) !important;
    border-color: #0a6242;
}

.dark .category-grid .selector.active {
    background-color: rgba(102, 102, 102, 0.5) !important;
    border-color: #666666;
}

/*! Grid Tables style sheet for Build an order 15/11/2021 */
.reports-list .grid-row > *:not(.row-title), .filter-row > * {
    padding: 0.1em 0.2em;
}

.data-list {
    margin-top: 1rem;
    border-top: 1px solid #3363AF;
    border-bottom: 1px solid #3363AF;
}

.dark .data-list {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.data-list > *:not(.grid-pagination) {
    grid-gap: 0.5em;
}

.data-list.no-wrap .grid-row > *:not(.wrap-me) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.data-list > .grid-row:last-of-type {
    border-bottom: none;
}

.grid-row {
    border-bottom: 1px solid #7b9fd9;
    padding-left: 0;
    padding-right: 0.5em;
}

    .grid-row.no-icon {
        padding-left: 0.5em;
    }

.dark .grid-row {
    border-bottom-color: #CCCCCC;
    color: #ffffff;
}

.grid-row > *:not(.row-title) {
    font-size: 0.9em;
    min-height: 1.98em;
    line-height: 1.98em;
}

.grid-row:nth-child(even) {
    background-color: rgba(123, 159, 217, 0.1);
}

.row-title {
    font-weight: 600;
}

.grid-row .icon {
    width: 1.98em;
    height: 1.98em;
}

.grid-row > * > *.thumbnail {
    margin: 3px auto;
    padding: 0;
    height: 3em;
    width: 5em;
    border: none;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.4);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("/content/images/app-images/thumbnail-item.svg");
}

.dark .grid-row > * > *.thumbnail {
    background-color: rgba(0, 0, 0, 0.4);
}

.grid-row .span-2 {
    grid-column: auto/span 2;
}

.grid-row .span-3 {
    grid-column: auto/span 3;
}

.grid-row .span-4 {
    grid-column: auto/span 4;
}

.grid-row .span-5 {
    grid-column: auto/span 5;
}

.grid-row .span-6 {
    grid-column: auto/span 6;
}

.grid-row .span-7 {
    grid-column: auto/span 7;
}

.grid-row .span-8 {
    grid-column: auto/span 8;
}

.grid-row .span-9 {
    grid-column: auto/span 9;
}

.grid-row .span-10 {
    grid-column: auto/span 10;
}

.grid-row .span-11 {
    grid-column: auto/span 11;
}

.grid-row .span-12 {
    grid-column: auto/span 12;
}

.grid-row .span-13 {
    grid-column: auto/span 13;
}

.grid-row .span-14 {
    grid-column: auto/span 14;
}

.projects-list .grid-row:not(.grid-pagination) {
    grid-template-columns: max-content;
    grid-template-areas: "a b b c c" "e d d d d";
}

@media only screen and (min-width: 768px) {
    .projects-list .grid-row:not(.grid-pagination) {
        grid-template-columns: repeat(11, 1fr);
        grid-template-areas: "a b b b b c c c c d d";
    }
}

.approval-list .grid-row, .quote-list .grid-row {
    grid-template-columns: max-content;
    grid-template-areas: "a b";
}

.category-list .grid-row:not(.grid-pagination) {
    grid-template-columns: max-content;
    grid-template-areas: "a b b c c" "d d d e e";
}

@media only screen and (min-width: 768px) {
    .category-list .grid-row:not(.grid-pagination) {
        grid-template-columns: repeat(13, 1fr);
        grid-template-areas: "a a b b b c c c d d d e e ";
    }
}

.supplier-list .grid-row:not(.grid-pagination) {
    grid-template-columns: max-content;
    grid-template-areas: "a b c" "d e f" "g g g";
}

@media only screen and (min-width: 768px) {
    .supplier-list .grid-row:not(.grid-pagination) {
        grid-template-columns: repeat(7, 1fr);
        grid-template-areas: "a b c d e f g";
    }
}

.item-list .grid-row:not(.grid-pagination) {
    grid-template-columns: max-content;
    grid-template-areas: "a b c" "d e g" "f f h";
}

@media only screen and (min-width: 768px) {
    .item-list .grid-row:not(.grid-pagination) {
        grid-template-columns: repeat(8, 1fr);
        grid-template-areas: "a b c d e f g h";
    }
}

.log-list .grid-row:not(.grid-pagination) {
    grid-template-columns: max-content;
    grid-template-areas: "a b b b" "c c d d";
}

@media only screen and (min-width: 768px) {
    .log-list .grid-row:not(.grid-pagination) {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "a b b c c d d";
    }
}

.order-list .grid-row:not(.grid-pagination) {
    grid-template-columns: auto 1fr 1fr;
    grid-gap: 1px;
    grid-template-areas: none;
}

.quote-list .grid-row, .approval-list .grid-row {
    grid-template-columns: max-content;
    grid-template-areas: "a b";
}

.columns-1 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(1, 1fr);
}

.columns-2 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(2, 1fr);
}

.columns-2.auto-right .grid-row:not(.grid-pagination) {
    grid-template-columns: 1fr auto;
}

.columns-3 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(3, 1fr);
}

.columns-3.auto-right .grid-row:not(.grid-pagination) {
    grid-template-columns: 1fr 1fr auto;
}

.columns-4 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(4, 1fr);
}

.columns-4.auto-right .grid-row:not(.grid-pagination) {
    grid-template-columns: 1fr 1fr 1fr auto;
}

.columns-5 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(5, 1fr);
}

.columns-6 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(6, 1fr);
}

.columns-7 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(7, 1fr);
}

.columns-8 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(8, 1fr);
}

.columns-9 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(9, 1fr);
}

.columns-10 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(10, 1fr);
}

.columns-11 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(11, 1fr);
}

.columns-12 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(12, 1fr);
}

.columns-13 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(13, 1fr);
}

.columns-14 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(14, 1fr);
}

.columns-15 .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(15, 1fr);
}

.reports-list .grid-row.total-row {
    font-weight: bolder;
    background-color: rgba(161, 187, 220, 0.5);
    border-width: 2px;
    border-top: #7b9fd9 solid 1px;
}

.item-supplier-list .grid-row:not(.grid-pagination) {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a b c";
}

@media only screen and (min-width: 768px) {
    .item-supplier-list .grid-row:not(.grid-pagination) {
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas: "a b b c c";
    }
}

/*! Heights style sheet for Battersea Systems 18/10/2021 */
header {
    background-color: rgba(255, 255, 255, 0.3);
    min-height: 2.5em;
    font-size: 0.9em;
}

.dark header {
    background-color: rgba(0, 0, 0, 0.3);
}

header .brand-button {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b";
}

header .company-brand {
    display: grid;
    align-items: center;
    margin-left: 1em;
}

header .navbar-toggle {
    justify-self: end;
}

@media only screen and (min-width: 768px) {
    header .navbar-toggle.icon {
        display: none;
    }
}

header .company-logo {
    display: block;
    background-image: url("/content/images/branding/bc-icon-colour.svg");
    height: 1.5em;
    background-size: contain;
    background-position: 0 50%;
    background-repeat: no-repeat;
    width: auto;
}

.dark header .company-logo {
    background-image: url("/content/images/branding/bc-icon-white.svg");
}

@media only screen and (min-width: 768px) {
    header .company-logo {
        background-image: url("/content/images/branding/bc-logo-colour.svg");
        height: 1.5em;
    }

    .dark header .company-logo {
        background-image: url("/content/images/branding/bc-logo-white.svg");
    }
}

header .navbar {
    margin: 0;
    border-radius: 0;
    min-height: 0;
    border: none;
}

    header .navbar .header-contents {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: unset;
        min-height: 2.5em;
    }

@media only screen and (min-width: 768px) {
    header .navbar .header-contents {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "a b c";
    }
}

header .navbar .menu-bar form .navbar-nav {
    padding-left: 0;
}

    header .navbar .menu-bar form .navbar-nav:before {
        display: table;
        content: " ";
    }

header .navbar .menu-bar .navbar-nav {
    margin: 0;
    padding: 0;
}

    header .navbar .menu-bar .navbar-nav li {
        list-style: none;
    }

        header .navbar .menu-bar .navbar-nav li .menu-item {
            display: block;
            padding: 0;
            color: #000000;
            font-weight: 600;
            margin-bottom: 1px;
            background-color: rgba(98, 142, 197, 0.2);
            transition: background-color 0.3s ease-out;
        }

@media only screen and (min-width: 768px) {
    header .navbar .menu-bar .navbar-nav li .menu-item {
        margin-left: 1px;
        margin-bottom: 0;
    }
}

.dark header .navbar .menu-bar .navbar-nav li .menu-item {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

header .navbar .menu-bar .navbar-nav li .menu-item:hover {
    background-color: rgba(98, 142, 197, 0.6);
}

.dark header .navbar .menu-bar .navbar-nav li .menu-item:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

header .navbar .menu-bar .navbar-nav li .menu-item > * {
    display: inline-block;
    vertical-align: middle;
}

header .navbar .menu-bar .navbar-nav li .menu-item > i.icon {
    margin-right: 1em;
    width: 2.5em;
    height: 2.5em;
    background-size: 1.5476190476em;
}

@media only screen and (min-width: 768px) {
    header .navbar .menu-bar .navbar-nav li .menu-item > i.icon {
        margin-right: 0;
    }
}

header .navbar .menu-bar .navbar-nav li ul.dropdown-menu {
    left: unset;
    right: 0;
    background-color: rgba(98, 142, 197, 0.2);
    transition: background-color 0.3s ease-out;
    border-color: #ffffff;
    color: #000000;
    padding: 0;
    min-width: 0;
    font-size: 0.9em;
}

.dark header .navbar .menu-bar .navbar-nav li ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}

header .navbar .menu-bar .navbar-nav li ul.dropdown-menu > li > a {
    font-weight: 600;
    border-bottom: 1px solid #000000;
    background-color: rgba(98, 142, 197, 0.9);
    color: #000000;
}

.dark header .navbar .menu-bar .navbar-nav li ul.dropdown-menu > li > a {
    border-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

header .navbar .menu-bar .navbar-nav li ul.dropdown-menu > li > a:hover {
    color: #000000;
    background-color: rgba(98, 142, 197, 0.4);
}

.dark header .navbar .menu-bar .navbar-nav li ul.dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

header .navbar .navbar-collapse {
    padding: 0;
    margin: 0 15px 1em;
    border-bottom: 1px solid #ffffff;
}

.dark header .navbar .navbar-collapse {
    border-bottom-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 768px) {
    header .navbar .navbar-collapse {
        border-bottom: none;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    header .navbar .navbar-collapse.menu-bar {
        display: flex !important;
        justify-content: end;
    }
}

header .navbar .navbar-collapse ul li {
    margin: 0;
}

header .navbar .user-info {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2em;
}

    header .navbar .user-info span {
        background-color: #a1bbdc;
        color: #ffffff;
        padding: 0.2em 0.5em;
        border-radius: 3px;
        font-size: 0.8em;
        font-weight: 600;
    }

        header .navbar .user-info span a {
            text-decoration: none !important;
        }

header .menu.icon {
    width: 2.5em;
    height: 2.5em !important;
    background-size: 1.5476190476em;
    margin-left: 0;
}

@media only screen and (min-width: 768px) {
    header .menu.icon {
        margin-left: 1px;
    }
}

header .nav.navbar-nav li:first-child .menu.icon {
    /*margin-left: 0;*/
}

/*! Heights style sheet for Battersea Systems 21/7/2021 */
/**************************** Heights - Based on Browser */
@media (min-width: 768px) {
    .screen-full {
        min-height: 100vh !important;
    }

    .screen-half {
        min-height: 50vh !important;
    }

    .screen-quarter {
        min-height: 25vh !important;
    }

    .screen-threequarters {
        min-height: 75vh !important;
    }

    .screen-5 {
        min-height: 5vh !important;
    }

    .screen-10 {
        min-height: 10vh !important;
    }

    .screen-15 {
        min-height: 15vh !important;
    }

    .screen-20 {
        min-height: 20vh !important;
    }

    .screen-25 {
        min-height: 25vh !important;
    }

    .screen-30 {
        min-height: 30vh !important;
    }

    .screen-35 {
        min-height: 35vh !important;
    }

    .screen-40 {
        min-height: 40vh !important;
    }

    .screen-45 {
        min-height: 45vh !important;
    }

    .screen-50 {
        min-height: 50vh !important;
    }

    .screen-55 {
        min-height: 55vh !important;
    }

    .screen-60 {
        min-height: 60vh !important;
    }

    .screen-65 {
        min-height: 65vh !important;
    }

    .screen-70 {
        min-height: 70vh !important;
    }

    .screen-75 {
        min-height: 75vh !important;
    }

    .screen-80 {
        min-height: 80vh !important;
    }

    .screen-85 {
        min-height: 85vh !important;
    }

    .screen-90 {
        min-height: 90vh !important;
    }

    .screen-95 {
        min-height: 95vh !important;
    }

    .screen-100 {
        min-height: 100vh !important;
    }
}

@media (min-width: 768px) {
    .full-screen {
        min-height: 100vh;
    }

    .half-screen {
        min-height: 50vh;
    }

    .quarter-screen {
        min-height: 25vh;
    }
}
/*! Highlights style sheet for Build an order 3/11/2021 */
.highlight {
    display: block;
    padding: 0.3em;
    margin: 0.2em;
    font-size: 0.8em;
    line-height: 1.3;
}

    .highlight.dark {
        color: #ffffff !important;
    }

/*! icons style sheet for Build an order 8/11/2021 */
.icon {
    background-color: #628ec5;
    width: 1.9em;
    height: 1.9em;
    display: flex;
    align-content: center;
    justify-content: center;
    background-size: 1.4em;
    background-position: 50%;
    background-repeat: no-repeat;
}

.icon-outer > * {
    display: inline-block;
    vertical-align: middle;
}

.icon {
    transition: background-color 0.4s ease-out;
    background-color: rgba(98, 142, 197, 0.5);
}

    .icon:hover {
        background-color: rgba(98, 142, 197, 0.8);
    }

    .icon.add {
        background-image: url("/content/images/icons/icon-add.svg");
    }

    .icon.archive {
        background-image: url("/content/images/icons/icon-archive.svg");
        background-color: rgba(237, 173, 68, 0.5);
    }

        .icon.archive:hover {
            background-color: rgba(237, 173, 68, 0.8);
        }

    .icon.bin {
        background-image: url("/content/images/icons/icon-bin.svg");
        background-color: rgba(169, 68, 66, 0.5);
    }

        .icon.bin:hover {
            background-color: rgba(169, 68, 66, 0.8);
        }

    .icon.calendar {
        background-image: url("/content/images/icons/icon-calendar.svg");
    }

    .icon.cog {
        background-image: url("/content/images/icons/icon-settings.svg");
    }

    .icon.cross {
        background-image: url("/content/images/icons/icon-cross.svg");
        background-color: rgba(169, 68, 66, 0.5);
    }

        .icon.cross:hover {
            background-color: rgba(169, 68, 66, 0.8);
        }

    .icon.down {
        background-image: url("/content/images/icons/icon-down.svg");
    }

    .icon.edit {
        background-image: url("/content/images/icons/icon-edit.svg");
    }

    .icon.help {
        background-image: url("/content/images/icons/icon-help.svg");
    }

    .icon.home {
        background-image: url("/content/images/icons/icon-home.svg");
    }

    .icon.left {
        background-image: url("/content/images/icons/icon-left.svg");
    }

    .icon.minus {
        background-image: url("/content/images/icons/icon-minus.svg");
    }

    .icon.more {
        background-image: url("/content/images/icons/icon-more.svg");
    }

    .icon.off {
        background-image: url("/content/images/icons/icon-off.svg");
    }

    .icon.project {
        background-image: url("/content/images/icons/icon-project.svg");
    }

    .icon.report {
        background-image: url("/content/images/icons/icon-reports.svg");
    }

    .icon.right {
        background-image: url("/content/images/icons/icon-right.svg");
    }

    .icon.send {
        background-image: url("/content/images/icons/icon-send.svg");
    }

    .icon.suppliers {
        background-image: url("/content/images/icons/icon-suppliers.svg");
    }

    .icon.team {
        background-image: url("/content/images/icons/icon-team.svg");
    }

    .icon.tick {
        background-image: url("/content/images/icons/icon-tick.svg");
        background-color: rgba(10, 98, 66, 0.5);
    }

        .icon.tick:hover {
            background-color: rgba(10, 98, 66, 0.8);
        }

    .icon.up {
        background-image: url("/content/images/icons/icon-top.svg");
    }

    .icon.user {
        background-image: url("/content/images/icons/icon-user.svg");
    }

.icon-list {
    display: flex;
    flex-wrap: nowrap;
}

    .icon-list > .icon {
        margin-left: 1px;
    }

        .icon-list > .icon:first-child {
            margin-left: 0;
        }

input.icon {
    border: none;
}

button.icon {
    border: none;
    border-radius: 0;
}

/*! Images style sheet for Build an order 21/10/2021 */
.image-back {
    background-repeat: no-repeat;
    background-position: 50%;
    Background-size: cover;
}

/*! Order style sheet for Battersea Systems 13/10/2021 */
.order-by {
    background-color: rgba(98, 142, 197, 0.5);
    transition: background-color 0.4s ease-out;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0.9em;
    background-image: url(/content/images/icons/icon-down.svg);
}

    .order-by.asending {
        background-image: url(/content/images/icons/icon-up.svg);
    }

    .order-by.decending {
        background-image: url(/content/images/icons/icon-down.svg);
    }

    .order-by:hover {
        background-color: rgba(98, 142, 197, 0.8);
    }

/*! Page - Login style sheet for Build an order 12/10/2021 */
/****************************** Sections ***********************/
.form-login {
    grid-area: a;
    padding-bottom: 1em;
    border-bottom: 1px solid #3363AF;
}

.dark .form-login {
    border-color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .form-login {
        padding-bottom: 0;
        border-bottom: none;
    }
}

.social-login {
    grid-area: b;
    margin: 1em;
}

.board.login-board {
    border: 1px solid #3363AF;
    border-radius: 4px;
    max-width: 700px;
}

.dark .board.login-board {
    border-color: #ffffff;
}

.board.login-board .board-header {
    border-top: none;
}

.board.login-board .board-footer {
    display: none;
    border-bottom: none;
}

.board.login-board input[type=text] {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .board.login-board input[type=text] {
        text-align: left;
    }
}

.board.login-board input[type=password] {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .board.login-board input[type=password] {
        text-align: left;
    }
}

.board.login-board label {
    font-size: 0.9em;
}

.board.login-board .checkbox > input[type=checkbox] + input + label:before {
    content: "";
    position: absolute;
    height: 1.3em;
    width: 1.3em;
    top: 0.25em;
    left: 0;
    background-size: contain;
    background-position: 50%;
    background-image: url("/content/images/forms/form-check.svg");
}

.dark .board.login-board .checkbox > input[type=checkbox] + input + label:before {
    background-image: url("/content/images/forms/form-check-dark.svg");
}

.board.login-board .checkbox > input[type=checkbox]:checked + input + label:before {
    background-image: url("/content/images/forms/form-check-checked.svg");
}

.dark .board.login-board .checkbox > input[type=checkbox]:checked + input + label:before {
    background-image: url("/content/images/forms/form-check-dark-checked.svg");
}

.board.login-board input[type=submit] {
    width: 100%;
}

/*! Page - Passwrod Reset style sheet for Build an order 15/11/2021 */
/****************************** Sections ***********************/
.form-password {
    padding-bottom: 1em;
    border-bottom: 1px solid #3363AF;
}

.dark .form-password {
    border-color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .form-password {
        padding-bottom: 0;
        border-bottom: none;
    }
}

.board.password-board {
    border: 1px solid #3363AF;
    border-radius: 4px;
    max-width: 700px;
}

.dark .board.password-board {
    border-color: #ffffff;
}

.board.password-board .board-header {
    border-top: none;
}

.board.password-board .board-footer {
    display: none;
    border-bottom: none;
}

.board.password-board input[type=text] {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .board.password-board input[type=text] {
        text-align: left;
    }
}

.board.password-board label {
    font-size: 0.9em;
}

.board.password-board input[type=submit] {
    width: 100%;
}

/*! ProjectBuild - Login style sheet for Build an order 3/11/2021 */
.project-board .order-status {
    margin: 0.2em 0;
}

.project-board .order-product {
    margin: 0.2em 0;
}

    .project-board .order-product .highlight {
        padding: 0.2em 0.5em;
        margin: 0;
    }

.project-board .order-notes {
    margin: 0.2em 0;
}

    .project-board .order-notes input {
        height: 100%;
        padding: 0.2em;
    }

.build-order-project {
    background-color: rgba(255, 255, 255, 0.3);
}

.dark .build-order-project {
    background-color: rgba(0, 0, 0, 0.3);
}

.build-order-project .field-group > div > select + span {
    width: 100% !important;
}

/*! Pagination style sheet for Battersea Systems 15/10/2021 */
.grid-pagination {
    display: flex;
    flex-wrap: wrap;
}

.pagination {
    background-color: rgba(155, 79, 159, 0.5);
    width: 1.76em;
    height: 1.76em;
    line-height: 1.76em;
    font-size: 0.8em;
    text-align: center;
    background-size: 1em;
    background-position: 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #ffffff;
}

.dark .pagination {
    text-decoration: none !important;
}

.pagination:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(155, 79, 159, 0.8);
}

.pagination {
    display: block;
    padding-left: 0;
    margin: 0 1px 0 0;
    border-radius: 0;
}

    .pagination.page-number.active {
        color: #ffffff;
        text-decoration: none;
        background-color: rgba(155, 79, 159, 0.8);
    }

    .pagination.page-back {
        background-image: url("/content/images/icons/icon-left.svg");
    }

    .pagination.page-next {
        background-image: url("/content/images/icons/icon-right.svg");
    }

/*! CSS Document
POS CSS style sheet for Build an order
© 2021 Idaho Design and Communication Pty Ltd 21/10/2021 | Author: David Haworth david@idahodesign.com */
.skin-green .left-side, .skin-green .main-sidebar, .skin-green .wrapper, .skin-green .main-header .navbar {
    background-color: transparent;
}

@media only screen and (min-width: 768px) {
    .project-display {
        padding-left: 1em;
    }
}

@media only screen and (min-width: 768px) {
    .items-display {
        padding-right: 1em;
    }
}

.items-display .category-board .board-content {
    padding: 0.5em;
}

.items-display .item-deals {
    margin-top: 1em;
}

    .items-display .item-deals .board-content {
        padding: 0.5em;
    }

.itemGrid-board .board-header p {
    font-size: 1.1em;
    line-height: 2em;
}

.itemGrid-grid {
    height: auto !important;
    grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    grid-auto-rows: 1fr;
}

    .itemGrid-grid > button {
        display: flex;
        align-content: space-between;
        justify-content: center;
        flex-wrap: wrap;
    }

        .itemGrid-grid > button > * {
            font-size: 0.8em;
            font-weight: 500;
        }

        .itemGrid-grid > button .newItem {
            width: 8em;
            display: block;
            background-color: red;
            color: white;
            padding: 0 1em;
            border-radius: 0.8em 0.8em 0 0;
        }

.selector {
    padding: 0;
    border-color: #628ec5;
    transition: background-color 0.4s ease-out, border-color 0.4s ease-out;
}

.dark .selector {
    border-color: rgba(0, 0, 0, 0.5) !important;
}

.selector .selector-label {
    padding: 0.2em 0.4em;
    margin: 0;
    background-color: #628ec5;
    color: #ffffff;
    width: 100%;
    white-space: normal;
}

.dark .selector .selector-label {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.selector:hover {
    border-color: #3363AF;
}

    .selector:hover .selector-label {
        background-color: #3363AF;
    }

.selector.category {
    border-color: #B4BBC9;
    border-width: 1px;
}

    .selector.category .selector-label {
        background-color: #B4BBC9;
    }

.pos {
    min-width: 1020px !important;
}

@media only screen and (max-width: 998px) {
    .pos {
        min-width: 1020px;
    }
}

@media only screen and (max-width: 998px) {
    .pos-wrapper {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        min-width: 990px;
    }
}

.pos .alerts {
    width: 400px;
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 1040;
}

.pos button.edit {
    white-space: normal;
    text-align: left !important;
}

.pos .btn-group {
    z-index: 1;
}

.pos .control-sidebar {
    position: fixed;
    max-height: 100%;
    overflow: auto;
}

    .pos .control-sidebar .tab-content {
        z-index: 2080;
    }

.pos .control-sidebar-menu .active {
    background: #1e282c;
    cursor: default;
}

.pos .content-wrapper .layout-table {
    position: absolute;
    min-width: 1020px !important;
}

.pos .leftdiv .layout-table td {
    padding: 15px !important;
}

.pos table td {
    vertical-align: top;
}

.pos #pos {
    padding: 15px;
}

.pos .contents {
    padding: 15px 0px 15px 0;
    position: relative;
    min-height: 440px;
    overflow: hidden;
}

    .pos .contents .product-nav {
        position: absolute;
        bottom: 0;
        padding-right: 65px;
    }

    .pos .contents #item-list .btn {
        width: 120px;
        text-align: center;
    }

    .pos .contents #item-list .items {
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .pos .contents #item-list .btn-name {
        width: 116px;
        height: 60px;
        line-height: 16px;
        white-space: pre-wrap;
        margin: 2px;
    }

    .pos .contents #item-list .btn-both {
        background: 0 0;
        padding: 3px;
    }

        .pos .contents #item-list .btn-both:hover {
            background: #ccc;
        }

    .pos .contents #item-list .btn-img {
        background: 0 0;
        padding: 3px;
    }

        .pos .contents #item-list .btn-img:hover {
            background: #ccc;
        }

    .pos .contents #item-list .btn-both .bg-img {
        background: #fff;
        height: 110px;
        padding: 5px;
    }

    .pos .contents #item-list .btn-both span {
        display: block;
        width: 110px;
        background: #e5e5e5;
        height: 40px;
        overflow: hidden;
        white-space: pre-wrap;
        margin-left: 1px;
    }

        .pos .contents #item-list .btn-both span span {
            display: table-cell;
            vertical-align: middle;
            overflow: hidden;
            white-space: pre-wrap;
            line-height: 16px;
            padding: 3px 2px;
        }

.pos #list-table-div {
    min-height: 160px;
}

.pos .print {
    display: none;
}

.pos .input-qty {
    padding: 0;
    height: auto;
}

.pos .quick-cash .badge {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 1px 3px;
}

.pos .font16 {
    font-size: 15px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 998px) {
    .pos .main-header {
        position: relative;
    }

        .pos .main-header .logo {
            width: 100%;
            float: left;
            position: static !important;
        }

        .pos .main-header .navbar {
            width: 100%;
            float: left;
            position: static !important;
            margin: 0;
        }

        .pos .main-header .navbar-custom-menu {
            float: right;
            position: absolute;
            right: 0;
        }

        .pos .main-header .logo {
            width: 50px;
        }
}

@media (max-width: 767px) {
    .pos .main-header .navbar-custom-menu {
        float: right;
        position: absolute;
        right: 0;
    }
}

.pos .modal-success .table-bordered > tbody > tr > td {
    background: #fff;
    color: #333;
    border: 1px solid #00a65a;
}

    .pos .modal-success .table-bordered > tbody > tr > td:nth-child(odd) {
        border-right-color: #fff !important;
    }

@media only screen and (max-width: 998px) {
    .pos .navbar-brand {
        margin-left: -15px;
    }

    .pos .navbar-collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border-top: 0;
    }

    .pos .navbar-header {
        float: left;
    }

    .pos .navbar-nav {
        float: left;
        margin: 0;
    }

        .pos .navbar-nav > li {
            float: left;
        }

            .pos .navbar-nav > li > a {
                padding: 15px;
            }

        .pos .navbar-nav.navbar-right {
            float: right;
        }

        .pos .navbar-nav .open .dropdown-menu {
            position: absolute;
            float: left;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-width: 0 1px 1px;
            border-radius: 0 0 4px 4px;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        }

            .pos .navbar-nav .open .dropdown-menu > li > a {
                color: #333;
            }

                .pos .navbar-nav .open .dropdown-menu > li > a:focus {
                    color: #fff !important;
                    background-color: #428bca !important;
                }

                .pos .navbar-nav .open .dropdown-menu > li > a:hover {
                    color: #fff !important;
                    background-color: #428bca !important;
                }

            .pos .navbar-nav .open .dropdown-menu > .active > a {
                color: #fff !important;
                background-color: #428bca !important;
            }

                .pos .navbar-nav .open .dropdown-menu > .active > a:focus {
                    color: #fff !important;
                    background-color: #428bca !important;
                }

                .pos .navbar-nav .open .dropdown-menu > .active > a:hover {
                    color: #fff !important;
                    background-color: #428bca !important;
                }

            .pos .navbar-nav .open .dropdown-menu .disabled > a {
                color: #999 !important;
                background-color: transparent !important;
            }

                .pos .navbar-nav .open .dropdown-menu .disabled > a:focus {
                    color: #999 !important;
                    background-color: transparent !important;
                }

                .pos .navbar-nav .open .dropdown-menu .disabled > a:hover {
                    color: #999 !important;
                    background-color: transparent !important;
                }

    .pos .navbar-toggle {
        display: none;
    }
}

@media only screen and (max-width: 998px) {
    .pos.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px;
    }

    .pos.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: none;
    }
}

@media only screen and (max-width: 998px) {
    .pos.sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
        float: none;
    }
}

@media (max-width: 767px) {
    .pos.sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
        float: none;
    }
}

@media only screen and (max-width: 998px) {
    .pos .container .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 998px) {
    .pos .container .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

/* Positions style sheet for Battersea Systems 11/10/2021 */
.not-absolute {
    position: static;
}

/**************************** Containers */
@media (min-width: 768px) {
    .container-centre-me, .container-center-me {
        position: relative;
        overflow: hidden;
    }
}

/**************************** Horzontal */
.left-me {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.centre-me {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
}

    .centre-me > .row {
        justify-content: center;
    }

.right-me {
    margin-right: 0 !important;
    margin-left: auto !important;
}

/**************************** Vertical */
.contents-top {
    display: grid;
    flex-wrap: wrap;
    align-content: flex-start;
}

.contents-middle {
    display: grid;
    flex-wrap: wrap;
    align-content: center;
}

    .contents-middle > * {
        align-self: center;
    }

.contents-bottom {
    display: grid;
    flex-wrap: wrap;
    align-content: flex-end;
}

    .contents-bottom > * {
        align-self: end;
    }

.contents-left {
    justify-content: flex-start;
}

.contents-right {
    justify-content: flex-end;
}

.contents-centre {
    justify-content: center;
}

.top-me {
    align-self: flex-start;
}

.middle-me {
    align-self: center;
}

.bottom-me {
    align-self: flex-end;
}

/***************************************** Text */
.text-left {
    text-align: left;
}

.text-centre {
    text-align: center;
}

.text-right {
    text-align: right;
}

/***************************************** Absolute */
.top-right:not(.back-image) {
    top: 0;
    right: 0;
}

.top-right.back-image {
    background-position: top right;
}

.right-middle:not(.back-image) {
    top: 50%;
    right: 0;
}

.right-middle.back-image {
    background-position: right middle;
}

.top-centre:not(.back-image) {
    top: 0;
    left: 50%;
}

.top-centre.back-image {
    background-position: top center;
}

.top-left:not(.back-image) {
    top: 0;
    left: 0;
}

.top-left.back-image {
    background-position: top left;
}

.left-middle:not(.back-image) {
    top: 50%;
    left: 0;
}

.left-middle.back-image {
    background-position: left middle;
}

.bottom-right:not(.back-image) {
    bottom: 0;
    right: 0;
}

.bottom-right.back-image {
    background-position: bottom right;
}

.bottom-centre:not(.back-image) {
    bottom: 0;
    left: 50%;
}

.bottom-centre.back-image {
    background-position: bottom center;
}

.bottom-left:not(.back-image) {
    bottom: 0;
    left: 0;
}

.bottom-left.back-image {
    background-position: bottom left;
}

.center:not(.back-image) {
    bottom: 50%;
    left: 50%;
}

.center.back-image {
    background-position: center middle;
}

/****************************************************************************** Offset */
div[class*=offset-up-], div[class*=offset-right-], div[class*=offset-left-], div[class*=offset-down-] {
    z-index: 1;
    position: relative;
}

@media (min-width: 768px) {
    .offset-up-5 {
        transform: translatey(-5%);
    }

    .offset-up-10 {
        transform: translatey(-10%);
    }

    .offset-up-15 {
        transform: translatey(-15%);
    }

    .offset-up-20 {
        transform: translatey(-20%);
    }

    .offset-up-25 {
        transform: translatey(-25%);
    }

    .offset-up-30 {
        transform: translatey(-30%);
    }

    .offset-up-35 {
        transform: translatey(-35%);
    }

    .offset-up-40 {
        transform: translatey(-40%);
    }

    .offset-up-45 {
        transform: translatey(-45%);
    }

    .offset-up-50 {
        transform: translatey(-50%);
    }

    .offset-up-55 {
        transform: translatey(-55%);
    }

    .offset-up-60 {
        transform: translatey(-60%);
    }

    .offset-up-65 {
        transform: translatey(-65%);
    }

    .offset-up-70 {
        transform: translatey(-70%);
    }

    .offset-up-75 {
        transform: translatey(-75%);
    }

    .offset-up-80 {
        transform: translatey(-80%);
    }

    .offset-up-85 {
        transform: translatey(-85%);
    }

    .offset-up-90 {
        transform: translatey(-90%);
    }

    .offset-up-95 {
        transform: translatey(-95%);
    }

    .offset-up-100 {
        transform: translatey(-100%);
    }
}

@media (min-width: 768px) {
    .offset-down-5 {
        transform: translatey(5%);
    }

    .offset-down-10 {
        transform: translatey(10%);
    }

    .offset-down-15 {
        transform: translatey(15%);
    }

    .offset-down-20 {
        transform: translatey(20%);
    }

    .offset-down-25 {
        transform: translatey(25%);
    }

    .offset-down-30 {
        transform: translatey(30%);
    }

    .offset-down-35 {
        transform: translatey(35%);
    }

    .offset-down-40 {
        transform: translatey(40%);
    }

    .offset-down-45 {
        transform: translatey(45%);
    }

    .offset-down-50 {
        transform: translatey(50%);
    }

    .offset-down-55 {
        transform: translatey(55%);
    }

    .offset-down-60 {
        transform: translatey(60%);
    }

    .offset-down-65 {
        transform: translatey(65%);
    }

    .offset-down-70 {
        transform: translatey(70%);
    }

    .offset-down-75 {
        transform: translatey(75%);
    }

    .offset-down-80 {
        transform: translatey(80%);
    }

    .offset-down-85 {
        transform: translatey(85%);
    }

    .offset-down-90 {
        transform: translatey(90%);
    }

    .offset-down-95 {
        transform: translatey(95%);
    }

    .offset-down-100 {
        transform: translatey(100%);
    }
}

@media (min-width: 768px) {
    .offset-left-5 {
        transform: translatex(-5%);
    }

    .offset-left-10 {
        transform: translatex(-10%);
    }

    .offset-left-15 {
        transform: translatex(-15%);
    }

    .offset-left-20 {
        transform: translatex(-20%);
    }

    .offset-left-25 {
        transform: translatex(-25%);
    }

    .offset-left-30 {
        transform: translatex(-30%);
    }

    .offset-left-35 {
        transform: translatex(-35%);
    }

    .offset-left-40 {
        transform: translatex(-40%);
    }

    .offset-left-45 {
        transform: translatex(-45%);
    }

    .offset-left-50 {
        transform: translatex(-50%);
    }

    .offset-left-55 {
        transform: translatex(-55%);
    }

    .offset-left-60 {
        transform: translatex(-60%);
    }

    .offset-left-65 {
        transform: translatex(-65%);
    }

    .offset-left-70 {
        transform: translatex(-70%);
    }

    .offset-left-75 {
        transform: translatex(-75%);
    }

    .offset-left-80 {
        transform: translatex(-80%);
    }

    .offset-left-85 {
        transform: translatex(-85%);
    }

    .offset-left-90 {
        transform: translatex(-90%);
    }

    .offset-left-95 {
        transform: translatex(-95%);
    }

    .offset-left-100 {
        transform: translatex(-100%);
    }
}

@media (min-width: 768px) {
    .offset-right-5 {
        transform: translatex(5%);
    }

    .offset-right-10 {
        transform: translatex(10%);
    }

    .offset-right-15 {
        transform: translatex(15%);
    }

    .offset-right-20 {
        transform: translatex(20%);
    }

    .offset-right-25 {
        transform: translatex(25%);
    }

    .offset-right-30 {
        transform: translatex(30%);
    }

    .offset-right-35 {
        transform: translatex(35%);
    }

    .offset-right-40 {
        transform: translatex(40%);
    }

    .offset-right-45 {
        transform: translatex(45%);
    }

    .offset-right-50 {
        transform: translatex(50%);
    }

    .offset-right55 {
        transform: translatex(55%);
    }

    .offset-right-60 {
        transform: translatex(60%);
    }

    .offset-right-65 {
        transform: translatex(65%);
    }

    .offset-right-70 {
        transform: translatex(70%);
    }

    .offset-right-75 {
        transform: translatex(75%);
    }

    .offset-right-80 {
        transform: translatex(80%);
    }

    .offset-right-85 {
        transform: translatex(85%);
    }

    .offset-right-90 {
        transform: translatex(90%);
    }

    .offset-right-95 {
        transform: translatex(95%);
    }

    .offset-right-100 {
        transform: translatex(100%);
    }
}

/*! Sections style sheet for Build an order 11/10/2021 */
/****************************** Sections ***********************/
section {
    position: relative;
    height: auto;
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

    section.contents-top {
        align-content: flex-start;
    }

    section.contents-middle {
        align-content: center;
    }

    section.contents-bottom {
        align-content: flex-end;
    }

    section.contents-even {
        align-content: space-between;
    }

    section > * {
        width: 100%;
    }

/****************************** Categories ***********************/
#item-categories {
    padding: 3em 0;
}

/*! Status style sheet for Battersea Systems 5/11/2021 */
.status {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

    .status > * {
        border: 1px solid #ffffff;
        color: #ffffff;
        display: block;
        line-height: 1;
        padding: 0.2em 0.6em;
        margin: 0;
        text-align: center;
        font-size: 0.8em;
        border-radius: 3px;
        font-weight: 600;
        min-width: 6em;
        width: 100%;
    }

    .status .status-Pending {
        border: 1px solid #446ca9;
        color: #446ca9;
    }

.dark .status .status-Pending {
    border: 1px solid #8aa6d0;
    background-color: rgba(68, 108, 169, 0.8);
    color: #ffffff;
}

.status .status-approval {
    border: 1px solid #628ec5;
    color: #628ec5;
}

.dark .status .status-approval {
    border: 1px solid #a1bbdc;
    background-color: rgba(98, 142, 197, 0.8);
    color: #ffffff;
}

.status .status-customer {
    border: 1px solid #b2a798;
    color: #b2a798;
}

.dark .status .status-customer {
    border: 1px solid #d1cac1;
    background-color: rgba(178, 167, 152, 0.8);
    color: #ffffff;
}

.status .status-archived {
    border: 1px solid #cc7d8c;
    color: #cc7d8c;
}

.dark .status .status-archived {
    border: 1px solid #e0b1ba;
    background-color: rgba(204, 125, 140, 0.8);
    color: #ffffff;
}

.status .status-quantities {
    border: 1px solid #F26A21;
    color: #F26A21;
}

.dark .status .status-quantities {
    border: 1px solid #f7a67a;
    background-color: rgba(242, 106, 33, 0.8);
    color: #ffffff;
}

.status .status-rfq {
    border: 1px solid #399ecc;
    color: #399ecc;
}

.dark .status .status-rfq {
    border: 1px solid #88c5e0;
    background-color: rgba(57, 158, 204, 0.8);
    color: #ffffff;
}

/*! Tabs style sheet for Build an order 3/11/2021 */
.tab-group {
    background: rgba(204, 204, 204, 0.5);
    padding: 0.2em 0.2em 0;
}

    .tab-group *.btn-tab {
        border: none;
        background-color: #f7f7f7 !important;
        border-radius: 3px 3px 0 0;
        font-size: 0.8em;
    }

        .tab-group *.btn-tab.btn-active {
            background: #ffffff;
            outline: #CCCCCC;
        }

.tab-content {
    background: white;
    padding: 0.5em 0.2em;
}

/* Typography style sheet for Battersea Systems 3/11/2021 */
/**************************** Headers */
.glyphicons .badge, .Heading6, .h6, h6, .Heading5, .h5, h5, .Heading4, .h4, h4, .Heading3, .h3, h3, .Heading2, .h2, h2, .Heading1, .h1, h1 {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    -webkit-hyphens: none;
    hyphens: none;
    margin: 0;
    padding: 1em 0 0.2em;
    color: #000000;
}

.dark .glyphicons .badge, .glyphicons .dark .badge, .dark .Heading6, .dark .h6, .dark h6, .dark .Heading5, .dark .h5, .dark h5, .dark .Heading4, .dark .h4, .dark h4, .dark .Heading3, .dark .h3, .dark h3, .dark .Heading2, .dark .h2, .dark h2, .dark .Heading1, .dark .h1, .dark h1 {
    color: #ffffff !important;
}

.Heading1, .h1, h1 {
    font-size: 2em;
    margin-top: 1.4em;
    font-weight: 600;
}

@media (min-width: 1170px) {
    .Heading1, .h1, h1 {
        font-size: 1.8em;
    }
}

.Heading2, .h2, h2 {
    font-size: 1.8em;
}

.introduction .Heading2, .introduction .h2, .introduction h2 {
    font-size: 2rem;
    margin: 0.5em 0;
    padding: 0;
}

.Header-colour h2 {
    margin: 0;
    padding: 0;
}

.Heading3, .h3, h3 {
    font-size: 1.7em;
}

.introduction .Heading3, .introduction .h3, .introduction h3 {
    font-size: 1.9rem;
    margin: 0.5em 0;
    padding: 0;
}

.Heading4, .h4, h4 {
    font-size: 1.6em;
}

.introduction .Heading4, .introduction .h4, .introduction h4 {
    font-size: 1.7rem;
    margin: 0.5em 0;
    padding: 0;
}

.Heading5, .h5, h5 {
    font-size: 1.4em;
    /*margin-top: 0.6em;*/
}

.introduction .Heading5, .introduction .h5, .introduction h5 {
    font-size: 1.6rem;
    margin: 0.5em 0;
    padding: 0;
}

.Heading6, .h6, h6 {
    font-size: 1.2em;
}

.introduction .Heading6, .introduction .h6, .introduction h6 {
    font-size: 1.4rem;
    margin: 0.5em 0;
    padding: 0;
}

.bold-me {
    font-weight: 600 !important;
}

/**************************** Paragraph */
p {
    margin-top: 10px;
}

h* + p {
    margin-top: 0;
}

p [align=both] {
    text-align: justify;
}

.dark p {
    color: #ffffff !important;
}

@media (min-width: 570px) {
    .text-2-columns {
        column-count: 2;
        column-gap: 3em;
        column-rule: 1px solid #010101;
    }

        .text-2-columns > *:first-child {
            margin-top: 0;
            padding-top: 0;
        }
}

b, strong {
    font-weight: 600;
}

/************************ Links */
a {
    color: #DD2720;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

    a:hover {
        color: #972720;
        -moz-transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

.dark a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

a:focus {
    color: #972720;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.dark a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: underline;
}

/************************ List */
ol, ul {
    margin: 0 0 0 30px;
}

h1 + ol, h1 + ul {
    padding-top: 0.5em;
}

h2 + ol, h2 + ul {
    padding-top: 0.5em;
}

h3 + ol, h3 + ul {
    padding-top: 0.5em;
}

h4 + ol, h4 + ul {
    padding-top: 0.5em;
}

h5 + ol, h5 + ul {
    padding-top: 0.5em;
}

h6 + ol, h6 + ul {
    padding-top: 0.5em;
}

ol li, ul li {
    margin-bottom: 0.3em;
    line-height: 1.4em;
}

.dark ol li, .dark ul li {
    color: #ffffff !important;
}

ul {
    list-style-type: disc;
}

    ul.circle {
        list-style-type: circle;
    }

    ul.square {
        list-style-type: square;
    }

ol {
    list-style-type: decimal;
}

    ol.lowerLetter {
        list-style-type: lower-alpha;
    }

    ol.upperLetter {
        list-style-type: upper-alpha;
    }

    ol.lowerRoman {
        list-style-type: lower-roman;
    }

    ol.upperRoman {
        list-style-type: upper-roman;
    }

    ol.decimal-leading-zero {
        list-style-type: decimal-leading-zero;
    }

.list-group-item.div-row {
    margin-bottom: -1px;
}

    .list-group-item.div-row:last-child {
        margin-bottom: 0;
    }

/**************************** Text Highlighing */
span[class*=text-highlight] {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    margin: 0 1px;
    border-radius: 2px;
    background-color: #628ec5;
}

.sub-text span[class*=text-highlight] {
    padding-bottom: 2px;
}

.primary-item {
    font-size: 1.2em;
    font-weight: 600;
}

/**************************** Sizing */
small {
    font-size: 0.7rem;
}

.sub-text {
    font-size: 0.7rem;
}

.text-small {
    font-size: 0.7rem;
}

/**************************** Text Notations */
.notation, .Notation {
    font-size: 0.7rem !important;
    line-height: normal;
    -webkit-hyphens: none;
    hyphens: none;
}

/**************************** Icons */
/**************************** Captions */
.figcaption {
    margin-top: 5px;
    font-size: 80%;
    border-bottom: 1px solid #999999;
}

/**************************** Footnote */
.footnote {
    opacity: 0.8;
    font-size: 90%;
}

/**************************** Tagline */
.tagline > *, .tagline {
    font-weight: 200 !important;
    text-transform: uppercase !important;
    font-size: 1em !important;
    margin-bottom: 0;
}

/*! Widths style sheet for Battersea Systems 21/7/2021 */
.full-screen *[class*=width-] {
    max-width: none !important;
}

@media (min-width: 768px) {
    .width-5 {
        width: 5% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-10 {
        width: 10% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-15 {
        width: 15% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-20 {
        width: 20% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-25 {
        width: 25% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-30 {
        width: 30% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-30 {
        width: 35% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-40 {
        width: 40% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-45 {
        width: 45% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-50 {
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-55 {
        width: 55% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-60 {
        width: 60% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-65 {
        width: 65% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-70 {
        width: 70% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .width-75 {
        width: 75% !important;
    }
}

@media (min-width: 768px) {
    .width-80 {
        width: 80% !important;
    }
}

@media (min-width: 768px) {
    .width-85 {
        width: 85% !important;
    }
}

@media (min-width: 768px) {
    .width-90 {
        width: 90% !important;
    }
}

@media (min-width: 768px) {
    .width-95 {
        width: 95% !important;
    }
}

.width-100 {
    width: 100% !important;
}

.width-75 {
    margin-left: auto;
    margin-right: auto;
}

.width-80 {
    margin-left: auto;
    margin-right: auto;
}

.width-85 {
    margin-left: auto;
    margin-right: auto;
}

.width-90 {
    margin-left: auto;
    margin-right: auto;
}

.width-95 {
    margin-left: auto;
    margin-right: auto;
}

.width-auto {
    min-width: auto;
}

.width-25vw {
    min-width: 25vw;
}

.width-50vw {
    min-width: 50vw;
}

.width-75vw {
    min-width: 75vw;
}

.width-100vw, .full-width {
    min-width: 100vw;
}

/***** 4:40 *****/
