
/****************************** 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


  - 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: #ffffff;
  --header-link-bkgd-color: #ffffff;

  /* static site text header link color */
  --header-link-txt-color: #00587e;
  --header-link-txt-color-hover: #E23A40;
}

/********************************* 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 ****************************************/
#submit_logout {
	margin: 0 0 0 35vw;
}
@media only screen and (max-width: 1700px) { #submit_logout { margin: 0 0 0 33vw; } }
@media only screen and (max-width: 1600px) { #submit_logout { margin: 0 0 0 31vw; } }
@media only screen and (max-width: 1500px) { #submit_logout { margin: 0 0 0 29vw; } }
@media only screen and (max-width: 1400px) { #submit_logout { margin: 0 0 0 27vw; } }
@media only screen and (max-width: 1300px) { #submit_logout { margin: 0 0 0 25vw; } }
@media only screen and (max-width: 1200px) { #submit_logout { margin: 0 0 0 23vw; } }
@media only screen and (max-width: 1100px) { #submit_logout { margin: 0 0 0 21vw; } }

/*** 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-section {
	margin-top: -100px !important;
}

.welcome {
  max-width: 100% !important;
}

.select-items {
    max-width: none !important;
}

/*--- CANCEL LINK ---*/
#footer\2e footercanceltext {
  padding-right: 15px;
}

.pageinstructions {
    width: 80%;
    margin: 0 auto !important;
    text-align: center;
}

/*---Add border to preview image on Basket, Review, Accept pages ---*/
.previewcell img {
  border: 1px solid #ccc !important;  
}

/*** HEADER ***/
h2.pagetitle, .pagetitle{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-shadow: none;
}

#header-wrapper {
    background-color: var(--header-link-txt-color); /*#0c62a8 OR transparent*/
    background-size: cover;
    background-position: left;
    padding-bottom: 0px;
}

#header_logo {
    display: none;
}

#header_title > a {
    position: absolute;
    left: 30px;
    top: 62px;
    max-height: 55px;
}

#header_title img {
    max-height: 55px;
}

#header-links-container {
  background-color: var(--header-link-bkgd-color);
  font-family: var(--custom-font);
  font-weight: 400;
  /*margin-top: 48px;*/
  box-shadow: 0 8px 8px -5px #555;
}

.header-links{
    float: left;
   // font-family: var(--custom-font);
    font-family: 'IBM Plex Sans', sans-serif;
   // font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 22px 0px 22px 250px;
    text-decoration: none;
}

.header-links a{
  color: #818a8f;
  padding: 6px 10px;
  text-decoration: none;
  display: inline-block !important;
}

.header-links a:hover {
  color: #E23A40;
  padding: 6px 10px;
}

#logout_userid {
  color: var(--header-link-txt-color);
  padding: 0 15px;
}

/*------ HEADER DROPDOWN BUTTON tab ------*/
.tab-dropbtn {
    padding: 15px 3px 15px 0px;
    color: white;
    cursor: pointer;
}
.tab-dropdown {
    position: relative;
    display: inline-block;
    z-index: 5;
}
.tab-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    text-align: left;
    border-top: 4px solid #00587d;
    left: 30px;
    font-family: "Proxima Nova";
}

.tab-dropdown-content a {
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    display: block !important;
    text-align: left;
    font-family: var(--custom-font);
}

.tab-dropdown-content a:hover {
    background-color: #fff;
    color: #E23A40;
    padding: 15px 15px 15px 15px;
}

.tab-dropdown:hover .tab-dropdown-content {
    display: block;
}


/******* HEADER SEARCH BLOCK: START **********/
.item-search-block {
    /*position: absolute;*/
    right: 40px;
}
#searchfield_input{
    border: 0;
    width: 200px;
    height: 16px;
    padding: 10px;
    background-color: #e6e7e8;
    margin-top: 16px;
    color: #00587e;
}

button#submit_catalog_search.button {
    background: transparent;
    padding: 4px;
    color: #818a8f;
}
button#submit_catalog_search.button:hover {
    color: #E23A40;
}
#Search > img{
    position: relative;
    top: 3px;
    left: 3px;
}

/******* HEADER SEARCH BLOCK: END **********/

/******* CATALOG SEARCH BLOCK: START **********/
.item-search-block {
	margin: 3px 0px 5px 15px !important;
}

#all_items_view .item-search-block {
    position: absolute;
    top: 45px;
    right: -40px;
}

#all_items_view #searchfield_input {
    border-radius: 14px;
    width: 270px;
    height: 16px;
    padding: 5px;
    border: 1px solid #ccc !important;
}

#all_items_view  button#submit_catalog_search.button {
    background: #005596;
    background: linear-gradient(#005596, #005596);
    background: -webkit-gradient(linear, left top, left bottom, from(#005596), to(#005596));
    background: -moz-linear-gradient(top, #005596, #005596);
    background: -ms-linear-gradient(#005596, #005596);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#005596', endColorstr='#005596');
    -pie-background: linear-gradient(#005596, #005596);
    padding: 8px 14px 8px 14px;
    right: 0px;
}

#all_items_view button #submit_catalog_search:hover {
    color: #E23A40;
}
#all_items_view #Search > img{
    position: relative;
    top: 3px;
    left: 3px;
}

/******* CATALOG SEARCH BLOCK: END **********/

/************************************ BUTTONS *****************************************/
.buttonsbar {
	margin-top: 6em !important;
}

.main .buttonsbar button {
  margin-bottom: 20px;
}

/************************************** INDEX *****************************************/

.index-container {
  margin: 20px 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

/************************************* LOGIN ******************************************/

.main.login.catalog--container {
	margin: 20px auto 240px auto !important;
	top: 12vw;
	height: 100%;
}

.login, .login .message-block {
    text-align: center !important;
}
.form-body td.label {
	text-align: left;
	width: 45%;
	padding: 8px 5px 0px 5px;
}
.form-body td.submit {
	padding: 5px 0px 25px 0px;
}
.form-body td.input {
	padding-top: 1px;
}
.form-body td.input input {
	border: 1px solid #eaeaea;
	padding: 0.5rem 0.75rem;
	margin-bottom: 0.5rem;
}
tr {
	text-align: left;
	/*display: flex;*/
	flex-direction: row;
}
br {
	/* display: none; */
	margin: -15px;
}
.label.no_mobile {
	display: none;
}
.main {
	margin-top: 30px;
	/*max-width: 400px !important;*/
	margin: 20px auto 0 !important;
	height: auto;
}
.non-flex {
	flex-direction: row;
}

/************************************ CATALOG ****************************************/
.qtyspec_label{
 display: none;
}
.height-adjuster {
	height: 330px;
}
.image-container {
	overflow: hidden;
	height: 210px;
}
.responsive-longname {
	height: 35px;
	white-space: normal;
	overflow: hidden;
}
.responsive-tagcheck.tagcheck-bottom {
	overflow: hidden;
	display: inline-block;
}

div[class="input"] {
	font-size: 1.0vw; /*was 0.7vw*/
	//overflow: auto;
	white-space: normal;
	//max-height: 200px;
}
span[class="ic-msg"] {
	font-size: 15px;
}
#header\.logout_link_text {
	font-size: 18px;
}
#header\.cart_link {
	font-size: 18px;
}

.add-to-basket-qty-select::before {
	content: "Quantity";
	font-weight: bold;
	/* position: absolute; */
	/* top: 410px; */
	/* left: 94px; */
	margin-left: auto;
	margin-right: auto;
}

    .select-items .responsive_tabs-shell .after, .select-items .pagetitle{
        display: none !important;
     }
    .select-items .tab_html_wrapper {
       /* display: none;*/
     }
    .select-items  #all_items_view {
        /*width: 100% !important;*/
     }
    .select-items .catalog-tab-blurb {
        margin-top: 27px !important;
        padding: 20px 0px 0px !important;
        background-color: #ccdde4;
    }

    .stretchy_cols {
        max-width: 24% !important; 
	width: 20% !important;
	max-height: 485px !important;
	/*min-height: 485px !important;*/
        position: relative; 
        right: -25px !important;
        vertical-align: bottom !important;
}
@media only screen and (max-width: 1350px) { 
  .stretchy_cols { 
    width: 22% !important;
  } 
}

    .select-items .catalog_header {
        margin: 0 auto;
        padding: 0 0 20px;
        color: #005776;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
    }

    .select-items .breadcrumb_setup {
        width: 85%;
        padding: 20px 10% 0;
        font-size: 14px;
        background: #fff;
     }

#controlBar {
 display: inherit !important;
}

#catalog-search-terms, #submit_catalog_search_cancel {
  margin-left: 20px;
}
 
/*Image gray then fade to color when hover*/
 .deep_links img {
   filter: grayscale(0%);
   transition: all 0.5s ease;
}

 .deep_links img:hover {
   filter: grayscale(50%);
}

/** Max width - Sets max width for keeping rows of 4 icons - This is relative and may need to be adjusted depending on screen size, desired icon amount, etc.. **/
/** Min width - Sets min width to maintain correct row look when switching to responsive layout (i.e. 2 rows of 4 icons) **/
#deep_link_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 95%;
  margin: 0 auto;
  margin-top: 35px;
}

/*** Padding Used to keep space between tabs when they wrap ***/
/***Margin maintains even space around icons as they respond to screen size***/
.deep_links_holder {
  padding-bottom: 15px;
  margin: 0 auto;
  width: 240px;
  text-align: center;
}

.deep_links img {
  max-width: 100%
}
 
#newscopy-wrapper {
  justify-content: center;
  margin: 0 auto;
}

.ind_txt {
  font-family: var(--custom-font);
  font-size: 24px;
  font-weight: 600;
  color: var(--tab-blurb-text-color);
  padding: 10px 0 0 0;
  text-align: center;
  margin: 0 auto !important;
}

.ind_para {
  font-family: var(--custom-font);
  color: var(--tab-blurb-text-color);
  margin: 0 !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;
}

#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;
  color: #333;
  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;
}

/* BUNDLE */
.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;
}

/******************************** QUOTES/SIDE BY SIDE *********************************/
#pasteboard {
	background: white !important;
	color: white !important;
	border-color: white !important;
}

.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;
}

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 ***************************************/
/*

.items-table td {
  font-size: 16px !important;
}
.form-body .ic-msg {
	font-size: 0.9vw;
	color: black;
}

.main.basket-view.catalog--container table:not(.items-table){
	display: none;
}
.main.basket-view.catalog--container .previewcell {
	display: none;
}
.main.basket-view.catalog--container .banner.pagetitle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.main.basket-view.catalog--container .items-table.true-table {
	background-color: transparent;
	color: #333333;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: left;
	border: 1px solid lightgrey !important;
}
.main.basket-view.catalog--container .items-table.true-table tr:first-child {
	border: 1px solid lightgrey !important;
}

.basket-view td.previewcell {
  background-color: transparent!important;
}

.basket-view .buttonsbar button {
  margin-bottom: 20px;
}

table:not(.items-table) {
  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 *****************************************/

.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: auto;
}

form[action="shiptrack.cgi"] {
  padding-bottom: 25px!important;
}

/************************************ BILLING *****************************************/

tbody:has(> tr.form-sublabel) {
	border: 1px solid #b2b4b6;
}

tr:has(> th.maincol) {
	border-bottom: 1px solid #b2b4b6;
}

.main.billing.catalog--container {
	height: auto;
	padding-bottom: 2vw !important;
}
.main.shipping.catalog--container {
	height: auto;
	padding-bottom: 2vw !important;
}
.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;
}

.billing .form-body .input table {
    margin-left: 0px;
}

/************************************* 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;
}

.accept-proofs table {
  width: 80%;
  margin-bottom: 20px;
}

/************************************* 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;
}

.done .main.done.catalog--container {
	height: auto;
}
.done #review-items-table {
	border: 1px black solid;
}
.done tr:nth-child(even){
	background-color: #eeeeee;
}
.done td.data {
	background-color: #ffffff;
}
.done #bill-sect {
	display: flex;
	justify-content: center;
}

.done #ship-sect {
	display: flex;
	justify-content: center;
}

.done .items-table td.label {
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding-right: .6em;
	width: 100%;
}
.done .accept-proofs {
	display: flex;
	justify-content: center;
}
/*
.done #bill-sect tr:nth-child(2) {
	border: 1px solid black;
}
.done #ship-sect tr:nth-child(2) {
	border: 1px solid black;
}*/

.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;
}
