﻿* {
    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;
}



.headerColor {
    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;
}


/* HEADER */
#navigation {
    max-width: 1200px;
    position: fixed;
    text-align: right;
    z-index: 999;
    width:100%;
}

#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: #febd13;
    }
        #navbarTop a:hover {
            color: #fff;
        }

#navbarBottom {
    padding: 0;
    font-weight: 700;
    font-size: 0.9em;
    background-color: #dceaf8;
}
    #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: #1b2654;
        }
    #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: #1b2654;
    }
        #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: 110px;
    }
    #navbarBottom a.headerOneLiner {
        line-height: 30px;
    }
    #navbarBottom ul.navbarBottomItem {
        position: relative;
        display: inline;
        padding: 0;
    }
        #navbarBottom ul.navbarBottomItem li {
            display: inline-block;
        }
    #navbarBottom ul.headerSubitem {
        display: none;
        position: absolute;
        background-color: #dceaf8;
        /*margin-right: 10px;*/
        padding: 0;
        left: auto;
        right: 0;
        margin-top:-5px;
    }
        #navbarBottom ul.headerSubitem li {
            display: block;
        }
    #navbarBottom ul.navbarBottomItem:hover ul.headerSubitem {
        display: block;
    }
    #navbarBottom ul.headerSubitem li a {
        float: left;
    }

.basketCount {
    position: relative;
    top: -20px;
    right: 15px;
    margin-right: -25px;
    color: #ffffff;
    background-color: #e52b76;
    padding: 2px 4px;
    border-radius: 10px;
}

.bgimgEducation{
    background-image: url('../images/Education.jpg');
    background-size: 200px;
    background-repeat:no-repeat;
    width:200px;
    height:200px;

}

.bgimgProfessional {
    background-image: url('../images/Professional.jpg');
    background-size: 200px;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
}

.bgimgLite {
    background-image: url('../images/Lite.jpg');
    background-size: 200px;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
}

#tblFeatures div{
    height:50px;
    display:table-cell;
    vertical-align:middle;
}


#tblFeatures img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#tblFeatures th {
    background-color: #1b2654;
    width: 200px;
    color: #febd13;
    font-size: 1.2em;
    text-align: center;
    padding:5px;
}

.feature {
    border: 4px solid #1b2654;
    border-radius: 10px;
}

.feature .card-body
{
    padding-left:100px;
}

.feature .card-header 
{
    vertical-align: middle;
}

.videocontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsivevideo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#mobileMenu {
    background-color: #1b2654;
    text-align: left;
    padding: 10px 0;
    z-index: 9999;
}
    #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;
        }

.vm-logo {
    width: auto;
    height: 70px;
    max-height: 15%;
    position: fixed;
    z-index: 1001;
    margin-left: 9999px;
}

/* (Up to 992px) */
@media only screen and (max-width: 992px) {
    .vm-logo {
        max-height: 85px;
    }
}

.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: #1b2654;
}
.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);
}

.header-msg {
    margin: auto;
    text-align: right;
    font-size: 18px;
    padding-top:20px;
}
/* END: HEADER */

.homebanner {
    position: relative;
}

.homebannertext{    
    position:absolute;
    top: 20%;
    left:5%;
}

.homeindustry {
    position: relative;
}

.homeindustrytext {
    position: absolute;
    top: 65%;
    left: 15%;
    width: 70%;
    color: white;
    font-weight: bold;
    text-shadow: 5px 1px 3px black;
}

/* 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;
    }

div#shopContent {
    padding: 20px 1%;
}
    div#shopContent img.speechBubble {
        width: 40%;
        margin: 20px auto;
        display: block;
    }
    div#shopContent 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 {
    margin-top: 25px;
    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);
}

.switch-field {
    /*display: flex;*/
    /*overflow: hidden;*/
}
    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }
    .switch-field label {
        background-color: #e4e4e4;
        color: #a9a9a9;
        /*font-size: 14px;
        font-weight: bold;
        line-height: 0.8;
        text-align: center;*/
        padding: 4px 8px;
        margin-right: -4px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 2px rgba(255, 255, 255, 0.1);
        transition: all 0.1s ease-in-out;
    }
        .switch-field label:hover {
            cursor: pointer;
        }
    .switch-field input:checked + label {
        background-color: #dceaf8;
        color: #000000;
        box-shadow: none;
    }
    .switch-field span.left label {
        border-radius: 4px 0 0 4px;
    }
    .switch-field span.right label {
        border-radius: 0 4px 4px 0;
    }
    .switch-field span.top label {
        border-radius: 4px 4px 0 0;
        display: grid;
        line-height: 1;
    }
    .switch-field span.bottom label {
        border-radius: 0 0 4px 4px;
        display: grid;
        line-height: 1;
    }

.rblProduct td:first-child {
    text-align: right;
}
.rblProduct td:last-child {
    text-align: left;
}
.rblProductMobile {
    width: calc(100% - 10px);
}


/* 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: 600px) {

    .desktopBlock { display: none; }
    .desktopInline { 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%;
    }

    .header-msg {
        padding-top:10px;
        font-size: 11px;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .desktopBlock { display: none; }
    .desktopInline { 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;
    }


    .outer {
        width: calc(50% - 30px);
        margin: 15px;
    }

    .header-msg {
        padding-top: 10px;
        font-size: 16px;
    }

    .card-columns {
        column-count: 2;
    }
}
/* Small devices (portrait tablets and large phones, up to 768px) */
@media only screen and (max-width: 767px) {
    /* For tablets: */
    #navbarBottom {
        height: 110px;
    }

    .inlineLT766 { display: inline; }
    .hideLT766 { display: none; }

    .feature-container {
        overflow-x: scroll;
    }

    .container{
        margin:0;
        max-width:100%;
    }

    #headerWrapper
    {
        height:110px;
    }
    .card-columns {
        column-count: 1;
    }

    .feature .card-body {
        padding-left: 2em;
    }

    .homebanner img {
        display: none;
    }

    .mobileBanner {
        display: block;
    }

    .homebannertext {
        padding: 2em;
        position: initial;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .mobile { display: none; }
    .desktopBlock { display: block; }
    .desktopInline { display: inline; }
    .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: 150px;
        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: 67%;
    }

    .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;
        }

    .header-msg {
        font-size: 14px;
        padding-top:10px;
    }

    .mobileBanner {
        display: none;
    }
}
/* (Up to 992px) */
@media only screen and (max-width: 992px) {
    .wpl-logo {
        max-height: 85px;
    }

    .container {
        margin: 0;
        max-width: 100%;
    }

    #navigation {
        max-width: 100%;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    #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;
    }
    .hide992 {
        display: none;
    }

    .headerMargin {
        height: 85px;
    }

    img.preview {
        width: calc(33% - 8px);
    }

    div.content {
        padding: 50px 130px 0 130px;
    }
    div#shopContent {
        padding: 50px 80px 0 80px;
    }

    .outer {
        width: calc(33.3% - 40px);
        margin: 20px;
    }

    .basketCount {
        top: 30px;
        right: 30px;
    }

    .header-msg {
        font-size: 15px;
        padding-top: 20px;
    }

    #navigation {
        max-width: 960px;
    }

    .feature .card-body p{
        display: flex;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        margin: 0;
        max-width: 100%;
    }

    #navigation {
        max-width: 100%;
    }

    .chat-margin {
        margin-right: 125px
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    #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;
    }

    .header-msg {
        font-size: 16px;
        padding-top: 20px;
    }

    #navigation {
        max-width:1140px;
    }
}

@media (max-width:1450px) and (min-width: 1200px ) {
    .chat-margin {
        margin-right: calc(125px - ((100vw - 1200px) / 2));
    }
}

    .row::after {
        content: "";
        clear: both;
        display: table;
    }

    .clr {
        clear: both;
    }

    .noMargin {
        margin: 0;
    }

    /* Yellow gradient */
    .gradient-top-yellow {
        background: #febd13;
        background: linear-gradient(deg, rgba(255,255,255,1) 0%, #febd13 100%);
    }

    .gradient-right-yellow {
        background: linear-gradient(90deg,white,#febd13);
    }

    .gradient-bottom-yellow {
        background: rgb(237,165,23);
        background: linear-gradient(180deg, rgba(237,165,23,1) 0%, rgba(193,125,42,1));
    }

    .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 {
        display: block;
        width: 100%;
        max-width: 1200px;
        background-color: #ffffff;
        padding: calc((75 / 1459) * 100%) 0 0 0;
        position: relative;
    }

    .designAreaWristband {
        display: block;
        width: 90%;
        max-width: 1002px;
        background-color: #ffffff;
        padding: calc((58 / 1000) * 100%) 0 0 0;
        position: relative;
        margin: 0 auto;
    }

        .designArea.sticky, .designAreaWristband.sticky {
            position: fixed; /* TODO: support for older browsers (IE11) */
            position: sticky;
        }

    .designAreaZoom {
        /*transition: transform 0.5s ease-out;*/
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .designerAreaZoom {
        /*transition: transform 0.5s ease-out;*/
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    #lanyardClip, #imgLanyardReorder, #wristbandClip, #imgWristbandReorder {
        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;
    }

    .wristbandShadow {
        height: 100%;
        position: relative;
        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: 1002px;
        border: solid 1px #c8c8c8;
    }

    .wristbandTexture {
        /*background: url("/images/wristband-texture.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;
        width: 20000px;
        overflow: hidden;
        background-size: contain;
    }

    #wristbandTemplate {
        position: relative;
        top: 8%;
        height: 84%;
        line-height: 22.5px;
        width: 1002px;
        overflow: hidden;
        background-size: contain;
    }

    #additionalAttachment {
        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 {
        /*position: relative;*/
        /*top: 50%;*/
        display: flex;
        flex-wrap: wrap;
    }

    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;
    }

    .btnStd {
        font-weight: 700;
        font-size: 1em;
        text-align: center;
        line-height: 29px;
        margin-top: 20px;
        cursor: pointer;
        white-space: nowrap;
        border: none;
        color: #ffffff;
        padding: 8px;
        text-decoration: none;
        background-color: #1b2654;
    }

        .btnStd:hover {
            text-decoration: none;
            color: #febd13;
        }

    #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, .lanFrontType, .lanRevType, .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 10px 4px 10px;
        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;
        }



    .required {
        color: #c20000;
        font-size: 12px;
    }

    .top-gap {
        margin-top: 40px;
    }

    .img-hdr-group {
        width: 254px;
        margin: auto;
        color: #febd13;
        text-align: center;
        margin-bottom: 30px;
    }

        .img-hdr-group img {
            max-width: 254px;
            max-height: 169px;
        }

        .img-hdr-group a:hover {
            text-decoration: none;
        }

        .img-hdr-group a {
            color: #febd13;
        }

        .img-hdr-group h1 {
            background-color: #1b2654;
            width: 254px;
            margin: 0;
            color: #febd13;
            padding: 5px 0;
            font-size: 1.5rem;
        }

        .img-hdr-group p {
            color: #000;
        }


    .block-text {
        color: #febd13;
        background-color: #1b2654;
        font-size: 1.2em;
        line-height: 40px;
        margin-top: 50px;
        font-size: 30px;
        text-align: center;
        padding: 5px;
    }

        .block-text a {
            color: #fff;
        }

            .block-text a:hover {
                text-decoration: none;
                color: #febd13;
            }


    .container {
        max-width: 1200px;
    }

    #navigation {
        max-width: 1200px;
    }

    .radio-hidden input[type=radio], .radio-hidden input[type=checkbox] {
        position: absolute;
        left: -9999px;
    }

    input[type=radio]:checked ~ label > img,
    input[type=checkbox]:checked ~ label > img {
        border: 1px solid #fff;
        box-shadow: 0 0 3px 3px #090;
    }

    .control-numeric {
        width: 100px;
    }

    .check-container {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default checkbox */
        .check-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: -4px;
        left: 0;
        height: 30px;
        width: 30px;
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 3px;
    }

    /* On mouse-over, add a grey background color */
    .check-container:hover input ~ .checkmark {
        background-color: #febd13;
    }

    /* When the checkbox is checked, add a blue background */
    .check-container input:checked ~ .checkmark {
        background-color: #1b2654;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .check-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .check-container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 8px;
        height: 12px;
        border: solid #febd13;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #summary {
    }

        #summary.fixed {
            position: fixed;
            bottom: 0;
            left: 0;
            background-color: #fff;
            width: 100%;
            padding-bottom: 10px;
            z-index: 998;
            -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
            transition: 0.5s linear all;
        }


    table.padded td {
        padding: 5px 8px;
    }

    #pnlProducts img {
        cursor: pointer;
    }

    
