﻿* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    /* light = 300, regular = 400, bold = 700, extra-bold = 800 */
    font-weight: 400;
    max-width: 1200px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5 {
    color: #1b2654;
}

input[type="checkbox"] {
    width: 19px;
    height: 19px;
}
input[type="radio"] {
    width: 17px;
    height: 17px;
}
input[type="text"] {
    padding: 2px;
    border: 1px solid #a9a9a9;
}
textarea {
    padding: 2px;
    border: 1px solid #a9a9a9;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    float: left;
}
.mobile, .desktopBlock, .desktopInlineBlock, .desktopFlex, .inline992 {
    display: none;
}

/* HEADER */
#navigation {
    max-width: 1200px;
    position: fixed;
    text-align: right;
    z-index: 999;
}

#navbarTop {
    background-color: #1b2654;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    display: none;
}
    #navbarTop img {
        height: 15px;
        vertical-align: text-bottom;
    }
    #navbarTop a {
        text-decoration: none;
        padding: 10px;
        color: #ffffff;
    }
        #navbarTop a:hover {
            color: #e52b76;
        }

#navbarBottom {
    background-color: #dceaf8;
    padding: 0;
    font-weight: 700;
    font-size: 0.9em;
}
    #navbarBottom img {
        height: 30px;
        margin: 0 0 5px 0;
    }
    #navbarBottom div.container {
        text-align: center;
        color: #1b2654;
        float: right;
        display: inline-block;
        cursor: pointer;
        line-height: 21px;
        padding: 10px 1%;
        width: 33%;
    }
    #navbarBottom a {
        text-decoration: none;
        max-width: 9999px;
        padding: 14px 5px;
        color: #1b2654;
        display: none;
        vertical-align: top;
    }
        #navbarBottom a:hover, #navbarBottom div.container:hover {
            color: #e52b76;
        }
            #navbarBottom div.container:not(.change):hover div.bar1,
            #navbarBottom div.container:not(.change):hover div.bar2,
            #navbarBottom div.container:not(.change):hover div.bar3 {
                background-color: #e52b76;
            }
        #navbarBottom a.basket, #navbarBottom a.icon {
            text-align: center;
            display: inline-block;
            line-height: 16px;
            padding: 13px 1%;
            width: 33%;
        }
    #navbarBottom a.headerPlainLan {
        max-width: 100px;
    }
    #navbarBottom a.headerOneLiner {
        line-height: 30px;
    }
.basketCount {
    position: relative;
    top: -20px;
    right: 15px;
    margin-right: -25px;
    color: #ffffff;
    background-color: #e52b76;
    padding: 2px 4px;
    border-radius: 10px;
}
#mobileMenu {
    background-color: #e52b76;
    text-align: left;
    padding: 10px 0;
    z-index: 1000;
}
    #mobileMenu img {
        width: 29px;
        height: 29px;
    }
    #mobileMenu a {
        display: block;
        color: #ffffff;
        padding: 10px 10px 10px 20px;
        text-decoration: none;
        line-height: 29px;
        font-weight: 700;
    }
        #mobileMenu a.smallText {
            line-height: 20px;
            font-weight: 400;
            font-size: 0.9em;
        }

.wpl-logo {
    width: auto;
    height: 60px;
    max-height: 15%;
    position: fixed;
    z-index: 1001;
    margin-left: 9999px;
}

.headerMargin {
    position: relative;
    height: 60px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #1b2654;
    margin: 6px auto;
    transition: 0.4s;
}

#navbarBottom div.container.change {
    color: #ffffff;
    background-color: #e52b76;
}
.change .bar1 {
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    background-color: #ffffff;
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
/* END: HEADER */

/* Banner */
.bannerText {
    background-color: #1b2654;
    padding: 20px 9px;
    text-align: center;
    color: #ffffff;
    font-size: 0.9em;
}
.bannerText img {
    height: 45px;
    width: auto;
    max-width: 100%;
    display: inline-block;
}
/* END: Banner */

/* CONTENT */
div.content {
    padding: 20px 7%;
}
    div.content img.speechBubble {
        width: 40%;
        margin: 20px auto;
        display: block;
    }
    div.content a.unstyled {
        text-decoration: none;
        color: #000000;
    }

.linkNoStyle {
    text-decoration: none;
    color: #000000;
}

.speechBubbleNumber {
    font-weight: 800;
    font-size: 2.6em;
    float: left;
    left: 160px;
    top: 45px;
    position: relative;
    transform: rotate(350deg);
}

hr {
    width:95%;
    margin: 0 auto;
}

.leftImg {
    float: left;
    padding: 10px 30px 10px 30px;
    text-align: center;
    font-size: 0.8em;
}
.rightImg {
    float: right;
    padding: 10px 0 10px 30px;
    text-align: center;
    font-size: .8em;
}
.leftImg img, .rightImg img {
    width: 100%;
}

/* About Us - Contact Form */
.contact {
    color: Black;
    font-weight: bold;
    padding: 20px;
}
#pnlContact {
    margin-bottom: 50px;
}
#pnlContact div {
    vertical-align: top;
    padding: 5px;
}
/* END: About Us */

/* About Our Lanyards */
#DLProductList {
    width: 100%;
}
    #DLProductList p {
        margin: 5px 15px 3px 15px;
    }
/* END: About Our Lanyards */

/* Shop products */
.productImgList {
    float: left;
    margin: 10px;
    padding: 2px;
}

.productTitle {
    font-size: 1.2em;
}
    .productTitle a {
        text-decoration: none;
        color: #333366;
    }

.price {
    color: #b22964;
    font-weight: bold;
}

.productAddToCart {
    margin-top: 5px;
    text-align: center;
}
    .productAddToCart select, .productAddToCart input {
        height: 28px;
        vertical-align: bottom;
    }

.formTextQty {
    font-size: 1em;
    padding: 2px;
    border: 1px solid #7F9DB9;
    color: #4d4d4d;
}

#pbTable {
    padding: 2px;
    border: 1px solid #ccc;
}
    #pbTable th, #pbTable td {
        padding: 3px;
    }
    #pbTable th {
        background: #333366;
        color: #FFF;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
    #pbTable td {
        text-align: center;
        padding: 4px 5px 4px 5px;
    }

.msgerror {
    color: #ff0000;
}
/* END: Shop products */

/* ID Cards */
table.tbl {
    width: 100%;
    border: 0;
    font-size: 0.95em;
}

.tbl th, .tbl td {
    padding: 4px;
    border-bottom: 1px solid #efefef;
}

.tbl th {
    text-transform: uppercase;
    font-weight: normal;
    color: #579DCE;
}

.tbl td {
    width: 33%;
}

    .tbl td span {
        color: #999;
    }

.tbl tr:hover td {
    font-weight: bold;
    background: #fff;
}
/* END: ID Cards */

/* Design Your Lanyards */
.designSelector {
    margin:0 5px;
}

img.preview {
    padding: 4px;
    margin: 2px;
    cursor: pointer;
    width: calc(100% - 8px);
}


/* Reorder panel */
.reorderButton {
    background: #FF3E3E;
    background-image: -webkit-linear-gradient(top, #0067ac, #1b2654);
    background-image: -moz-linear-gradient(top, #0067ac, #1b2654);
    background-image: -ms-linear-gradient(top, #0067ac, #1b2654);
    background-image: -o-linear-gradient(top, #0067ac, #1b2654);
    background-image: linear-gradient(to bottom, #0067ac, #1b2654);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    height: 50px;
    cursor: pointer;
}

    .reorderButton:hover {
        background: #dd1b1b;
        background-image: -webkit-linear-gradient(top, #1b2654, #0067ac);
        background-image: -moz-linear-gradient(top, #1b2654, #0067ac);
        background-image: -ms-linear-gradient(top, #1b2654, #0067ac);
        background-image: -o-linear-gradient(top, #1b2654, #0067ac);
        background-image: linear-gradient(to bottom, #1b2654, #0067ac);
    }

.reorderPanel {
    border: solid 10px #F71808;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    background: #FFFFFF;
    padding: 15px 5px;
    width: calc(100% - 10px);
    margin: auto;
}
    .reorderPanel input[type="text"] {
        font-weight: normal;
    }
    .reorderPanel input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .reorderPanel label {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 30px);
    }
    .reorderPanel table#tblReorder {
        padding-bottom: 15px;
        width: 100%;
    }

/* END: Design Your Lanyards */

/* Gallery */
.outer {
    width: calc(100% - 20px);
    float: left;
    margin: 10px;
}

img.galleryPreview {
    border: solid 5px #d667d6;
    border-radius: 10px;
    width: 100%;
}

DIV#lanyardImageContainer {
    border: inset 5px #999;
    height: 100%;
    padding: 5px;
    overflow: auto;
}
/* END: Gallery */

/* Basket */
.normalRow {
    background-color: #ffffff;
    border-bottom: 1px solid #E3E8CA;
}
.alternateRow {
    background-color: #fffffa;
    border-bottom: 1px solid #E3E8CA;
}

div.basketHeader {
    color: #333366;
    font-weight: bolder;
    text-align: center;
    padding: 3px;
}
div.basketContent div {
    text-align: center;
    padding: 3px;
}
    div.basketContent div.rowTitle {
        text-align: left;
        padding: 0 25px;
    }
    div.basketContent div.rowPrice {
        color: #c00000;
        /*font-weight:bold;*/
    }

div.basketControls input, div.basketControls div {
    height: 25px;
    float: left;
}
div.basketControls input.basketControlRemove {
    width: 75px;
    margin-right: 5%;
}
div.basketControls input.basketControlQty {
    width: 25px;
}
div.basketControls div.basketControlPrice {
    line-height: 25px;
}

input[type=number].qty {
    width: 60px;
    text-align: center;
    -moz-appearance: textfield;
}
    input[type=number].qty::-ms-clear {
        display: none;
    }
    input[type=number].qty::-webkit-inner-spin-button,
    input[type=number].qty::-webkit-outer-spin-button {
        display: none;
    }

.note {
    color: #AA0000;
    font-size: 0.9em;
}

#BasketTotals {
    text-align: right;
}
    #BasketTotals .totalLabel {
        width: 200px;
        color: #c00000;
    }
    #BasketTotals span {
        padding-right: 5px;
    }

.BasketProceed .rgt {
    float: right;
}
.BasketProceed .lft {
    float: left;
}
/* END: Basket */

/* Register */
.watermark {
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize !important;
}
/* END: Register */

/* FOOTER */
#footerWrapper {
    font-size: 0.9em;
    text-align: center;
    width: 85%;
    clear: left;
    padding: 10px 0;
    margin: 0 auto;
}

    #footerWrapper ul {
        list-style-type: none;
        padding: 0 0 10px 0;
    }

    #footerWrapper li {
        display: inline;
        padding: 0 20px;
    }

        #footerWrapper li a {
            text-decoration: none;
        }

    #footerWrapper img {
        float: none;
        margin: 10px;
        height: 50px;
    }
        #footerWrapper img:not(:first-child) {
            max-width: calc(50% - 20px);
        }
/* END: FOOTER */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {
    .col-xs-0 {width: 0%;}
    .col-xs-1 {width: 8.33%;}
    .col-xs-2 {width: 16.66%;}
    .col-xs-3 {width: 25%;}
    .col-xs-4 {width: 33.33%;}
    .col-xs-5 {width: 41.66%;}
    .col-xs-6 {width: 50%;}
    .col-xs-7 {width: 58.33%;}
    .col-xs-8 {width: 66.66%;}
    .col-xs-9 {width: 75%;}
    .col-xs-10 {width: 83.33%;}
    .col-xs-11 {width: 91.66%;}
    .col-xs-12 {width: 100%;}

    .desktopBlock { display: none; }
    .desktopInlineBlock { display: none; }
    .desktopFlex { display: none; }
    .mobile { display:block; }

    .headerMargin {
        height: 80px;
    }

    /*input, select {
        font-size: 1.2em;
    }*/

    .productBlock {
        font-size: 0.9em;
    }
    .productBlock div table#pbTable {
        font-size: 0.9em;
    }

    .reorderPanel table#tblReorder input#txtWPL {
        width: 40%;
    }
    .reorderPanel table#tblReorder input#txtReorderOID {
        width: 55%;
        max-width: 55%;
    }
    .reorderPanel table#tblReorder input#txtReorderPC {
        width: 100%;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-0 {width: 0%;}
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}

    .desktopBlock { display: none; }
    .desktopInlineBlock { display: none; }
    .desktopFlex { display: none; }
    .mobile { display:block; }

    .headerMargin {
        height: 80px;
    }

    #navbarBottom img {
        margin: 0 0 5px 10px;
    }
    #navbarBottom a.basket, #navbarBottom a.icon {
        padding: 13px 20px;
    }

    div.container {
        line-height: 21px;
        padding: 10px 20px;
    }

    .outer {
        width: calc(50% - 30px);
        margin: 15px;
    }
}
/* Small devices (portrait tablets and large phones, up to 766px) */
@media only screen and (max-width: 766px) {
    /* For tablets: */
    #navbarBottom {
        height: 80px;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-0 {width: 0%;}
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

    .mobile { display: none; }
    .desktopBlock { display: block; }
    .desktopInlineBlock { display: inline-block; }
    .desktopFlex { display: flex; }

    .flex { display: flex; }

    #navbarTop {
        display: block;
    }
    #navbarTop img {
        height: 20px;
    }
    #navbarTop a {
        padding: 10px;
    }

    #navbarBottom a {
        display: inline-block;
        max-width: 120px;
        font-size: 0.9em;
        text-align: left;
        height: 60px;
    }
    #navbarBottom a.basket {
        float: right;
        line-height: 10px;
        padding: 5px 10px 10px 10px;
        min-width: 84px;
        width: 0;
    }
    #navbarBottom a.icon {
        display: none;
    }
    #navbarBottom div.container {
        display: none;
    }

    .headerMargin {
        height: 95px;
    }

    .bannerText img:not(.arrow) {
        margin: 0 30px;
    }

    #footerWrapper img {
        float: left;
        margin: 0 10px;
    }

    img.preview {
        width: calc(50% - 8px);
    }

    .reorderPanel {
        padding: 25px;
        width: 65%;
    }

    .outer {
        width: calc(33.3% - 30px);
        margin: 15px;
    }

    .basketCount {
        position: absolute;
        top: 40px;
        right: 20px;
        margin-right: 0;
        padding: 4px;
    }

    #pnlOrderDetails, #pnlBasketDetails {
        text-align: right;
    }
        #pnlOrderDetails table, #pnlBasketDetails table {
            float: right;
        }
}
/* (Up to 992px) */
@media only screen and (max-width: 992px) {
    .wpl-logo {
        max-height: 90px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /**/
    .col-l-1 {width: 8.33%;}
    .col-l-2 {width: 16.66%;}
    .col-l-3 {width: 25%;}
    .col-l-4 {width: 33.33%;}
    .col-l-5 {width: 41.66%;}
    .col-l-6 {width: 50%;}
    .col-l-7 {width: 58.33%;}
    .col-l-8 {width: 66.66%;}
    .col-l-9 {width: 75%;}
    .col-l-10 {width: 83.33%;}
    .col-l-11 {width: 91.66%;}
    .col-l-12 {width: 100%;}

    #navbarTop {
        height: 25px;
        line-height: 25px;
        font-size: 0.8em;
    }
    #navbarTop img {
        height: 15px;
    }
    #navbarTop a {
        padding: 5px 10px;
    }
    #navbarBottom a.basket {
        min-width: 104px;
    }

    .inline992 {
        display: inline;
    }

    .headerMargin {
        height: 85px;
    }

    img.preview {
        width: calc(33% - 8px);
    }

    div.content {
        padding: 50px 130px 0 130px;
    }

    .outer {
        width: calc(33.3% - 40px);
        margin: 20px;
    }

    .basketCount {
        top: 30px;
        right: 30px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /**/
    .col-xl-1 {width: 8.33%;}
    .col-xl-2 {width: 16.66%;}
    .col-xl-3 {width: 25%;}
    .col-xl-4 {width: 33.33%;}
    .col-xl-5 {width: 41.66%;}
    .col-xl-6 {width: 50%;}
    .col-xl-7 {width: 58.33%;}
    .col-xl-8 {width: 66.66%;}
    .col-xl-9 {width: 75%;}
    .col-xl-10 {width: 83.33%;}
    .col-xl-11 {width: 91.66%;}
    .col-xl-12 {width: 100%;}

    #navbarBottom {
        padding: 0 20px;
    }
    #navbarBottom a {
        display: inline-block;
        font-size: 1em;
        max-width: 9999px;
        padding: 21px 10px;
    }
        #navbarBottom a.headerPlainLan {
            max-width: 9999px;
        }
        #navbarBottom a.headerOneLiner {
            line-height: 18px;
        }

    .basketCount {
        right: 50px;
    }
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.clr {
    clear: both;
}

.noMargin {
    margin: 0;
}

/* Yellow gradient */
.gradient-top-yellow {
    background: rgb(237,165,23);
    background: linear-gradient(deg, rgba(237,165,23,1) 0%, rgba(193,125,42,1) 100%);
}

.gradient-right-yellow {
    background: rgb(237,165,23);
    background: linear-gradient(90deg, rgba(237,165,23,1) 0%, rgba(193,125,42,1) 100%);
}

.gradient-bottom-yellow {
    background: rgb(237,165,23);
    background: linear-gradient(180deg, rgba(237,165,23,1) 0%, rgba(193,125,42,1) 100%);
}

.gradient-left-yellow {
    background: rgb(237,165,23);
    background: linear-gradient(270deg, rgba(237,165,23,1) 0%, rgba(193,125,42,1) 100%);
}
/* Pink gradient*/
.gradient-top-pink {
    background: rgb(229,43,118);
    background: linear-gradient(0deg, rgba(229,43,118,1) 0%, rgba(178,41,100,1) 100%);
}
.gradient-right-pink {
    background: rgb(229,43,118);
    background: linear-gradient(90deg, rgba(229,43,118,1) 0%, rgba(178,41,100,1) 100%);
}
.gradient-bottom-pink {
    background: rgb(229,43,118);
    background: linear-gradient(180deg, rgba(229,43,118,1) 0%, rgba(178,41,100,1) 100%);
}
.gradient-left-pink {
    background: rgb(229,43,118);
    background: linear-gradient(270deg, rgba(229,43,118,1) 0%, rgba(178,41,100,1) 100%);
}
/* Green gradient */
.gradient-top-green {
    background: rgb(149,176,73);
    background: linear-gradient(0deg, rgba(149,176,73,1) 0%, rgba(105,127,54,1) 100%);
}

.gradient-right-green {
    background: rgb(149,176,73);
    background: linear-gradient(90deg, rgba(149,176,73,1) 0%, rgba(105,127,54,1) 100%);
}

.gradient-bottom-green {
    background: rgb(149,176,73);
    background: linear-gradient(180deg, rgba(149,176,73,1) 0%, rgba(105,127,54,1) 100%);
}

.gradient-left-green {
    background: rgb(149,176,73);
    background: linear-gradient(270deg, rgba(149,176,73,1) 0%, rgba(105,127,54,1) 100%);
}
/* Blue gradient */
.gradient-top-blue {
    background: rgb(0,103,172);
    background: linear-gradient(0deg, rgba(0,103,172,1) 0%, rgba(27,38,84,1) 100%);
}

.gradient-right-blue {
    background: rgb(0,103,172);
    background: linear-gradient(90deg, rgba(0,103,172,1) 0%, rgba(27,38,84,1) 100%);
}

.gradient-bottom-blue {
    background: rgb(0,103,172);
    background: linear-gradient(180deg, rgba(0,103,172,1) 0%, rgba(27,38,84,1) 100%);
}

.gradient-left-blue {
    background: rgb(0,103,172);
    background: linear-gradient(270deg, rgba(0,103,172,1) 0%, rgba(27,38,84,1) 100%);
}
/* Grey gradient */
.gradient-top-grey {
    background: rgb(140,160,170);
    background: linear-gradient(0deg, rgba(140,160,170,1) 0%, rgba(72,83,91,1) 100%);
}

.gradient-right-grey {
    background: rgb(140,160,170);
    background: linear-gradient(90deg, rgba(140,160,170,1) 0%, rgba(72,83,91,1) 100%);
}

.gradient-bottom-grey {
    background: rgb(140,160,170);
    background: linear-gradient(180deg, rgba(140,160,170,1) 0%, rgba(72,83,91,1) 100%);
}

.gradient-left-grey {
    background: rgb(140,160,170);
    background: linear-gradient(270deg, rgba(140,160,170,1) 0%, rgba(72,83,91,1) 100%);
}






/****************New Designer*********************/
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 10px;
    cursor: pointer;
    background-color: #0067ac;
}
.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    font-weight: bold;
    background-color: #1b2654;
    padding: 10px 0;
    margin-top: 10px;
    cursor: pointer;
    white-space: nowrap;
}

.accordionHeaderSpan {
    margin-right: 10px;
    padding: 10px 20px;
    background-color: #1b2654;
}

.accordionContent {
    background-color: #dceaf8;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 0 20px 20px 20px;
}
    .accordionContent div.title {
        font-size: 1em;
        font-weight: 700;
        margin: 20px 0;
    }
    .accordionContent div.desc {
        font-size: 0.9em;
        font-weight: 400;
        margin-bottom: 15px;
    }

.horizontalBar {
    width: 99%;
    text-align: center;
    height: 1px;
    background: #000;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.designArea, #designAreaFront, #designAreaRev {
    display: block;
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff; /* #ddd */
    padding: calc((75 / 1459) * 100%) 0 0 0;
    position: relative;
    /*overflow: hidden;*/
    /*transition: transform 0.5s ease-out;*/
}
    .designArea.sticky {
        position: fixed;    /* TODO: support for older browsers (IE11) */
        position: sticky;
    }

#designAreaFront, #designAreaRev {
    max-width: 680px;
}

.designAreaZoom {
    /*transition: transform 0.5s ease-out;*/
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#lanyardClip, #lanyardClipFront, #lanyardClipRev {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#dyesubContent {
    padding: 0;
}

.cmykBox {
    width: 40px;
    text-align: center;
}

tr.cmyk {
    font-size: 0.8em;
    font-weight: bold;
}

input.cmyk {
    width: 100px;
    height: 68px;
    background: url(/images/colour-panel.png) no-repeat left top;
    background-size: contain;
    cursor: pointer;
    border: none;
    margin-left: 20px;
}

.ajaccDesign, .ajaccGallery {
    width: 100%;
    color: Black;
}

#ajaccDesign td {
    padding: 2px;
}

table.colourOptions {
    width: 100%;
    border-spacing: 20px;
    vertical-align: top;
}
    table.colourOptions td.textTable {
        vertical-align: top;
        width: 230px;
        padding: 0;
    }

.radio {
    text-align: center;
    border-spacing: 0px;
    background-color: #ddd;
}
.radioTitle {
    background-color: #1b2654;
    color: #fff;
    padding: 5px;
}

.designerInput {
    min-height: 30px;
    margin: 7px 0;
}

#tblMainColour, #tblMainBG, #tblDivideColour, #tblDivideBG {
    margin-left: 20px;
}

.lanyardShadow {
    height: 100%;
    position: relative;
    left: -1.5%;
    overflow: hidden;
}

.texture {
    background: url("/images/lanyard-texture-small.png") no-repeat left top;
    background-size: 100% 100%;
    position: relative;
    height: 100%;
    border: solid 1px #c8c8c8;
}

.textureFront, .textureRev {
    background: url("/images/lanyard-texture-small.png") no-repeat left top;
    background-size: 100% 100%;
    position: relative;
    height: 100%;
    border: solid 1px #c8c8c8;
}

#lanyardTemplate {
    position: relative;
    top: 9.6%;
    height: 80.8%;
    line-height: 22.5px;
    background-color: #ffffff; /* TODO: REMOVE */
    width: 20000px;
    overflow: hidden;
    background-size: contain;
}

#lanyardTemplateFront, #lanyardTemplateRev {
    position: relative;
    top: 11%;
    height: 78%;
    line-height: 22.5px;
    background-color: #ffffff; /* TODO: REMOVE */
    width: 20000px;
    overflow: hidden;
    background-size: contain;
}

#additionalAttachment {
    height: 100%
}

#additionalAttachmentFront, #additionalAttachmentRev {
    height: 100%
}

.priceTableHeader {
    border-style: none;
    color: white;
    font-weight: bold;
    background-color: #ff0000;
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
}

td.tips {
    width: 200px;
    background-color: #ffcccc;
    padding: 0 10px 5px 10px !important;
    color: #000;
    vertical-align: top;
}

.designText {
    width: 90%;
}

.mainImage, .splitImage,
.mainImageFront, .splitImageFront,
.mainImageRev, .splitImageRev {
    vertical-align: middle;
    height: 23px;
}

.mainLabel, .mainLabelFront, .mainLabelRev,
.splitLabel, .splitLabelFront, .splitLabelRev {
    vertical-align: middle;
    float: left;
}

.row {
    float: left;
    /*position: relative;*/
    /*top: 50%;*/
}

div#dyesubContent td.title {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

td.content {
    text-align: center;
}

.btnStageNext, .btnStageBack {
    font-weight: 700;
    display: flex;
    line-height: 29px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    white-space: nowrap;
}
.btnStageNext {
    float: right;
}
    .btnStageNext span, .btnStageBack span {
        color: #ffffff;
        width: 100%;
    }
    .btnStageBack span {
        padding: 8px 18px 8px 8px;
    }
    .btnStageNext span {
        padding: 8px 8px 8px 18px;
    }
        .btnStageBack span img, .btnStageNext span img {
            width: 29px;
            height: 29px;
            vertical-align: top;
        }
        .btnStageBack span img {
            transform: rotate(180deg);
        }

.btnStageFinal {
    font-weight: 700;
    font-size: 1em;
    float: right;
    text-align: center;
    line-height: 29px;
    margin-top: 20px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    color: #ffffff;
    padding: 8px;
}

#pnlNewDesign input[type=button], #pnlNewDesign input[type=submit] {
    font-size: 1em;
    font-weight: 700;
}

.designLanyardButton {
    margin: 0 15px;
}

.designImageButton {
    width: 250px;
}

.popupBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.remove {
    background: url("/images/remove.png") no-repeat left top;
    width: 112px;
    height: 42px;
    border: none;
    cursor: pointer;
}

.lanType, .attachment, .whistle, .speaker {
    cursor: pointer;
    padding: 5px;
    vertical-align: middle;
}

input[type=number].quantity {
    height: 30px;
    max-width: 110px;
    margin-left: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    -moz-appearance: textfield;
}
input[type=number].noSpinner {
    -moz-appearance: textfield;
}
    input[type=number].quantity::-ms-clear, input[type=number].noSpinner::-ms-clear {
        display: none;
    }
    input[type=number].quantity::-webkit-inner-spin-button, input[type=number].quantity::-webkit-outer-spin-button,
    input[type=number].noSpinner::-webkit-inner-spin-button, input[type=number].noSpinner::-webkit-outer-spin-button {
        display: none;
        /*-webkit-appearance: none;
        margin: 0;*/
    }

#txtReorderOID {
    max-width: 25%;
}

div.templates {
    background-color: #fff;
    height: 200px;
    overflow: auto;
    border: inset 2px #999;
    margin-top: 10px;
}

.categoryList {
    width: 200px;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 3px;
    text-align: center;
}

.categoryButton {
    background: #1b2654;
    color: #ffffff;
    height: 40px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 20px 5px 20px;
    border-top: solid #1b6b99 3px;
    border-right: solid #000000 3px;
    border-bottom: solid #000000 3px;
    border-left: solid #1b6b99 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
}
    .categoryButton:hover {
        background: #dd1b1b;
        background-image: -webkit-linear-gradient(top, #0067ac, #1b2654);
        background-image: -moz-linear-gradient(top, #0067ac, #1b2654);
        background-image: -ms-linear-gradient(top, #0067ac, #1b2654);
        background-image: -o-linear-gradient(top, #0067ac, #1b2654);
        background-image: linear-gradient(to bottom, #0067ac, #1b2654);
        text-decoration: none;
    }
    .categoryButton:active, .categoryButtonPressed {
        background: #1b6b99;
        background-image: -webkit-linear-gradient(top, #0067ac, #1b2654);
        background-image: -moz-linear-gradient(top, #0067ac, #1b2654);
        background-image: -ms-linear-gradient(top, #0067ac, #1b2654);
        background-image: -o-linear-gradient(top, #0067ac, #1b2654);
        background-image: linear-gradient(to bottom, #0067ac, #1b2654);
        color: #ffffff;
        text-decoration: none;
        height: 40px;
        font-weight: bold;
        cursor: pointer;
        padding: 5px 20px 5px 20px;
        border-top: solid #000000 3px;
        border-right: solid #1b6b99 3px;
        border-bottom: solid #1b6b99 3px;
        border-left: solid #000000 3px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0px;
        -webkit-box-shadow: 0px 1px 3px #666666;
        -moz-box-shadow: 0px 1px 3px #666666;
        box-shadow: 0px 1px 3px #666666;
    }

.addToBasketButton {
    background: #697f36;
    color: #ffffff;
    height: 28px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 20px 4px 20px;
    border-top: solid #95b049 2px;
    border-right: solid #000000 2px;
    border-bottom: solid #000000 2px;
    border-left: solid #95b049 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
}
    .addToBasketButton:hover {
        background: #dd1b1b;
        background-image: -webkit-linear-gradient(top, #95b049, #697f36);
        background-image: -moz-linear-gradient(top, #95b049, #697f36);
        background-image: -ms-linear-gradient(top, #95b049, #697f36);
        background-image: -o-linear-gradient(top, #95b049, #697f36);
        background-image: linear-gradient(to bottom, #95b049, #697f36);
        border-top: solid #697f36 2px;
        border-left: solid #697f36 2px;
        text-decoration: none;
    }
    .addToBasketButton:active {
        background: #697f36;
        background-image: -webkit-linear-gradient(top, #697f36, #95b049);
        background-image: -moz-linear-gradient(top, #697f36, #95b049);
        background-image: -ms-linear-gradient(top, #697f36, #95b049);
        background-image: -o-linear-gradient(top, #697f36, #95b049);
        background-image: linear-gradient(to bottom, #697f36, #95b049);
        color: #ffffff;
        text-decoration: none;
        height: 28px;
        font-weight: bold;
        cursor: pointer;
        padding: 4px 20px 4px 20px;
        border-top: solid #000000 2px;
        border-right: solid #697f36 2px;
        border-bottom: solid #697f36 2px;
        border-left: solid #000000 2px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0px;
        -webkit-box-shadow: 0px 1px 3px #666666;
        -moz-box-shadow: 0px 1px 3px #666666;
        box-shadow: 0px 1px 3px #666666;
    }

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 7px 0;
    background: none;
    cursor: pointer;
}

    input[type=range]:focus {
        outline: none;
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 12px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #0067ac;
        border-radius: 10px;
        border: 0px solid #010101;
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
        border: 1.6px solid #00001e;
        height: 26px;
        width: 26px;
        border-radius: 15px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: rgba(54, 126, 189, 0.78);
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 12px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #0067ac;
        border-radius: 10px;
        border: 0px solid #010101;
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
        border: 1.6px solid #00001e;
        height: 26px;
        width: 26px;
        border-radius: 15px;
        background: #ffffff;
        cursor: pointer;
    }
    input[type=range]::-ms-track {
        width: 100%;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }
    input[type=range]::-ms-fill-lower {
        background: #0067ac;
        border: 0px solid #010101;
        border-radius: 20.2px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }
    input[type=range]::-ms-fill-upper {
        background: #0067ac;
        border: 0px solid #010101;
        border-radius: 20.2px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }
    input[type=range]::-ms-thumb {
        box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
        border: 1.6px solid #00001e;
        height: 26px;
        width: 26px;
        border-radius: 15px;
        background: #ffffff;
        cursor: pointer;
        margin-top: 0px;
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #0067ac;
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #0067ac;
    }

/*****  File Upload Button *****/
.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #124d77;
    background: #0067ac;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

    /* Hide standard file upload button */
    .file-upload input, .file-upload button {
        /* Loses tab index in webkit if width is set to 0 */
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

    /* New button text */
    .file-upload span {
        display: inline-block;
        /* Adjust button text vertical alignment */
        padding-top: 15px;
        text-align: center;
        vertical-align: middle;
    }

#chkColourMatch {
    height: 40px;
}