
/****************************** 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
ADDITIONAL CSS (for this site only)


  - 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: #d6d6d5;
  --header-link-bkgd-color: transparent;/*#F8F8F8*/

  /* static site text header link color */
  --header-link-txt-color: #FFFFFF;
  --header-link-txt-color-hover: #FFFFFF;
  --header-link-bkgd-color-hover: #00aeef;

  /* tab blurb text */
  --tab-blurb-text-color: #FFFFFF;
}

/********************************* 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: 'Roboto Condensed', 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;
}

/*--- 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-bkgd-color);
}

#header_logo > img.no_mobile {
    /* position: relative; */
    left: 30px;
    top: 40px;
    padding-top: 40px;
}

#header-links-container {
  background-color: var(--header-link-bkgd-color);
  font-family: var(--custom-font);
  font-weight: 400;
  margin-top: 40px;
  /*box-shadow: 0 8px 8px -5px #555;*/
}



.header-links{
 text-align: left;
  /*float: right;*/
  /*padding-right: 470px !important; /*20px*/*/
  font-family: var(--custom-font);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px; /*18px*/
  padding: 6px 0;
  text-decoration: none;
}

.header-links a{
  color: var(--header-link-txt-color);
  padding: 6px 30px;
  font-size: 12px;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#header-links-container > tbody > tr > td > a:nth-child(2) {
  background-color: #2b5489;
}
#header-links-container > tbody > tr > td > a:nth-child(3){
  background-color: #2b5489;
}
#header-links-container > tbody > tr > td > a.no_mobile {
  background-color: #2b5489;
}
#submit_logout{
  background-color: #2b5489;
}
#logout_userid{
  color: var(--header-link-txt-color);
  background-color: #2b5489;
  padding: 6px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.header-links a:hover {
  color: var(--header-link-txt-color-hover);
  background-color: var(--header-link-bkgd-color-hover) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition-duration: .45s;
}


/************************************ BUTTONS *****************************************/

.main .buttonsbar button {
  margin-bottom: 20px;
}

.button:hover .button .span:hover, .button .span {
  color: #000000;
}

/*arrow*/
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 ****************************************/

.catalog-tab-blurb {
   padding: 0px !important;
}

/* BTR-AMS image and text headline */
.hometab-a-top1 img{
    /* background-color: #f9e9c2; */
    /* padding: 45px 25px; */
    /* border-radius: 5px; */
    /* box-shadow: 12px 12px 7px; */
}
.hometab-a-top2{
    display: inline-block;
    text-align: left !important;
    margin-left: 25px;
}
.hometab-a-top2-hd{
    color: #2d6fb7;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}
.hometab-a-top2-subhd{
    font-size: 27px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 0;
}



/*Image hover*/
 .boxlink:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition-duration: .45s;
}

/** 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: 754px; 
  min-width: 950px;
  margin: auto;
  padding-right: 6%;
}


/*** 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: 25px;
  margin: 0 auto;
  width: 158px;
  text-align: center;
  margin-top:-75px;
}

.boxlink{
    width: 250px;
    height: 166px;
    border-radius: 5px;
    margin: 0 auto;
}

/*.boxlink-color2{background-color: #00aeef;}*/
/*.boxlink-color3{background-color: #f68b4c;}*/
/*.boxlink-color4{background-color: #c6549f;}*/
/*.boxlink-color5{background-color: #00aeef;}*/
/*.boxlink-color6{background-color: #c6549f;}*/
/*.boxlink-color7{background-color: #2d6fb7;}*/

.deep_links a{
  text-decoration: none;
}

.deep_links img {
  max-width: 100%
}
 
#newscopy-wrapper {
  justify-content: center;
  margin: 0 auto;
}

.ind_txt {
  font-family: var(--custom-font2);
  font-size: 17px;
  font-weight: 700;
  color: var(--tab-blurb-text-color);
  /*padding: 10px 0 0 0;*/
  text-align: center;
  margin: 0 auto !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;
}

.catalog #copy3 {
  text-align:center;
  padding-bottom: 2px;

}

 .main, .main td
  {
    color: #333333;
    font-size: 14px;
    padding-top: 20px;
  }

#copy5 {
    padding-left: 20px;
}



/******************************** 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;
}

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;
}

/********************************* 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;
}

  /* the form header. Used by <th> inside table w/form-body class */  
  .form-body th, .tabular th, .form-body div.title, .form-body div.title > h1
  {
    background-color: transparent;
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
    color: #666666;
    font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, Arial, "Lucida Sans", "Trebuchet MS", Arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0.33em;
    text-align: center;
    width: auto;
    display: none;
  }


/************************************ 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;
}

.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;
}

.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;
}

/****************************** ADDITIONAL CSS ************************************/

 .container /* wraps around everything on the page */
  {
    width:100%;
    min-width: 100%; 
    max-width: 100%;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;

    text-align: left; /* force container align for IE */

    vertical-align: top; 
  }

.catalog #upper_buttons
{
  margin: 0px;
  text-align:right !important;
  padding-right: 2%;
}



