
/****************************** TABLE OF CONTENTS *************************************

  CUSTOM COLOR THEME 
  CUSTOM FONT(S)
  GLOBAL
  BUTTONS
  INDEX
  LOGIN
  PROFILE
  DIVISIONS
  CATALOG
  SLIDER
  QUOTES/SIDE BY SIDE
  MAIL MERGE
  BASKET VIEW
  DELIVERY METHODS
  SHIPPING
  BILLING
  REVIEW
  ACCEPT

****************************************************************************************/

/****************************** CUSTOM COLOR THEME ************************************/

:root {
  /* FASTSIGNS */
  --fastsigns-blue: rgb(0, 121, 193);
  --fastsigns-light-blue: rgb(84, 188, 235);

  /* site background header color */
  --header-bkgd-color: #ffffff;

  /* static site text header link color */
  --header-link-txt-color: #ffffff;
  --header-link-txt-color-hover: #a1cfff;
  --fastsigns-blue-hover: rgb(0, 121, 193);
}

/********************************* CUSTOM FONT(S) *************************************/

:root {
  --custom-font: 'Lato', 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: 99% !important;
  max-height: 100% !important;
  margin: 20px auto 0 !important;
}

.select-items {
    max-width: none !important;
    padding-top: 60px !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 AREA ***************/

#header-wrapper {
  background-color: var(--header-bkgd-color);
  margin-bottom: 70px;
}
#header-wrapper > table.header{
  height: 123px;
}
#header_logo > img.no_mobile {
    position: absolute;
    top: 245px;
    max-width: 150px;
    left: 10px;
    max-height: 55px;
}
#header_title > .desktop-logo2 > img.no_mobile {
    position: absolute;
    left: 21px;
    top: 19px;
    max-height: 140px;
}


/* Location, Phone, directions */
.loc-ph-dir{
    position: absolute;
    left: 336px;
    top: 28px;
    height: 65px;
    border-left: 2px solid #ddd;
    text-align: left;
}
.loc-ph-dir-txt{
  padding-left: 20px;
  position: relative;
  top: 5px;
}
.loc-cty-st{
  font-size: 17px;
  font-weight: 700;
}
.loc-ph {
  font-size: 14px;
  font-weight: 400;
}
.loc-dir a{
  font-size: 14px;
  font-weight: 700;
  color: var(--fastsigns-blue);
  text-decoration: none;
}
/* END: Location, Phone, directions */





#header-links-container {
  background-color: var(--fastsigns-blue);
  font-family: var(--custom-font);
  font-weight: 400;
  box-shadow: 0 8px 8px -5px #012166;
  height: 40px;
}

.header-links{
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  font-family: var(--custom-font);
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

#header_title > img {
    position: relative;
    max-height: 75px;
    padding: 20px;
}

.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(--fastsigns-blue-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;
}

h2.pagetitle, .pagetitle{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-shadow: none;
padding-left: 550px;
}


/******* HEADER SEARCH BLOCK: START **********/
.item-search-block {
    position: absolute;
    top: 50px;
    right: 316px;
}
#searchfield_input{
    border-radius: 4px;
    border: 1px solid #333;
    width: 225px;
    height: 26px;
    padding: 5px 33px 5px 5px;
}

button#submit_catalog_search.button {
    background: transparent;
    padding: 0 0 4px 4px;
    right: 360px;
}
button#submit_catalog_search.button:hover {
    color: #f3ff66;
}
#Search > img{
    position: relative;
    top: 3px;
    left: 3px;
}
.newsearch_header_icon {
  position: relative;
    left: 327px;
    top: 3px;
}
@media only screen and (max-width: 1220px) {
    #searchfield_input {max-width: 170px;}
    .item-search-block{top: 55px;}
}
/******* HEADER SEARCH BLOCK: END **********/


/*User Icon*/
.user-icon img{
  position: absolute;
  top: 58px;
  right: 264px;
}



/*** HELLO PERSON ***/
.custom-name-display{
  position: absolute;
    top: 50px;
    right: 132px;
    text-align: left;
display: block;
    width: 124px;
}

/*------ DROPDOWN BUTTON tab ------*/
.tab-dropdown {
    display: inline-block;
    position: relative;
    top: 8px;
    right: 170px;
}

.tab-dropbtn {
    padding-bottom: 15px;
    color: var(--fastsigns-blue);
    cursor: pointer;
}

.tab-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 3px;
    text-align: left;
    border: 1px solid #f1f1f1;
}

.tab-dropdown-content a {
    color: var(--fastsigns-blue);
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    display: block !important;
    text-align: left;
}

.tab-dropdown-content a:hover {
    background-color: #f1f1f1
}

.tab-dropdown:hover .tab-dropdown-content {
    display: block;
}

.tab-dropdown:hover .tab-dropbtn {
    color: var(--fastsigns-light-blue);;
}
/*------ END: DROPDOWN BUTTON tab ------*/

/*--- Shop Basket ---*/
.fa-shopping-basket:before {
    content: "\f07a" !important;
    color: var(--fastsigns-blue);
}

#mobile_cart {
    right: 48px !important;
    position: absolute;
    top: 56px !important;
    display: inline !important;
}

#mobile_cart .fa-shopping-basket {
    font-size: 32px;
}

#mobile_cart .item_count {
  float: right;
  padding-left: 10px;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  position: relative;
  bottom: 2px;

}
/*--- END Shop Basket ---*/

/*************** cat footer *****************/
.footer {padding-top: 0px;}

.cat_footer {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: var(--fastsigns-blue);
    text-align: left !important;
    display: flex;
    flex-flow: row;
}

.footer_column_1, .footer_column_2 {
  width: 100%;
  padding: 20px 0;
  margin: 0 10%;
}

.footer_column_title {
  font-size: 17px;
  color: #FFF;
}

.footer_parag {
  margin-top: 16px;
  font-size: 14px;
  color: #FFF;
  width: 90%;
  line-height: 1.5em;
}

.footer_column_1 a, .footer_column_2 a{color: #fff;}
.footer_column_1 a:hover, .footer_column_2 a:hover {color: #a1cfff;}

.disclaimer-footer {padding: 30px 0;}
.disclaimer-footer p {font-size: 14px;}
.disclaimer-footer p a { color: var(--fastsigns-blue); text-decoration: none;}
.disclaimer-footer p a:hover { color: #da2128;}


/************************************ 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 ****************************************/

#all_items_view {
    margin-top: -60px;
}

/*
.main-section {
  text-align: center;
}
*/

.stretchy_cols {
    min-width: 200px !important;
    max-width: 300px !important;
    margin: 40px 5px 0 5px !important;
    width: unset !important;
}

.stretchy_cols .image-container {
    height: 230px;
    display: block;
    min-width: 200px;
    align-content: center !important;
}

.stretchy_cols .height-adjuster {
   display: inline;
}

.stretchy_cols .responsive-longname {
    margin-top: 20px;
    margin-bottom: 10px;
}

.stretchy_cols .responsive-pricing {
   color: var(--fastsigns-blue);
   font-weight: bold;
}

.responsive-item {border: none;}

.catalog-tab-blurb {
   padding: 0px !important;
}

/** Bread Crumb **/
.bread-crumbs{
    background-color: var(--fastsigns-blue);
    color: var(--fastsigns-light-blue);
    position: absolute;
    left: 0;
    top: 164px;
    width: 100%;
    height: 70px;
    z-index: -1;
}
.bread-crumbs p{
  float: left;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 700;
}




 #deep_link_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  min-width: 845px;
  margin: 0 auto;
  justify-content: space-evenly;
  position: relative;
  margin-top: 40px;
}
 
.deep_links_holder {
  margin: 7px 7px 7px 7px;
  background-color: #FFF;
  width: 300px;
  border: 1px solid #ccc;
}

.deep_links_holder:hover {
  box-shadow: 1px 1px 8px #888888;
}

.deep_links {
  overflow: hidden;
} 

.deep_links img {
  width: 100%;
  height: 190%;
  object-fit: cover;
  transition: transform .25s ease-in-out;
  border: 1px solid #ccc;
} 

.deep_links img:hover{
  transform: scale(1.25);
}

.icon_hd {
    color: var(--fastsigns-blue);
    display: block;
    text-align: left;
    font-weight: bold;
    padding: 10px 10px;
}

.icon_txt {
    font-size: 14px;
    text-align: left;
     padding: 10px 10px;
}
.select-items .vertical-shell {
  margin-left: 10px!important;
}

.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;
}


/******************************** SLIDER *********************************/

/* THIS SECTION IS FOR THE SLIDER, IF YOU NEED MORE SLIDERS, THIS NEEDS TO BE UPDATED WITH PROPER PRECENTAGES */

  @keyframes slideshow {
    17% {left: 0;}
    33% {left: 0;}
    49% {left: -100%;}
    65% {left: -100%;}
    82% {left: -200%;}
    98% {left: -200%;}
  }

  .slider {
      overflow: hidden;
      margin: 5px auto;
      position: relative;
      top: -85px;
      z-index: -10;
  }

  .slider .figure img{width:20%;
    float:left;
  }

  .slider .figure {
    position: relative;
    width:500%;
    margin:0;left:0;
    text-align:left;
    animation:25s slideshow infinite; 
    }

  @media screen and (max-width: 767px) {.slider {overflow: hidden; width: 100%; margin: 0 auto;}}

/******************************** QUOTES/SIDE BY SIDE *********************************/

.buttonsbar, .form-body {
margin-top: 10px !important;
        margin-bottom: 40px !important;
        border-radius: 0px !important;
        max-width: 465px !important;
}

#estimate-item-container {
  padding: 20px 0;
}

.submit.center button {
  margin-bottom: 20px !important;
}

#all_options, #all_options_container {
  border: none !important;
}

/* REMOVE BOTTOM BORDER IN SIDE BY SIDE */
div.field-container {
    border-bottom: 0px !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;
}

.basket-view table:not(.items-table) {
  width: auto;
  margin: 0 auto;
}

.items-table {
 max-width: 40%  !important;
}

/********************************* 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;
}

/************************************ 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;
  margin: 0 300px !important;
}

.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;
}

#item_details_view #d_price_html {
  font-style: unset;
}

.all-items-hide {
 display: block;
}

#item_details_view {
 z-index: 1000;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 background: white;
 box-shadow: black 1px 1px 2000px;
 padding: 50px;
 max-width: 80%
}

#jquery-overlay {
  z-index: 1500;
}

#jquery-lightbox {
  z-index: 1501 !important;
margin: 0% 30% auto;
background: white;
 border: 2px solid black;
 box-shadow: grey 1px 1px 50px; 
max-width: 40%
}

#all_options_container {
    vertical-align: top !important;
    padding-top: 20px !important;
    padding-right: 400px !important;
}

#blurb-and-image {
    vertical-align: top !important;
    text-align: left;
    max-width: 70%;
    min-width: 0%;
    width: 20% !important;
    padding-left: 400px !important;
}

.left, .left * {
        margin-left: 0px !important;
        margin-right: auto !important;
        text-align: center !important;
    }
