/* DEFAULT CSS */

/*REQUIRED FOR FOOTER AT BOTTOM */
html, body {
	height: 100%;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
}

#mainContainerSF {
	min-height: 100%;
    min-width: 1000px;
}

#mainContentSF {
	overflow: auto;
	padding-bottom: 68px; /* Must match height of footer (compensate for MoreHTML Body and other spacing variation in screen height) */
}

/*** FOOTER***/
footer {
	position: relative;
	width: 100%;
	margin-top: -68px; /* 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;
}

/* End Footer*/

#mainContentSF {
	max-width: 1360px;
}

body {
	margin: 0 auto;
	height: 100%;
	background-color: #FCFCFC ;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

.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;
}

.tableLogin {
	position: relative; /*absolute (Scroll With Page) fixed (Fixed In Upper Corner) */
	float: right;
	width: 100%;
	top: -32px;
	z-index: 100;
	border-top: 1px solid rgba(0,0,0,.06);
	border-bottom: 1px solid rgba(0,0,0,.06);
}

.tableMain {
	position: relative;
	top: -30px;
	z-index: 2;
	width: 100%;
	max-width: 1360px;
	background-color: transparent;
	padding: 10px 0;
}

.tableSiteBanner {
	position: relative;
	height: 80px;
}

.tableSiteBanner img {
	z-index: 2;
	float: inherit;
	position: relative;
	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;
}

/******************************************************************************************
* DTSS ADDED - 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 {
	float: right;
	position: relative;
	top: -60px;
	margin: 0 0 0 135px; /* should match the width of the site logo */
}

#menu {
	width: 100%;
	background: transparent;
	position: relative;
}

#menu li {
	float: left;
	text-align: left;
	margin: 0 auto;
	position: relative;
	display: inline;
}

#menu li a {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .35px;
	color: #444;
	height: 52px;
	padding: 10px 14px 10px 15px;
	line-height: 25px;
	text-decoration: none;
	text-transform: capitalize;
}

#menu li a:hover,
#menu li.menuG a,
#menu li:hover > a {
	text-decoration:none;
	color: #000;
}

#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);
}

#theImg {
    margin-top: 20px;
}

/* END Login Box */

/*CATEGORY HEADER TEXT*/
div.source {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 15px 0 20px;
}


/* FOOTER*/
.footerSections {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}

#footerBottom {
	height: 68px;
}

.footerCoyright {
	color: rgba(255,255,255,.45)!important;
	font-size: 13px;
	line-height: 68px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	text-align: left;
}

/* End Footer*/

#catalogWrap,
.prodCell {
	border-color: #e5e7eb;
    border-radius: 6px;
    transition: box-shadow .2s ease;
    cursor: pointer;
}
  
.prodCell:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.prodCell h3 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}


/* 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:#fff;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	border: none;
	background: #1d78bf; /* Old browsers */
	margin-bottom: 5px;
	text-align: left;
	height: 42px;
	line-height: 42px;
    transition: background-color .2s ease;
}

ul.TreeControl li.TCopen div.anchorCatalog:hover,
ul.TreeControl li.TCclosed div.anchorCatalog:hover {
    background-color: #1669a8;
}

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;
}

ul.TreeControl li a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #224390;
}

ul.TreeControl li.TCopen a {
	list-style: none;
	background: none;
	text-decoration: none;
	color: #fff;
}

ul.TreeControl li.TCclosed a {
	list-style: none;
	background: none;
	text-decoration: none;
	color: #fff;
}

ul.TreeControl li.TCbullet {
	padding: 4px 10px 4px;
	font-size: 13px;
	line-height: 18px;
	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: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-size: 15px;
	line-height: 32px;
	margin-bottom: 0px;
	text-align: left;
}
ul.TreeControl li.TCbullet a:hover {
	color: #000;
}

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-color: #e5e7eb;
}

.tblImage td {
	background-color: #FFFFFF;
	padding: 0em;
	margin: 0em;
	text-align: center;
	vertical-align: middle;
}

.ui-button,
input[type="button"],
button {
    border-radius: 4px;
}

.ui-button:hover,
input[type="button"]:hover,
button:hover {
    background-color: #f8fafc;
}

*****************************************************

/* Top System Default Tabs */
ul#menu li.linkS {display: ;}                /* Hides Shopping Cart tab */
ul#menu li.linkC {display: ;}                    /* Hides Catalog tab */
ul#menu li.linkA {display: ;}                    /* Hides My Account tab */

/* Catalog */


#products.list {
    border: 1px solid #e5e7eb;
}

#products.list .prodCell {
    background: #fff;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

#catalogWrap:after {
    content: "Want more items added? Just let us know which ones! orders@cdsprint.com";
    display: block;
    text-align: center;
    padding: 20px 10px;
    margin-top: 25px;
    border-top: 1px solid #e5e7eb;
    color: #555;
    font-size: 14px;
}



/* Order History Page */
#myOrderTbl button.dt-button {display: none;}    /* Hides the Export button */
  
/* Order History table headers */
table.dataTable thead th,
th.sorting,
th.sorting_asc,
th.sorting_desc,
th.sorting_disabled {
    background: #f8f9fa !important;
    color: #333 !important;
    font-weight: 600 !important;
    border-color: #e5e7eb !important;
}
  
  
table.dataTable tbody td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


/* My Account Page */
li#QLmyLists {display: ;}                    /* Hides My Lists in menu */
div#contactSalesInfo.ui-box {display: ;}     /* Hides Sales Rep Info box */
div#custServices {display: ;}                    /* Hides Contact Us footer text */
ul#listbigger li {margin-bottom: 5px;}
#QLreports {display: none;}                      /* This ends up being hidden automatically if you change Order Details from Extended to Standard within the customer profile, but for good measure. */
#QLinvoiceSummary {display: none;}               /* This ends up being hidden automatically if you change Order Details from Extended to Standard within the customer profile, but for good measure. */
#QLinvoiceDetail {display: none;}                /* This ends up being hidden automatically if you change Order Details from Extended to Standard within the customer profile, but for good measure. */
table#viewReportsTbl {display: none;}            /* This ends up being hidden automatically if you change Order Details from Extended to Standard within the customer profile, but for good measure. */

#quickLinks span {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}
  
#quickLinks li {
    border-radius: 6px;
    transition: background-color .2s ease;
}
  
#quickLinks li:hover {
    background-color: #f8fafc;
}

#quickLinks li,
#quickLinks td,
.ui-box {
    border-color: #e5e7eb !important;
}

.ui-box header {
    background: #ececec;
    color: #333;
    font-weight: 600;
}

th.ui-state-default {
    background: #ececec !important;
    color: #333 !important;
    background-image: none !important;
}



#printRepInfo h3,
#printRepInfo h3 strong,
#contactCSRInfo h3,
#contactCSRInfo h3 strong,
#contactSalesInfo h3,
#contactSalesInfo h3 strong {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #555 !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.3 !important;
}

#printRepInfo {
    font-size: 14px;
    line-height: 1.4;
}

#contactCSRInfo header,
#contactSalesInfo header,
#quickLinks header {
    background: #f8fafc !important;
    color: #333 !important;
}

/* My Account - Address Book */
td.importExportButtons {display: ;}          /* Hides Address Book Import Export buttons */


/* My Account - My Profile Page */
div#userCommentSection.ui-box {display: ;}   /* Hides the bottom Comment fields */


/* Proof Review Page (before Product Options) */
.jqProofButton {display: ;}                  /* Hides the Page Proof button */


/* Product Options (before adding to Cart) */
.btnArtwork {display: ;}                     /* Hides Review or Upload Linked Art button */
.btnCustomize {display: ;}                   /* Hides Customize or Review Design button */
tr#productImageRow, div#buttonContainer {font-size: 0;} /* DOES NOT WORK, NEED TO FIGURE OUT HOW TO HIDE 1 file(s) attached TEXT */


/* Shopping Cart */
.btnRemoveAll {display: ;}                   /* Hides Remove ALL at top */
tr.memoRow {display: ;}                      /* Hides Memo field. MP uses. If memos are autoprogrammed in templates, you can hide this field to avoid having client override */
tr.PAPERRow {display: ;}
tr.INKSRow {display: ;}                      /* Hides the Inks */
#save-for-later {display: ;}                 /* Hides Save for Later */
#change-options {display: ;}                     /* Hides Change Options */
#view-pdf-proof {display: none;}                 /* Hides View PDF Proof */
#copy-item {display: ;}                      /* Hides Copy Item */
#remove-item {display: ;}                        /* Hides Remove Item */
.dataTableContent, .dtContent  {background-color: #fff;} /* Changes background color of boxes for items in cart */
#checkoutProceedButton button {                  /* Changes the Checkout Proceed Button in its default state */
     background: #003763 !important;
     font-family: Arial, Helvetica, sans-serif;
}
#checkoutProceedButton button:hover {            /* Changes the Chrckout Proceed Button color when you hover over it */
     background: #1295D8 !important;
} 

button[name^="view"] {                           /* Hides the "Download" button that is in the "Saved for Later" section, possibly both sections. */
    display: none;
}

button[name^="copy"] {                           /* Hides BOTH "Copy Item" buttons in the main cart and the "Saved for Later" section. */
    display: none;
}

#shoppingCartTbl button {
    margin: 3px 0;
}

#saveForLaterTbl button,
.dtContent button {
    margin: 2px 0;
}




/* Order Process: Step 1 Address */
#PorCAddress {display: ;}                        /* Hides Top Section completely */
#shipToMyAddress {display: ;}                    /* Hides Ship To My Address, not sure why this is hidden... */
#shipToCompany {display: ;}                      /* Hides Ship To Company */
#shipToMyAddress button.btnEdit {display: ;} /* Hides the Edit button */
#shipToCompany button.btnEdit {display: ;}   /* Hides the Edit button */
.FedEx-email-notify {display: ;}             /* Hides the Notification Email button */
#addressBook {display: ;}                        /* Hides Address Book section completely */
#addressBook .btnImport {display: ;}         /* Hides Address Book import button */
#addressBook .btnExport {display: ;}         /* Hides Address Book export button */
#newAddress {display: ;}                         /* Hides New Address section completely */
#editAddressBox tr:nth-child(13) {display: ;}/* Hides Notification Email field in New Address section */
#saveAddressBook {display: ;}                /* Hides Save to Address Book in New Address section */


/* Order Process: Step 2 Shipping */
#turnAroundTbl {display: ;}                  /* Hides Production Turnaround Table */
#shipProfileTbl {display: ;}                 /* Hides option to choose Shipping Profile*/


/* Order Process: Step 3 Payment */
div#CCInstructions {display: ;}               /* Hides the text instruction. Self explanatory */
#dispCustomerPO {display: ;}                     /* Hides complete section for PO field and Project field */
#custPOBox {display: ;}                          /* Hides Customer PO Reference field only */
#quoteNameBox {display: ;}                       /* Hides Project Name field only */
#ccButtononset {display: ;}                  /* Hides the Purchase Order and Credit Card Toggle box */
#paywithnewcard {display: ;}                 /* Hides the CC payment box */
#payWithDiffCard {display: ;}                /* Hides the Purchase Order and Credit Card Toggle box */


/* Order Process: Step 4 Review */
div#orderShippingMethod {display: ;}         /* Hides the Turnaround and Will Ship UPS info */
div.ui-box.checkoutCell hr {display: ;}      /* Hides the separation line no longer needed */


/* Order Confirmation Page */
ul#orderMoreOptions {display: ;}             /* Hides superfulous options */
div#orderSentBox.ui-box p:nth-child(4) {display: ;}/* Hides the text that comes before the superfulous options "More actions you can takes regarding the new order you just placed:" */


/* Order Status Page */
#orderShipOnDate {display: none;}                /* Hides the Ship On Date on the Order Status Page, Bryan had to assign this an ID on the backend first */ 
table#orderStatusTbl {padding: 10px;}            /* Adds padding around the page */ 

.easycard-tabs, .easycard-tabs-btm1, .easycard-tabs-btm2 {display: ;}/* No idea, on all storefronts */
.ui-widget-header {border-radius:6px;}           /* No idea, on all storefronts */

td.h3 strong {
    font-weight: 700 !important;
}

#shipToBox strong,
#billToBox strong {
    font-weight: 600 !important;
}

/* Search Bars */
#searchText {
    width: 180px !important;
    padding: 6px 10px 6px 24px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px;
    background: #ffffff !important;
    color: #555555 !important;
    text-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif !important;
}


#searchText::placeholder {
    color: #555555 !important;
    opacity: 1 !important;
    text-shadow: none !important;
    font-size: 13px;
    font-weight: 400 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

#searchText:focus {
    border-color: #1d78bf !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(29,120,191,.15);
}

/* Send Files */
label[for="PrintRep"],
select[name="userID"] {
    display: none;
}