
#hiddenfield{display:none;}


/***************************** TABLE OF CONTENTS ************************

  CUSTOM COLOR THEME 
  CUSTOM FONT(S)
  GLOBAL
  BUTTONS
  INDEX
  LOGIN
  PROFILE
  DIVISIONS
  CATALOG
  QUOTES/SIDE BY SIDE
  MAIL MERGE
  BASKET VIEW
  DELIVERY METHODS
  SHIPPING
  BILLING
  REVIEW
  ACCEPT
  SHIPTRACK
  CUSTOMER SERVICE

  - If you are making changes here, changes may need to be made in 
  the con/responsive.css file as well

****************************************************************************************/


/************************ CUSTOM COLOR THEME *******************************/

:root{
  /* site background header color */
  --header-bkgd-color: transparent; 
  --header-link-bkgd-color: #E5E5E5;

  /* static site text header link color */
  --header-link-txt-color: #000000;
  --header-link-txt-color-hover: #0c62a8;

  /* Page Title text color*/
  --pagetitle-txt-color: #000000;

  /* dropdown list color */
  --dropdown-select-bkgd-color: #E5E5E5;
  --dropdown-select-txt-color: #000000;
}

/***************************** CUSTOM FONT(S) ************************************/

/*  NOTE: Add html font url link source to Site-Wide Appearance > Site Header > Site Meta Data > Other Metdata */

:root {
--custom-font: 'Open Sans', sans-serif;
}

/********************************* GLOBAL ****************************************/
/*** Remove sr_ error text from Basket, Review, Accept pages ***/
.previewcell pre {
  display: none;
}

/*** make Admin Menu Bar opaque to see the logo ***/
.menu-knob-bar {
  opacity: .8; 
}

/*** Sometimes on sites, you'll see the catalog move down, then back up, this will load cleaner ***/
.catalog form {
  overflow: visible !important;
}

.main {
  margin-top: 30px;
  max-width: 800px !important;
  margin: 20px auto 0 !important;
}

.select-items {
    max-width: none !important;
}

.pageinstructions {
    width: 80%;
    margin: 0 auto !important;
    text-align: center;
}

.note {
  font-size: smaller;
  margin: 4px 0 8px;
}

/*--- dropdown list color ---*/
.main select {
  background-color: var(--dropdown-select-bkgd-color);
  color: var(--dropdown-select-txt-color) !important;
}

/*--- text field boxes ---*/
.main input, .main select, .main option, .main textarea {
  border-radius: 4px;
  border: 1px solid #9E9E9E;
}

/*--- HEADER ---*/
h2.pagetitle, .pagetitle {
  font-family: var(--custom-font), sans-serif;
  font-size: 16px;
  color: var(--pagetitle-txt-color);
  font-weight: bold;
  text-shadow: none;
}

#header-wrapper {
  background-color: var(--header-bkgd-color);
}
.header-links {
  text-decoration: none;
}
.header-links a {
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  color: var(--header-link-txt-color);
}
.header-links a:hover {
  color: var(--header-link-txt-color-hover);
}

#header-links-container {
  background-color: var(--header-link-bkgd-color);
  padding: 3px 15px;
  color: var(--header-link-txt-color);
}

table#header-links-container tr td {
  padding: 4px 15px 4px 0;
  height: 18px;
}

td#header_logo {
  padding: 15px 0;
}

#header_logo img {
  max-height: 190px !important;
  width: auto !important;
}


/****************************** CATALOG ****************************************/
.detail_text_wrapper {
    width: 29%  !important;
}

.detail_tagcheck_wrapper {
    width: 32% !important;
    margin-top: 0px !important;
}

.bundle-qty-selection {
    position: inherit !important;
}

.bundle-qty-selection .add-to-basket-qty-select {
    text-align: center;
    padding-top: 20px;
}

.multi_preview a {
    margin-right:5px;
}

.multi_preview a img {
    margin-bottom: 5px;
}

.bundle_subitem_longname {
    margin-bottom: 6px !important;
    font-weight: bold;
    font-size: 15px;
    margin-left: 25px !important;
}

#d_tag_check input[type="text"] {
    border-radius: 5px !important;
    text-align: center;
    padding: 5px;
    border-style: groove;
    font-weight: bold;
    width: 100px !important;
}

.bundle_subitem_input {
    position: relative;
    top: 0px;
    float: left;
}


.bundle_please_note {
    color: red;
    font-size: 15px;
}

.bundle_subitem {
    width: 90% !important;
    margin-left: 50px !important;
}

/****************************** BUTTONS ****************************************/

.main .buttonsbar button {
  margin-bottom: 20px;
}

.button:hover .button .span:hover, .button .span {
  color: #000000;
}

button:hover span.button_arrow_right{
  color: #000000;
}

/******************************** INDEX ****************************************/

.index-container {
  margin: 20px 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

/********************************** LOGIN *************************************/

.login, .login .message-block {
  text-align: center !important;
}

body > div.container > div.main.login.catalog--container > form > p {
  margin-left: 14px;
}
body > div.container > div.main.login.catalog--container > div.note.message-block {
  margin-left: 14px;
}

body > div.container > div.main.new-account.catalog--container {
  text-align: center;
}
body > div.container > div.main.new-account.catalog--container > ul{
  width: 15%;
  margin: 0 40% 3% 40%;
  text-align: left;
}

.checkout #actionside {
    float: right;
    display: block;
}

.checkout #actionside th {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 0px;
}

.checkout #instructions {
    float: left;
    display: block;
}

.checkout #instructions p {
    font-size: 16px;
        margin-bottom: 0px;
}

/********************************* PROFILE **************************************/

body > div.container > div.main.profile.catalog--container {
  margin: 0 20px;
}

/********************************* DIVISIONS *************************************/

.corp_divisions {
  font-family: var(--custom-font),sans-serif;
    float: right;
    position: relative;
    right: 50%;
    clear: both;
}

.corp-list {
  font-family: var(--custom-font),sans-serif;
    float: left;
    right: -50%;
    position: relative;
    text-align: left;
    clear: both;
}

.corp-desc {
  font-family: var(--custom-font),sans-serif;
  margin: 6px 0 12px 25px;
}

.corp-bottom-button {
  font-family: var(--custom-font),sans-serif;
  position: relative;
    clear: both;
}

/******************************** CATALOG ***************************************/

.select-items .vertical-shell {
  margin-left: 10px !important;
}

.select-items .image-container img {
  margin: 10px 0;
}

.select-items .longname *,
.select-items .longname *{
  font-size: 14px;
}

.select-items .pagetitle{
  margin-left: 10px !important;
}

.select-items .buttonsbar button {
  margin-bottom: 20px;
}

#submit_catalog_add{
  margin-top: 5px;
}

#copy4 {
  display: none;
}

.bundle_subitem_preview img {
  border: 1px solid gray;
}

.qtyspec_label {
  margin-left: 5px !important;
}

.responsive_tabs-shell .after {
    margin-top: 20px !important;
}

#basket-list-title {
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
}

.basket-list-item {
    margin-bottom: 10px !important;
}

.basket-list-item .button {
    padding: 1px 1px 1px 5px !important;
}

/******************************* QUOTES/SIDE BY SIDE *************************/

.buttonsbar, .form-body {
  border-radius: 0px !important;
}

#estimate-item-container {
  padding: 20px 0;
}

.submit.center button {
  margin-bottom: 20px !important;
}

div.field-container, #all_options, #all_options_container {
  border: none !important;
}

/* REMOVE BOTTOM BORDER IN SIDE BY SIDE */
div.field-container {
    border-bottom: 0px !important;
}

.fileSpec {
  position: relative;
  left: 10px;
}

.form-subheader {
  text-align: left !important;
}

#approval_checkbox_group input * {
  width: 100px;
  height: auto;
}

.uploadIcon {
  margin-top: 5px !important;
}

div#confirm_container button {
  margin-top: 20px !important;
}

.checkbox-table {
  margin-left: 0 !important;
}

/*********************************** MAIL MERGE **********************************/

.mail-merge header {
  margin-left: 25px;
}

.mail-merge nav.submit {
  padding-bottom: 30px !important;
}

#listimp-s3-section-5 div {
  margin-left: 25px;
}

div.error {
  margin-bottom: 10px;
}

#ml-handle-link {
  margin-left: 25px;
}

.personal-list-actions {
  text-align: center !important;
}

form[name='clientlist'] div:last-child {
  padding: 20px 20px !important;
}

/******************************** BASKET VIEW ***********************************/

.basket-view td.previewcell {
  background-color: transparent !important;
}

.basket-view .buttonsbar button {
  margin-bottom: 20px;
}

table:not(.items-table) {
  width: auto;
  margin: 0 auto;
}

.maillist_blurb {
  font-size: x-small;
  font-color: #666666;
}

/***************************** DELIVERY METHODS ******************************/

tr.dpt--headerRow, tr.dpt--headerRow span, tr.dpt--headerRow *, tr.item_row * {
  font-size: 14px !important;
}

#i-dropship {
  position: relative;
  font-size: 14px;
  color: #00000A;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: normal;
  padding: 4px 10px 4px 10px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;
  background: #FFFFFF;
  background: linear-gradient(#FFFFFF, #CCCCCC);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
  background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
  background: -ms-linear-gradient(#FFFFFF, #CCCCCC);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#CCCCCC');
  -pie-background: linear-gradient(#FFFFFF, #CCCCCC);
  behavior: url(/hub/css/PIE.htc);
}

.mail-merge .buttonsbar, .mail-merge .buttonsbar a, .mail-merge .buttonsbar a:link, .mail-merge .buttonsbar * {
  text-decoration: none !important;
  text-align: center !important;
}

.mail-merge .buttonsbar {
  margin-bottom: 10px;
}

tr.dpt--finalizeRow td.dpt--status {
  border-bottom: 0px !important
}

/********************************* SHIPPING ****************************************/

.mail-merge .pagetitle {
  margin-left: 15px !important;
}

#see_shipping_methods {
  position: relative;
  font-size: 14px;
  color: #00000A;
  font-family: var(--custom-font), "Lucida Sans", "Trebuchet MS", "Arial";
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: normal;
  padding: 4px 10px 4px 10px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;
  background: #FFFFFF;
  background: linear-gradient(#FFFFFF, #CCCCCC);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
  background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
  background: -ms-linear-gradient(#FFFFFF, #CCCCCC);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#CCCCCC');
  -pie-background: linear-gradient(#FFFFFF, #CCCCCC);
  behavior: url(/hub/css/PIE.htc);
  max-width: 150px;
  text-shadow: none !important;
}

.mail-merge .field-note {
  display: none !important;
}

.mail-merge #throbber {
  margin-bottom: 20px !important;
}

.mail-merge .field-container * {
  color: #333333 !important;
}

label[for="comments"] {
  position: relative;
  bottom: 12px;
}

.shipping .form-body {
  width: 80%;
}

form[action="shiptrack.cgi"] {
  padding-bottom: 25px !important;
}

/************************************ BILLING *************************************/

.billing .pagetitle{
  margin: 0;
  padding: 0;
}

.billing .buttonsbar button {
  margin-bottom: 20px;
}

.billing * {
  font-size: 14px !important;
}

.billing .form-body {
  width: 740px;
  margin-top: 0;
  margin-bottom: 0;
}

/*.billing .ic-msg {
  padding: 0 0 0 20px;
}*/

/************************************ REVIEW **************************************/

.review .buttonsbar button {
  margin-bottom: 20px;
}

.review .pageinstructions {
  font-size: 14px;
}

.review * {
  font-size: 14px !important;
}

.review td.data {
  background-color: #eeeeee;
}

.review div {
margin: 0 10px;
}

.pagetitle {
  margin-left: 10px;
}

.main p {
  margin-left: 10px;
}

#normal_src {
  border: 1px solid #CCCCCC;
}

/************************************ ACCEPT *************************************/

.done div * {
  font-size: 14px;
}

.done td.data {
  background-color: #eeeeee;
}

.done .accept-proofs .form-body {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 80%;
}

.done div {
  margin: 0 10px;
}

.catalog--container .pagetitle {
  margin-top: 10px !important;
}

.accept-proofs b {
  margin-left: 20px;
  margin-top: 10px;
  line-height: 30px;
}
.accept-proofs table {
  width: 80%;
  margin-bottom: 20px;
}

.previewcell a span {
  position: relative;
  font-size: 14px;
  color: #00000A;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: normal;
  padding: 4px 10px 4px 10px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;
  background: #FFFFFF;
  background: linear-gradient(#FFFFFF, #CCCCCC);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
  background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
  background: -ms-linear-gradient(#FFFFFF, #CCCCCC);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#CCCCCC');
  -pie-background: linear-gradient(#FFFFFF, #CCCCCC);
  behavior: url(/hub/css/PIE.htc);
  margin: 5px 20px;
}

.previewcell a {
  text-decoration: none;
  margin: 0px auto;
  line-height: 50px;
  text-align: center;
}

.previewcell * {
  text-align: center !important;
}

/********************************** SHIPTRACK ************************************/

body > div.container > div.main.shiptrack.catalog--container {
    margin: 0 20px;
}

/******************************** CUSTOMER SERVICE ************************/

body > div.container > div.main.customer-service.catalog--container > div.pagetitle, body > div.container > div.main.customer-service.catalog--container > div:nth-child(n) {
  text-align: center;
}
