
/*************************** TABLE OF CONTENTS **********************************

  CUSTOM COLOR THEME 
  CUSTOM FONT(S)
  GLOBAL
  BUTTONS
  INDEX
  LOGIN
  CATALOG
  QUOTES/SIDE BY SIDE
  MAIL MERGE
  BASKET VIEW
  DELIVERY METHODS
  SHIPPING
  BILLING
  REVIEW
  ACCEPT

  - If you are making changes here, changes may need to be made in 
  the con/responsive.css file as well

****************************************************************************************/

/************************* CUSTOM COLOR THEME *****************************/

:root {
	/* index color theme */
	--index-color: #009ad8;
	--index-color2: #000000;

	/* site background header colors */
	--header-bkgd-color: #009ad8;

	/* static site text header link colors */
	--header-link-txt-color: #999;
	--header-link-txt-color-hover: #999;

	/* Header Dropdown colors*/
	--header-dropdown-color: #FFF;
	--header-dropdown-color2: #f9f9f9;
	--header-dropdown-color3: #000000;
	--header-dropdown-color4: #666666;

	/* Catalog colors */
	--catalog-link-color: #000000;
	--catalog-link-color-hover: #ffffff;

	/* Footer colors */
	--footer-text-color: #000000;
	--footer-text-color-hover: #009ad8;
	--footer-bkgd-color: #B5B2B2;
}

/************************* 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;
  --custom-font2: 'Montserrat', sans-serif !important;;
}

/************************** GLOBAL ********************************/

/*** Remove sr_ error text from Basket, Review, Accept pages ***/
.previewcell pre {
	display: none;
}

.menu-knob-bar {
	opacity: .8;
}

.req_fld {
    display: inline-block;
    color: red;
}

#shipaddr-info .req_fld {
    display: none !important;
}

.catalog form {
	overflow: visible !important;
}

.main, .catalog, #all_items_view, .main form {
  height: auto !important;
}

.main {
  margin-top: 30px;
  max-width: 800px !important;
  margin: 20px auto 0 !important;
}

.select-items {
  margin-top: 0px !important;
  max-width: none !important;
}

.main p {
  margin-left: 10px;
}

h2.pagetitle, .pagetitle{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-shadow: none;
}

.pagetitle {
  margin-left: 10px;
}

#footer\.footercanceltext {
   margin-right: 20px;
}

.pageinstructions {
    width: 80%;
    margin: 0 auto !important;
    text-align: center;
}

#header-wrapper {
  height: 124px;
}

#header_logo > img.no_mobile{
    max-height: 48px;
    padding-left: 12px;
}

.header {
   top: 36px;
   height: 78px;
   background: var(--header-bkgd-color);
   width: 100% !important;
   position: absolute;
}

#header-links-container {
    top: 0px;
    position: absolute;
}

.header-links {
    position: relative;
    color: var(--header-link-txt-color);
    font-family: var(--custom-font);
    font-weight: bold;
    text-decoration: none;
    height: 30px;
    padding-right: 20px;
}

.header-links a {
    color: var(--header-link-txt-color);
    padding: 6px 10px;
    text-decoration: none;
    font-weight: 400;
}

.header-links a:hover {
    color: var(--header-link-txt-color-hover);
}

.header-links .no_mobile {
    display: none !important;
}

.tab-dropbtn {
    padding: 15px 3px 15px 0px;
    color: var(--header-dropdown-color);
    cursor: pointer;
}

.tab-dropbtn a:hover {
  color: var(--header-link-txt-color-hover);
}

.tab-dropdown {
    position: relative;
    display: inline-block;
    z-index: 5;
}

.tab-dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--header-dropdown-color2);
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 8px;
    text-align: left;
    border-top: 4px solid var(--header-dropdown-color3);
    left: 90px;
    font-family: var(--custom-font);
}

.tab-dropdown-content a {
    color: var(--header-dropdown-color3);
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    display: block !important;
    text-align: left;
    font-weight: 400;
}

.tab-dropdown-content a:hover {
    background-color: var(--header-dropdown-color4);
    color: var(--header-dropdown-color);
    font-weight: bold;
}

.tab-dropdown:hover .tab-dropdown-content {
    display: block;
}

.tab-dropdown:hover .tab-dropbtn {
    color: var(header-link-txt-color-hover);
}

.item-search-block {
    position: absolute;
    left: 50px;
}

#searchfield_input {
    border-radius: 5px;
    border: 1px solid #000;
    width: 180px;
    height: 20px;
    padding: 3px 6px;
}

button#submit_catalog_search.button {
    background: transparent;
    padding: 7px;
    color: #000;
}

#all_items_view .item-search-block {
    position: absolute;
    top: 42px;
    right: 0;
}

#all_items_view #searchfield_input{
    border-radius: 10px;
    border: 0;
    width: 180px;
    height: 20px;
    border: 1px solid #ccc !important;
}

#all_items_view button#submit_catalog_search.button {
    background: var(--header-bkgd-color) !important;
    background: linear-gradient(var(--header-bkgd-color), var(--header-bkgd-color));
    background: -webkit-gradient(linear, left top, left bottom, from(var(--header-bkgd-color)), to(var(--header-bkgd-color)));
    background: -moz-linear-gradient(top, var(--header-bkgd-color), var(--header-bkgd-color));
    background: -ms-linear-gradient(var(--header-bkgd-color), var(--header-bkgd-color));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='var(--header-bkgd-color)', endColorstr='var(--header-bkgd-color)');
    -pie-background: linear-gradient(var(--header-bkgd-color), var(--header-bkgd-color));
    padding: 8px 14px 8px 14px;
    left: 0;
}

/****************************** 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;
}

/************************ CATALOG *******************************/

.stretchy_cols {
    vertical-align: bottom !important;
}

.add-to-basket-qty-select:before {
    content: "QTY:" !important;
    font-weight: bold;
}

.responsive_tabs .opened:before, .responsive_tabs .closed:before {
    content: "" !important;
}

.responsive_tabs div:hover div, .responsive_tabs div.off {
    background-color: #009ad8 !important;
}

.responsive_tabs .innertab-opened, .responsive_tabs .innertab-closed {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #009ad8 !important;
}

.main-section {
    margin-top: 0px !important; 
}

.responsive_tabs-shell .before, .responsive_tabs-shell .after, .responsive_tabs-shell {
    padding: 0px !important;
}

.bot-marg {
    margin: 0 !important;
}

.responsive_tabs div.on a {
    font-family: var(--custom-font);
    font-weight: bold;
}

.catalog #copy3 {
    padding: 0px !important;
}

.catalog-tab-blurb {
    background-size: cover;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px !important;
}


.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;
}

.catalog #upper_buttons {
    position: absolute;
    right: 35px;
}

#copy4 {
  display: none;
}

.bundle_subitem_preview img {
  border: 1px solid gray;
}

.qtyspec_label {
  margin-left: 5px;
}


.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;
}



#deep_link_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  min-width: 845px;
  margin: 0 auto;
  padding-top: 70px;
}
 
.deep_links_holder {
    margin: 7px;
    width: 48%;
    height: 200px;
    border: 1px solid var(--index-color2);
}


.deep_links_holder:hover {
  transition: all 0.5s ease;
  background: #e8e8e8;
}
 
.deep_links_holder {
  border-bottom: 14px solid var(--index-color);
}

.deep_links a {
    text-decoration: none;
}


.deep_link_sub {
    display: inline-block;
    border: 1px solid #009AD6;
    padding: 2px 5px;
    margin: 4px 2px 0px;
    font-size: 18px;
    max-width: 150px;
}
 
.ind_img {
  padding: 46px 0px 10px 71px;
}
 
.icon_txt {
    text-align: center;
    font-size: 40px;
    font-family: var(--custom-font);
    color: var(--index-color2);
    width: 100%;
    padding-top: 75px;
}

.icon_txt:hover {
    color: var(--index-color);
}





/************************* QUOTES/SIDE BY SIDE ********************************/

.buttonsbar, .form-body {
  border-radius: 0px !important;
}

#estimate-item-container {
  padding: 20px 0;
}

.submit.center button {
  margin-bottom: 20px !important;
}

#all_options, #all_options_container {
  border: none !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;
}

#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;
}

/*********************** 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 ***********************************/

.shipping #button_updateshipping {
    display: none;
}

.mail-merge .pagetitle{
  margin-left: 15px !important;
}

#see_shipping_methods{
  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);
  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-left: 15px !important;
}

.billing .buttonsbar button {
  margin-bottom: 20px;
}

.billing * {
  font-size: 14px !important;
}

.billing .form-body {
  width: 740px;
  margin-top: 0;
  margin-bottom: 0;
}

/*************************** 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;
}

/******************************** ACCEPT *************************************/

.previewcell img {
    border: 1px solid #ccc !important;  
}

.accept-proofs table {
  width: 80%;
  margin-bottom: 20px;
}

.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;
}

.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;
}

















.responsive_tabs-shell {
    width: 80% !important;
    padding: 0px !important;
    position: absolute;
    top: 42px;
    right: 0;
    background-color: transparent !important;
}

.tab_html_wrapper {
    width: 100% !important;
    display: block;
    height: 25px;
}

#tab_responsive_tabs div[id^="tab_"] {
   /*width: 9%;*/
   float: left;
   text-align: center;
   background-color: transparent !important;
}

.responsive_tabs {
    width: auto !important;
    margin: 0 auto;
    height: 25px;
    padding: 20px 15px 20px 0px !important;
    position: absolute;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    position: relative;
    background-color: transparent !important;
}

.responsive_tabs a {
    font-family: var(--custom-font2) !important;
    font-weight: 700;
    color: var(--catalog-link-color);
    font-size: 11.5px;
}

#tab_responsive_tabs div[id^="tab_"] a:hover {
    color: var(--catalog-link-color-hover) !important;
}

.responsive_tabs-shell .before {
}

.responsive_tabs-shell .after {
    display: none;
}

.responsive_tabs div.off, .responsive_tabs div.on {
    padding: 1px 16px 1px 16px !important;
}

#all_items_view {
    float: none !important;
    width: 80% !important;
    margin: 10px auto 0;
}

