﻿@charset "UTF-8";
.addressItemHead {
padding: 0;
}
.addressItemHead .personName {
 padding: 16px;
}
.addressItemHead > div {
 padding: 0;
}
.addressItemBody {
padding: 0;
}
.addressItemBody li {
 padding-left: 16px;
padding-right: 16px;
}
.addressItemHead .buttons {
 padding: 0;
}
#ctl00_cphMainContent_ctl09_tdProof .form-check-input {
	min-width: unset!important;
}
:root {
  font-size: 18px;
}

/* #ext-gen30 {
	display: none;
}
#mailing-list-choices {
	position: absolute;
	opacity: 0;
	left: -1000px;
	height: 0;
	width: 0;
} */
.x-panel-bwrap input {
  vertical-align: unset !important;
}

#btnGetAccuZipEstimate {
  opacity: 0;
}

.popupContent .extRefNbr,
.popupContent .PCM_API_ROW_ID,
.popupContent .sequence,
.popupContent .imbdigits,
.popupContent .ps_trynum,
.popupContent .imbarcode {
  visibility: hidden;
  position: absolute;
}

.color-div {
  background-size: contain !important;
  border: solid 1px black;
}

.color-div {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
  flex-basis: 50px;
  flex-shrink: 0;
}

.color-wrapper {
  width: auto;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.color-wrapper span {
  font-size: 12px;
}

.color-div.active {
  box-shadow: 0px 0px 2px 4px #e63946;
}

.color-select-radio {
  display: none;
}

/* Customizer layout */
.CustomizationProperties .tab-content {
  display: flex;
  flex-direction: row-reverse;
}

.CustomizationProperties #customization {
  flex-basis: 38%;
  width: 38%;
  padding-top: 20px;
}

.CustomizationProperties #preview {
  position: relative;
  visibility: visible !important;
}

.CustomizationProperties #SlideShow {
  width: 490px !important;
}

.CustomizationProperties #SlideShow .gallerylayer {
  width: 100% !important;
}

.CustomizationProperties #SlideShow .gallerylayer img {
  width: 100%;
}

.CustomizationProperties table[id*=ucDialCustomization_SlideShow_tblNavigationPanel] {
  width: 490px !important;
}

#tdDialCustomization [id*=ducName],
#tdDialCustomization [id*=ducWrapper] .dddlName,
#tdDialCustomization [id*=LabelDialFriendlyName] {
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}

#tdDialCustomization .form-control {
  width: 100%;
}

div {
  box-sizing: border-box;
}

#previewWrapper {
  width: 490px !important;
}

.dialCustomization_updatePreviewBtnPnl {
  width: 490px !important;
}

.text-center {
  text-align: center;
}

.recipients-replacement h6 {
  font-size: 16px;
}

.recipients-replacement a {
  font-size: 16px;
  font-weight: 600;
}

.recipients-replacement .btn {
  border-radius: 3px;
  padding: 4px 12px !important;
  margin-right: 6px !important;
  min-width: unset !important;
}

.proof-approval-section {
  width: 100%;
}

.proof-approval-section p {
  white-space: pre-wrap;
}

.NCOA-box {
  margin-top: 24px;
  padding: 12px;
  border: solid 1px rgba(0, 0, 0, 0.125);
  border-radius: 3px;
  background: #fcf3d3;
}

.NCOA-box .form-check-label {
  font-weight: bold;
  padding-left: 10px;
  font-size: calc(var(--text-size-regular) * 0.85);
  white-space: normal;
  position: relative;
  top: -6px;
}


.NCOA-box input {
  min-width: unset;
}
.NCOA-box strong {
  margin-bottom: 10px;
  display: block;
}

.NCOA-box .form-group.d-flex {
  align-items: start;
}

.required {
  color: red;
}

.CustomizationProperties .tab-pane {
  display: block !important;
}

#designGuidlines .nav-link {
  color: #35435e !important;
}

#loadingScreen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20000;
}

.loadingScreenBackdrop {
  opacity: 0.75;
  width: 100%;
  height: 100%;
  background: #3d78dc;
  background-size: cover;
}

.loadingScreenProper {
  position: absolute;
  max-width: 550px;
  width: 100%;
  border-radius: 10px;
  height: 400px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20000;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #3d78dc;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3d78dc transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-body {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.loading--heading,
.loading--subheading,
.loading--message {
  color: white;
}

.loading--heading {
  margin-bottom: 32px;
}

.loading--subheading {
  margin-bottom: 16px;
}

.loading--table {
  margin: auto;
  font-size: 10px;
  width: 260px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.15);
}

.loading--table .col {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
  border-right: solid 1px rgba(0, 0, 0, 0.125);
}

.loading--table .col:last-child {
  border-right: none;
}

.loading--table .row {
  margin: 0;
}

.loading--table {
  text-align: left;
  margin-bottom: 32px;
}

.table--heading {
  background: #e1e1e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.table--body {
  font-family: "Dancing Script", cursive;
  font-size: 6px;
}

.table--body .row {
  background: white;
}
.table--body .row.collapse.show {
  display: flex;
}

.table--body .row:nth-child(2n) {
  background: #f1f1f1;
}

.loading--message {
  display: none;
}

.loading--messages {
  height: 40px;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

.loading--message {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transorm: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.form-check .form-check {
  display: inline-block !important;
}

.XmpImageButton {
  height: unset;
}

#UploadRLWrapper input[type=file] {
  height: unset;
}

#lpwidget .body-count-result {
  width: 100% !important;
}

#lpwidget #nrecords {
  font-size: 12px;
  position: relative;
  top: 2px;
}

#lpwidget .x-form-el-nrecords .x-form-invalid-icon {
  top: 4px !important;
  left: 177px !important;
}

#divRecipientListButtons a:not(.btn):hover {
  box-shadow: none;
  color: rgba(255, 0, 0, 0.8);
  text-decoration: underline;
}

@media only screen and (min-width: 900px) {
  .modal-dialog.modal-xl {
    max-width: 1140px;
  }
}
#fullpage:not(.LoginMaster) {
  padding-top: 32px;
  padding-bottom: 32px;
}

[id*=trWizardStepsNav] {
  display: none;
}

.CheckOutPage li {
  border: none !important;
}
.CheckOutPage .buttonsContainer {
  margin: 0 !important;
}
.CheckOutPage .buttonsContainer .buttonContainer {
  padding: 0 !important;
}
.CheckOutPage .trBottom {
  padding: 0 !important;
}
.CheckOutPage .detail,
.CheckOutPage .ShoppingCartPriceTD {
  margin: 0 !important;
}

#CurrentCartSummary .CheckOutPage.panel.panel-default {
  margin-right: 0;
}

.OrderPriceContainer.panel.panel-default {
  margin-top: 16px;
  margin-right: 2px;
  width: 300px;
  padding-right: 15px;
}

.OrderPriceLabelWidth {
  width: auto;
}

.OrderPriceTable,
.OrderPriceTable tbody {
  font-size: 16px;
  width: 100%;
}

body {
  counter-reset: customsteps;
}

.stepsnavigation {
  display: block !important;
  border-bottom: 1px solid #dde0e5;
  counter-reset: customsteps;
}

.CustomizationSteps {
  padding-bottom: 1rem;
}

.CustomizationSteps span a.btn-default,
.CustomizationSteps span a.btn-default:hover {
  background-color: #fff !important;
  color: #939393 !important;
  font-weight: 500 !important;
  border-radius: 0px !important;
  padding: 0px 30px 0px 0px !important;
  font-size: 18px !important;
  text-transform: none !important;
  margin: 0px !important;
  letter-spacing: 0px !important;
  outline: none;
  border: none !important;
}

.CustomizationSteps span.btnSelected a,
.CustomizationSteps span.btnSelected a:hover {
  color: #3d78dc !important;
}

.CustomizationSteps > span > span::before {
  counter-increment: customsteps;
  content: counter(customsteps);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 30.0006px;
  height: 30.0006px;
  color: white;
  font-size: 19.9998px;
  margin-right: 10px;
  background: #939393;
  color: white;
}

.CustomizationSteps > span > span.btnSelected::before {
  background: #3d78dc;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #415173;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 9px;
}

h1,
.h1 {
  font-size: 45px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 31.5px;
}

h4,
.h4 {
  font-size: 27px;
}

h5,
.h5 {
  font-size: 22.5px;
}

h6,
.h6 {
  font-size: 18px;
}

#ctl00_cphMainContent_ucDialCustomization_updatePanelDummy {
  padding-top: 24px;
  text-align: center;
}

/* #ctl00_cphMainContent_ucDialCustomization_updatePanelDummy a {
  color: #3d78dc !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 1.33rem !important;
  text-transform: uppercase !important;
  border: none !important;
  font-weight: bold !important;
  box-shadow: none !important;
} */

.mainAreaFooterFullWidth .WizardButtonsContainer {
  display: flex;
  justify-content: flex-end;
}

#body-legacy #fullpage .WizardButtonsContainer .back a.btn {
  border: solid 1px #415173;
  color: #415173 !important;
  background: transparent;
  box-sizing: border-box;
}
#body-legacy #fullpage .WizardButtonsContainer .back a.btn:hover, #body-legacy #fullpage .WizardButtonsContainer .back a.btn:focus, #body-legacy #fullpage .WizardButtonsContainer .back a.btn:active {
  color: white !important;
}

#body-legacy #fullpage .WizardButtonsContainer .back a.btn:hover,
#body-legacy #fullpage .WizardButtonsContainer .back a.btn:active,
#body-legacy #fullpage .WizardButtonsContainer .back a.btn:focus {
  color: white;
  background: #415173;
  opacity: 1;
  box-shadow: none;
}

#fullpage .btn {
  box-shadow: none !important;
}

#fullpage .btn:hover {
  opacity: 0.9;
}

.HybridFormLabel,
.FormLabel {
  color: #35435e;
}

tr[id*=dgRecipientList] td {
  width: auto !important;
}

.proof-approval-section .proofLink a[id*=lbtnProof].btn-primary.btn.btn-lg {
  color: white !important;
  margin: 0 !important;
}

.proofLink:not(div) {
  margin-bottom: 20px !important;
  padding-left: 0 !important;
}

a:not(.btn) {
  color: #3d78dc;
}
a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
  color: #3d78dc;
  opacity: 0.85;
}

.btn-lg {
  font-size: 1.25rem !important;
}

a[id*=btnRecalculate] {
  display: none !important;
}

#btnAddNewRecords,
#ctl00_cphMainContent_lblRecipient_btnDeleteRows {
  background: transparent !important;
  color: #3d78dc !important;
  border: none !important;
  padding: none !important;
  font-weight: bold;
  margin-left: 12px;
}
#btnAddNewRecords::before,
#ctl00_cphMainContent_lblRecipient_btnDeleteRows::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 4px;
}

#ctl00_cphMainContent_lblRecipient_btnDeleteRows {
  color: #e63946 !important;
}
#ctl00_cphMainContent_lblRecipient_btnDeleteRows::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 4px;
}

#searcharea {
  display: none !important;
}

.WizardProgressBarContainer {
  display: none !important;
}

#fullpage.LoginMaster {
  width: 100% !important;
  height: 100vh;
  background: #eee;
}
#fullpage.LoginMaster p[id*=pPaddingTop] {
  display: none;
  margin: 0;
  padding: 0;
}
#fullpage.LoginMaster .mainareaFullWidth,
#fullpage.LoginMaster #bodyarea {
  width: 100%;
  padding: 0;
  background: #eee;
}
#fullpage.LoginMaster * {
  float: none !important;
}

#divLogo {
  width: 100%;
  background: #415173;
  padding-top: 15px;
  padding-bottom: 15px;
}

.loginLogoContainer {
  text-align: left;
}
.loginLogoContainer .logo {
  max-width: 150px;
  max-height: unset;
  display: block !important;
}

.formbox,
.LockedUserDiv,
.LoginPasswordExpired,
.LockedUser {
  background: transparent;
}

[id*=lblRegisterHeading] {
  display: block;
  text-align: center;
}

.loginFormContainer {
  width: 430px;
  margin: auto;
}
.loginFormContainer .the-login-form .btn {
  display: block;
}
.loginFormContainer .the-login-form .form-group:last-of-type {
  margin-bottom: 4px;
}
.loginFormContainer .the-login-form .form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.loginFormContainer .the-login-form .SmallLink {
  color: #3d78dc;
}
.loginFormContainer .the-login-form .SmallLink:hover {
  color: #3d78dc;
}

.headings {
  margin-bottom: 24px;
}
.headings .d-block {
  text-align: center;
}

.LoginMaster .btn.btn-default {
  color: white !important;
  background-color: #415173 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.LoginMaster .btn.btn-default:hover, .LoginMaster .btn.btn-default:active, .LoginMaster .btn.btn-default:focus {
  opacity: 0.9;
  color: white !important;
}

.RegisterLink {
  margin: 10px !important;
}

#tblRegistration table tr {
  flex-flow: unset;
  flex-direction: row;
  padding-bottom: 10px;
  align-items: center;
}

.LoginMaster [id*=btnRegister].btn.btn-default {
  width: 100%;
  background: transparent !important;
  color: #415173 !important;
  font-weight: bold;
}

.login-splash-screen {
  width: 100%;
  height: 100%;
  background: #eeeeee;
}

.loginFormContainer {
  display: none;
}

#uStoreSkinsMainApp {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}

#mainNav.bg-dark {
  background-color: #415173;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #35435e;
  font-weight: 600;
}

.navbar .nav-link {
  color: white !important;
  font-weight: 500;
}

.btn {
  color: white;
  box-shadow: none !important;
}

.btn.btn-primary {
  background: #3d78dc;
  border-color: #3d78dc;
}

.btn.btn-primary:hover {
  background: #619dcf;
  color: white;
  border-color: #619dcf;
}

.btn {
  text-transform: capitalize;
}

.btn-warning {
  background: transparent;
  color: white;
  border: solid 1px white;
}

.btn-warning:hover {
  background: white !important;
  border-color: #35435e !important;
  color: #35435e !important;
}

.header--logo {
  max-width: 150px;
}

/* Utilities */
.button {
  background: #415173;
  color: white !important;
  text-decoration: none !important;
  padding: 8px 16px;
  border-radius: 50px;
  border: solid 1px #415173;
}

.button:hover {
  background: white;
  color: #415173 !important;
}

.blue {
  color: #3d78dc;
}

.semibold {
  font-weight: 700;
}

/*
    Homepage Styles
*/
.homepage--heading {
  margin-bottom: 64px;
  font-size: 42px;
}

/* .homepage {
	padding: 64px 0;
} */
/*
    Product Grid Styles
*/
.productGrid--name a {
  color: black !important;
}

.productGrid--name {
  margin-bottom: 28px;
}

.productGrid--image {
  margin-bottom: 16px;
}

.footer {
  background: #f5f5f5;
  padding: 64px 0;
  margin-top: 64px;
}

.footer span,
.footer a,
.footer strong {
  font-size: 14px;
  color: black !important;
}

.mainAreaFooterFullWidth {
  margin-bottom: 64px;
}

.catalog-page {
  margin-top: 64px;
}

.breadcrumb {
  background: transparent;
  border: none;
  padding-left: 10px;
}

/*
	Disable Registration button
*/
#tblRegistration {
  display: none !important;
}

#customProductGalleryContent .category + .catalog-items {
  /* display: none; */
}

.catalog-page {
  margin: 0;
}

.fourBySix img {
  width: 206px;
}

.sixByEight img {
  width: 265px;
}

.product--sizing img {
  margin: 0 auto 16px;
}

.product--info {
  font-weight: 600;
  margin-bottom: 16px;
}

.product--price {
  font-size: 16px;
  font-weight: 400;
}

.item {
  margin-bottom: 32px;
}

/* Landing Page Changes */
.landingGrid--name {
  position: relative;
  margin-top: 16px;
}

.landingGrid--name:before {
  display: inline-block;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-color: #16bac5;
  position: absolute;
  top: -16px;
  content: "";
}

.landingGrid--item {
  margin-bottom: 90px;
}

.landingGrid--image {
  margin: 16px 0 16px;
}

@media only screen and (min-width: 1200px) {
  /* .landingGrid--image {
  	padding: 0 120px;
  } */
}
.groupItem {
  background-size: cover;
  background-position: center center;
  padding: 108px 0;
  position: relative;
  display: flex;
  color: white !important;
  font-size: 20px;
  overflow: hidden;
}

.groupItem a {
  color: white !important;
}

.groupItem--links {
  background: rgba(65, 81, 115, 0.75);
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: -20px;
  transition: all ease-out 0.3s;
}

.groupItem:hover .groupItem--links {
  background: #3d78dc;
  transform: translateY(-20px);
}

.groupItem:hover .groupItem--continue {
  margin: 0;
  opacity: 1;
}

.groupItem--link {
  font-size: 32px;
}

.groupItem--name {
  margin: 0;
}

.groupItem .fa {
  position: relative;
  top: 1px;
  left: 8px;
  transition: transform ease-out 0.3s;
}

.groupItem:hover .fa {
  transform: translateX(10px);
}

.groupItem--continue {
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-out 0.3s;
}

.designItem--overlay {
  position: absolute;
  width: 100%;
  max-height: 100vh;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  color: white;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.designItem--overlay.letter {
  height: 100%;
  max-height: unset;
}

.designItem--overlay.active {
  display: block;
}

.designItem--preview {
  width: 70%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.close-btn {
  cursor: pointer;
}

.designItem {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.09);
}

.postcardTypeList li {
  list-style: none;
  position: relative;
}

.postcardTypeList li:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #3d78dc;
  position: absolute;
  left: -16px;
  top: 8px;
  content: "";
  font-size: 30px;
  color: #3d78dc;
}

.preview-btn {
  margin-top: 8px;
  color: #3d78dc;
  cursor: pointer;
  font-weight: 500;
}

.preview-btn .fa {
  transition: transform 0.3s ease-out;
}

.preview-btn:hover .fa {
  transform: translateX(8px);
}

.preview--heading {
  color: white;
}

.designItem--buttons {
  margin-top: 16px;
}

.howItWorks--icon {
  margin-bottom: 32px;
}

.howItWorks--heading {
  color: #415173;
  font-weight: 600;
}

.howItWorks--link {
  margin: 32px 0 0;
}

.faqGroup {
  margin-bottom: 44px;
}

.faqGroup--heading {
  margin-bottom: 32px;
  color: #415173;
  font-weight: 700;
}

.faqItem {
  margin-bottom: 20px;
}

.faqItem--question {
  font-weight: 700;
  color: black;
  margin-bottom: 0;
}

.information {
  margin-bottom: 64px;
}

.information--heading {
  color: #415173;
  font-weight: 700;
  margin-bottom: 0;
}

.information--link {
  color: black !important;
  text-decoration: none !important;
}

.btn-secondary {
  background: #35435e;
  border-color: #35435e;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:target {
  color: white !important;
  background: #59657b !important;
  border-color: #35435e !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.nav-link {
  margin-right: 12px;
}

.nav-link i {
  font-size: 20px;
}

.catalog-items {
  padding-bottom: 64px;
}

.calc-container {
  display: none;
}

td[height="20"] {
  padding: 0;
}

td[width="8"] {
  width: 1px;
}

td[width="8"] + td {
  width: 100%;
}

td {
  padding: 0;
}

.next {
  margin-right: 0 !important;
}

.AccountLinks {
  color: #415173 !important;
}

.btn-default {
  border: solid 1px #3d78dc;
  background-color: #3d78dc;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: #619dcf;
  border-color: #619dcf;
  color: white;
}

.btn-default:not(.XmpieBackLink),
.btn-default:not(.XmpieBackLink) a {
  color: white !important;
}

#ctl00_cphMainContent_lblRecipient_lblRecipientList:before {
  content: "Label name: ";
  display: inline-block;
  white-space: pre;
}

.rgHeader a {
  color: white !important;
  font-weight: 400 !important;
}

.rgPagerButton,
.rgPagerLabel {
  margin-left: 4px !important;
  display: inline-block;
}

.rgPagerTextBox {
  margin-right: 4px !important;
  display: inline-block;
}

#tblNumCopies {
  display: none !important;
}

#trBottom {
  padding-left: 0 !important;
}

.boundedBox td {
  padding-left: 0 !important;
}

.AddressBody td {
  padding-left: 16px !important;
}

#ctl00_cphMainContent_BillingAddress_lnkAddAddress {
  margin-left: 16px;
}

.addressBodyWrapper {
  position: relative;
  float: none;
  clear: both;
  margin-top: 32px;
}

.OrderPriceContainer.panel-default {
  float: none !important;
  margin-left: auto;
  position: relative;
  right: -10px;
}

#uStoreSkinsMainApp {
  background: white;
}

.white-bg {
  background: white;
  padding-bottom: 64px;
}

.footer {
  margin-top: 0;
}

.dropdown-item {
  border-radius: 0;
  color: #3d78dc;
  font-weight: 500;
  font-size: 18px;
}
.dropdown-item:focus, .dropdown-item:active {
  background-color: #415173;
}
.dropdown-item:focus a, .dropdown-item:active a {
  color: white;
}
.dropdown-item:focus a:hover, .dropdown-item:focus a:focus, .dropdown-item:active a:hover, .dropdown-item:active a:focus {
  color: white;
}

a.dropdown-item:focus, a.dropdown-item:active {
  color: white;
}

.dropdown-item:hover,
.dropdown-item a:hover {
  color: #3d78dc;
  text-decoration: underline;
}

#uEditFlatDesignWrapper {
  margin-left: 0 !important;
}

#rightControlPanel {
  margin-left: 44px !important;
}

#wrapper_10867 {
  margin-top: 0 !important;
}

.tab-content #preview {
  position: relative;
}

.first {
  max-width: 100%;
  width: 100% !important;
}

#customization table ul input,
#customization table select {
  width: 100%;
}

#ctl00_cphMainContent_rlmWrapper_4_RLM_4_lblDownloadTemplateExplanation br {
  line-height: 30px;
}

#ctl00_cphMainContent_lblRecipient_ctl00_cphMainContent_lblRecipient_RecipientDataGridPanel {
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.15);
}

#ctl00_cphMainContent_lblRecipient_ctl00_cphMainContent_lblRecipient_RecipientDataGridPanel table {
  border: none !important;
}

#ctl00_cphMainContent_btnRecalculate {
  position: absolute !important;
  left: -8000px;
}

.the-buttons {
  display: flex !important;
  flex-direction: row;
}

#ctl00_cphMainContentFooter_WizardStepsNextPrev1_ButtonFinish:hover {
  background: transparent;
  color: #415173;
  border: solid 1px #415173;
}

#trTop {
  margin-top: 8px;
}

.dialNameText {
  background: #35435e;
  padding: 4px 10px;
  position: relative;
  font-size: 15px !important;
  color: white !important;
}

.Duc .dialNameText .FormLabel {
  color: white !important;
}

.dialNameText:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: block;
  position: absolute;
  z-index: 10;
  right: 8px;
  top: 4px;
  color: white;
  font-weight: 900;
}

.disclaimer {
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
}

#tdDialCustomization {
  min-width: 400px;
  max-width: 100%;
}

#tdDialSummary {
  max-width: 400px;
}

.dialNameText {
  font-weight: bold;
}

.expander {
  opacity: 1 !important;
}

.TablesTitle {
  margin-bottom: 10px;
}

.TablesTitle label {
  margin-left: 8px;
}

.home-page-row {
  max-width: 900px;
  margin: auto;
}

.imageInfoLine.selector {
  display: none;
}

.expander {
  bottom: 10px !important;
}

#ctl00_cphMainContent_rdlClearingConfig label {
  margin-left: 10px;
}

.dialNameText {
  cursor: pointer;
}

#preview {
  position: relative;
}

@media only screen and (min-width: 992px) {
  #previewWrapper {
    /* position: absolute; */
    /*transition: all ease-out .3s; */
  }
}
.dialNameText {
  transition: all ease-out 0.3s;
}

.dialNameText.active {
  cursor: unset;
}

.dialNameText.active,
.dialNameText:hover {
  background: #3d78dc;
}

.dialNameText.active .FormLabel,
.dialNameText.active:after {
  color: white !important;
}

.gallerylayer {
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.imageGalleryBody {
  margin-top: 0 !important;
  border-top: none !important;
}

.CustomizationProperties .tab-content #ctl00_cphMainContent_ucDialCustomization_btnUpdateThumbnails:hover {
 
}

#tdDialCustomization {
  position: relative !important;
}

.customizer-header {
  position: absolute;
  width: 900px;
  font-size: 24px;
  font-weight: 600;
  display: block;
  top: -42px;
  left: 0;
}

.carousel-help {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

#ctl00_cphMainContent_ucDialCustomization_updatePanelDummy {
  padding-top: 24px;
}

.next.check #confirmationCheck {
  display: none;
}

#ctl00_cphMainContent_rlmWrapper_4_RLM_4_lblDownloadTemplateExplanation {
  display: none;
}

#ctl00_cphMainContent_ucDialCustomization_updatePanelDummy {
  text-align: center;
}

/* #ctl00_cphMainContent_ucDialCustomization_updatePanelDummy a {
  color: #3d78dc !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  border: none !important;
  font-weight: bold !important;
} */

#ctl00_cphMainContent_ucDialCustomization_updatePanelDummy a:hover {
  text-decoration: underline;
}

#ctl00_cphMainContent_ucDialCustomization_updatePanelSlideShow {
  margin-bottom: 0 !important;
}

#ctl00_cphMainContent_ucDialCustomization_SlideShow_tblNavigationPanel {
  width: 100% !important;
  margin-top: 16px !important;
}

/* #ctl00_cphMainContent_ucDialCustomization_SlideShow_tblNavigationPanel {
	display: none;

}
#ctl00_cphMainContent_ucDialCustomization_SlideShow_divNavigationPanel {
height: 0!important;
} */
#imgProgress {
  opacity: 1 !important;
  /* left: 200px!important; */
  /* transform: translateY(-50%)!important; */
}

.Duc dt {
  float: none !important;
  font-weight: 500 !important;
  margin-bottom: 6px !important;
  width: auto !important;
}

#tdDialCustomization .Duc input {
  float: none !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.Duc .form-group {
  margin-top: 0 !important;
}

.groups--row {
  margin-bottom: 32px;
}

.WizardStepsNavControl {
  margin-bottom: 32px;
}

#ctl00_cphMainContent_divMandatoryDial {
  font-size: 24px;
  font-weight: 600;
}

#ctl00_cphMainContent_divMandatoryDial .Error {
  color: red;
}

.FormLabel .Error {
  color: red;
}

.single-design {
  margin-bottom: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.designItem--image {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.option-dropdown {
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 20px;
  padding: 2px 4px;
  width: 100%;
}

.variation-label {
  font-size: 1.15rem;
  color: #35435e;
}

.customize-button {
  background: #3d78dc !important;
  border-color: #3d78dc !important;
}

a.customize-button:hover {
  background: #619dcf !important;
  border-color: #619dcf !important;
  color: white !important;
}

.WizardButtonsContainer .next {
  float: none;
}

@media only screen and (min-width: 1200px) {
  #preview {
    margin-left: 64px;
  }
}
#ctl00_cphMainContent_trWizardStepsNav {
  display: none;
}

/* Redux CSS */
/* Hero */
.body-container {
  max-width: 100%;
  width: 1920px;
  margin: auto;
  background: white;
  overflow: visible;
}

body {
  color: #666;
  background: white;
}

.color-div {
  background-size: contain !important;
  border: solid 1px black;
}

.hero {
  background-size: cover;
  padding: 64px 0;
}

.hero--home {
  background-size: cover;
}

.hero--content {
  color: white;
}

.hero--heading {
  font-size: 3.25rem;
  font-weight: 300;
  margin-bottom: 32px;
  color: white;
}

.hero-interior .hero--heading {
  margin-bottom: 0;
}

#priceCalc {
  color: #35435e;
  background: white;
  border-radius: 3px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
}

.hero-interior {
  padding: 30px 0;
}

.boxAndHover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease-out;
}

.boxHidden {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.boxAndHover:hover {
  box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.3);
}

.boxHidden:hover {
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
}

.pricing-calculator--header {
  padding: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.pricing-calculator--form__js {
  padding: 20px;
}

.pricing-calculator--heading {
  margin-bottom: 0;
}

.pricing-calculator--footer__js {
  background: #f1f1f1;
  padding: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pricing-calculator--price-per-piece {
  font-size: 0.875rem;
  font-weight: 400;
}

.col-form-label {
  font-weight: 600;
}

/* Roadmap */
.roadmap {
  padding-top: 16px;
}

.roadmap--heading {
  font-size: 1.125rem;
  color: #35435e;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 600;
  margin-bottom: 16px;
}

.roadmap--heading:after {
  display: block;
  content: "";
  margin: auto;
  width: 60px;
  height: 4px;
  background: #3d78dc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.roadmap--content {
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .roadmap {
    background-size: 480px auto;
    background-position-y: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .roadmap {
    background-size: 680px auto;
    background-position-y: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .roadmap {
    background-size: unset;
  }
}
@media only screen and (min-width: 2560px) {
  .roadmap {
    background-size: 850px auto;
  }
}
/* Section styles */
.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section--heading {
  margin-bottom: 64px;
}

/*  products  */
.products--row .col-md-4 {
  margin-bottom: 30px;
}

/* Reviews */
.reviews {
  background: #3d78dc;
  padding-bottom: 80px;
}

.reviews--review {
  background: white;
  border-radius: 3px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.reviews--heading {
  color: white;
}

.reviews--content {
  margin-bottom: 8px;
}

.reviews--footer-heading {
  margin-top: 64px;
}

.reviews--stars {
  color: #ff9f00;
}

/* Popular */
.popular {
  color: #35435e;
  background: #f1f1f1;
}

.popular h2,
.popular h6 {
  color: #35435e;
}

.popular--row {
  /* margin-right: -7.5px;
  margin-left: -7.5px; */
  margin: 0;
}

.popular--row [class*=col-] {
  padding: 0;
}

.popular--container {
  margin-bottom: 30px;
}

.popular--form select {
  margin-right: 15px;
  margin-bottom: 8px;
}

.popular--form a {
  margin-bottom: 8px;
}

.popular--name {
  margin-bottom: 0;
  margin-top: 6px;
}

.popular--pricing {
  font-size: 0.875rem;
  font-weight: 400;
}

/* How-To */
.howto {
  background: url("../assets/images/howto.png");
  padding: 96px 0;
}

.howto h2,
.howto h6 {
  color: white;
}

.howto--left {
  margin-right: 8px;
}

.mainareaFullWidth table {
  float: none !important;
}

table * {
  font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.mainAreaFooterFullWidth {
  float: none;
}

.modal-body {
  padding: 0;
}

.modal-close {
  font-size: 32px;
  position: absolute;
  color: white !important;
  z-index: 1000;
  opacity: 1;
  right: 0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 768px) {
  .modal-close {
    right: -30px;
    top: -30px;
  }
}
/* Remove all floats */
/* table{
	float: none!important;
} */
/* Flext layout */
.tab-content {
  padding: 0px 0 0;
}

.tab-content {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .tab-content {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* Wizard Steps */
.stepdescriptioninner {
  background: #f4f5f9;
  /* padding: 40px 20px; */
}

#ctl00_cphMainContent_trWizardStepsNav {
  display: none !important;
  visibility: hidden;
}

.stepsnavigation {
  display: block !important;
  border-bottom: 1px solid #dde0e5;
  counter-reset: customsteps;
}

.CustomizationSteps {
  display: block !important;
  padding-top: 0;
}

.CustomizationSteps > span > span::before {
  counter-increment: customsteps;
  content: counter(customsteps);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.CustomizationSteps > span > span.btnSelected::before {
  background: #3d78dc;
}

.CustomizationSteps > span > span.btnUnselected::before {
  background: #939393;
}

.CustomizationSteps span a.btn-default {
  background-color: #fff !important;
  color: #939393 !important;
  font-weight: 500 !important;
  border-radius: 0px !important;
  padding: 0px 30px 0px 0px !important;
  font-size: 18px !important;
  text-transform: none !important;
  margin: 0px !important;
  letter-spacing: 0px !important;
  outline: none;
  border: none !important;
}

.CustomizationSteps span a.btn-default:hover {
  text-decoration: underline;
}

.CustomizationSteps span.btnSelected {
  display: inline-block !important;
  outline: none;
}

.CustomizationSteps span.btnSelected a {
  color: #3d78dc !important;
  text-decoration: none;
}

.btnUnselected {
  display: inline-block !important;
}

.expanderimg {
  float: right !important;
}

.unhideBadThing {
  display: block !important;
}

/* .ui-effects-wrapper {
	display: none!important;
} */
#tblTopPanel {
  background: pink !important;
}

.breadcrumbs {
  padding-top: 32px;
}

.customization {
  max-width: 100%;
  width: 420px;
}

.dtiName {
  color: #35435e;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.Duc iframe {
  height: 277px !important;
}

.ThemedPagedFullWidthMaster {
  padding-top: 32px;
}

.finish {
  float: none !important;
}

.saveForLater {
  display: none !important;
}

.proofLink {
  background: #3d78dc !important;
  border-color: #3d78dc !important;
  color: white !important;
}

.proofLink.btn.btn-default:hover {
  background: #619dcf !important;
}

.proofLink.btn.btn-default:hover a {
  color: white !important;
  background: transparent !important;
}

.Duc .wrapper {
  margin-bottom: 16px;
}

p {
  white-space: normal !important;
}

.finalize-step-two label {
  color: #35435e;
  font-weight: bold;
  font-size: 20px;
}

.finalize-step-two .required {
  color: red;
}

.finalize-step-two input:not([type="checkbox"]) {
  position: relative;
  top: 8px;
  /* left: -65px; */
  right: -16px;
  min-width: unset !important;
}

.btn-disabled {
  background: #999 !important;
  border-color: #999 !important;
}

.FormLabel {
  padding-left: 0 !important;
}

#OrderFinalStep_PriceReview_TotalPrice {
  color: #35435e;
}

#ctl00_cphMainContent_ctl08_tdProof h4 {
  margin-bottom: 16px;
}

.finalize-step-two {
  margin-top: 24px;
}

#ctl00_cphMainContent_txtEmail,
#ctl00_cphMainContent_txtPassword {
  float: none !important;
  width: 100% !important;
  margin-top: 8px !important;
}

#tblSignIn {
  color: #35435e;
}

.interior-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.color-select-radio {
  display: none;
}

.color-div {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
  flex-basis: 50px;
  flex-shrink: 0;
}

.color-wrapper {
  width: auto;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.color-wrapper span {
  font-size: 12px;
}

.color-div.active {
  box-shadow: 0px 0px 2px 4px #e63946;
}

.pricing-form-group {
  margin: 0;
  margin-bottom: 16px;
}

.pricing-form-group .dropdown {
  padding-right: 0;
}

.pricing-form-group .col-form-label {
  padding-left: 0;
}

.pricing-calculator--quantity {
  font-size: 0.875rem;
  line-height: 1;
}

.pricing-calculator--total {
  font-size: 1.25rem;
  font-weight: 600;
}

.bean {
  font-size: 0.9rem;
  padding-bottom: 3px;
  position: relative;
  color: #666 !important;
  display: inline-block;
  margin-right: 8px;
  text-decoration: none !important;
}

.bean:after {
  content: "";
  display: inline;
  position: absolute;
  height: 3px;
  background: #666;
  width: 0px;
  bottom: -3px;
  left: -4px;
  margin: auto;
  transition: all ease-out 0.3s;
}

.bean:not(.active):hover:after {
  width: 100%;
}

.bean.active {
  color: #35435e !important;
  font-weight: bold !important;
  font-size: 1rem;
}

.bean.active:after {
  content: "";
  display: inline;
  position: absolute;
  height: 3px;
  background: #35435e;
  width: 100%;
  bottom: -3px;
  left: -4px;
  margin: auto;
}

.popular--name {
  margin-top: 8px;
}

select.form-control.design-2-list {
  height: 72px;
}

.popular--form {
  padding: 10px 0;
}

.beans {
  padding: 16px 0 20px;
}

.bean--label {
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}

.beans:last-child {
  margin-right: 0;
}

.popular--container {
  background: white;
  border-radius: 3px;
  /* box-shadow: 0px 0px 0px rgba(0,0,0,0); */
}

.popular--content {
  padding: 10px 16px 16px;
}

.col-form-label {
  font-size: 16px;
}

.col-form-label span {
  font-size: 14px;
}

.bean--label {
  color: #35435e;
}

.Duc .FormLabel {
  font-size: 18px;
}

.postcard-left-img {
  padding-right: 0;
}

.postcard-right-img {
  padding-left: 0;
}

.popular--container .image-container {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}

.design-column {
  flex: 0 0 46%;
  max-width: 46%;
}

#btnAddNewRecords,
#ctl00_cphMainContent_lblRecipient_btnDeleteRows {
  background: transparent !important;
  color: #3d78dc !important;
  border: none !important;
  padding: 0 !important;
  margin-left: 12px;
}

#btnAddNewRecords:hover,
#ctl00_cphMainContent_lblRecipient_btnDeleteRows:hover {
  text-decoration: underline;
}

#btnAddNewRecords:before,
.recipient-links:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 4px;
}

#ctl00_cphMainContent_lblRecipient_btnDeleteRows:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 4px;
}

#ctl00_cphMainContent_lblRecipient_lblRecipientList {
  display: none;
}

#ctl00_cphMainContent_BtnShopping {
  background: transparent;
  color: #35435e !important;
  transition: all ease-out 0.3s;
}

#ctl00_cphMainContent_BtnShopping:hover {
  background: #35435e;
  color: white !important;
}

#ctl00_cphMainContent_BtnSubmit {
  background: #3d78dc !important;
  border-color: #3d78dc !important;
}

#ctl00_cphMainContent_BtnSubmit:hover {
  background: #619dcf !important;
  color: white !important;
}

#ctl00_cphMainContentFooter_btnBack {
  border: solid 1px #35435e;
  color: #35435e;
}

#ctl00_cphMainContentFooter_btnBack:hover {
  background: #35435e;
  color: white;
}

.breadCrumbs {
  font-size: 0.875rem !important;
}

#ctl00_cphMainContent_ucCurrentCart_LblTitle {
  display: none;
}

.ManageAddressLink,
.ManageAddressDesc {
  display: none;
}

.breadCrumbs .FormField {
  font-weight: 400 !important;
}

.breadCrumbs .FormField:last-child {
  text-decoration: underline;
}

.breadCrumbs .FormField:last-child:before {
  content: "";
  display: none !important;
}

.hide-footer .howto {
  display: none;
}

#ctl00_cphMainContent_lblRecipient_btnDeleteRows {
  color: #e63946 !important;
}

/* .tblPriceTagsWrapper.table-responsive {
	display: none;
} */
#tdPropertyList .Duc {
  margin-bottom: 0 !important;
}

#ErrorInfo {
  padding-bottom: 20px !important;
}

#ctl00_cphMainContentFooter_WizardStepsNextPrev1_ButtonFinish {
  background: #3d78dc !important;
  border-color: #3d78dc !important;
}

#ctl00_cphMainContentFooter_WizardStepsNextPrev1_ButtonFinish:hover {
  border-color: #619dcf !important;
  background: #619dcf !important;
  color: white !important;
  opacity: 1 !important;
}

#ctl00_cphMainContent_RecipientListMapper1_lblInstructions {
  padding-bottom: 32px;
}

.loading-container {
  color: white;
  position: absolute;
  top: 20%;
  width: 100%;
  transform: translateY(-80%);
  z-index: 100000;
  opacity: 1 !important;
}

.loading-heading {
  position: relative;
  z-index: 10000;
  color: white;
  opacity: 1 !important;
}

#loadingDiv {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

#ctl00_cphMainContent_ucShoppingCart_LblTitle {
  display: none !important;
}

.image-preview-modal .modal-dialog {
  max-width: 100%;
  width: 1140px;
}

.image-preview-modal .modal-body {
  padding: 10px;
}

.image-preview-modal img {
  border: solid 1px rgba(0, 0, 0, 0.25);
}

.carousel--btn {
  width: 10px;
  flex-basis: 10px;
  height: 13px;
}

.carousel {
  margin: 0;
}

.popular--link {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.popular--size {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 1.15rem;
}

.products--beans {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

#divProgress {
  opacity: 1 !important;
}

.ui-effects-wrapper {
  opacity: 0 !important;
}

@media only screen and (min-width: 992px) {
  .tab-content {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #preview {
    max-width: 100%;
    width: 465px;
    margin-left: 0;
    margin-right: 65px;
  }
  #previewWrapper {
    width: 100%;
    left: 0;
  }
  .imageGalleryBody .second {
    left: auto;
    left: unset;
    right: 401px;
  }
}
.WizardButtonsContainer {
  text-align: right;
}

.Duc .FormLabel,
h5.FormLabel {
  font-weight: 500 !important;
  color: #35435e !important;
  font-size: 18px !important;
  margin-bottom: 0;
}

.Duc .dtiName {
  margin-top: 32px !important;
  margin-bottom: 12px !important;
}

.hero--heading.display-4 {
  font-size: 3.25rem !important;
}

#ErrorInfo {
  display: none;
}

#ctl00_cphMainContent_divMandatoryDial {
  text-align: right;
  padding-right: 32px;
}

.Duc .wrapper {
  padding-right: 32px;
}

@media only screen and (min-width: 768px) {
  /* .product-gallery-card {
  	max-height: 239px;
  	overflow: hidden;
  } */
}
.letter-modal-toggle {
  padding: 230px 0;
  display: block;
  background-size: cover;
  background-position: top center;
}

nav {
  border-bottom: solid 1px rgb(255, 255, 255);
}

.inner-shadow {
  box-shadow: inset 0px -10px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

.box-shadow {
  box-shadow: 2px 2px 3px 4px rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

#first-time-overlay {
  display: none;
  width: 100%;
  padding: 64px 0;
  background: white;
}

#first-time-overlay.active {
  display: block;
}

.homepage.hidden {
  display: none;
}

.popupContent .extRefNbr,
.popupContent .PCM_API_ROW_ID,
.popupContent .sequence,
.popupContent .imbdigits,
.popupContent .ps_trynum,
.popupContent .imbarcode {
  visibility: hidden;
  position: absolute;
}

.hidden {
  display: none !important;
}

.loading {
  height: 100%;
  overflow: hidden;
}

#loadingScreen {
  width: 100%;
  height: 100vh;
  background: url("../assets/images/loading.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
}

.loading-body {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.loading--heading,
.loading--subheading,
.loading--message {
  color: white;
}

.loading--heading {
  margin-bottom: 32px;
}

.loading--subheading {
  margin-bottom: 16px;
}

.loading--table {
  margin: auto;
  font-size: 10px;
  width: 260px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.15);
}

.loading--table .col {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
  border-right: solid 1px rgba(0, 0, 0, 0.125);
}

.loading--table .col:last-child {
  border-right: none;
}

.loading--table .row {
  margin: 0;
}

.loading--table {
  text-align: left;
  margin-bottom: 32px;
}

.table--heading {
  background: #e1e1e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.table--body {
  font-family: "Dancing Script", cursive;
  font-size: 6px;
}

.table--body .row {
  background: white;
}

.table--body .row:nth-child(2n) {
  background: #f1f1f1;
}

.loading--message {
  display: none;
}

.loading--messages {
  height: 40px;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

.loading--message {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.color-select-row {
  max-width: 400px;
  flex-wrap: wrap;
}

#ctl00_cphMainContent_lblEmailAddress {
  display: none;
}

#ctl00_cphMainContent_txtEmailAddress {
  visibility: hidden;
}

#ctl00_cphMainContent_trEmailAddress {
  visibility: hidden;
}

#tblOrderFinalStepContent tbody {
  display: flex;
  flex-direction: column-reverse;
}

#tblOrderFinalStepContent .tblPriceTagsWrapper.table-responsive {
  margin-bottom: 0;
}

.fix-bad-table {
  order: -1;
}

.mb-0.mt-4 {
  margin-bottom: -20px !important;
}

.seperator {
  width: 100%;
  height: 1px;
  margin-top: 26px;
  background: rgba(0, 0, 0, 0.12);
  max-width: unset;
  border: none;
}

#btnAddOwnRecord {
  display: none;
}

#btnAddNewRecords {
  margin-left: 0;
}

#ctl00_cphMainContent_lblRecipient_btnDeleteRows {
  display: none;
}

#divRecipientListbuttons span.d-block {
  display: none !important;
}

#ctl00_cphMainContent_ucPriceReview_tblPriceTags tbody {
  display: table;
}

#ctl00_cphMainContent_RecipientListMapper1_dgSchemaFields {
  opacity: 0;
  position: absolute;
}

#ctl00_cphMainContent_RecipientListMapper1_lblInstructions {
  display: none;
}

.letter-body {
  max-height: 630px;
  height: 630px !important;
  resize: none;
}

#ctl00_cphMainContent_divPasswordRecovery #ctl00_cphMainContent_lblEmailAddress {
  margin-top: 16px;
  display: inline-block !important;
  visibility: visible !important;
}

#ctl00_cphMainContent_divPasswordRecovery #ctl00_cphMainContent_txtEmailAddress {
  margin-top: 16px;
  display: inline-block !important;
  visibility: visible !important;
}

#ctl00_cphMainContent_divPasswordRecovery #ctl00_cphMainContent_btnContinue,
#ctl00_cphMainContent_divPasswordRecovery #ctl00_cphMainContent_btnBack1 {
  margin-top: 32px !important;
}

#ctl00_cphMainContent_btnPassReminder {
  display: none !important;
}

.footerButtons #btnClose {
  display: none;
}

.mail-tracking-card tbody {
  display: block;
  overflow: auto;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

.mail-tracking-card tr {
  width: 100%;
}

.mail-tracking-card tr {
  display: block;
}

.mail-tracking-card td {
  width: 33.33%;
  display: inline-block;
}

.btn-primary.btn.lookupButton.disabled {
  opacity: 1 !important;
  background-color: gray !important;
  border: none !important;
}

.btn-primary.btn.lookupButton.disabled:hover {
  opacity: 1 !important;
  border: none !important;
  background-color: gray !important;
}

.login-splash-screen {
  position: absolute;
  top: 82px;
  padding-top: 60px;
  background: rgb(238, 238, 238);
  left: 50%;
  transform: translateX(-50%);
  height: calc(100vh - 82px);
  width: 100%;
}

.tblPriceTagsWrapper {
  overflow: unset !important;
}

.groupItemPostcard {
  background-image: url("../assets/images/postcard-cat.png");
}

.groupItemLetter {
  background-image: url("../assets/images/letter-cat.png");
}

.groupItemYellow {
  background-image: url("../assets/images/yellow-cat.png");
}

.groupItemSnap {
  background-image: url("../assets/images/snap-cat.png");
}

/* Global styles */
html,
body {
  width: 100%;
  height: auto !important;
}

#CookieRibbonContainer {
  display: none !important;
}

body {
  color: #333;
  margin: 0;
}

hr {
  border-color: #415173;
  border-width: 3px;
  max-width: 50px;
}

hr.light {
  border-color: white;
}

a {
  transition: all 0.35s;
}

a:hover,
a:focus {
  text-decoration: underline;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

table thead {
  background-color: #415173;
}

caption {
  padding: 0;
}

/* some styles */
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.caret {
  color: #333;
}

#uStoreSkinsMainApp,
.mainareaFullWidth {
  /* float: left;
    width: 100%;
    margin-top: 90px; */
}

aside {
  padding: 20px 0;
}

.no-padding {
  padding: 0;
}

.CheckoutServices.form-control {
  width: 250px;
}

/* login page styles */
#tblRegistration {
  width: 450px;
  border: 0;
}

#tblRegistration .formfield {
  width: 247px;
}

#tblRegistration .RegisterLink {
  text-align: center;
  padding: 0 10px 10px;
}

#tblRegistration .SmallLink {
  font-size: 18px;
  line-height: normal;
  border: none;
  border-radius: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #415173;
  color: #fff;
  display: block;
  padding: 6px 12px;
}

#tblRegistration .RegisterLink a:hover {
  text-decoration: none;
}

.formbox td {
  padding: 10px !important;
}

/* header styles */
header {
  position: relative;
  width: 100%;
  min-height: auto;
}

/* main navigation styles */
.navbar-default {
  background-color: #fcfbf2;
  transition: all 0.35s;
  border-bottom: 1px solid #c5cace;
  margin: 0;
}

.navbar-default .navbar-header .navbar-brand {
  padding: 14px 0 9px;
  margin: 0;
  min-height: 68px;
}

.navbar-default .nav > li {
  position: inherit;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-default li .fa-caret-up {
  display: none;
}

.navbar-default li.open .fa-caret-up {
  display: inline-block;
  top: -2px;
  position: relative;
}

.navbar-default li.open .fa-caret-down {
  display: none;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  color: #415173;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #64505d;
}

.navbar-default .nav > li > a.product > i,
.navbar-default .nav > li > a:focus.product > i {
  margin-left: 8px;
}

.navbar-default .nav > li > a.nav-icon {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #007aff !important;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

.navbar-default .nav > li.open > a {
  background-color: #415173;
  color: white;
}

.navbar-default .nav > li.open > a:hover,
.navbar-default .nav > li.open > a:focus {
  background-color: #415173;
  color: #ffffff;
}

.navbar-default .nav > li.open > a i {
  color: #ffffff;
}

.navbar-default .nav > li .form-group {
  position: relative;
  padding: 17px 10px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-default .nav > li .form-group .btn {
  background: #fff;
}

.navbar-default .nav > li .form-group.search i {
  position: absolute;
  top: 23px;
  right: 21px;
  font-size: 1.3em;
  color: #415173;
}

.navbar-default .nav > li .form-group.search input {
  max-width: 190px;
  padding-right: 30px;
}

.navbar-default .nav > li .form-group.currency select {
  max-width: 80px;
  padding: 6px;
}

.navbar-default .nav > li .form-group.lang {
  height: 68px;
}

.navbar-default .nav > li .form-group.lang .bfh-languages {
  max-width: 50px;
}

.navbar-default .nav > li .form-group.lang .bfh-languages .bfh-selectbox-toggle {
  max-width: 50px;
  padding: 6px;
}

.navbar-default .nav > li .form-group.lang .bfh-languages .bfh-selectbox-toggle .selectbox-caret {
  margin-right: 0;
  color: #415173;
}

.navbar-default .nav > li .form-group.lang .bfh-languages .bfh-selectbox-options {
  max-width: 50px;
  min-width: 50px;
}

.navbar-default .nav > li .form-group.lang .bfh-languages .bfh-selectbox-options li:first-child {
  display: none;
}

.navbar-default .nav > li .form-group.lang .bfh-languages .bfh-selectbox-options li a {
  width: 36px;
  padding: 3px 15px;
}

.navbar-default .nav > li .form-group.lang .open > a {
  background-color: #fff;
}

.navbar-default .nav .dropdown-menu {
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-default .nav .dropdown-menu .container,
.container.uedit-application {
  padding: 0;
}

.navbar-default .nav .dropdown-menu ul.user {
  list-style: none;
}

.navbar-default .nav .dropdown-menu ul.user li a {
  display: block;
  float: right;
  padding: 15px 20px;
  font: 16px Arial, Tahoma, sans-serif;
  font-weight: 200;
  color: #415173;
}

.navbar-default .nav .dropdown-menu ul.user li a:hover {
  text-decoration: none;
}

.navbar-default .nav .dropdown-menu ul.user li a i {
  margin-right: 10px;
  font-size: 20px;
}

.navbar-default .nav .dropdown-menu ul.user li:first-child a {
  padding-right: 0px;
}

.navbar-default .nav .dropdown-menu ul.product-gallery {
  list-style: none;
  padding: 20px 0 25px;
  -moz-column-count: 6;
  column-count: 6;
}

.navbar-default .nav .dropdown-menu ul.product-gallery li a {
  display: inline-block;
  padding: 5px 20px;
  font: 14px Arial, Tahoma, sans-serif;
  font-weight: 200;
  color: #415173;
}

.navbar-default .navbar-toggle {
  margin: 15px;
}

.navbar-default .navbar-toggle > .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle {
  background: #415173;
  border-color: #415173;
  position: absolute;
  top: 5px;
  right: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #64505d;
  color: #fff !important;
}

.navbar-default .navbar-toggle:hover > span {
  background-color: #415173;
}

.navbar-default .dropdown-toggle.product {
  padding: 24px 20px;
}

.navbar-default .form-control {
  border-color: #634d4e;
  color: #333;
}

.navbar-right {
  margin: 0;
}

.navbar-right li {
  float: left;
}

/*  carousel styles*/
.carousel {
  margin: -18px 0 36px;
}

.carousel-caption {
  text-shadow: none;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 20%;
  right: 20%;
  z-index: 9;
  padding: 30px 75px;
  font-size: 18px;
}

.carousel-caption h2 {
  font-weight: 500;
  margin: 0 0 15px;
  font-size: 60px;
}

.carousel-indicators {
  margin: 0 0 0 -30%;
  padding: 0;
}

.carousel-indicators li,
.carousel-indicators li.active,
.carousel-indicators li:hover {
  margin: 1px 3px;
  width: 11px;
  height: 11px;
  border: 1px solid #d3d3d3;
}

.carousel-indicators li.active,
.carousel-indicators li:hover {
  border-color: #415173;
  background: #415173;
}

.carousel-caption .btn {
  position: absolute;
  z-index: 11;
  left: 50%;
  bottom: 5%;
  width: 210px;
  margin-left: -105px;
  padding: 18px;
  background: none !important;
  border: 2px solid #bc8c63;
}

.carousel-caption .btn:hover {
  background: #bc8c63 !important;
}

.category-main-inner {
  position: absolute;
  bottom: 0;
}

/* breadcrumbs styles */
.breadcrumb {
  padding: 12px 0;
  margin-bottom: 36px;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #686a6d;
}

.breadcrumb li > a {
  font-size: 16px;
  color: #bc8c63;
}

.breadcrumb li > a:hover {
  color: #3d78dc;
}

.breadcrumb > li:last-child a {
  color: #415173;
  text-decoration: underline;
}

.breadcrumb > li + li:before {
  padding: 0 8px;
  color: #666;
  content: "˃";
}

section .pagination {
  display: block;
  margin: 30px auto -60px;
}

section .pagination .btn {
  padding: 10px 70px;
  font-size: 14px;
}

section .section-heading {
  font-size: 24px;
  text-align: left;
  margin: 0 0 30px -15px;
}

section.category {
  padding: 0;
}

section.category .category-main-bg {
  position: relative;
}

/* product boxes styles */
.category-main-inner .product-box {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 8px 0;
  position: relative;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  display: block;
  min-height: 172px;
  border-right: 1px solid #fff;
}

.category-main-inner .product-box a {
  color: #fff;
}

.category-main-inner .product-box > div {
  padding: 0 8px;
}

.category-main-inner .product-box div:nth-child(1) {
  padding-right: 0;
}

.category-main-inner .product-box img {
  width: 110px;
}

.category-main-inner .product-box h3 {
  margin: 0;
  font: bold 14px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
}

.category-main-inner .product-box h3 a {
  color: #fff;
}

.category-main-inner .product-box p {
  margin: 0;
  font-size: 12px;
  text-align: left;
}

.category-main-inner .product-box span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-main-inner .product-box span.price {
  font-size: 20px;
}

.category-main-inner .product-box hr {
  max-width: 65px;
  border-color: #fff;
  border-width: 1px;
  margin: 8px auto;
}

.category-main-inner .product-box .btn {
  font-size: 12px;
  max-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.catalog-items .item-box {
  margin-bottom: 36px;
  position: relative;
}

.product-row-separator {
  border-top: 1px solid #eee;
  padding-top: 25px;
}

section.catalog-items .item-box:hover {
  /*box-shadow: 0 0 7px 0 #CCC;*/
}

section.catalog-items .holder {
  padding-bottom: 32px;
}

section.catalog-items .clearfix {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}

section.catalog-items .item-box img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

section.catalog-items .item-box h3 {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}

section.catalog-items .item-box h3 a {
  color: #415173;
}

section.catalog-items .item-box p {
  font-size: 14px;
  margin-bottom: 12px;
}

section.catalog-items .item-box > div {
  width: 100%;
}

section.catalog-items .item-box .thumb {
  height: 220px;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 10px;
}

section.catalog-items .item-box > div > div {
  font-weight: bold;
}

section.catalog-items .item-box > div > div:nth-child(1) {
  font-size: 14px;
  color: #686a6d;
  line-height: 1;
}

section.catalog-items .item-box > div > div:nth-child(1) span {
  font-size: 18px;
}

section.catalog-items .item-box > div > div .btn {
  float: right;
  padding: 6px 25px;
  font-size: 14px;
  transition: all 0.35s;
}

section.catalog-items .item-box > div > div .btn:hover {
  color: #ffffff;
}

section.product-page .description {
  padding-left: 30px;
  padding-right: 20px;
  color: #333;
}

.ShoppingCartTitle,
.boxHeading,
.addressPaneTitle span,
.TablesTitle span {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: normal;
}

section.product-page .description p {
  font-size: 16px;
}

section.product-page .description ul {
  font-size: 16px;
  line-height: 32px;
}

section.product-page .description .form-inline {
  margin: 30px 0 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #686a6d;
}

section.product-page .description .form-inline .form-group:last-child {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
}

section.product-page .description .form-inline .form-group:last-child span {
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
}

section.product-page .description .form-inline label {
  min-width: 90px;
  font-size: 16px;
  font-weight: 400;
}

section.product-page .description .form-inline select {
  min-width: 90px;
  border: 1px solid #415173;
  border-radius: 0;
}

section.product-page .description .btn {
  padding: 15px 30px;
}

section.product-page .description .btn i {
  padding-left: 20px;
}

#tblSignIn.well {
  width: 470px;
  margin: 100px auto 50px;
  border: 0;
  border-radius: 8px;
}

#tblSignIn.well .form-group .control-label {
  float: left;
  width: 130px;
  margin: 10px 10px 0 0;
}

#tblSignIn.well .form-group input[type=text],
#tblSignIn.well .form-group input[type=password],
#tblSignIn.well input[type=email] {
  float: left;
}

#tblSignIn.well .form-group {
  margin: 0 0 15px;
  line-height: normal;
}

#tblSignIn.well .form-group > div {
  display: inline-block;
  /*width: 190px;*/
}

#tblSignIn.well .form-group:after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
}

#tblSignIn.well .checkbox input[type=checkbox] {
  margin: 5px 0 0;
}

#tblSignIn.well td > div > span {
  display: block;
  width: 100%;
}

#tblSignIn.well #ctl00_cphMainContent_btnPassReminder {
  color: #333;
}

#tblSignIn.well #ctl00_cphMainContent_btnPassReminder:hover {
  color: #415173;
}

#tblSignIn .ErrorText {
  padding-left: 12px !important;
  display: block;
}

.AddressBody {
  float: left;
  margin: 15px 0;
}

#tblSignIn .btn,
#tblRegistration .btn,
#tblRegistration .SmallLink {
  background-color: #415173;
  color: #fff;
  margin: 15px 0 0;
  display: block;
  width: 410px;
  border: solid 1px #415173;
}

#tblSignIn .btn:hover,
#tblRegistration .btn:hover,
#tblRegistration .SmallLink:hover {
  background: transparent;
  color: #415173;
}

#finalStepLayout #divQuantityCalculationPopup,
#divQuantityCalculationPopup {
  display: none;
}

#finalStepLayout .AccountLinks,
.AccountLinks {
  font-size: 18px;
  color: #415173;
  text-decoration: underline;
}

#finalStepLayout .AccountLinks:hover,
.AccountLinks:hover {
  text-decoration: none;
}

#finalStepLayout .formSelectionField,
.formSelectionField {
  font-size: 16px;
  color: #415173;
  /*float: right;*/
}

#finalStepLayout .cellbottom,
.cellbottom {
  margin-bottom: 20px;
}

#finalStepLayout .checkoutFinalBack,
.checkoutFinalBack,
#finalStepLayout .checkoutFinalNext,
.checkoutFinalNext {
  float: left;
  margin-right: 15px;
}

#finalStepLayout .ddlAddresses,
.ddlAddresses {
  width: 230px !important;
  float: left;
}

#finalStepLayout .selectAddressWrapper .formSelectionField,
.selectAddressWrapper .formSelectionField {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #415173;
  border-color: #415173;
  color: white;
  box-shadow: none !important;
}

#finalStepLayout .selectAddressWrapper .formSelectionField:hover,
.selectAddressWrapper .formSelectionField:hover {
  color: #415173 !important;
  background: transparent !important;
  text-decoration: none !important;
}

#finalStepLayout .AddressBody,
.AddressBody {
  margin: 15px 0;
  min-width: 323px;
  border: 1px solid #e7edf2;
}

#finalStepLayout .AddressBody tr:first-child,
.AddressBody tr:first-child {
  background-color: #415173;
  color: #ffffff;
}

#finalStepLayout .AddressBody td,
.AddressBody td {
  padding: 4px 5px;
  border-bottom: 1px solid #ccc;
}

.mainareaFullWidth .form-group {
  margin: 15px 0;
  overflow: hidden;
}

.mainareaFullWidth .form-group label {
  float: left;
  margin: 5px 10px 0 0;
}

.mainareaFullWidth .Heading2 {
  text-align: center;
  display: block;
}

#ctl00_cphMainContent_lblSignInTitle {
  text-align: center;
  display: block;
}

#ctl00_cphMainContent_lblSelectShippingAddress {
  float: left;
  margin-bottom: 15px;
}

#ctl00_cphFooterButtons_btnCancel,
.XmpieCancelButton,
#rcMView_Cancel {
  background-color: #c9302c !important;
  border-color: #ac2925 !important;
}

#ctl00_cphFooterButtons_btnCancel:hover,
.XmpieCancelButton:hover,
#rcMView_Cancel:hover {
  color: #c9302c !important;
  background: transparent !important;
}

#ctl00_cphMainContent_DtpFrom_calendar caption {
  text-align: center;
}

.Link {
  text-decoration: underline;
}

.Link:hover {
  text-decoration: none;
}

#tblAdvSearch #ctl00_cphMainContent_infProduct {
  position: relative;
}

#tblAdvSearch #ctl00_cphMainContent_infProduct:hover .InfoPopup {
  display: block;
}

.addressBoxWrapper {
  margin-bottom: 15px;
}

#finalStepLayout .form-group input,
.form-group input,
#finalStepLayout .form-group select,
.form-group select {
  min-width: 250px;
  float: left;
}

#finalStepLayout .orderListTable a,
.orderListTable a {
  color: #415173;
  float: left;
  margin-right: 10px;
}

.orderListTable a#ctl00_cphMainContent_BtnClearSearchResults {
  float: right;
}

#finalStepLayout .PersonalInformation span,
.PersonalInformation span {
  display: inline-block;
  min-width: 90px;
  font-size: 16px;
  font-weight: 400;
}

#finalStepLayout .addressListTable .addressItemTable,
.addressListTable .addressItemTable {
  width: 50%;
  text-align: left;
}

#finalStepLayout .addressListTable .addressItemTable,
.addressListTable .addressItemTable {
  border-bottom: 2px dashed #222222;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#finalStepLayout .addressListTable .addressItemTable ul,
.addressListTable .addressItemTable ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#finalStepLayout .addressPaneAddAddress,
.addressPaneAddAddress {
  margin-bottom: 20px;
}

.PersonalInformation td,
.tblAddressEdit td {
  padding-bottom: 15px;
}

#tblMain {
  position: relative;
}

#tblMain .SinglePrice,
#tblMain .SinglePriceCurrency {
  font-size: 36px;
}

#tblMain #tblNumCopies {
  width: 180px;
  margin-bottom: 15px;
}

#tblMain #tblNumCopies #lblNumCopiesWrapper {
  padding-right: 10px;
}

#tblMain #ctl00_cphMainContent_trDeliveryMethodCaption .FormLabel,
#tblMain #ctl00_cphMainContent_trDeliveryMethodCaption .FormField {
  display: none;
}

#tblMain .tblPriceTagsWrapper {
  margin-bottom: 15px;
}

#tblMain .tblPriceTagsWrapper td {
  padding: 10px;
}

#OrderFinalStep_PriceReview_TotalQuantity td {
  border-bottom: 1px solid #ccc;
  /*font-weight: bold;*/
}

#tblMain .tblPriceTagsWrapper td.FormField {
  /*font-weight: bold;*/
}

#tblMain .SiteLink {
  color: #415173;
  display: inline-block;
  margin-bottom: 10px;
}

#divPricingGridWrapper {
  padding: 30px 30px 10px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.5);
}

#tblMain #ctl00_cphMainContent_trPricingTableLink {
  position: absolute;
  top: 30px;
  right: 0;
}

#tblMain #ctl00_cphMainContent_trPricingTable {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
}

#tdProductPricing {
  width: 100% !important;
}

#tblMain #ctl00_cphMainContent_trPricingTable > td > table > tbody > tr:first-child > td {
  text-align: right;
}

.WizardButtonsContainer > div {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.WizardButtonsContainer > div.finish a {
  color: white;
  background-color: #415173;
  border-color: #415173;
  transition: all 0.35s;
}

.WizardButtonsContainer > div.finish a:hover,
.WizardButtonsContainer > div.finish a:focus,
.WizardButtonsContainer > div.finish a.focus,
.WizardButtonsContainer > div.finish a:active,
.WizardButtonsContainer > div.finish a.active,
.open > .dropdown-toggle.WizardButtonsContainer > div.finish a {
  color: white;
  opacity: 0.9;
  border-color: #29a996;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.WizardButtonsContainer > div.finish a:active,
.WizardButtonsContainer > div.finish a.active,
.open > .dropdown-toggle.WizardButtonsContainer > div.finish a {
  background-image: none;
}

.WizardButtonsContainer > div.finish a.disabled,
.WizardButtonsContainer > div.finish a[disabled],
fieldset[disabled] .WizardButtonsContainer > div.finish a,
.WizardButtonsContainer > div.finish a.disabled:hover,
.WizardButtonsContainer > div.finish a[disabled]:hover,
fieldset[disabled] .WizardButtonsContainer > div.finish a:hover,
.WizardButtonsContainer > div.finish a.disabled:focus,
.WizardButtonsContainer > div.finish a[disabled]:focus,
fieldset[disabled] .WizardButtonsContainer > div.finish a:focus,
.WizardButtonsContainer > div.finish a.disabled.focus,
.WizardButtonsContainer > div.finish a[disabled].focus,
fieldset[disabled] .WizardButtonsContainer > div.finish a.focus,
.WizardButtonsContainer > div.finish a.disabled:active,
.WizardButtonsContainer > div.finish a[disabled]:active,
fieldset[disabled] .WizardButtonsContainer > div.finish a:active,
.WizardButtonsContainer > div.finish a.disabled.active,
.WizardButtonsContainer > div.finish a[disabled].active,
fieldset[disabled] .WizardButtonsContainer > div.finish a.active {
  background-color: #415173;
  border-color: #415173;
}

.WizardButtonsContainer > div.finish a .badge {
  color: #415173;
}

.WizardStepsNavControl {
  padding: 0 0 12px 0;
  border-bottom: 1px solid #ddd;
}

.WizardStepsNavControl .WizardProgressStep {
  padding-right: 15px;
}

.FieldOptionItem.FOGrid,
.FieldOptionItem.FOList {
  background-repeat: no-repeat;
  padding: 15px 10px 15px 60px;
  min-width: 520px;
  background-position: 10px 50%;
  line-height: normal;
  border: #bc8c63 solid !important;
  border-radius: 2px;
  border-width: 0 1px 1px 1px !important;
}

.FieldOptionItem.FOGrid.selected,
.FieldOptionItem.FOList.selected {
  background-color: #fcfbf2;
}

.FieldOptionItem.FOGrid:hover,
.FieldOptionItem.FOList:hover {
  background-color: #fcfbf2;
  cursor: pointer;
  color: #bc8c63;
}

div:first-child + .FieldOptionItem {
  border-top-width: 1px !important;
}

#ctl00_cphMainContent_pnlPropertiesConfig div#divDescription {
  font-size: 12px;
}

#ctl00_cphMainContent_pnlPropertiesConfig div.optionTitle {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 3px;
  display: inline-block;
  width: 100%;
}

#ctl00_cphMainContent_ctl11_Duc10249_lblDial {
  color: #f00;
  display: block;
  margin-bottom: 15px;
}

#ctl00_cphMainContent_btnRecalculate {
  color: white;
  background-color: #415173;
  border-color: #415173;
  transition: all 0.35s;
}

.OrderFinalStepProperties table {
  margin-top: 30px;
}

/*.selectAddressWrapper {
    width: 28.8%;
}*/
#ctl00_cphMainContent_btnRecalculate:hover,
#ctl00_cphMainContent_btnRecalculate:focus,
#ctl00_cphMainContent_btnRecalculate.focus,
#ctl00_cphMainContent_btnRecalculate:active,
#ctl00_cphMainContent_btnRecalculate.active,
.open > .dropdown-toggle#ctl00_cphMainContent_btnRecalculate {
  color: white;
  border-color: #29a996;
  background: #64505d;
}

#ctl00_cphMainContent_btnRecalculate:active,
#ctl00_cphMainContent_btnRecalculate.active,
.open > .dropdown-toggle#ctl00_cphMainContent_btnRecalculate {
  background-image: none;
}

#ctl00_cphMainContent_btnRecalculate.disabled,
#ctl00_cphMainContent_btnRecalculate[disabled],
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate,
#ctl00_cphMainContent_btnRecalculate.disabled:hover,
#ctl00_cphMainContent_btnRecalculate[disabled]:hover,
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate:hover,
#ctl00_cphMainContent_btnRecalculate.disabled:focus,
#ctl00_cphMainContent_btnRecalculate[disabled]:focus,
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate:focus,
#ctl00_cphMainContent_btnRecalculate.disabled.focus,
#ctl00_cphMainContent_btnRecalculate[disabled].focus,
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate.focus,
#ctl00_cphMainContent_btnRecalculate.disabled:active,
#ctl00_cphMainContent_btnRecalculate[disabled]:active,
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate:active,
#ctl00_cphMainContent_btnRecalculate.disabled.active,
#ctl00_cphMainContent_btnRecalculate[disabled].active,
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate.active {
  background-color: #415173;
  border-color: #415173;
}

#ctl00_cphMainContent_btnRecalculate .badge {
  color: #415173;
  background-color: white;
}

#ctl00_cphMainContent_ctl10_lbtnProof {
  color: #fff;
}

.footnotes {
  padding: 15px 0;
}

.rgMasterTable {
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.rgMasterTable td,
.rgMasterTable th {
  padding: 0;
}

.rgMasterTable td table td,
.rgMasterTable th table th {
  border: 0;
}

.rgMasterTable thead {
  background-color: #415173;
  color: #fff;
}

.rgMasterTable thead th {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
}

.rgMasterTable thead th a {
  color: #fff;
}

.rgMasterTable tbody tr:nth-child(odd) {
  background-color: #e7edf2;
}

.rgMasterTable tbody table tbody tr:nth-child(odd) {
  background: none;
}

.ShoppingCartGrid_Column_Buttons .btn {
  display: none !important;
}

.RadGrid .rgMasterTable,
.RadGrid .rgDetailTable {
  font-size: 15px;
  margin-bottom: 15px;
  /*width: 100% !important;*/
}

.RadGrid .rgMasterTable label,
.RadGrid .rgDetailTable label,
.RadGrid .rgEditForm table label {
  font-weight: normal;
  margin-right: 10px;
  width: 20%;
}

.RadGrid .rgMasterTable input[type=text],
.RadGrid .rgMasterTable select,
.RadGrid .rgDetailTable input[type=text],
.RadGrid .rgDetailTable select,
.RadGrid .rgEditForm table input[type=text],
.RadGrid .rgEditForm table select {
  margin-bottom: 10px;
}

.RadGrid .rgRow > td,
.RadGrid .rgAltRow > td,
.RadGrid .rgEditRow > td,
.RadGrid .rgFooter > td,
.RadGrid .rgHeader,
.RadGrid th.rgResizeCol,
.RadGrid .rgMasterTable .rgNoRecords td {
  padding: 10px !important;
  text-align: left;
}

.RadGrid .rgPagerLabel {
  vertical-align: middle !important;
}

.RadGrid .rgPager .RadInput {
  margin: 0 !important;
  line-height: normal;
  vertical-align: middle !important;
}

.rgMasterTable tbody .SiteLink {
  color: #415173;
}

.RadGrid .rgPager .rgPagerButton {
  padding-bottom: 0 !important;
}

.RadGrid td.rgPagerCell {
  padding: 5px 0 !important;
}

.RadGrid .rgWrap,
.RadGrid .rgNumPart a {
  line-height: 29px !important;
}

#divRecipientListButtons {
  margin: 30px 0;
}

.rgMasterTable tbody .btn-group a {
  display: none;
}

.rgMasterTable tbody .btn-group a:first-child {
  display: inline;
}

.rgMasterTable a {
  color: #415173;
}

.rgMasterTable .btn {
  font-size: 12px;
  padding: 0 4px;
  border: none;
  border-radius: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #415173;
  border-color: #415173;
  transition: all 0.35s;
}

.rgPager .riSingle .riTextBox {
  height: 22px !important;
  padding: 2px !important;
}

.RadGrid .rgPagerTextBox {
  text-align: left !important;
}

.RadGrid .rgPager .rgPagerButton {
  vertical-align: middle !important;
  margin-top: 4px !important;
  padding: 0 5px !important;
  border: 0 !important;
  position: relative;
  top: -2px;
}

.SiteLink {
  text-decoration: underline;
}

.SiteLink:hover {
  text-decoration: none;
}

.CheckOutPage {
  list-style: none;
  padding: 0;
}
.CheckOutPage * {
  font-size: 16px !important;
}

.CheckOutPage.panel-default,
.OrderPriceContainer.panel-default {
  width: 400px;
  float: right;
  border-radius: 0;
}

.CheckOutPage.panel-default .aboveTop,
.OrderPriceContainer.panel-default .aboveTop {
  display: none;
}

.CheckOutPage.panel-default .top,
.OrderPriceContainer.panel-default .top {
  background-color: #e7edf2 !important;
  color: #415173 !important;
  padding: 6px 12px !important;
}

.CheckOutPage.panel-default .top dl,
.OrderPriceContainer.panel-default .top dl {
  margin-bottom: 2px;
}

.CheckOutPage.panel-default .top dt,
.OrderPriceContainer.panel-default .top dt {
  display: inline-block;
}

.CheckOutPage.panel-default .top dd,
.OrderPriceContainer.panel-default .top dd {
  display: inline-block;
  float: right;
}

.CheckOutPage.panel-default .bottom,
.OrderPriceContainer.panel-default .bottom {
  padding: 10px 12px;
}

.CheckOutPage.panel-default .bottom .buttonContainer,
.OrderPriceContainer.panel-default .bottom .buttonContainer {
  display: inline-block;
}

.CheckOutPage.panel-default .OrderPriceTable,
.OrderPriceContainer.panel-default .OrderPriceTable {
  width: 100%;
}

.CheckOutPage.panel-default .OrderPriceTable #ctl00_cphMainContent_ucOrderPrice_trSubtotal,
.OrderPriceContainer.panel-default .OrderPriceTable #ctl00_cphMainContent_ucOrderPrice_trSubtotal {
  background-color: #e7edf2;
  color: #415173;
}

.CheckOutPage.panel-default .OrderPriceTable #ctl00_cphMainContent_ucOrderPrice_trSubtotal .OrderPriceLabelWidth,
.OrderPriceContainer.panel-default .OrderPriceTable #ctl00_cphMainContent_ucOrderPrice_trSubtotal .OrderPriceLabelWidth {
  padding: 5px 10px;
}

.CheckOutPage.panel-default .OrderPriceTable td,
.OrderPriceContainer.panel-default .OrderPriceTable td {
  padding: 5px 10px;
}

#ctl00_cphMainContent_ucDialCustomization_Duc10273_DropDownList.form-control {
  min-width: 260px;
  width: auto;
}

.OrderPriceLabelWidth {
  /*font-weight: bold;*/
}

#tblCheckOutComplete {
  max-width: 425px;
  margin: 40px auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#tblCheckOutComplete td {
  padding: 5px 25px !important;
}

#tdDialCustomization ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#customization table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#customization table ul li {
  overflow: hidden;
}

#customization table ul input,
#customization table select {
  width: 260px;
}

#customization table dl {
  width: 420px;
}

#customization table dt {
  float: left;
  width: 155px;
  font-weight: normal;
}

#tdDialCustomization dd {
  vertical-align: middle;
}

.OrderFinalStepProperties .Duc {
  margin-bottom: 50px;
}

.Duc > div > span {
  padding: 0 0 15px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

#tdPropertyList .Duc:last-child {
  border: 0;
}

#divDescription .WizardProgressStepInnerTable td[stepstatus=waiting] img {
  opacity: 0.3;
}

.nav-tabs > li > a {
  color: #415173;
}

#ctl00_cphMainContent_ucDialCustomization_updatePanelSlideShow {
  min-height: 250px;
}

.PersonalInformation td.TablesTitle {
  padding: 0 0 30px;
}

.TablesTitle input[checked=checked] + label {
  color: #415173;
}

.TablesTitle label {
  margin: 0;
  cursor: pointer;
}

.SubSectionTable a {
  color: #415173;
  text-decoration: underline;
}

.SubSectionTable a:hover {
  text-decoration: none;
}

#UploadRLWrapper {
  width: 400px;
}

.boundedBox {
  margin: 30px 0;
  float: right;
}

.boundedBox td {
  padding: 5px 10px;
}

.OrderDetailsPriceSummary td {
  border: 1px solid #ccc;
}

.boundedBox .OrderDetailsPriceSummaryCaption {
  font-weight: bold;
}

.orderListTable {
  width: 100%;
}

#divAdvSearch input,
#divAdvSearch select {
  min-width: 130px;
}

#divAdvSearch .captionColumn {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  position: relative;
  max-width: 80px;
}

#divAdvSearch #trDateRange .datePicker {
  width: 110px !important;
  margin-left: 5px;
}

#divAdvSearch .FormField {
  width: 300px !important;
}

#divAdvSearch .riTextBox {
  min-width: 80px !important;
  width: 80px;
}

#divAdvSearch .searchButtonsColumn a {
  color: #fff;
  text-decoration: none;
}

.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup {
  position: relative;
  width: 24px !important;
  height: 26px !important;
  background: url(../../calendar.png) no-repeat;
}

.RadPicker .rcTimePopup {
  background: url(../../watch.png) no-repeat;
}

.RadCalendar {
  background-color: #fff;
  border: 1px solid #007aff !important;
  padding: 5px;
}

.RadCalendar a {
  color: #415173;
}

.RadCalendar a:hover {
  background: #ccc;
}

.RadCalendarTimeView a,
table.RadCalendarTimeView td {
  padding: 3px !important;
  transition: inherit !important;
}

.RadCalendar td.rcSelected a,
.RadCalendar td.rcHover a {
  border: 0 !important;
  padding: 0 !important;
  background: #ccc;
}

.RadCalendar .rcMainTable {
  border-collapse: collapse !important;
}

.RadCalendar thead {
  background: #dedede;
}

.RadCalendar th {
  padding: 3px !important;
  min-width: 26px;
  line-height: normal;
  background: #fefefe;
  text-align: center;
}

#uStoreSkinCultureSelector {
  padding: 5px 12px;
  border: 1px solid #634d4e;
  background: #fff;
}

.dropdown-menu {
  min-width: 180px;
}

#loadingDivTransparent {
  display: none;
}

.login-lang .btn-default,
.login-lang .btn-default:focus {
  background: none;
}

.CustomizationProperties .nav-tabs {
  display: none;
}

.CustomizationProperties .tab-content .tab-pane {
  display: block;
  float: left;
  visibility: visible;
}

/* .CustomizationProperties .tab-content #ctl00_cphMainContent_ucDialCustomization_btnUpdateThumbnails {
  background-color: #415173;
  color: #ffffff;
} */

.CustomizationProperties .tab-content #ctl00_cphMainContent_ucDialCustomization_btnUpdateThumbnails:hover {
 
  text-decoration: none!important;
}

#ctl00_cphMainContent_dgShippingItems {
  border: 0 !important;
}

.ui-dialog {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px 20px 10px;
  font-size: 15px;
  min-width: 250px;
}

.ui-dialog[aria-labelledby=ui-id-12] {
  min-width: 150px !important;
}

.ui-dialog[aria-labelledby=ui-id-12] .ui-dialog-titlebar {
  background: none;
}

.ui-dialog .ui-dialog-title {
  margin: 0 0 20px !important;
  float: none !important;
}

.ui-dialog .ui-dialog-titlebar-close .ui-corner-all .ui-state-hover {
  display: none;
}

.ui-dialog .ui-icon-closethick {
  position: absolute;
  top: 0;
  right: 10px;
  color: #fff;
  text-align: center;
  line-height: 1px;
}

.ui-dialog .ui-icon-closethick:after {
  content: "Х";
  display: block;
  color: #415173;
  font-size: 15px;
  font-weight: bold;
}

.ui-dialog .ImgPreview {
  background-color: #ffffff !important;
}

.ui-dialog .popupFooter {
  border: none;
  background-color: #ffffff;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  border: 0;
  background: none;
}

.popupContentInner {
  padding: 0;
}

.ImgPreview {
  background-color: #ffffff !important;
  width: 400px;
  float: left;
}

.imageInfoLinePreview {
  width: 280px !important;
  background-color: #ffffff !important;
  float: left !important;
  position: relative !important;
  bottom: 0 !important;
}

.imageInfoLinePreview .PreviewInfo,
.imageInfoLinePreview .PreviewInfoDimensions {
  color: #30c6af;
}

.popupFooter {
  border: none;
  background: none;
  background-color: #ffffff;
}

#ctl00_cphMainContent_ucDialCustomization_updatePanelSlideShow {
  /*border: 1px solid grey;*/
  padding: 5px;
  margin-bottom: 25px;
  float: left;
}

#ctl00_cphMainContent_ucDialCustomization_SlideShow_divWrapper .gallerylayer {
  width: auto !important;
}

#ctl00_cphMainContent_ucDialCustomization_SlideShow_divWrapper .gallerylayer img {
  width: 100% !important;
}

#ctl00_cphMainContent_ucDialCustomization_SlideShow_divWrapper #divProgress {
  height: auto !important;
}

#ctl00_cphMainContent_Stepsnav1_MyList {
  display: none;
}

.RadMenu_Default {
  background-color: #ffffff;
}

.RadMenu_Default a {
  color: #415173;
}

#ctl00_cphMainContent_lblRecipient_RecipientDataGrid_ctl00 .rgFilterRow input {
  width: 74px;
  color: #30c6af;
}

.RLEditorContainer {
  overflow-x: visible !important;
}

.RadGrid .rgFilterBox {
  color: #415173;
}

.RadGrid .rgFilterRow img,
.RadGrid .rgFilterRow input {
  vertical-align: top !important;
}

.RadGrid_Default {
  border: 0 !important;
  width: auto !important;
  overflow: auto;
}

.RadGrid_Default .rgMasterTable {
  /*font-size: 15px !important;*/
}

.RadGrid_Default .rgHeader {
  background: none !important;
  color: #fff !important;
  border: 0 !important;
}

.RadGrid_Default .rgHeader {
  text-align: left !important;
}

.RadGrid_Default .rgAltRow > td {
  border-color: #ccc !important;
}

.RadGrid_Default .rgAltRow {
  background: none !important;
}

.TemplatesHolder {
  padding: 0.5em 1em !important;
}

.popupFooter {
  bottom: 0 !important;
  right: 20px !important;
}

.progressBarDialog {
  border-radius: 4px !important;
}

#txtQuantityPerRecipient {
  font-size: 16px;
  margin-left: -8px;
  height: auto;
  padding: 2px 8px !important;
}

#divProgressBar {
  width: 300px !important;
}

#UploadProgressBarDialog {
  padding: 10px !important;
}

.text-primary {
  color: #415173;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.full-view .col {
  padding: 0;
}

.WizardButtonsContainer {
  width: 100%;
  overflow: hidden;
}

.RightMenuWrapper {
  width: 100%;
  margin-top: 20px;
}

.RightMenuWrapper h3 {
  font-size: 16px;
}

.PropListWrapper {
  border-color: #ccc;
  width: 100%;
  padding: 5px;
  border-top-style: solid;
}

.ui-dialog {
  min-width: 200px !important;
}

.ui-dialog .NewItemMenuTitle {
  margin: 0 0 15px;
  display: block;
}

.ui-dialog ul {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
}

.ui-dialog ul li {
  margin: 0 0 5px;
  padding: 0;
  list-style: disc;
  cursor: pointer;
}

.ui-dialog .ui-dialog-content {
  /*min-height: 580px !important;*/
  overflow: hidden !important;
}

#filterDiv input {
  padding: 5px 10px;
}

#filterDiv input[type=button]:hover {
  background: #976841;
}

#filterTable td {
  padding: 10px 0;
}

#filterTable td label {
  margin: 0 10px 0 0;
}

#PrintProprtiesDialog .VerticalMenuDiv ul li:hover,
#PrintProprtiesDialog .VerticalMenuDiv_ul_li_active {
  background: #bc8c63;
  color: #fff;
}

#PrintProprtiesDialog .propertyWrapper {
  background: none !important;
}

#PrintProprtiesDialog .HorizontalMenuDataList {
  border: 0;
}

#ContainerDivLeft {
  margin-bottom: 15px;
}

.list-group-item:last-child {
  border-radius: 0;
}

.ui-widget-header {
  background: none;
  /*height: 10px;*/
}

.ui-widget-content a {
  font-size: 14px;
  margin-left: 10px;
}

.BasicDialogContainer .ui-dialog-titlebar {
  min-height: 50px;
  background: #ccc;
  color: #333 !important;
  line-height: normal;
}

/*.productName:hover .linkEditNickName {
  display: none !important;
}*/
#uEditContainer {
  margin-bottom: 25px !important;
  clear: both;
}

.uEdit-area .btn {
  background: none;
}

.uEdit-area .panel-title {
  color: #000;
}

.uedit-application .simple-controls-container a {
  margin-top: 2px !important;
}

.PersonalInformation .FormLabel {
  width: 60%;
}

#detailsTable .form-group {
  overflow: hidden;
}

#detailsTable .form-group .Normal {
  float: left;
  width: 10%;
  margin-right: 10px;
}

.popupContent table td,
#filterStrTable table td {
  padding-bottom: 15px;
}

.popupContent .FormLabel,
#filterStrTable table td label {
  font-weight: normal;
  font-size: 14px;
}

#tblAddressEdit input[type=text],
#tblAddressEdit select {
  width: 295px;
}

#filterStrTable table td label {
  margin-right: 10px;
}

#filterStrTable .btn {
  float: left;
}

.breadCrumbs {
  margin-bottom: 25px;
}

.breadCrumbs > span + span:before {
  padding: 0 8px 0 5px;
  color: #666;
  content: "˃";
}

.uedit-application .combo .combo-caret {
  border-radius: 0 4px 4px 0 !important;
}

.uedit-application .combo .combo-caret > a {
  margin-top: 0 !important;
  line-height: 17px !important;
  height: 20px;
  width: 16px;
}

.priceExplainTooltip {
  position: relative;
}

.priceExplainTooltip:hover .InfoPopup {
  display: block;
}

.InfoPopup {
  display: none;
  position: absolute;
  background: #fcfbf2;
  border-radius: 5px;
  color: #000;
  font-weight: normal;
  font-size: 13px;
  padding: 10px 15px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  z-index: 1000;
}

.tblPriceTags .InfoButton {
  margin-left: 5px;
}

.tblPriceTags h4 {
  font-size: 1.5rem;
}

.table-responsive {
  overflow: visible;
}

.HasXmpTooltip:hover {
  position: relative;
}

.HasXmpTooltip:hover .XmpTooltipPopup {
  display: block;
}

.XmpTooltipPopup {
  display: none;
  position: absolute;
  margin: 5px 0 0 15px;
  background: #fcfbf2;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  max-width: 500px;
}

#ctl00_cphMainContent_OrderNumber {
  color: #976841;
}

.OrderDetailsTdRounding {
  width: 100%;
  overflow: hidden;
  text-align: right;
}

#foldersContainer .subfolderContainer,
#filesContainer .fileContainer {
  overflow: hidden;
  height: 50px;
}

#filesContainer .fileExtensionpdf {
  background-repeat: no-repeat;
  overflow: hidden;
}

#filesContainer .fileName,
#UploadFileDialog {
  line-height: normal;
  font-size: 14px;
}

#PropListWrapper {
  width: 217px !important;
  height: auto !important;
}

.mainAreaFooterFullWidth {
  width: 100%;
  margin-top: 20px;
}

.checkoutSubmissionOrderPriceContainerContainer {
  float: right;
}

.checkoutSubmissionOrderPriceContainerContainer .OrderPriceTable td {
  border-top: 1px solid #ccc;
}

.boxSeparator,
#ctl00_cphMainContent_ucOrderPrice_trSeperator2 {
  display: none;
}

#ctl00_cphMainContent_ctl11_Duc10445_ucDatePicker1_radCalendar1_wrapper {
  float: left;
}

.dddlName {
  float: left;
}

#tblNumCopies input[type=text],
#tblNumCopies .form-control {
  min-width: auto !important;
  width: 40px;
}

#ctl00_cphMainContent_pnlPropertiesConfig .OrderFinalStepProperties table {
  margin-top: 0;
}

#ctl00_cphMainContent_pnlPropertiesConfig .OrderFinalStepProperties table caption,
#ctl00_cphMainContent_ctl11_Duc10445_ucTimePicker1_radSendTime_timeView_tdl caption {
  padding: 0;
}

#ctl00_cphMainContent_pnlPropertiesConfig .OrderFinalStepProperties .Duc {
  margin-bottom: 30px;
}

.datetimeWrapper div {
  float: left;
}

#tdPropertyList div {
  overflow: hidden;
  margin: 0 10px 0 0;
}

#ctl00_cphMainContent_pnlPropertiesConfig table {
  float: left;
}

.RadCalendarTimeView {
  background: #fff;
  border-color: #000;
}

.RadCalendar .rcRow td {
  border-width: 1px 0 0 1px !important;
}

.RadCalendar .rcMain .rcRow a,
.RadCalendar .rcMain .rcRow span {
  padding: 0 !important;
}

.RadCalendar .rcRow td,
.RadCalendar .rcWeek th {
  text-align: center !important;
}

.RadCalendar td.rcOtherMonth a,
.RadCalendar td.rcOutOfRange span {
  color: #ccc;
  font-weight: normal;
}

.RadCalendar td.rcOtherMonth a:hover {
  color: #415173;
}

.RadMenu ul.rmGroup {
  padding: 5px !important;
}

.RadGrid .rgFilterRow > td {
  padding: 10px !important;
}

.RadGrid .rgFilterRow > td > input[type=text] {
  margin-bottom: 0;
}

.RadMenu .rmGroup .rmText {
  padding: 3px 30px 2px 10px !important;
  margin: 0 !important;
  line-height: normal;
}

.OrderFinalStepProperties a.options {
  display: inline-block;
  background: #bc8c63;
  padding: 1px 10px;
  color: #fff;
}

.OrderFinalStepProperties a.options:hover {
  text-decoration: none;
  background: #976841;
}

.RadCalendarTimeView th {
  background: #ccc;
  border-bottom: 1px solid #000 !important;
}

.addressPaneAddAddress {
  overflow: hidden;
  width: 570px;
}

.addressPaneAddAddress a.formSelectionField {
  background: #415173;
  border: solid 1px #415173;
  padding: 1px 5px;
  color: #fff !important;
}

.addressPaneAddAddress a.formSelectionField:hover {
  text-decoration: none;
  color: #415173;
  background: transparent;
}

/*#ctl00_cphMainContent_trShipping .boundedBox td {
  padding: 0 !important;
} */
div[tabindex=""]::focus {
  outline: none;
}

table.RadCalendarMonthView {
  background: #fff !important;
}

#hrDivSplitter {
  display: none;
}

.WizStepTR[stepstatus=waiting] {
  opacity: 0.5;
}

.WizStepTR[stepstatus=active] {
  opacity: 1;
}

.linkEditNickName {
  background: rgba(0, 0, 0, 0) url("/uStore/Images/icon-edit.gif") no-repeat scroll 0 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin-top: 3px;
  vertical-align: top;
}

.productName:hover .linkEditNickName {
  display: inline-block;
}

.divNickName .lblNickname {
  display: inline-block !important;
  font-size: 13px;
}

input[type=text].txtNickName {
  display: none;
  font-size: 13px;
  line-height: 13px;
  margin-top: 7px;
}

.rgMasterTable .productName {
  font-weight: bold;
  font-size: 17px;
}

.ShoppingCartGrid_Column_ProductName {
  width: 350px !important;
  overflow: hidden;
}

/* footer styles */
footer {
  /* float: left; */
  width: 100%;
}

footer .fa-3x {
  font-size: 2.5em;
}

/* new styles */
.item-box-group {
  margin-bottom: 20px;
  position: relative;
}

.subcatlink {
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}

.collage {
  background-color: #fcfbf2;
  border: solid 1px black;
  text-align: center;
}

.collage h3 {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: #ffffff;
  font-family: sans-serif;
  text-align: left;
  padding-left: 15px;
  position: absolute;
  width: 100%;
  margin: 0px !important;
  bottom: 5px;
}

.collage1,
.collage2,
.collage3 {
  max-height: 70%;
  max-width: 29%;
  vertical-align: middle;
  margin-left: 1%;
  margin-right: 1%;
  border: solid 1px black;
}

.collage1,
.collage3 {
  margin-top: -8%;
}

.collage2 {
  margin-top: 8%;
}

.collage1x {
  position: relative;
  height: 350px;
  line-height: 350px;
}

.collage1x h3 {
  height: 70px;
  line-height: 70px;
}

.collage2x {
  position: relative;
  height: 250px;
  line-height: 250px;
}

.collage2x h3 {
  height: 60px;
  line-height: 60px;
}

.collage3x {
  position: relative;
  height: 150px;
  line-height: 150px;
}

.collage3x h3 {
  height: 50px;
  line-height: 50px;
}

.group-without-product {
  border-width: 0px;
}

/* BREAKPOINTS STYLES START */
/* breakpoint 1300 */
@media (max-width: 1300px) {
  header .carousel-caption {
    font-size: 16px;
    padding: 20px 40px;
  }
  header .carousel-caption h2 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  header .carousel-caption .btn {
    padding: 10px;
    width: 150px;
    margin-left: -75px;
  }
}
/* breakpoint 991 */
@media (max-width: 991px) {
  .navbar-default .navbar-header .navbar-brand {
    margin: 0 auto;
    width: 176px;
  }
  header .carousel-caption {
    padding: 20px;
    top: 15%;
    bottom: 15%;
    left: 15%;
    right: 15%;
  }
  header .carousel-caption h2 {
    font-size: 25px;
  }
  /*.navbar-default .nav > li .form-group.search input {
        max-width: 140px;
        padding-right: 30px;
    }*/
  header .carousel-caption h2 {
    font-size: 35px;
  }
  .category-main-inner {
    position: static;
  }
  .category-main-inner .product-box {
    margin-bottom: 20px;
    background: rgba(61, 44, 39, 0.9);
  }
  .category-main-inner .product-box {
    border-right: 1px solid #ffffff;
    min-height: 175px;
  }
  .category-main-inner .product-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #tblMain #ctl00_cphMainContent_trPricingTable,
#tblMain #ctl00_cphMainContent_trPricingTableLink {
    position: static;
  }
  #ctl00_cphMainContent_lnbShowPricingTable {
    margin: 0 0 20px;
    background: #415173;
    padding: 6px 12px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
  }
  #tblMain .SiteLink {
    margin-bottom: 25px;
  }
  #ContainerDivRight {
    float: left !important;
    width: 100% !important;
  }
  .RightMenuWrapper {
    width: 100% !important;
  }
  #PropListWrapper {
    width: 100% !important;
  }
}
@media (max-width: 840px) {
  .dropdown-gallery {
    float: none !important;
  }
}
/* breakpoint 768 */
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-header {
    /*float: left;*/
    margin-left: 10px;
  }
  .navbar-default .navbar-right {
    float: left !important;
    margin: 0;
    width: 100%;
    min-width: 265px;
  }
  .navbar-default .nav > li {
    float: left;
  }
  /*.navbar-default .nav > li:nth-child(1) {
            display: block;
            float: none;
            width: 100%;
        }*/
  .navbar-default .nav > li:nth-child(2) {
    /*width: auto;*/
    position: relative;
    /*padding-top: 50px;*/
    /*border-right: none;*/
  }
  .navbar-default .nav > li:nth-child(2) .search {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
  }
  /*.navbar-default .nav > li:nth-child(3),
        .navbar-default .nav > li:nth-child(4) {
            border-right: none;
            padding-top: 50px;
        }*/
  .navbar-default .dropdown-menu {
    background-color: #ffffff !important;
  }
  .navbar-default .dropdown-menu ul.user li a {
    float: left !important;
  }
  .navbar-default .search {
    width: 320px !important;
  }
  .navbar-default .search input {
    max-width: 320px !important;
  }
  .navbar-default .lang {
    max-width: 78px;
  }
  .carousel-caption h2 {
    font-size: 26px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  .carousel-caption .btn {
    position: absolute;
    z-index: 11;
    left: 50%;
    bottom: 5%;
    width: 140px;
    margin-left: -70px;
    padding: 5px 10px;
  }
  .carousel-indicators {
    bottom: 5px;
  }
  section.product-page .description {
    padding-top: 25px;
  }
  section.product-page .description .form-group {
    display: inline-block;
  }
  section.product-page .description .form-group:last-child {
    padding-top: 2px;
  }
  section.product-page .description .form-group .form-control {
    display: inline-block;
    width: auto;
  }
  #tdPropertyList .Duc {
    width: 100%;
    float: none;
  }
  section.catalog-items .container .row {
    display: block;
  }
  .collage1,
.collage3 {
    margin-top: -4%;
  }
  .collage2 {
    margin-top: 4%;
  }
  .collage1x {
    height: 150px;
    line-height: 150px;
  }
}
@media (max-width: 700px) {
  .navbar-default .nav > li:nth-child(1) {
    display: block;
    float: none;
    width: 100%;
    border-right-width: 0;
  }
}
/* breakpoint 640 */
@media (max-width: 640px) {
  .carousel-caption p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  header .carousel-caption {
    left: 5% !important;
    right: 5% !important;
  }
  .carousel-inner {
    background: #2b1d1c;
  }
  .carousel-caption {
    top: 15%;
    bottom: 15%;
    left: 15%;
    right: 15%;
  }
  .carousel-inner > .item:after {
    background: rgb(61, 44, 39);
  }
  .carousel-indicators .active {
    background-color: #fff;
  }
  .carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    /*width: 700px !important;
        max-width: inherit;*/
  }
  .carousel-caption h2 {
    font-size: 24px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  .carousel-caption .btn {
    position: absolute;
    z-index: 11;
    left: 50%;
    bottom: 5%;
    width: 140px;
    margin-left: -70px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .category-main-inner .product-box h3 {
    font-size: 14px;
  }
  #customization {
    width: 100%;
  }
  .FieldOptionItem.FOGrid,
.FieldOptionItem.FOList {
    min-width: 100%;
  }
}
@media (max-width: 500px) {
  header .carousel-caption .btn {
    padding: 5px;
    width: 100px;
    margin-left: -50px;
  }
}
/* breakpoint 480 */
@media (max-width: 480px) {
  header .carousel-caption h2 {
    font-size: 18px;
  }
  .carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    /*display: none;*/
  }
  .carousel-inner > .item {
    /*height: 350px;*/
  }
  .navbar-default ul.product-gallery li a {
    display: block;
    width: 100%;
  }
  .navbar-default .nav .dropdown-menu ul.product-gallery {
    padding: 10px 0;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#tdPropertyList div.optionTitle {
  border-bottom: 0;
}

#tdPropertyList div.dependentDUC {
  padding-left: 5px;
}

#tdPropertyList ul {
  list-style-type: none;
}

ul,
menu,
dir {
  padding-left: 0px;
}

div.Duc {
  clear: left !important;
  margin-bottom: 10px;
}

div.Duc > div > div {
  padding-right: 10px;
}

.rcFastNext {
  display: initial !important;
}

.rcNext {
  display: initial !important;
}

.rcFastPrev {
  display: initial !important;
}

.rcPrev {
  display: initial !important;
}

td > hr {
  max-width: 100%;
}

td,
th {
  padding: 3px;
}

div.product-inventory {
  padding-bottom: 50px;
  margin-top: -20px;
}

div.product-inventory-value > span {
  font-size: 12px !important;
}

.SoldOut .divSoldOut {
  background-image: url(/uStore/Images/SoldOut_big.png);
  position: absolute;
  z-index: 1000;
  top: 85px;
  right: 0;
  width: 109px;
  height: 29px;
  color: #fff;
  font-size: 12px;
  line-height: 2.4em;
  display: inline !important;
  text-align: center;
  cursor: default;
}

.thumbnailWrapper {
  position: relative;
}

.thumbnailWrapper .divSoldOut {
  top: inherit;
  bottom: 0px;
}

.category-main-inner .divSoldOut {
  top: inherit;
  bottom: 0px;
}

.inventoryStatus {
  color: red;
}

.prod-group-desc {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 90px;
}

.garDialControlSpinner {
  background-color: inherit !important;
}

#pageItems {
  bottom: -20px;
}

.XmpImageButton.HideDisabled[disabled],
.XmpieHiddenButton {
  display: none;
}

.WizardButtonsContainer .cancel {
  display: none;
}

.WizardButtonsContainer .next,
.WizardButtonsContainer .finish,
.WizardButtonsContainer .saveForLater {
  float: right;
  margin-right: 12px;
}

div.cancel a,
div.back a,
td a[id*=btnRecalculate] {
  background: transparent;
  border: solid 1px #415173;
  color: #415173;
}

div.back a:active,
div.back a:hover,
div.cancel a:active,
div.cancel a:hover {
  background: #415173;
  border: solid 1px #415173;
  color: white;
}

.LoadDivImg {
  position: absolute !important;
  left: 50%;
  top: 50%;
}

a.FormLabel,
a.SiteLink,
a.FormLabel:hover,
a.SiteLink:hover {
  text-decoration: none !important;
}

.WizardProgressStep img.WizardStepImageURL {
  height: 32px;
}

.group-thumbnail {
  margin-top: 0;
  max-height: 90%;
  max-width: 100%;
}

.NewItemMenu.xmpDialog {
  min-height: unset !important;
}

[id*=dgDrafts] [id*=btnDeleteMobile] {
  display: none !important;
}

#OrderFinalStep_PriceReview_TotalPrice {
  font-weight: bold;
}

[id*=lblTotalLabel],
[id*=lblTotal] {
  font-weight: bold;
}

.OrderDetailsPriceSummary tr td:nth-child(3) {
  display: none;
}

.mobileHidden {
  border-width: 0 !important;
}

div.nextPageBttn {
  text-align: center;
  cursor: pointer;
}

div.nextPageBttn span {
  font-size: 28px;
}

div.nextPageBttn .glyphicon.glyphicon-repeat {
  color: #bc8c63;
  line-height: initial;
  font-size: 110px;
  font-weight: bold;
}

div.nextPageBttn .glyphicon.glyphicon-repeat:hover {
  opacity: 0.7;
}

.product-gallery li {
  float: none;
}

ul[id*=OptionsListRadio] li label {
  white-space: normal;
}

.userWelcome {
  padding: 20px 0 0 200px;
}

.userWelcome span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  max-width: 190px;
}

@media (max-width: 400px) {
  .userWelcome {
    display: none;
  }
}
.form-group.search {
  width: 190px !important;
}

.navbar-default .navbar-collapse.in {
  overflow: visible !important;
}

@media (max-width: 980px) {
  .dropdown-gallery {
    float: none !important;
    border-right-width: 0 !important;
  }
}
@media (max-width: 670px) {
  .search-lang-area {
    float: none !important;
    border-right-width: 0 !important;
  }
}
@media (max-width: 990px) {
  .navbar-collapse {
    width: 890px !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
  }
}
[action*="login.aspx"] .navbar-header {
  float: left;
}

.LoadDiv {
  z-index: 9998;
  visibility: hidden;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.LoadDiv[style*=hidden] {
  display: none !important;
}

.LoadDivTransparent[style*=hidden] {
  display: none !important;
}

.ui-dialog .ui-resizable-se {
  display: none;
}

div.LoginMaster div.checkbox {
  padding-left: 0;
}

input[id*=chkRememberEmail] {
  top: 0 !important;
  margin-right: 3px !important;
}

@media (max-width: 465px) {
  .dropdown-menu[aria-labelledby=uStoreSkinCultureSelector] {
    left: inherit !important;
    right: 8px !important;
  }
}
@media (max-width: 480px) {
  .RadGrid .rgRow > td,
.RadGrid .rgAltRow > td,
.RadGrid .rgEditRow > td,
.RadGrid .rgFooter > td,
.RadGrid .rgHeader,
.RadGrid th.rgResizeCol,
.RadGrid .rgMasterTable .rgNoRecords td {
    padding: 5px 2px !important;
  }
  .CheckOutPage.panel-default,
.OrderPriceContainer.panel-default {
    width: inherit;
  }
}
@media (max-width: 640px) {
  td,
th {
    padding: 3px 0 0 0 !important;
  }
  .PaymentCurrencyMessage,
td {
    white-space: normal !important;
  }
  #tblRegistration {
    width: auto !important;
  }
  #tblSignIn.well {
    width: auto !important;
    margin-top: auto !important;
  }
  #tblSignIn.well .form-group .control-label {
    width: 80px !important;
  }
  #tblSignIn .btn,
#tblRegistration .btn,
#tblRegistration .SmallLink {
    width: auto !important;
  }
  [id*=updatePanelSlideShow],
[id*=tblNavigationPanel],
#divProgress,
#SlideShow {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #imgProgress {
    display: none;
  }
  #divAdvSearch .FormField {
    width: 230px !important;
  }
  #detailsTable .form-group .Normal {
    float: left;
    width: 25%;
    margin-right: 10px;
  }
  .rgMasterTable,
.RadGrid_Default {
    font-size: 12px !important;
  }
  .RadGrid .rgHeader,
.RadGrid th.rgResizeCol {
    font-size: 12px;
  }
  [id*=lblProductName] {
    font-size: 12px;
  }
  #tblCheckOutComplete {
    display: table-cell;
  }
  .mainAreaFooterFullWidth center a.btn {
    margin-bottom: 20px;
  }
  [id*=dgDrafts] [id*=btnThumbnail] {
    max-width: 40px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .datePickerContainer {
    float: left;
  }
  [id*=dgRecipientList] {
    table-layout: fixed !important;
  }
  [id*=dgRecipientList] td {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1385px) {
  [action*="login.aspx"] .dropdown-menu[aria-labelledby=uStoreSkinCultureSelector] {
    right: 0 !important;
    left: inherit;
  }
}
#UploadRLWrapper input[type=file] {
  width: 100%;
}

.rgMasterTable .hidden-sm.hidden-xs,
.rgMasterTable tr.hidden-sm.hidden-xs,
.rgMasterTable th.hidden-sm.hidden-xs,
.rgMasterTable td.hidden-sm.hidden-xs,
.rgMasterTable .hidden-xs,
.rgMasterTable tr.hidden-xs,
.rgMasterTable th.hidden-xs,
.rgMasterTable td.hidden-xs {
  display: table-cell !important;
}

.rgMasterTable .hidden-xs.hidden-sm,
.rgMasterTable tr.hidden-xs.hidden-sm,
.rgMasterTable th.hidden-xs.hidden-sm,
.rgMasterTable td.hidden-xs.hidden-sm {
  display: table-cell !important;
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.AddressBox_Checkbox {
  display: block;
}

.RadGrid .rgNumPart a.rgCurrentPage {
  font-weight: bold;
}

#tdDocCtrlRight {
  vertical-align: top;
}

.diagramImage {
  float: left !important;
}

.custom-product-details-content {
  min-height: 265px;
}

#MissingFontsDialog {
  min-height: 119px !important;
}

.approval-panel a:hover {
  text-decoration: underline !important;
}

.approval-panel .title:hover {
  cursor: default !important;
  text-decoration: none !important;
}

.XmpieApproveButton {
  background-color: #76a43b;
}

.XmpieApproveButton:hover {
  background-color: #548036;
}

.XmpieModifyButton {
  background-color: #53b4cf;
}

.XmpieModifyButton:hover {
  background-color: #358ea6;
}

.XmpieRejectButton {
  background-color: #f00000;
}

.XmpieRejectButton:hover {
  background-color: #a30000;
}

.RejectNote {
  width: 75%;
  display: block;
}

.RejectBack {
  font-size: 11px;
  background-color: #f2dcdb !important;
}

.RequiredFieldMarker {
  color: red;
  font-weight: bold;
  vertical-align: middle;
}

.exclamation {
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 16px;
  width: 16px;
  height: 16px;
  background-color: #f44336;
  border-radius: 50%;
  z-index: 1000;
  position: absolute;
  top: 14px;
  right: 8px;
}

#TemplatesCarousel > ol.pagination-links {
  display: none;
}

#TemplatesCarousel > a.prev {
  display: none;
}

#TemplatesCarousel > a.next {
  display: none;
}

input[type=submit].rbDecorated {
  padding: 0 10px;
  background: rgb(226, 226, 226);
}

.group-description {
  font-size: 16px;
  text-align: left;
}

.product-name-trim {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.SubOrderProductDiv {
  height: 200px;
}

.DocumentImgDivLandscape2 {
  margin-bottom: 30px !important;
}

.RadGrid_Default .rgMasterTable .rgSelectedCell,
.RadGrid_Default .rgSelectedRow {
  background: none;
  color: blue;
}

@media only screen and (min-width: 454px) {
  #customization table dt {
    float: left;
  }
}
@media only screen and (max-width: 420px) {
  #customization table dt {
    float: none;
  }
}
.Duc.dependentDUC.xmp__dependentDUC__hide {
  position: fixed !important;
  top: 0 !important;
  opacity: 0 !important;
  z-index: -999 !important;
}

.cookieRibbonWrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 50px;
  height: 50px;
  opacity: 0.75;
  background-color: var(--ribbon-color, #34466a);
  display: none;
  z-index: 9999;
}

.cookieRibbonWrapper.show {
  display: block;
}

.cookieRibbonWrapper .buttonContainer {
  position: absolute;
  right: 10px;
  vertical-align: middle;
  line-height: inherit;
  color: #fff;
}

.cookieRibbonWrapper .cookieRibbonText {
  position: absolute;
  left: 10px;
  vertical-align: middle;
  line-height: inherit;
  color: #fff;
}

.beforePriceGap {
  display: none;
}

.OrderFinalStepProperties .Duc {
  margin: 0 !important;
}
.OrderFinalStepProperties .drbValue {
  margin: 0 !important;
}
.OrderFinalStepProperties [class*=ducWrapper] {
  margin: 0 !important;
}

.proofLink .FormLabel {
  margin: 0;
  font-size: 22.5px;
}
.proofLink .glyphicon {
  display: none !important;
}

body {
  color: #666;
}

#ctl00_cphMainContent_BtnShopping {
  background: transparent;
  color: #35435e !important;
  transition: all ease-out 0.3s;
  border-color: #415173 !important;
}
#ctl00_cphMainContent_BtnShopping:hover, #ctl00_cphMainContent_BtnShopping:focus, #ctl00_cphMainContent_BtnShopping:active {
  color: white !important;
  background-color: #415173 !important;
}

.breadCrumbs,
.breadCrumbs * {
  font-size: 14px !important;
}

tr[id$=MainContent_trBillingAddress] > td {
  border: none;
  padding: 0;
}

.selectAddressWrapper .formSelectionField {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #415173;
  border-color: #415173;
  color: white;
  box-shadow: none !important;
}
.selectAddressWrapper .formSelectionField:hover, .selectAddressWrapper .formSelectionField:focus, .selectAddressWrapper .formSelectionField:active {
  color: #415173 !important;
  background: transparent !important;
  text-decoration: none !important;
}

.boxSubHeading {
  color: #ffffff;
  font-size: 16px;
  margin: 0 !important;
}

img[src="./Images/Add.gif"],
img[src="./Images/icon-Edit.gif"] {
  display: inline-block !important;
}

.checkoutFinalBack a {
  border: solid 1px #35435e !important;
  color: #35435e !important;
  background-color: transparent !important;
}
.checkoutFinalBack a:hover, .checkoutFinalBack a:focus, .checkoutFinalBack a:active {
  color: white !important;
  background-color: #35435e !important;
}

.AddressBody .formSelectionField {
  color: #35435e !important;
}

[id*=btnCouponRecalculate] {
  background-color: #415173;
  border-color: #415173;
  color: white;
}
[id*=btnCouponRecalculate]:hover, [id*=btnCouponRecalculate]:focus, [id*=btnCouponRecalculate]:active {
  background-color: #415173;
  border-color: #415173;
  color: white;
}

[id*=lnkClearCoupon] {
  color: #415173 !important;
}
[id*=lnkClearCoupon]:hover, [id*=lnkClearCoupon]:focus, [id*=lnkClearCoupon]:active {
  color: #415173 !important;
}

[id*=trPaymentMethods] hr,
[id*=trPaymentMethodDivider] hr {
  display: none;
}

.XmpTooltipPopup {
  display: none;
}

.addressItemTable:not(#ctl00_cphMainContent_billingPane_dlAddresses) {
  text-align: left;
  border: solid 1px rgba(0, 0, 0, 0.125);
  border-radius: 6px;
  width: 100%;
}

.addressItemBody {
  padding-left: 16px !important;
  padding-top: 16px !important;
}

.addressItemHead {
  border: none;
  background: #e1e1e1;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

#ctl00_cphMainContent_billingPane_dlAddresses {
  display: flex;
}
#ctl00_cphMainContent_billingPane_dlAddresses .tdContainer {
  padding-left: 16px;
  padding-bottom: 16px;
  width: 33%;
  flex-basis: 33%;
}

#productDetailsContainer {
  display: none !important;
}
/* # sourceMappingURL=legacy.css.maprCoupon"]:hover, [id*="lnkClearCoupon"]:focus, [id*="lnkClearCoupon"]:active {
  color: #415173 !important;
} */

[id*="trPaymentMethods"] hr,
[id*="trPaymentMethodDivider"] hr {
  display: none;
}

.XmpTooltipPopup {
  display: none;
}

.addressItemTable:not(#ctl00_cphMainContent_billingPane_dlAddresses) {
  text-align: left;
  border: solid 1px rgba(0, 0, 0, 0.125);
  border-radius: 6px;
  width: 100%;
}

.addressItemBody {
  padding-left: 16px !important;
  padding-top: 16px !important;
}

.addressItemHead {
  border: none;
  background: #e1e1e1;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

#ctl00_cphMainContent_billingPane_dlAddresses {
  display: flex;
}

#ctl00_cphMainContent_billingPane_dlAddresses .tdContainer {
  padding-left: 16px;
  padding-bottom: 16px;
  width: 33%;
  flex-basis: 33%;
}

#productDetailsContainer {
  display: none !important;
}


@media only screen and (max-width: 991px) {
  .CustomizationProperties .tab-content.ng-scope table, 
  .CustomizationProperties .tab-content.ng-scope tr, 
  .CustomizationProperties .tab-content.ng-scope td, 
  .CustomizationProperties .tab-content.ng-scope th, 
  .CustomizationProperties .tab-content.ng-scope tbody {
    display: block;
  } 

  .CustomizationProperties .tab-content.ng-scope {
    flex-direction: column-reverse;
  }
  .CustomizationProperties .tab-content.ng-scope #preview {
    float: none;
    display: block;

  }
  .CustomizationProperties .tab-content.ng-scope #preview #ctl00_cphMainContent_ucDialCustomization_updatePanelSlideShow {
    float: none;
  }
  #divProgress {
    width: 100%;
  }
  .CustomizationProperties .tab-content.ng-scope #previewWrapper,
  .CustomizationProperties .tab-content.ng-scope #previewWrapper .dialCustomization_updatePreviewBtnPnl, 
  .CustomizationProperties #SlideShow {
    width: 100%!important;
    
  }
  
  #ctl00_cphMainContent_ucDialCustomization_SlideShow_tblNavigationPanel tr{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
  }
  #ctl00_cphMainContent_ucDialCustomization_updatePanelDummy a {
    font-size: 18px!important;
  }
  #customization table dl {
    width: 100%;
  }

  #tdDialCustomization {
    min-width: unset;
    width: 100%;
  }

  .CustomizationProperties #customization {
    flex-basis: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.color-select-row .col-md-6 {
    width: 50%;
  }

  #tblLayout {
    display: none;
  }

  .fix-bad-table  {
    display: block;
  }
  .fix-bad-table > td {
    display: block;
  }
  #CurrentCartSummary {
    width: 100%;
  }
  #CurrentCartSummary .CheckOutPage.panel.panel-default {
    float: none;
    width: 100%;
  }
  #CurrentCartSummary .bottom {
    text-align: right;
  }
  #CurrentCartSummary .bottom a {
    margin-left: 10px;
  }

  .buttonsContainer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
  }

  .login-splash-screen {
    height: 100vh;
    top: 0;
  }

  body {
    padding-top: 0;

  }
  .ustore_Login #ctl00_cphMainContent_pPaddingTop {
    display: none;
  }
  .ustore_Login .container {
    margin: 0;
    padding: 0;
  }
  .loginFormContainer {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  #ctl00_containerPageProductName {
    display: none;
  }

  .unhideBadThing .btnUnselected {
    display: none!important;
  }
  .unhideBadThing .btnSelected {
    margin-top: 16px;
  }
  .unhideBadThing .btnSelected::before {
    display: none;
  }

  .color-div {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .addressBoxWrapper .selectAddressWrapper {
    display: flex;
    align-items: center;
  }

  .ustore_CheckoutPaymentSubmission table:not(#ctl00_cphMainContent_ucShoppingCart_dgOrderTable_ctl00, .OrderPriceTable),
  .ustore_CheckoutPaymentSubmission tbody:not(#ctl00_cphMainContent_ucShoppingCart_dgOrderTable_ctl00 tbody, .OrderPriceTable tbody),
  .ustore_CheckoutPaymentSubmission thead:not(#ctl00_cphMainContent_ucShoppingCart_dgOrderTable_ctl00 thead, .OrderPriceTable thead),
  .ustore_CheckoutPaymentSubmission tr:not(#ctl00_cphMainContent_ucShoppingCart_dgOrderTable_ctl00 tr, .OrderPriceTable tr),
  .ustore_CheckoutPaymentSubmission td:not(#ctl00_cphMainContent_ucShoppingCart_dgOrderTable_ctl00 td, .OrderPriceTable td),
  .ustore_CheckoutPaymentSubmission th:not(#ctl00_cphMainContent_ucShoppingCart_dgOrderTable_ctl00 th, .OrderPriceTable th) {
    display: block;
  }
    
  /* #ctl00_cphMainContent_ucShoppingCart_dgOrderTable_ctl00 tr
  {
display: flex;
  } */
  .ShoppingCartGrid_Column_NotificationIcon {
    display: none;
  }
  td.ShoppingCartGrid_Column_Thumbnail {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
  }
  td.ShoppingCartGrid_Column_Thumbnail label {
    width: auto!important;
    margin-left: 8px;
  }

  .OrderPriceLabelWidth + td {
    display: block!important;
  }
  #ctl00_cphMainContent_lnkClearCoupon {
    display: none!important;
  }
  #ctl00_cphMainContent_ucShoppingCart_dgOrderTable_ctl00 .hidden-xs,
  #ctl00_cphMainContent_ucShoppingCart_dgOrderTable_ctl00 .hidden-sm{
    display: none !important;
  }

  .productDetailsContinue a {
    opacity: 0;
  }
  

  

.cookies-ribbon {
  display: none!important;
}

#ctl00_cphMainContent_ctl09_tdProof .form-check-input {
	min-width: unset!important;
}

