
/****************************************************************************************
************************** TABLE OF CONTENTS **********************************/
/****************************************************************************************

  1. FONTS
  2. GLOBAL
  3. INDEX
  4. CATALOG
  5. QUOTES/SBS
  6. MAIL MERGE
  7. BASKET VIEW
  8. Delivery Methods
  9. SHIPPING
  10. BILLING
  11. REVIEW
  12. ACCEPT
  13. ANIMATIONS

/****************************************************************************************
************************************ 1. FONTS ****************************************
****************************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Krub&display=swap');

/****************************************************************************************
************************************ 2. 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 {
    padding: 20px;
    max-height: 140px;
}

#header-links-container {
  background-color: var(--header-link-bkgd-color);
  font-family: var(--custom-font);
  font-weight: 400;
  box-shadow: 0 8px 8px -5px #555;
}

.header-links{
  float: left;
  padding-left: 20px !important;
  font-family: var(--custom-font);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  padding: 6px 0;
  text-decoration: none;
}

.header-links a{
  color: var(--header-link-txt-color);
  padding: 6px 10px;
  text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-links a:hover {
  color: var(--header-link-txt-color-hover);
  background-color: var(--header-link-bkgd-color-hover);
  padding: 6px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#logout_userid {
  color: var(--header-link-txt-color);
  padding: 0 15px;
}

/****************************************************************************************
*********************************** 3. INDEX *****************************************
****************************************************************************************/

.login {
    text-align: center;
}

.index-container {
  margin: 20px 20px;
  padding-bottom: 20px;
  font-size: 14px;
}


/****************************************************************************************
********************************** 4. CATALOG **************************************
****************************************************************************************/
.responsive-choose-info {
  display: contents !important;
}

.select-items .vertical-shell {
  margin-left: 10px!important;
}

.select-items .image-container img {
  margin: 20px 0;
}

.select-items .longname *, .select-items .longname *{
  font-size: 14px;
}

.select-items .pagetitle {
  margin-left: 10px!important;
}

.select-items .buttonsbar button {
  margin-bottom: 20px;
}

.stretchy_cols {
    max-height: 525px !important;
}

#submit_catalog_add {
  margin-top: 5px;
}

#copy4 {
  display: none;
}

.bundle_subitem_preview img {
  border: 1px solid gray;
}

.qtyspec_label {
  margin-left: 5px;
}

#all_items_view {
    padding-top: 20px !important;
}

.select-items .pageinstructions, .error {
    text-align: center;
    background: #f1f1f1;
    width: 50%;
    margin: 0 auto;
    padding: 10px 0px;
}

.imprint .error {
    background: #f1f1f1;
    width: 100%;
    padding: 10px 0px;
    position: relative;
    left: 0;
    margin-top: 20px;
}

.catalog #upper_buttons {
    position: relative;
    right: 10px;
}

.select-items .pageinstructions {
    -webkit-animation: cssAnimation 8s forwards; 
    animation: cssAnimation 8s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

.responsive_tabs .opened:before, .responsive_tabs .closed:before {
    float: right;
    position: absolute;
    left: 200px;
}

.responsive_tabs .closed:before {
    content: "\f0d9" !important;
}

.responsive_tabs .opened:before, .responsive_tabs .closed:before {
    margin-top: 6px;
}

.responsive_tabs .opened a, .responsive_tabs .closed a, .responsive_tabs div.off a, .responsive_tabs div.off a, .responsive_tabs .opened:before, .responsive_tabs .closed:before {
    display: block;
}

.qtyspec_label {
	margin-left: 5px !important;
}

.item-search-block {
    margin-left: 25px !important;
    width: 220px;
}

.responsive_tabs-shell .after {
    margin-top: 20px !important;
}

#basket-list-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
}

.basket-list-item {
        margin-bottom: 10px !important;
}

.basket-list-item .button {
        padding: 1px 1px 1px 5px !important;
}

#basket_button_container {
        text-align: center;
}

.select-items {
    margin-top: 30px;
}

/* 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 td {
    display: table-cell !important;
}

.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: -4px;
    float: left;
}

/****************************************************************************************
**********************************  5. QUOTES/SBS *********************************
****************************************************************************************/

.leftSideFieldContainer .title {
    background: #ccc !important;
    border-radius: 0 !important;
    margin-bottom: 15px !important;
}

.leftSideFieldContainer .title h1 {
    font-size: 18px !important;
}

.leftSideFieldContainer .title .form-subheader {
    font-size: 14px !important;
    padding: 0px 6px 6px !important;
}

div.field-container div.input select {
    margin: 0px !important;
    max-width: 100% !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;
  padding: 0px !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;
}

.imprint  div.field-container {
    border-bottom: 0px !important;
}

.imprint .form-body td.label input, .imprint .form-body td.input select, .imprint .form-body td.input textarea, .imprint .form-body td.input option {
    width: 100%;
}

.imprint .form-body td.input input[type='text'] {
    width: 98%;
}

/****************************************************************************************
*****************************  6. 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;
}

/***************************************************************************************
*****************************  7. BASKET VIEW  ************************************
****************************************************************************************/

.basket-view td.previewcell {
  background-color: transparent!important;
}

.basket-view .buttonsbar button {
  margin-bottom: 20px;
}

table:not(.items-table) {
  margin: 0 auto;
}

/***************************************************************************************
******************************  8. 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;
  font-family: "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);
  position: relative;
  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
}

/***************************************************************************************
********************************  9. SHIPPING  **************************************
****************************************************************************************/

.mail-merge .pagetitle{
  margin-left: 15px!important;
}

#see_shipping_methods{
  position: relative;
  font-size: 14px;
  color: #00000A;
  font-family: "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);
  position: relative;
  behavior: url(/hub/css/PIE.htc);
  max-width: 150px;
  text-shadow: none!important;
}

.mail-merge .field-note{
  display: none!important; /*can't do much better without source change*/
}

.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;
}

/***************************************************************************************
************************************  10. 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: 20px !important;
}

/***************************************************************************************
*********************************  11. 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;
}

/***************************************************************************************
**********************************  12. 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;
}

.accept-showneworderbutton {
        margin: 20px auto !important;
}

.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;
    font-family: "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);
    position: relative;
    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;
}


/*************************************************************************************
**********************************  13. ANIMATIONS  *****************************
**************************************************************************************/
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes AdminAnimation {
 0% {
  background-position: 0% 50%
 }

 50% {
  background-position: 100% 50%
 }

 100% {
  background-position: 0% 50%
 }
}

@-moz-keyframes AdminAnimation {
 0% {
  background-position: 0% 50%
 }

 50% {
  background-position: 100% 50%
 }

 100% {
  background-position: 0% 50%
 }
}

@keyframes AdminAnimation {
 0% {
  background-position: 0% 50%
 }

 50% {
  background-position: 100% 50%
 }

 100% {
  background-position: 0% 50%
 }
}

@-webkit-keyframes AdminAdnimationhover {
 0% {
  background-position: 100% 50%
 }

 50% {
  background-position: 0% 50%
 }

 100% {
  background-position: 100% 50%
 }
}

@-moz-keyframes AdminAdnimationhover {
 0% {
  background-position: 100% 50%
 }

 50% {
  background-position: 0% 50%
 }

 100% {
  background-position: 100% 50%
 }
}

@keyframes AdminAdnimationhover {
 0% {
  background-position: 100% 50%
 }

 50% {
  background-position: 0% 50%
 }

 100% {
  background-position: 100% 50%
 }
}
