body {
    font-family: Arial, Helvetica, sans-serif;
    color: #0B333C;

    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

body.company {font-size: 1em;}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*a.delBut {color:#ddd; display:inline-block; border: 1px solid #ddd; background:#a55; padding:0.1rem 0.3rem; text-decoration:none; border-radius:5px; font-size:90%;}
a.delBut:hover {background:#f00; color:#fff;}
*/

a.delBut {color:#378; display:inline-block; border: 2px solid #378; background:#fff; padding:0.1rem 0.3rem; text-decoration:none; border-radius:8px; font-size:90%;}
a.delBut:hover {background:#a33; color:#fff;}



/*for top logo - contains user/basket and products menu*/
table.logo-table,
table.logo-table th,
table.logo-table td {
    border: none;
    padding: 0;
    margin: 0;
}

td.logo-td {
    vertical-align: top;
}

table.logo-table td.logo-td {
    padding: 0px 10px 0px 9px;
}

table.logo-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.top-logo {
    width: 100%;
    max-width: 152px;
    text-decoration: none;
    display: block;
    height: 35px;
    background-image: url('/img/logo-medium.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    margin-top: 15px;
}

@media screen and (min-width: 28.4375rem) {

    .top-logo {
        background-image: url('/img/logo.gif');
        max-width: 241px;
    }
}


.dropbtn {
    width: 3.75rem;
    height: 3.75rem;
}

/*for top menu*/
.dropbtn,
.dropbtn-basket {
    background-color: #035;
    color: white;
    border: none;
    cursor: pointer;
    padding: 0.625rem;
}

.dropbtn-green {
    background-color: #0a0;
    color: white;
    border: none;
    cursor: pointer;
    padding: 0.625rem;
    width: 60px;
    height: 60px;
}

.dropbtn-basket {
    padding: 0.625rem;
    padding-right: 0.9rem;
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background-image: url('/img/icons/trolley-w.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    float: left;
    display: block;
}

#navigator {
    position: fixed;
    left: 0;
    top:0;
    z-index:900;
}

#basket-div {
    position: fixed;
    right: 62px;
    top:0;
    z-index:900;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    position: absolute;
    top:0;
    right:0;
    z-index: 999;
    background-color: #fffff9;
    min-width: 13rem;
    display: block;
    font-size: 0.76rem;
    box-shadow: none;
    padding-left: 0px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn,
.dropdown:hover .dropbtn-basket {
    background-color: #002;
    /*#993333;*/
}

.dropdown:hover .dropbtn-green {
    background-color: #242;
    /*#993333;*/
}

/* The container <div> - needed to position the dropdown content */
#account-div {
    position: fixed;
    right:0px;
    top:0px;
    display: block;
    z-index:900;
}
.company #account-div {right:62px;}
#toScanPage {position: fixed; right:0px; top:0px;}

/* Dropdown Content (Hidden by Default) */
#account-content-div, #navigator-content-div, .quotebuilder {
    position: fixed;
    top: 60px;
    display: none;
    z-index: 999;
    border: 1px solid #aaa;
    background-color: #fffff9;
    width: 14rem;
    max-width: 90vw;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.4);
}

#account-content-div, .quotebuilder {
    right: 0;
}

#navigator-content-div {
    left: 0;
}


.quotebuilder {
    width: 320px;
    padding: 0.8rem;
    color: #0B333C;
    max-width: 95vw;
    height:95vh;
}

/* Show the dropdown menu on hover */
#account-div:hover #account-content-div, #navigator:hover #navigator-content-div, #basket-div:hover .quotebuilder {
    display: block;
}

/* Links inside the dropdown */
a.dropmenu,
a.dropmenu-right {
    color: black;
    border-bottom: 1px solid #cdc;
    padding: 8px 8px;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 0;
}

/*a.dropmenu-right {padding: 8px 16px;}*/
.case-studies {
    margin-top: 7em;
    display: none;
}

/* Change color of dropdown links on hover */
a.dropmenu:hover,
a.dropmenu-right:hover {
    background-color: #acf;
}

a.dropmenu.active,
a.dropmenu-right.active {
    background-color: #47a;
    color: white;
}


div.productPage, .productImage {
    display: block; float:left;
}

table.productPage, div.productPage, .productImage {
    width: 450px;
    max-width: 95vw;
    margin-right: 25px;
}
.productImage {margin-bottom:10px;}
div.productPage {
    padding:0 10px 0 20px;
}

div.productPage div.productPage {
    padding:0;
}


div.productPageWide {
    width: 954px;
    max-width: 98vw;
    margin-right: 25px;
    padding:0 10px 0 20px;
}


.contentPad {
    padding:0 10px 0 15px;
}


@media screen and (min-width: 50rem) {
    /*body {background:red;}*/
    table.productPage, div.productPage, .productImage {
        max-width: 46vw;
    }
}



@media screen and (min-width: 62.25rem) {

    /*on larger screens remove the drop down menus and set the product menu on left of screen*/
    .dropdown-content {
        display: none;
    }

    #navigator {
        position:absolute;
    }
    .company #navigator-content-div 
    {
        position:absolute;
        top:140px; 
        display: block;
        box-shadow: none;
        border:none;
    }

    #employee-contents {
        margin-left: 14rem;
    }

    .dropbtn {
        display: none;
    }

    #account-div .dropbtn {
        display: block;
    }

    a.top-logo {
        position: relative;
        right: 45px;
    }

    .top-logo {
        margin: 15px 0 0 0;
    }
}




@media screen and (max-height: 27.5rem) and (max-width: 62.375rem) {
    .dropdown-content {
        width: 440px;
        background-color: #fffff9;
    }

    #account-content-div {
        width: 14rem;
        max-width: 90vw;
    }

    a.dropmenu {
        width: 40%;
        float: left;
    }
}




.top-menu-outer {
    display: none;
    margin: 20px 0 0 0;
    background: #035;
    width: 100%;
    font-size: 0.92rem;
    color: white;
}

@media screen and (min-width: 62.25rem) {
    .top-menu-outer {
        display: block;
    }

    
    #account-div  {
        position: absolute;
        right:20px;
        top:20px;
    }
    .company #account-div {right:82px;}

   #toScanPage {position: absolute; right:20px; top:20px;}

   #account-content-div
   {
    position: absolute;
    right: -10px;
    top: 60px;
   }

   #basket-div {
    position: absolute;
    right: 82px;
    top:20px;
   }

   .quotebuilder {
    position: absolute;
    top: 60px;
    right:-72px;
  }
}

@media screen and (min-width: 86.2rem) {

    #page-content {
        padding-right: 19rem;
    }
    

    table.logo-table {
        margin-left: auto;
        margin-right: auto;
        max-width: 90rem;
    }

    #account-div
    {
        right: 370px;
    }
 
    .quotebuilder {
        position:fixed;
        display: block;
        top: 20px;
        background: #fff;
        right: 10px;
        z-index: 2;
        height:95vh;
        box-shadow:none;
        border: 1px solid #999;
    }

    .dropbtn-basket {
        display: none;
    }


    .dropbtn,
    .dropbtn-basket {
        margin-right: 0px;
    }

    .top-logo {
        margin: 15px 0 0 0;
    }

    td.right-column {
        min-width: 21.5rem;
    }

    #right-column {
        display: block;
    }

    .case-studies {
        margin-top: 7.5rem;
        display: block;
    }


}



.top-menu {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.top-menu div {
    display: inline-block;
    min-width: 6rem;
    padding: 0 0.4rem;
}

.top-menu a {
    padding: 0.3rem 0;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    width: 100%;
}

.top-menu div:hover a,
.top-menu div.active a {
    text-decoration: underline;
}

.top-menu div.generalDrop a {
    text-decoration: none;
}

.top-menu div.generalDropContents {
    display: none;
}

.top-menu div.generalDropContents a {
    display: block;
    text-align: left;
    width: 12.8rem;
    text-decoration: none;
    background: white;
    color: #000;
    padding: 0.4rem 0.4rem;
}

.top-menu div.generalDropContents a:hover {
    background: #acf;
}

.top-menu div.generalDropContents a.active {
    background: #47a;
    color: #fff;
}

.top-menu div.generalDrop:hover div.generalDropContents {
    display: block;
}

.hoverBlueWhite {
    background: #acd;
}
.hoverBlueWhite:hover {
    background: #47a;
    color: #fff;
}



div.mainContent p {
    margin: 10px 0 0 0;
    line-height: 20px;
    max-width: 95vw;
}

div.mainContent h1,
h2,
h3,
h4,
h5,
h6 {
    max-width: 95vw;
    margin-top: 0;
}

h1 {
    font-size: 1.25rem;
}

h2,
h3,
a.heading {
    font-size: 1.1rem;
}

h4 {
    font-size: 1.0625rem;
}

h5 {
    font-size: 0.9237rem;
}


div.mainContent ul {
    list-style: none;
    padding: 0.2rem 0.2rem 0.2rem 0.1rem;
    margin:0;
}

div.mainContent li {
    margin: 0.5rem;
}

div.mainContent li::before {
    content: "■";
    padding-right: 7px;
    color: #47a;
}

img {
    border: 0;
    max-width: 96vw;
}

a.basic {
    color: #0B333C;
}

a.basic:hover {
    color: #35c;
}

a.heading {
    font-weight: bold;
    text-decoration: none;
}

input[type=submit].paynow {
    background: #cec;
    color: #040;
    margin: 0;
    border: 1px solid #040;
    border-radius: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 2rem;
}

input[type=submit].paynow:hover {
    background: #363;
    color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.pagination {
    text-align: center;
    line-height: 100%;
    font-size: 1.1rem;
}

.pagination strong {
    color: #35c;
}

.pagination a {
    text-decoration: none;
    color: #566;
    font-weight: bold;
    display: block;
}

.pagination a:hover {
    text-decoration: underline;
    color: #0B333C;
}

span.qpage {
    display: inline-block;
    min-width: 2rem;
}

table.submitquote {
    width: 100%;
    max-width: 32rem;
    border-radius: 1rem;
}

table.submitquote td {
    width: 30%;
    border: 1px solid #666;
    color: #555;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 1rem;
}

table.submitquote td.arrow {
    width: 5%;
    border: none;
    color: #555;
}

table.submitquote td.completed {
    border: none;
    border-radius: 1rem;
    background: #080;
    color: #fff;
}

table.submitquote td.active {
    border: 1px solid #000;
    border-radius: 1rem;
    background: #035;
    color: #fff;
}

table.column-control {
    width: 100vw;
    max-width: 87.5rem;
}

table.column-control td {
    vertical-align: top;
}

table.column-control td.left-column {
    min-width: 14.6rem;
    display: none;
}

table.column-control td.center-column {
    width: 100%;
    max-width: 100vw;
}

#center-column {
    font-size: 0.9em;
    min-height: 60vh;
    width: 100%;
    max-width: 100vw;
    padding: 0.8rem 0 0 0;
}

@media screen and (min-width: 62.25rem) {
    #center-column {
        margin-top: 0px;
    }
}

#right-column {
    float: right;
    width: 12.125rem;
    padding-top: 1.4375rem;
    margin-right: 20px;
    display: none;
}

/*td.right-column {min-width:2rem;}*/


div.lispaced li {
    line-height: 230%;
}

div.lispaced ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

img.mt5 {
    margin-top: 5px;
}

span.redtxt {
    color: #FF0000;
}

span.greentxt {
    color: #009000;
}

button.squareBut {
    color: #0B333C;
    border: 1px solid grey;
}

input.squareBut {
    width: 278px;
    height: 32px;
    color: #0B333C;
    border: 1px solid grey;
    -webkit-appearance: none;
    -moz-appearance: none;
}

a.squareBut {
    width: 278px;
    height: 32px;
    text-decoration: none;
    color: #0B333C;
    display: block;
    float: left;
    border: 1px solid grey;
}

.basket a {
    color:#0B333C;
    text-decoration:none;
}

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

.basket .button a {
    font-size: 0.8rem;
    text-decoration: none;
    display: inline-block;
    padding: 0.3rem 0.5rem;
    margin: 0.3rem 0.4rem 0 0;
}

input.addToBasket, .basket .button a {
    box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
    background: #0a0;
    color: #fff;
    border: 1px solid #262;
}

input.addToBasket:hover, .basket .button a:hover {
    background: #0c0;
    color: #fff;
}

.basket a.dull {
    background: #47a;
    border: 1px solid #248;
}

.basket a.dull {
    background: #47a;
    border: 1px solid #248;
    color:white;
}

.basket a.light {
    background: #fff;
    border: 1px solid #0B333C;
    color:#0B333C;
    text-decoration:none;
    border-radius:4px;
}
.basket a.light:hover {
    background: #47a;
    color:#fff;
}

.basket a.dull:hover {
    background: #59e;
    color: #fff;
}



input.registration {
    margin-bottom: 6px;
}


#right-column span {
    font-weight: bold;
    font-size: 12px;
    margin: 25px 0;
}

#right-column .harvey,
#right-column .self {
    overflow: hidden;
    height: 100%;
    margin: 22px 0 0 0;
    background: url(../img/home-quote-bg.gif) repeat-y;
    border-bottom: 1px solid #8E9C92;
}

#right-column .self div {
    padding: 0 3px 2px 12px;
    overflow: hidden;
    height: 100%;
}

#right-column .self span img {
    clear: both;
    margin: 0;
    float: none;
}

#right-column .self img {
    float: right;
    margin: 3px 0 0 0;
}

#right-column .self p {
    margin: 0;
    line-height: 18px;
}

#right-column .harvey a,
#right-column .self a {
    float: left;
    margin: 2px 0 0 0;
    color: #E72C17;
    text-decoration: underline;
}

#right-column .harvey a:hover,
#right-column .self a:hover {
    text-decoration: none;
}

#right-column .harvey {
    margin: 11px 0 0 0;
}

#right-column .harvey div {
    overflow: hidden;
    height: 100%;
    text-align: right;
    padding: 0 15px 2px 8px;
}

#right-column .harvey div p {
    margin: 0;
    line-height: 18px;
}

#right-column .harvey div img {
    float: left;
    margin: 0 10px 0 -4px;
    position: relative;
}

#right-column .harvey a {
    float: right;
}

#right-column p.head {
    margin: 31px 0 0 0;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 5px 14px;
    background: url(../img/h-dot.gif) repeat-x left bottom;
}



.quotebuilder div.tab {
    font-size: 0.82rem;
}

.picCarosel {
    border: 4px solid #fff;
    border-radius: 8px;
    margin: 1px;
    padding: 1px;
}

.picCarosel img {
    border-radius: 4px;
}

.picCarosel:hover {
    border-color: #acd;
}

.picCarosel.picSelected {
    border-color: #acd;
}

.redinfotxt {
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
}

.quotemenu {
    padding: 0;
    margin: 0;
}

.quotemenu li {
    list-style-type: none;
    padding: 0;
}


#productHelp {
    display: block;
    padding: 0.5rem 2rem;
    z-index: 850;
    color: #fff;
    background: #c00;
    /*position: -webkit-sticky;
    position: sticky;
    box-shadow: 0px 0px 16px 0px rgba(5, 5, 0, 0.6);
    bottom: 0.2rem;*/
    position:fixed;
    bottom:0; left:0;
    width:100%;
    text-align:center;
}

#justadded {
    display: block;
    padding: 0.5rem 2rem;
    z-index: 850;
    background: #0a0;
    font-weight:bold;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
}


/*div.overflowfix {max-width:100vw; overflow-x:hidden; position: relative;}*/
div.qsubmit {
    max-width: 86vw;
}

div.qsubmit input,
div.qsubmit {
    max-width: 86vw;
}

textarea {
    max-width: 86vw;
    padding: 0.2rem;
}

.website-test {
    text-align: center;
    display: block;
    z-index: 999;
    color: #0c0;
    pointer-events: none;
    opacity: 0.25;
    border: 1vh solid #0f0;
    text-shadow: 0 0 1vw white, 0 0 1.2vw white, 0 0 2vw white, 0 0 3vw white;
    box-shadow: 0 0 1vw white, 0 0 2vw white;
}

.website-test-file {
    color: #a00;
    border: 2vh solid #800;
}

.test-bot-right {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 6vh;
    margin: 2vh;
    padding: 2vh;
}

.test-top {
    position: fixed;
    top: 0;
    width: 95vw;
    font-size: 8vh;
    border: none;
    box-shadow: none;
}

.header {
    display: block;
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    height: 3.75rem;
    /*border-bottom: 1px solid #b6b6b6;*/
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.3);
    z-index: 900;
}




#page-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -10px;
}










.displaynone {
    display: none !important;
}





form.account-link [type=submit] {
    color: black;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    background-color: #fffff9;
    text-align: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cdc;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

form.account-link [type=submit]:hover {
    background-color: #fdd;
}

form.active [type=submit],
form.active [type=submit]:hover {
    background-color: #47a;
    color: white;
}




div.account-page h2 {
    margin: 2px 0 20px 0;
    font-size: 1.25rem;
    text-align: center;
}

div.account-page {
    border-radius: 5px;
    border: 1px solid #035;
    background-color: #f8f8f8;
    padding: 1.2rem 0.6rem;
    /*width: 95%;
    max-width: 90vw;*/
    max-width:50rem;
}

div.account-page h3 {
    margin: 1.6rem 0 0.25rem 0;
}

div.account-page div.left-margin {
    margin: 0 0 0 1rem;
    color: #365;
    font-weight: normal;
}

div.account-page td.account-label {
    width: 30%;
}

div.account-page div.divider {
    border-bottom: 1px solid #cdc;
    margin: 1.8rem 0;
}

div.account-page h5 {
    margin: 0.3rem 0 0.2rem 0;
    color: #0B333C;
}

form.account-page label.account-info {
    margin: 0.23rem 0 0.2rem 0.2rem;
    color: #0B333C;
    font-size: 0.925rem;
    display: block;
}



div.account-page table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.3rem;
    border: 1px solid #abc;
}

div.account-page td {
    background: white;
}

div.account-page table.active {
    border-color: #090;
}

div.account-page table.active td {
    background: #ffd;
    padding: 0.25rem;
}

div.account-page td.title {
    text-align: left;
    /*  font-size:1.2rem;
  font-weight:bold;*/
    color: #e00;
    padding: 0 0 0.2rem 0.3rem;
    border-collapse: collapse;
    width: 100%;
}

td.account-info {
    color: #365;
    font-weight: normal;
    text-align: left;
    width: 80%;
    padding-left: 0.2rem;
}

div.account-page a.edit {
    font-size: 0.96rem;
    text-decoration: none;
    font-weight: bold;
    padding: 0.1rem 0;
    border: none;
    display: inline-block;
    border-radius: 5px;
    color: white;
    background: #E72C17;
    min-width: 5rem;
    text-align: center;
    margin: 0.1rem 0.3rem 0.2rem 0;
    float: right;
}

div.account-page a.edit:hover {
    background: #611;
}

div.account-page td.hwidth {
    width: 50%;
}

div.account-page td.thrdwidth {
    width: 33.5%;
}

form.account-page label {
    font-size: 1.1rem;
    font-weight: bold;
}

form.account-page input[type=text],
form.account-page input[type=file],
form.account-page input[type=password],
form.account-page input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 4px 0 20px 0;
    display: inline-block;
    border: 1px solid #0a0;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
}

form.account-page input[type=text].address
{
    width: 97%;
    max-width:300rem;
    padding: 4px 16px;
    margin: 4px 4px 0 4px;
    border:none;
    border-bottom: 1px solid #999;
    border-radius: 0;
}
form.account-page input[type=text].address::placeholder
{color:#f66;}

form.account-page input[type=file] {
    background: #fff;
    font-weight: bold;
    margin: 1rem 0;
}

form.account-page select {
    width: 100%;
    padding: 12px 20px;
    margin: 4px 0 20px 0;
    display: inline-block;
    border: 1px solid #0a0;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
}


form.account-page input[type=submit] {
    width: 100%;
    background-color: #070;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
}

form.account-page input[type=submit]:hover {
    background-color: #030;
    color: #cec;
}




form.account-page input[type=submit].faint {
    background-color: #bbb;
    color: #243;
    border: 1px solid #243;
}

form.account-page input[type=submit].faint:hover {
    background-color: #8a8;
    color: black;
    border: 1px solid black;
}





table.submitquote td.completed-submit {
    border: none;
    background: #fff;
    padding: 0;
}

form.account-page td.completed-submit input[type=submit] {
    background: #bdf;
    color: #034;
    margin: 0;
    border: 1px solid #034;
    border-radius: 1rem;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 1rem 0;
}

form.account-page input[type=submit].edit-value {
    background-color: #0a0;
    font-size: 0.96rem;
    margin: 0.1rem 0.5rem 0.2rem 0;
    width: 5rem;
    text-align: center;
    padding: 0.125rem 0.4rem;
    float: right;
}

form.account-page input[type=submit].edit-value:hover {
    background: #0c0;
    color:#fff;
}

form.account-page input[type=submit].tablehalf {
    width: 100%;
    padding: 0.2rem 0rem;
    margin: 0.4rem 0 0 0;
}

form.account-page input[type=submit].link-back,
button.link-back {
    width: 100%;
    padding: 0.2rem 0rem;
    border: 1px solid #444;
    color: #444;
    background: #ccc;
    margin: 0.4rem 0 0 0;
}

form.account-page input[type=submit].link-back:hover,
button.link-back:hover {
    background: #aaa;
    color: #222;
}

form.account-page input[type=submit].tablehalf-cancel {
    width: 100%;
    padding: 0.2rem 0rem;
    color: white;
    background-color: #777;
    margin: 0.4rem 0 0 0;
}

form.account-page input[type=submit].tablehalf-cancel:hover {
    background-color: #222;
    color: #ddd;
}

form.account-page input[type=submit].tablehalf-delete {
    width: 100%;
    padding: 0.2rem 0rem;
    color: white;
    background-color: #c11;
    margin: 0.4rem 0 0 0;
}

form.account-page input[type=submit].tablehalf-delete:hover {
    background-color: #400;
    color: #dcc;
}

form.account-page td input[type=text],
form.account-page td input[type=email] {
    padding: 8px 20px;
    margin: 4px 0 0 0;
    display: inline-block;
    border: 1px solid #090;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
    color: #365;
}


.clear-float {
    clear: both;
}

/*content is below logo and top menu and contains everything else*/
.content {
    display: block;
    margin: 3.75rem 10px 80px 10px;
    width: 95%;
    background-color: white;
}

/*div with class="product-cat-sel" are small picture links to allow selection of categories*/
.product-cat-sel {
    width: 100%;
    max-width: 80.3rem;
}

.product-cat-sel div.prod-pic {
    /*simple picture when on final category*/
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid white;
    margin-bottom: 7px;
}

.product-cat-sel div.prod-block {
    display: block;
    float: left;
    width: 200px;
    height: 224px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #000;
    max-width: 32%;
    /*ensure we get atleast 3 across screen*/

    border: 1px solid white;
    margin-bottom: 7px;
}

.product-cat-sel a {
    text-decoration: none;
}

.product-cat-sel img {
    position: absolute;
    top: 0px;
}

.product-cat-sel img.image-overlay {
    width: 101px;
    z-index: -1;
    border: 2px solid red;

}

span.error {
    color: red;
    font-weight: bold;
}

span.warning {
    color: #000;
    font-weight: bold;
}

span.warningOrange {
    color: #c70;
    font-weight: bold;
}

.product-cat-sel div:hover img.image-overlay {
    z-index: 3;
}

.overimage {
    display: block;
    cursor: pointer;
    background-color: #000;
    font-weight: bold;
    text-align: center;
    position: absolute;
    padding: 4px 0px 2px 0px;
    bottom: 0px;
    left: 0;
    font-size: 0.8rem;
    border-top: 1px solid #999;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    z-index: 3;
}

.product-cat-sel div:hover .overimage {
    background-color: #fdd;
    border-bottom: 2px solid red;
    border-left: 2px solid red;
    border-right: 2px solid red;
}

.product-cat-sel div:hover .white {
    color: black;
}


.white {
    color: white;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0 5pc black;*/
}

.black {
    color: black;
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white, 0 0 5px white;*/
}


#footer {
    width: 100%;
    margin-top: 25px;
    padding: 10px 0 22px 0;
    background: url(../img/footer-bg.gif) no-repeat top;
}

#footer span {
    margin: 4px 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #0B333C;
    font-size: 0.86rem;
}

#footer div {
    display: inline-block;
}

#footer a {
    color: #0B333C;
    margin: 5px 15px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 0.92rem;
    min-width: 120px;
}

#footer div.active a {
    color: #0B333C;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: underline;
}

div.clickdot {
    min-height: 4rem;
}






table.products {
    /* background-image: linear-gradient(#ded, #fff 0.7rem);
  border: 1px solid #939C8E;*/
    border: 1px solid #aaa;
    font-size: 0.8rem;
    position: relative;
    /*for sticky headers*/

    border-collapse: separate;
    border-spacing: 0;
}

table.products a,
table.products td a,
table.products th a {
    color: #0B333C;
    display: block;
    padding: 0.2rem 0.35rem;
    height: 100%;
    vertical-align: middle;
    white-space: nowrap;
}


table.products tr {
    border: none;
}

table.products td {
    text-align: center;
    border-right: 1px solid #aaa;
    min-width: 2.4rem;
    vertical-align: middle;
    /*max-width: 8rem; padding: 0.36rem 0;*/
}

table.products td.left,
table.products td.right {
    border-right: 1px solid #aaa;
}

table.products td.left span {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    /* padding-bottom:0.2rem;*/
}

table.products th {
    border: 1px solid #aaa;
    border-top: 2px solid white;
    padding: 6px 4px 4px 4px;
    font-size: 90%;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 3.74rem;
    /*background-color:#dde8e8;*/
    background-color: #ddd;
    color: black;
    background-clip: padding-box;
    z-index: 800;
    /*  background-image: linear-gradient(#ded, #fff 0.7rem);*/
}

table.products th.light {
    border-right: 1px solid #bbb;
}

table.products th.row2 {
    top: 5.4rem;
    border-top: 1px solid #aaa;
}

table.products th.nobotborder {
    border-bottom-color: #ddd;
}

table.products th.notopborder {
    border-top-color: #ddd;
}


table.products tr:nth-child(even) td {
    background: #f0f0f0;
}

table.products tr:nth-child(odd) td {
    background: #fff;
}

table.products tr.highlight-cell:nth-child(even) td a {
    border: 4px solid #f0f0f0;
    background: #f0f0f0;
}

table.products tr.highlight-cell:nth-child(odd) td a {
    border: 4px solid #fff;
    background: #fff;
}

table.products tr.highlight-cell:nth-child(even) td a:hover {
    border: 4px solid #686;
    background-color: #cdc;
}

table.products tr.highlight-cell:nth-child(odd) td a:hover {
    border: 4px solid #686;
    background-color: #cdc;
}

table.products tr.highlight-cell:nth-child(even) td.clicked a {
    border: 4px solid #686;
    background: #f0f0f0;
}

table.products tr.highlight-cell:nth-child(odd) td.clicked a {
    border: 4px solid #686;
    background: #fff;
}



table.products tr.highlight-row td a {
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    background: #f0f0f0;
}

table.products tr.highlight-row td a.left {
    border-left: 4px solid white;
}

table.products tr.highlight-row td a.right {
    border-right: 4px solid white;
}


table.products tr.highlight-row:nth-child(even) td a {
    border-color: #f0f0f0;
    background: #f0f0f0;
}

table.products tr.highlight-row:nth-child(odd) td a {
    border-color: #fff;
    background: #fff;
}

table.products tr.highlight-row:hover td a {
    background: #cdc;
    border-color: #686;
}

table.products tr.highlight-row td.clicked a {
    background: #cdc;
    border-color: #686;
}

table.products tr.highlight-row:nth-child(even) td.clicked a {
    background: #f0f0f0;
}

table.products tr.highlight-row:nth-child(odd) td.clicked a {
    background: #fff;
}


div.products {
    display: table;
    border: 1px solid #666;
    font-size: 0.8rem;
    position: relative;
    /*for sticky headers*/
    border-collapse: separate;
    border-spacing: 0;
    border-top:none;
}

div.products a.tr {
    display: table-row;
    text-decoration: none;
    color: #0B333C;
    /*white-space: nowrap;*/
}

div.products div.trsticky {
    display: table-row;
    position: -webkit-sticky;
    position: sticky;
    top: 3.74rem;
    z-index: 800;
}

div.products a.tr div {
    /*border-top: 1px solid white;
  border-bottom: 1px solid white;*/
    padding: 0.2rem 0.3rem;
}

/*
div.products a.tr div.left
{
  border-left: 1px solid white;
}
div.products a.tr div.right
{
  border-right: 1px solid white;
}*/
div.products div.tr {
    display: table-row;
}

div.products div.td {
    display: table-cell;
    text-align: center;
    min-width: 1.8rem;
    vertical-align: middle;
}

div.products div.th {
    display: table-cell;
    text-align: center;
    padding: 6px 6px 10px 6px;
    font-size: 90%;
    font-weight: bold;
    background-color: #47a;
    color: #fff;
    z-index: 800;
/*
    position: -webkit-sticky;
    position: sticky;
    top: 3.74rem;



background-clip: padding-box;
    border: 1px solid #000;
    border-top: 2px solid white;
*/
border-bottom: 1px solid white;
}

div.products div.row2 {
    border-top: 1px solid #aaa;
}


div.products a.tr {
    background: #f6f6f6;
}

div.products a.tr div.stock {
    background: #afa;
}

div.products a.tr div.order {
    background: #ff9;
}

div.products a.tr div.quantity {
    background: #fa6;
}

div.products a.tr:hover {
    background: #ccc;
}

div.products a.tr:hover div.stock {
    background: #8d8;
}

div.products a.tr:hover div.order {
    background: #dd7;
}

div.products a.tr:hover div.quantity {
    background: #d84;
}



/*div.products a.tr:hover div {border-color: #686; background-color: #cdc;}*/

div.products a.tr.clicked div,
div.products a.tr.clicked:hover div {
    background-color: #0a0;
    color: #fff;
}




div.key {
    padding: 1rem 1rem 0.5rem 0;
    font-size: 80%;
}

div.key table {
    display: inline-block;
    margin-right: 0.5rem;
}

table.product-tabset {
    border-spacing: 0;
    padding: 0;
}

table.product-outer {
    border-spacing: 0;
    margin: 0.2rem 0 0 0;
    padding: 0;
    width: 95%;
    max-width: 92vw;
    border: 1px solid #939C8E;
}

table.product-select tr {
    border-collapse: collapse;
}

td.product-select {
    /*border: 1px solid red;*/
    border-top: none;
    padding: 0 1rem 1rem 1rem;
    border-spacing: 0;
}

td.product-select ul {
    padding: 0 1.6rem;
}

td.product-select ul li {
    margin: 0.5rem 0;
}

table.product-outer td.product-tabset-td {
    background: #939C8E;
    padding: 0;
}

table.product-tabset td {
    border: none;
    border-right: 2px solid white;

    width: 5.7rem;
    text-align: center;
    background: #939C8E;
}

tr.product-tabset-row td.prodsel {
    width: 7rem;
}

tr.product-tabset-row td.active {
    background: white;
}

table.product-outer td.nolink {
    background: #939C8E;
}


tr.product-tabset-row a {
    height: 100%;
    display: block;
    padding: 0.1rem 0.2rem;
    color: white;
    text-decoration: none;
    font-size: 76%;
    font-weight: bold;
    white-space: nowrap;
}

tr.product-tabset-row td.active a {
    color: #0B333C;
    background: white;
}

tr.product-tabset-row a:hover,
tr.product-tabset-row td:hover {
    text-decoration: underline;
    background: #456;
}

table.product-add {
    border-collapse: collapse;
    border: 1px solid #aaa;
}

table.product-add td,
table.product-add th {
    border: 1px solid #888;
    vertical-align: middle;
    padding: 0.3rem 0.8rem;
    text-align: center;
}

table.product-add td {
    padding: 0.3rem 0.4rem;
}

table.product-add td span {
    margin: 0 0.4rem;
}

table.product-add tbody.ajaxchoose:hover td,
table.product-add tbody.ajaxchoose:hover th {
    background: #def;
    color: #000;
}

table.product-add tbody.stocked td {
    background: #cec;
}

table.product-add tbody.quantity td {
    background: #fda;
}

table.product-add tbody.order td {
    background: #ffa;
}

table.product-add tbody.stocked:hover td {
    background: #aca;
}

table.product-add tbody.quantity:hover td {
    background: #db8;
}

table.product-add tbody.order:hover td {
    background: #dd8;
}

table.product-add tbody.chosen td,
table.product-add tbody.chosen th,
table.product-add tbody.chosen:hover td,
table.product-add tbody.chosen:hover th {
    background: #acd;
    color: #000;
}

table.product-add tbody.stocked.chosen td {
    background: #050;
    color: #fff;
}

table.product-add tbody.quantity.chosen td {
    background: #C85200;
    color: #fff;
}

table.product-add tbody.order.chosen td {
    background: #980;
    color: #fff;
}


/*table.product-add td {padding-bottom: 1rem;}*/

table.product-add th {
    border-bottom-width: 1px;
}

table.product-add th.dark {
    /*  background:#444;  */
    background: #555;
    color: white;
}

table.product-add td.nopadding {
    padding: 0;
}

table.product-add button,
table.product-add input[type=submit] {
    width: 100%;
    background: #47a;
    color: white;
    font-weight: bold;
    border: 1px solid white;
}

table.product-add button:hover,
table.product-add input[type=submit]:hover {
    background: #237;
    color: white;
}

table.product-add input[type=text]

/*assume large*/
    {
    width: 10rem;
}

table.product-add input[type=text].medium {
    width: 5rem;
}

table.product-add input[type=text].narrow {
    width: 3rem;
}

table.product-add select {
    padding: 0.35rem 0.2rem;

    background-color: #ffe6e6;
    color: black;
}

table.product-add select button {
    background-color: #fdd;
}

.prod-select {
    position: relative;
    top: 0.14rem;
    padding: 50px;
    max-width: 95vw;
    overflow-x: auto;
    border: 1px solid #939C8E;
}


.prod-tabset a {
    margin: 0 0.06rem;
    color: #0B333C;
    text-decoration: none;
    padding: 0.2rem 0.5rem;
    border: 1px solid #939C8E;
    border-radius: 0.4rem 0.4rem 0 0;
    background-image: linear-gradient(#ded, #fff 0.7rem);
    font-size: 80%;
}

.prod-tabset a.active {
    border-bottom: 1px solid #fff;
}


div.prod-selector-border {
    float: left;
    margin: 0.1rem 0.6rem 0.1rem 0;
    font-size: 1.1rem;
    text-align: right;
    padding: 0.25rem;
    border: 3px solid white;
}

div.prod-selector-key {
    float: left;
    font-size: 0.84rem;
    margin-right: 1rem;
}

div.prod-selector-border.stocked {
    border-color: #050;
}

div.prod-selector-border.order {
    border-color: #980;
}

div.prod-selector-border.quantity {
    border-color: #C85200;
}

div.prod-selector-border div.prod-selector {
    min-width: 4rem;
    border: 2px solid black;
    height: 1.9rem;
    padding: 0rem 0.2rem 0.1rem 0.2rem;
}

div.prod-selector-key div.prod-selector {
    width: 1.4rem;
    border: 1px solid black;
    padding: 0rem;
    text-align: center;
}

div.prod-selector.stocked,
div.prod-selector-border div.prod-selector.active.stocked:hover {
    background-color: #9f9;
}

div.prod-selector.order,
div.prod-selector-border div.prod-selector.active.order:hover {
    background-color: #ff6;
}

div.prod-selector.quantity,
div.prod-selector-border div.prod-selector.active.quantity:hover {
    background-color: #fb5;
}

div.prod-selector-border div.prod-selector.unavailable {
    background-color: #fff;
    border-color: #ccc;
    color: #aaa;
}

/*#ecc;*/

div.prod-selector.active.stocked,
div.prod-selector-border div.prod-selector.stocked:hover {
    background-color: #060;
}

div.prod-selector.active.order,
div.prod-selector-border div.prod-selector.order:hover {
    background-color: #A90;
}

div.prod-selector.active.quantity,
div.prod-selector-border div.prod-selector.quantity:hover {
    background-color: #D86200;
}


div.prod-selector a {
    display: block;
    width: 100%;
    height: 100%;
    color: #0B333C;
    text-decoration: none;
}

div.prod-selector.active a,
div.prod-selector:hover a {
    color: #fff;
}

div.prod-selector.active:hover a {
    color: #0B333C;
}


a.local-anchor {
    display: block;
    position: relative;
    top: -10rem;
    visibility: hidden;
}

a.local-anchor3 {
    display: block;
    position: relative;
    top: -3rem;
    visibility: hidden;
}



@media screen and (min-width: 62.25rem) {

    .header {
        position: static;
        box-shadow: none;
        margin-top: 20px;
    }

    .content {
        margin: 10px 10px 80px 10px;
    }

    /*on larger screens set the product menu on left of screen*/
    table.products th {
        top: 0;
    }

    table.products th.row2 {
        top: 1.55rem;
    }
/*
    div.products div.th {
        top: 0;
    }

    div.products div.trsticky {
        top:0;
    }
*/
    table.column-control td.left-column {
        display: none;
    }

    #employee-contents {
        margin-left: 14rem;
    }

    div.products div.trsticky {
        top: 0;
    }
}




a.prodsel {
    display: inline-block;
    float: left;
    margin: 0.1rem 0.1rem 1.2rem 0.1rem;
    background: #fff;
    color: #000;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.25s, color 0.25s;
    font-size: 3.2vw;
    border: 1px solid #ccc;
}

@media screen and (min-width: 469px) {
    a.prodsel {
        font-size: 15px;
    }
}


a.prodsel:hover {
    background: #333;
    color: #fff;
}

a.prodsel img {
    display: block;
    float: top;
    width: 200px;
    max-width: 42vw;
}

a.prodsel div {
    display: block;
    float: top;
    width: 200px;
    max-width: 42vw;
    height: 40px;
    text-align: center;
}


a.prodselsss div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 40px;

}


a.dark-green-button {text-align:center; display:inline-block; font-size: 1.2rem; text-decoration:none; background-color:#070; border-radius: 5px; padding: 14px 20px; color:#fff; font-weight:bold; }
a.dark-green-button:hover {background:#030; color:#dfd; }




/* screen width */
.top-menu {
    max-width: 91.2rem;
}

#page-content {
    max-width: 88rem;
}

@media screen and (min-width: 1650px) {
    #page-content {
        padding-right: 13.2rem;
    }
}

@media screen and (min-width: 1850px) {
    #page-content {
        padding-right: 7rem;
    }
}





.autodropdown * {
    box-sizing: border-box;
  }
  
  /*the container must be positioned relative:*/
  .autocomplete {
    position: relative;
    display: inline-block;
  }
  
  .autodropdown input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 0.4rem;
    font-size: 120%;
  }
  
  .autodropdown input[type=text] {
    background-color: #efe;
    border:2px solid #080;
    border-radius:6px;
    color:#080;
    width: 100%;
  }
  
  .autodropdown input[type=submit] {
    background-color: #070;
    color: #fff;
    cursor: pointer;
  }
  .autodropdown input[type=submit]:hover {
      background-color: #262;
    }
  
    .autodropdown input[type=submit].clear {
      background-color: #ddd;
      border:1px solid #666; 
      color:black;
    }
    .autodropdown input[type=submit].clear:hover {
        background-color: #aaa;
      }
    
  
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.8);
  }
  
  .autocomplete-items div {
    padding: 0.3rem 0.2rem 0.3rem 0.4rem;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  
  .autocomplete-items .accnum{
    color: #666;
    font-weight:bold;
    font-size:70%; 
  }
  
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #aca; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: #070 !important; 
    color: #fff; 
  }
  .autocomplete-active .accnum{
    color: #fff; 
  }

  .checkout table {border:none;}