/*.login_support td{
  &:after {
    content: "NOTE: As of January 15, 2025, the SCIEX printed stationery catalog was transitioned to a new host. If you don’t have a new user, create your new credentials by clicking on the ‘New User’ button below. Should you experience any issues please send an email with Sciex, first and last name to: print@bobkatprinting.com – You will receive an email with your new username and password within 24 hours.";
  }
}*/

.login_support td:after {
    font-weight: 700;
    width: 580px;
    position: absolute;
    left: 28px;
    top: 530px;
}
tr#pd_tr2 + tr {
  display:none;
}
  
/* Typography - Main */
h1,h2, h3, h4, h5, h6, body {
  font-family: "IBM Plex Sans", sans-serif;
  /*font-family: "Helvetica Neue", Helvetica, sans-serif;*/
}
h1, h2, h3, h4, h5, h6{
  margin: 10px 0 20px 0;
}
h1{
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
}
h2{
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}
h3{
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
body {
  font-size: 14px;
}
p {
  font-size: 14px;
  line-height: 130%;
}

div.source {
	color: #333 !important;
    font-size: 38px !important;
    margin-top: -10px;
      margin-bottom: 20px;
    letter-spacing: -1px;
      text-transform: uppercase;
}
/* END Typography - Main */

/* Custom */
#mainContentSF {
  max-width: 1080px;
  width: 101% !important;
}

body {
  margin: 0 auto;
  height: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

/*
#mainHeader {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #141417;
  padding: 8px 0 24px 0;
}
#mainHeaderContent {
  width: 1080px;
  margin: 32px auto 0 auto;
}
#mainLogo {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  justify-content: left;
}
div#headWrapper {
  display: none;
}
*/

#headWrapper {
  margin-top: 48px;
  margin-bottom: 8px;
}
.home-banner-img{
  height: 360px; 
  object-fit: cover;
  border-radius: 12px;
  margin: 0px 0 40px 0;
}
#products, #catalogWrap, .prodCell {
    border: none !important;
}
#products{
	column-gap: 40px;
    row-gap: 40px;
	padding-top: 10px;
}
.prodCell {
    margin-top: 24px !important;
}
#sideBarNav {
    padding-right: 40px;
}
.ui-box {
    font-size: 19px;
}
.ui-box header {
    border: none;
    background: none;
  text-transform: capitalize;
}
.ui-box section {
    margin: 0;
    border: none;
    padding-top: 12px;
    padding-bottom: 32px;
}
ul#listbigger li a, ul#listbigger li a span {
    font-size: 15px;
    font-weight: 600;
    color: #555;
}
.crumbs li a, .crumbs li a:link, .crumbs li a:visited {
    font-family: inherit;
    font-weight: 700;
    color: #555;
    font-size: 16px;
}
#listbigger li:hover {
    background: #f6f6f6;
}

#listbigger {
    column-gap: 6px;
    row-gap: 4px;
}
form#DTSSForm img {
    height: 360px;
    object-fit: cover;
}
.ui-box header.dark {
    border: none !important;
    background: none !important;
    color: #333 !important;
}
th.ui-state-default {
    background: none !important;
}
#checkoutProceedButton button {
	background: #0068f9 !important;
}
#checkoutProceedButton button:hover, #checkoutProceedButton button#updateImg, #checkoutProceedButton button.btnUpdate {
    background: #0068f9 !important;
}
table.tableMain p:first-of-type {
    display: none;
}
/* END Custom */


/*REQUIRED FOR FOOTER AT BOTTOM */
html,
body {
  height: 100%;
}
#mainContainerSF {
  min-height: 100%;
}
#mainContentSF {
  overflow: auto;
  padding-bottom: 68px; /* Must match height of footer (compensate for MoreHTML Body and other spacing variation in screen height) */
}
/*END*/

/*** FOOTER***/
footer {
  position: relative;
  width: 100%;
  margin-top: -168px; /* compensate as need for perfect fit with #mainContentSF */
  clear: both;
  /* Above CSS required for footer at bottom */
  padding: 0;
  background: #111;
  background-image: linear-gradient(5deg, #1e1e1e 0, #111 100%);
  height: 68px;
}
.footer-wrapper {
    max-width: 1080px;
	margin: 0 auto 400px;
    display: flex;
    justify-content: flex-start;
}
.footer-wrapper-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}
.footer-wrapper-inner h3, .footer-wrapper-inner h4{
    margin: 0 0 10px 0;
}
/* End Footer*/


.tag {
  color: #666666;
  font-size: 9px;
  line-height: 1.2em;
}

.boldbody {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
}

.smallbody {
  color: #666666;
  font-size: 10pt;
}

.login {
  font-size: 12px;
  font-style: 400;
  width: 100%;
  background-color: transparent;
  padding: 8px 0 10px 10px;
  color: #000;
}

a.login {
  color: #444;
  text-decoration: none;
  font-weight: bold;
  padding-right: 8px;
  padding-left: 8px;
  text-transform: capitalize;
}

a.login:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.loginWelcome,
.loginLogout {
  background-color: transparent;
}

.loginWelcome span {
  float: right !important;
}

table.tableLogin {
 position: fixed;
 width: 360px;
 top: 0px;
 right: 0;
 z-index: 100;
 border: 1px solid rgba(0, 0, 0, 0.06);
 background-color: #f8f8f8;
 padding: 0px 40px;
}
  
table.tableMain {
  position: relative;
  top: -30px;
  z-index: 2;
  width: 100%;
  max-widthl: 1360px;
  background-color: transparent;
  padding: 20px 0;
}

table.tableSiteBanner {
  position: relative;
}

.tableSiteBanner img {
  /*display: none;*/
  z-index: 2;
  float: inherit;
  position: relative;
  width: 400px;
  /*height: 63px;
  margin: 8.5px 0;*/
}

.mainContentNB {
  color: #000000;
  padding-left: 15px;
  width: 745px;
}

a {
  color: #153b6b;
  text-decoration: none;
}

a:hover {
  color: #1dafec;
  text-decoration: underline;
}

.anchor a {
  text-decoration: none;
}

.anchor a:hover {
  text-decoration: underline;
}

/******************************************************************************************
* HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

#headerInfoBar {
  position: relative;
  background: #1d78bf;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

/* Main Navigation Menu */

#navWrapper {
  position: relative;
  margin: 20px 0 32px -4px; /* should match the width of the site logo */
}

#menu {
  width: 100%;
  background: transparent;
}

#menu li {
  float: left;
  text-align: left;
  margin: 0 auto;
  position: relative;
  display: inline;
}

#menu li a {
  display: flex;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  /*height: 52px;*/
  padding: 14px 28px 0px 0px;
  text-decoration: none;
}

#menu li a:hover,
#menu li.menuG a,
#menu li:hover > a {
  color: #0068f9;
}

/*
#menu li.menuG a:before {
  content: "";
  position: absolute;
  right: 15px;
  left: 15px;
  background-color: #1d78bf;
  top: 28px;
  height: 1px;
}
*/
/* 
#menu li:last-child a {
  padding: 10px 0 0 15px;
  background: transparent;
} 
*/

/* END Main Navigation Menu */

/* LOGIN BOX*/
#bigbox {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
/* END Login Box */

/*CATEGORY HEADER TEXT*/
div.source,
p.style1 {
  color: #1d78bf;
  font-size: 70px;
  font-weight: 600;
      line-height: 76%;
}

/* FOOTER*/
.footerSections {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

#footerBottom {
  height: 68px;
}

.footerCoyright {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 12px;
  line-height: 68px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  text-align: left;
}

/* End Footer*/

#catalogWrap,
.prodCell {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* CHECKOUT HEADER*/

.tableCheckoutHeader {
  display: block;
  float: inherit;
  position: relative;
  top: -20px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  z-index: 3;
}

.tableCheckoutHeader img {
  padding-left: 120px;
}
/* END Checkout Header*/

p.style1 {
  color: #444;
  font-size: 25px;
  font-weight: bold;
}

/******************************************************************************************
* PRODUCT SIDE MENU *
*******************************************************************************************/

#TCtable {
  background: none;
  padding: 0;
}

#TCtable td {
  background: none;
}

.TCCaption {
  color: #bdbdbd;
  font-style: italic;
}

ul.TreeControl {
  float: inherit;
  position: relative;
  padding: 10px;
}

ul.TreeControl {
  color: #ffffff;
}

ul.TreeControl li.TCopen div.anchorCatalog,
ul.TreeControl li.TCclosed div.anchorCatalog {
  float: inherit;
  position: relative;
  color: #333;
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  border: none;
  margin-bottom: 5px;
  text-align: left;
  height: 42px;
  line-height: 42px;
}

ul.TreeControl li {
  list-style: none;
}

ul.TreeControl,
ul.TreeControl ul,
ul.TreeControl li {
  margin-bottom: 5px;
  padding: 0;
  font-size: 10pt;
}

ul.TreeControl li a {
  cursor: pointer;
  text-decoration: underline;
  color: #000000;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-wrap: nowrap;
}

ul.TreeControl li a:hover {
  /*padding-left: 5px;*/
  cursor: pointer;
  text-decoration: underline;
  color: #224390;
}

ul.TreeControl li.TCopen a {
  list-style: none;
  background: none;
  text-decoration: none;
  color: #333;
}

ul.TreeControl li.TCclosed a {
  list-style: none;
  background: none;
  text-decoration: none;
  color: #333;
}

ul.TreeControl li.TCbullet {
  padding: 4px 0px;
  color: #333333;
  text-align: left;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
}

ul.TreeControl li#active {
  /*border-bottom: 1px solid #1d78bf;*/
}

ul.TreeControl li.TCbullet a {
  list-style: disc;
  background: none;
  color: #333;
  padding: 7px 16px 8px 6px;
  margin: 0px 0px 0px 20px;
  font-size: 15px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: left;
}
ul.TreeControl li.TCbullet a:hover {
  color: #0068f9;
}

ul.TreeControl li#active a {
  color: #0068f9;
}

ul.TreeControl li.TCopen ul {
  display: block;
}

ul.TreeControl li.TCclosed ul {
  display: none;
}

/******************************************************************************************
* END DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

.catalogTbl {
  background-color: transparent;
  padding: 0 !important;
}

/*******************************************************************************************
* Shopping Cart *
*******************************************************************************************/

.shopping_cart_icon path {
  fill: #456888;
}

#cartIcon {
  color: #fff;
  position: absolute;
  right: 4px;
  padding: 0;
  font-size: 24pt;
}

#cartCountBadge {
  background: #99c456;
  position: absolute;
  right: 0;
  margin: 0;
  border-radius: 100px;
  padding: 0px 2px;
  line-height: 19px;
  border: 1px solid #fff;
}

#cartDesc {
  display: none;
}

#cartCount {
  background: transparent;
  border: none;
}

#cartContainer.floatClass {
  top: -62px;
}

.checkoutProgress {
  top: -30px;
}

/* cart image */
.tblImage {
  border: none;
}

.tblImage td {
  background-color: #ffffff;
  padding: 0em;
  margin: 0em;
  text-align: center;
  vertical-align: middle;
}
