.overlay{
  display: none;
  background:#fff;
  height:100%;
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* opacity:0.5; */
  z-index: 999;
  background: rgba(255,255,255,0.5) url("/assets/loader.gif") no-repeat;
  background-position: top 20% center;
  width:100%;
  cursor: wait;
}
/* Turn off scrollbar when body element has the loading class */
.loading{
    display: block;   
}
/* Make spinner image visible when body element has the loading class */
.loading .overlay{
    display: block;
}

.box {
  align-items:center;
}
a.active.nav-link-side{background-color: #d5d6d7!important; color: #000!important;}
a.nav-link-side{color: #000!important;}

/*.nav-pills {
  border-bottom: 1px solid #e4e9f0;
  padding-bottom: .1rem;
}*/

.w1005px {
  width: 1005px !important;
}


/* 
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
  display:block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold;
}
 */
.detail-table {
   width: 100%;
   margin-top:22px;
 }
 
 .quote-form {
   margin-left: auto; 
   min-width: 450px !important; 
   max-width: 450px !important;
 }
 
 .edit-col {
   vertical-align: top !important;
 }

.direct-mail-p {
  font-size: 1em;
  line-height: 15px;
  padding: 0px 150px 0px 0px;
}

.table-94-90 {
  width:94.3%!important;
}

.td-width-46-90 {
  border: 1px solid gray;
  width:46%!important;
}

.td-width-25-90-bronze {
  border: 4px solid #CD7F32;
  background-color: #fff;
  margin-right: 4px;
  max-width:32.6%!important;
}

.td-width-25-90-silver {
  border: 4px solid #8D908E;
  background-color: #fff;
  margin-right: 4px;
  max-width:32.6%!important;
}

.td-width-25-90-gold {
  border: 4px solid #DE9844;
  background-color: #fff;
  /*margin-right: 4px;*/
  max-width:32.6%!important;
}

.direct-mail-headline {
  /*line-height: 15px;*/
  font-size: 1.8em;
  /*padding: 0px 0px 0px 10px;*/
}

.direct-mail-headline-2 {
  /*line-height: 15px;*/
  font-size: 1.8em;
  /*padding: 0px 0px 0px 10px;*/
}

.direct-mail-headline-3 {
  /*line-height: 15px;*/
  font-size: 1.8em;
  /*padding: 0px 0px 0px 0px;*/
}

.direct-mail-main-image {
  width: '';
}





.header-logo-mobile {
  display: none;
}

.header-table {
  overflow-x: hidden!important;
  width: 100%;
  margin-top:25px;
  /* margin-bottom: 10px; */
}

.postcard-bottom-header {
  font-size: 1.5em;
}


@media (max-width: 575.98px) {
  .table-responsive-stack table {
    margin: auto;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mr-sm-mobile-2 {
    margin-right: 0.5rem !important;
  }

  .postcard-bottom-header {
    font-size: 1em;
  }

  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display:block;

  }
  /*  IE9 FIX   */
  .table-responsive-stack td {
    float: left\9;
    width:100%;
  }

  #side-product-nav, #header-main-img, #header-logo-call-us-now {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .dont-show {
    visibility: hidden;
    display: none;
  }

  .td-width-46-90 {
    border: 1px solid gray;
    width:80%!important;
  }

  .table-94-90 {
    width:86%!important;
  }

  .direct-mail-p {
    font-size: 1em;
    line-height: 15px;
    padding: 0px 15px 0px 25px;
  }

  .direct-mail-headline {
    line-height: 15px;
    font-size: 1.4em;
    padding: 0px 0px 0px 10px;
  }

  .direct-mail-headline-2 {
    line-height: 25px;
    font-size: 1.4em;
    padding: 0px 0px 0px 10px;
  }

  .direct-mail-headline-3 {
    line-height: 25px;
    font-size: 1.4em;
    padding: 0px 0px 0px 0px;
  }

  .direct-mail-main-image {
    width: 60%;
  }

  .header-logo-mobile {
    display: inline;
    width: 50%;
    float: left;
  }
  
  
  
  

  .header-table {
    overflow-x: hidden;
    width: 100%;
    margin-top:10px;
    margin-bottom: 10px;
  }

  #top-seller {
    margin-top:50px;
  }

  .container-scroller {
    margin-right: 0;
    margin-left: 0;
  }

  .header-nav-links a {
    font-size: 1em;
    color: #00549a !important;
    font-weight: normal;
    margin-right: 5px;
  }

  .header-nav-links {
    font-size: 1em;
    color: #00549a !important;
    font-weight: normal;
    margin-right: 5px;
  }

  .w1005px {
    width: auto !important;
  }

  .container-scroller {
    width: auto!important;
  }

  .list-style-none {
    list-style: none;
    marker: none;
  }
  .padding-left-right-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (max-width: 767.98px) {
  .detail-table {
     width: 93%;
     margin-top:22px;
   }
   
   .edit-col {
      display:none !important;
      margin:0px !important;
    }
    
    .quote-form {
      margin: auto; 
      min-width: 430px !important; 
      max-width: 430px !important;
    }
    
    .product-header-image {
      display: none !important;
    }
    
    .mobile-display {
      display: none !important;
    }
    
    .search-block {
      max-width: 100% !important;
    }
    
    td.categories {
      width: 100% !important;
      display:inline-block;
    }
   
  .table-responsive-stack table {
    margin: auto;
  }

  .mobile-header-text-margin {
    margin: 15px 15px 15px 15px !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mr-sm-mobile-2 {
    margin-right: 0.5rem !important;
  }

  .postcard-bottom-header {
    font-size: 1em;
  }

  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display:block;

  }
  /*  IE9 FIX   */
  .table-responsive-stack td {
    margin: auto;
    width:100%;
  }

  #side-product-nav, #header-main-img, #header-logo-call-us-now {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .dont-show {
    visibility: hidden;
    display: none;
  }

  .td-width-46-90 {
    border: 1px solid gray;
    width:80%!important;
  }

  .table-94-90 {
    width:86%!important;
  }

  .direct-mail-p {
    font-size: 1em;
    line-height: 15px;
    padding: 0px 15px 0px 25px;
  }

  .direct-mail-headline {
    line-height: 15px;
    font-size: 1.4em;
    padding: 0px 0px 0px 10px;
  }

  .direct-mail-headline-2 {
    line-height: 25px;
    font-size: 1.4em;
    padding: 0px 0px 0px 10px;
  }

  .direct-mail-headline-3 {
    line-height: 25px;
    font-size: 1.4em;
    padding: 0px 0px 0px 0px;
  }

  .direct-mail-main-image {
    width: 60%;
  }

  .header-logo-mobile {
    display: inline;
    width: 50%;
    float: left;
  }

  .header-table {
    overflow-x: hidden;
    width: 100%;
    margin-top:0px;
    margin-bottom: 10px;
  }

  #top-seller {
    margin-top:50px;
  }

  .container-scroller {
    margin-right: 0;
    margin-left: 0;
  }

  .header-nav-links a {
    font-size: 1em;
    color: #00549a !important;
    font-weight: normal;
    margin-right: 5px;
  }

  .header-nav-links {
    font-size: 1em;
    color: #00549a !important;
    font-weight: normal;
    margin-right: 5px;
  }

  .w1005px {
    width: auto !important;
  }

  .container-scroller {
    width: auto!important;
  }

  .list-style-none {
    list-style: none;
    marker: none;
  }
  .padding-left-right-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (max-width: 991.98px) {
  .detail-table {
     width: 93%;
     margin-top:22px;
  }
  
  .product-header-image {
    display: none !important;
  }
  
  .mobile-display {
    display: none !important;
  }
  
  .search-block {
    max-width: 100% !important;
  }
  
  td.categories {
    width: 100% !important;
    display:inline-block;
  }
   
  .table-responsive-stack table {
    margin: auto;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mr-sm-mobile-2 {
    margin-right: 0.5rem !important;
  }

  .postcard-bottom-header {
    font-size: 1em;
  }

  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display:block;

  }
  /*  IE9 FIX   */
  .table-responsive-stack td {
    float: left\9;
    width:100%;
  }

  #side-product-nav, #header-main-img, #header-logo-call-us-now {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  #top-seller {
    margin-top:50px;
  }

  .container-scroller {
    margin-right: 0;
    margin-left: 0;
  }

  .table-94-90 {
    width:86%!important;
  }

  .td-94-90 {
    width:100%!important;
    margin: auto;
    display: table-cell;
    /*max-width: 66.66667%!important;*/
  }

/*  .col-sm-8half {
    max-width: 66.66667%!important;
  }*/

  .td-width-46-90 {
    border: 1px solid gray;
    width:70%!important;
    margin: auto;
    display: table-cell;
  }

  .header-nav-links a {
    font-size: 1em;
    color: #00549a !important;
    font-weight: normal;
    margin-right: 5px;
  }

  .header-nav-links {
    font-size: 1em;
    color: #00549a !important;
    font-weight: normal;
    margin-right: 5px;
  }

  .header-logo-mobile {
    display: inline;
    width: 80%;
    float: left;
  }

  .w1005px {
    width: auto !important;
  }

  .container-scroller {
    width: auto!important;
  }

  .list-style-none {
    list-style: none;
    marker: none;
  }
  .padding-left-right-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { 
  .detail-table {
     width: 93%;
     margin-top:22px;
  }
  
  .search-block {
    max-width: 25% !important;
  }
}

@media (max-width: 1000px) { 
  .detail-table {
     width: 93%;
     margin-top:22px;
  }
  
  .search-block {
    max-width: 100% !important;
  }
  
  #top-seller {
    max-width:85% !important;
  }
  
  .tab-content {
    max-width:85% !important;
  }
  
  .w1005px {
    width:100% !important;
  }
}

.carousel-wrapper {
  width: 98%;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif;
}

.font_nav_icon {
  font-size: 1.5em;
}
.font_nav_sm_icon {
  font-size: 1.2em;
  line-height: 15px;
}

table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1;
  white-space: normal;
}
[data-initials]::before {
  background: #660066;
  color: white;
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: bold;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.2rem;
}

.text-over-image-bottom h3 {
  position:absolute;
  bottom:0;
  left:0;
  background:#fff;
  opacity: 70%;
  color:#000;
  width:100%;
  margin:0;
  text-align: center;
  font-size: 1.2em;
}

td.mailbox-bg {
  /*width: 200px;*/
  background: url("assets/images/MailBox.png") right -20px top -100px no-repeat;
  background-size: 90%;
}

.dotted:after {
  content:"";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  /*left: 50%;*/
  height: 100%;
  height: inherit;
  border-left: 2px dotted #adacaa;
}

.dotted {
  position: relative;
  margin: 10px auto;
  /*width: 15px;*/
  height: 100%;

}

.component{
  /*font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;*/
  /*width: 750px;*/
  margin:0 auto;
  /*padding: 3rem;*/
}

.component p {
  margin: 1rem auto 2rem;
}

.component blockquote.quote {
  position: relative;
  text-align: left;
  padding: 1rem 1.2rem;
  width: 80%;  /* create space for the quotes */
  color: #000;
  margin: 1rem auto 2rem;
}
.component blockquote.EN {
  /*            background:
                      linear-gradient(to right, #039be5 4px, transparent 4px) 0 100%,
                      linear-gradient(to left, #039be5 4px, transparent 4px) 100% 0,
                      linear-gradient(to bottom, #039be5 4px, transparent 4px) 100% 0,
                      linear-gradient(to top, #039be5 4px, transparent 4px) 0 100%;
              background-repeat: no-repeat;
              background-size: 20px 20px;*/
}

.component blockquote.DE {
  background:
          linear-gradient(to right, #039be5 4px, transparent 4px) 0% 0%,
          linear-gradient(to bottom, #039be5 4px, transparent 4px) 0% 0%,
          linear-gradient(to left, #039be5 4px, transparent 4px) 100% 100%,
          linear-gradient(to top, #039be5 4px, transparent 4px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}


/* -- create the quotation marks -- */
.component blockquote.quote:before{
  font-family: FontAwesome;
  position: absolute;
  color: #38a1ce;
  font-size: 34px;
}
.component blockquote.quote:after{
  font-family: FontAwesome;
  position: absolute;
  color: #00aa82;
  font-size: 34px;
}

.component blockquote.EN:before{
  content: "\f10d";
  top: -5px;
  margin-right: -20px;
  right: 100%;
}
.component blockquote.EN:after{
  content: "\f10e";
  margin-left: -90px;
  left: 100%;
  top: auto;
  bottom: 70px;
}
.component blockquote.DE:before{
  content: "\f10e";
  margin-right: -20px;
  bottom: -20px;
  right: 100%;
}
.component blockquote.DE:after{
  content: "\f10d";
  margin-left: -20px;
  left: 100%;
  top: -20px;
  bottom: auto;
}

.zitat1 {
  position: relative;
  font-family: 'Verdana', serif;
  font-size: 2.4em;
  line-height: 1.5em;
}
.zitat1 cite {
  font-family: 'Verdana', sans-serif;
  font-size: 0.6em;
  font-weight: 700;
  color: #bdbec0;
  float: right;
}
.zitat1 cite:before {
  content: '\2015'' ';
}
.zitat1:after {
  content: '\201d';
  position: absolute;
  top: 0.28em;
  right: 0px;
  font-size: 6em;
  font-style: italic;
  color: #bdbec0;
  z-index: -1;
}





.sidekick {
  position: relative;
  padding-left: 1em;
  border-left: 0.2em solid #039be5;
  font-family: 'Roboto', serif;
  font-size: 2.4em;
  line-height: 1.5em;
  font-weight: 100;
}
.sidekick:before, .sidekick:after {
  font-family: Calibri;
  color: #039be5;
  font-size: 34px;
}
.sidekick:before {content: '\201e'}
.sidekick:after {content: '\201c';}
.sidekick cite {font-size: 50%; text-align:center; top:50%}
.sidekick cite:before {content: ' \2015 '}

/*Styles for category (maybe all category) page(s).*/
#business-cards-header-main-img {
  position: relative;
}
#business-cards-header-main-img-text {
  z-index: 0;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 50px;
  bottom: 30px;
}

#flyers-header-main-img {
  position: relative;
}
#flyers-header-main-img-text {
  z-index: 0;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 20px;
  bottom: 50px;
}

div.ul-div-center {
  text-align: center;
}
td.categories {
  border:1px solid #58595b;
  width: 240px;
}
td.td-calculator {
  border:1px solid #58595b;
  width: 440px;
  vertical-align: top;
}
.ul-center {
  /* display: inline-block; */
  text-align: left;
  font-size: .9em;
  line-height: 2px;
  margin-left: 10px;
}
.ul-center li {
  line-height: 1.1em;
}
.h1-categories {
  display: inline-block;
  width: 88%;
  font-size: 1.3em;
  font-weight: normal;
  margin-top: 13px;
  text-align: left;
}
/*end*/

.detail-select {
  width: 100% !important;
  float: left !important;
  margin-right: 0px !important;
  height:30px !important;
  font-size: 14px !important;
}
.detail-label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.detail-tab-top-text {
  font-size: 12px;
  color: #000;
}
.detail-tab-bottom-text {
  font-size: 14px;
}
.detail-job-name-text {
  font-size: 18px;
  height:35px;
  width: 100%;
  color: #00549a;
}
.detail-button-text {
  font-size: 16px;
}


.warpper{
  display:flex;
  flex-direction: column;
  /*align-items: center;*/
}
.tab{
  cursor: pointer;
  /*padding:10px 20px;*/
  padding:0px 0px;
  margin:0px 0px;
  /*margin-right:7px;*/
  margin-right:0px;
  background:whitesmoke;
  display:inline-block;
  color:#000;
  border-radius:3px 3px 0px 0px;
  width:32.7%;
  /*box-shadow: 0 0.5rem 0.8rem #00000080;*/
}
.panels{
  background:#e6eef8;
  /*box-shadow: 0 2rem 2rem #00000080;*/
  min-height:200px;
  width:100%;
  /*max-width:500px;*/
  border-radius:3px;
  overflow:hidden;
  padding:20px;
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  background:#e6eef8;
  color:#00549a;
  border-bottom: 10px solid #fff;
}
.active-upload-tab {
  border-bottom: 10px solid #e6eef8 !important;
}
.active-overview-tab {
  border-bottom: 10px solid #e6eef8 !important;
}

.btn.sharp {
  border-radius:0;
  background-color: #00549a;
}

#overview:checked ~ .panels #overview-panel,
#templates:checked ~ .panels #templates-panel{
  display:block
}
#overview:checked ~ .tabs #overview-tab,
#templates:checked ~ .tabs #templates-tab{
  background:#e6eef8;
  color:#00549a;
  border-bottom: 10px solid #fff;
}

.glow {
  background-color: #ccc;
  border: 1px solid transparent;
  -webkit-transition: border 0.1s linear, box-shadow 0.1s linear;
  -moz-transition: border 0.1s linear, box-shadow 0.1s linear;
  transition: border 0.1s linear, box-shadow 0.1s linear;
}

.glow.active {
  border-color: blue;
  -webkit-box-shadow: 0 0 5px blue;
  -moz-box-shadow: 0 0 5px blue;
  box-shadow: 0 0 5px blue;
}

/*This is for the bottom tabs on the detail view*/
.tabs-detail-bottom {
  position: relative;
  /*margin: 1rem 0;*/
  margin-top: 0;
  margin-bottom: 3rem;
  background: #fff;
  height: 14.75rem;
}
.tabs-detail-bottom::before,
.tabs-detail-bottom::after {
  content: "";
  display: table;
}
.tabs-detail-bottom::after {
  clear: both;
}
.tab-detail-bottom {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: whitesmoke;
  border-right: 0.125rem solid #fff;
  color: #000;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content-detail-bottom {
  min-height: 12rem;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #e6eef8;
  color: #2c3e50;
  /*border-bottom: 0.25rem solid #bdc3c7;*/
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #e6eef8;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.225rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content-detail-bottom {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}
/*
End of bottom tabs*/

/*This is for the Design Services overlay tabs.*/
.detail-services-ul {
  list-style-image: url("/assets/images/detail_images/design-services-checkbox.png");
}
.bottom-border-silver{
  border-bottom: 4px solid #8D908E;position: absolute;left: 0;bottom: 0;width: 100%;margin: 0;
}
.bottom-no-border-silver{
  border-bottom: 0px solid #8D908E;position: absolute;left: 0;bottom: 0;width: 100%;margin: 0;
  display: none;
}
.bottom-border-bronze{
  border-bottom: 4px solid #CD7F32;position: absolute;left: 0;bottom: 0;width: 100%;margin: 0;
}
.bottom-no-border-bronze{
  border-bottom: 0px solid #CD7F32;position: absolute;left: 0;bottom: 0;width: 100%;margin: 0;
  display: none;
}
.bottom-border-gold{
  border-bottom: 4px solid #DE9844;position: absolute;left: 0;bottom: 0;width: 100%;margin: 0;
}
.bottom-no-border-gold{
  border-bottom: 0px solid #DE9844;position: absolute;left: 0;bottom: 0;width: 100%;margin: 0;
  display: none;
}
.design-services-tab{
  cursor: pointer;
  /*padding:10px 20px;*/
  padding:0px 0px;
  margin:0px 0px;
  margin-right:0px;
  background:#fff;
  display:inline-block;
  color:#000;
  border-radius:3px 3px 0px 0px;
  width:33.25%;
  /*box-shadow: 0 0.5rem 0.8rem #00000080;*/
}
.design-services-panels{
  border: solid #CD7F32;
  border-width: 0px 4px 4px 4px;
  background-color: #fff;
  min-height:400px;
  width:99.77%;
  /*max-width:500px;*/
  /*border-radius:3px;*/
  overflow:hidden;
  padding:0px;
}
.design-services-panels-bronze{
  border: solid #CD7F32;
  border-width: 0px 4px 4px 4px;
  background-color: #fff;
  min-height:400px;
  width:99.76%;
  /*max-width:500px;*/
  /*border-radius:3px;*/
  overflow:hidden;
  padding:0px;
}
.design-services-panels-silver{
  border: solid #8D908E;
  border-width: 0px 4px 4px 4px;
  background-color: #fff;
  min-height:400px;
  width:99.76%;
  /*max-width:500px;*/
  /*border-radius:3px;*/
  overflow:hidden;
  padding:0px;
}
.design-services-panels-gold{
  border: solid #DE9844;
  border-width: 0px 4px 4px 4px;
  background-color: #fff;
  min-height:400px;
  width:99.76%;
  /*max-width:500px;*/
  /*border-radius:3px;*/
  overflow:hidden;
  padding:0px;
}
.design-services-panel{
  display:none;
  animation: fadein .10s;
}

#design-services-one:checked ~ .design-services-panels #design-services-one-panel,
#design-services-two:checked ~ .design-services-panels #design-services-two-panel,
#design-services-three:checked ~ .design-services-panels #design-services-three-panel{
  display:block
}
#design-services-one:checked ~ .design-services-tabs #design-services-one-tab,
#design-services-two:checked ~ .design-services-tabs #design-services-two-tab,
#design-services-three:checked ~ .design-services-tabs #design-services-three-tab{
/*  background:#e6eef8;
  color:#00549a;*/
  /*border-bottom: 10px solid #fff;*/
}
.design-services-active-upload-tab {
  /*border-bottom: 10px solid #e6eef8 !important;*/
}

.design-services-width-bronze-modal {
  border: solid #CD7F32;
  border-width: 4px 4px 0px 4px;
  background-color: #fff;
  /*max-width:32.6%!important;*/
}
.design-services-width-bronze-modal-right {
  border: solid #CD7F32;
  border-width: 4px 0px 0px 4px;
  border-right: 4px solid #8D908E !important;
  background-color: #fff;
}
.design-services-width-bronze-modal-right-bronze {
  border: solid #CD7F32;
  border-width: 4px 0px 0px 4px;
  border-right: 4px solid #CD7F32 !important;
  background-color: #fff;
}
.design-services-width-bronze-modal-right-silver {
  border: solid #CD7F32;
  border-width: 4px 0px 0px 4px;
  border-right: 4px solid #8D908E !important;
  background-color: #fff;
}

.design-services-width-silver-modal {
  border: solid #8D908E;
  border-width: 4px 4px 0px 0px;
  background-color: #fff;
  margin-right: 0px;
  /*max-width:32.6%!important;*/
}
.design-services-width-silver-modal-right {
  border: solid #8D908E;
  border-width: 4px 0px 0px 0px;
  border-right: 4px solid #8D908E !important;
  /*border-left: 4px solid #8D908E !important;*/
  background-color: #fff;
}
.design-services-width-silver-modal-right-silver {
  border: solid #8D908E;
  border-width: 4px 0px 0px 0px;
  border-right: 4px solid #8D908E !important;
  /*border-left: 4px solid #8D908E !important;*/
  background-color: #fff;
}
.design-services-width-silver-modal-right-gold {
  border: solid #8D908E;
  border-width: 4px 0px 0px 0px;
  border-right: 4px solid #DE9844 !important;
  /*border-left: 4px solid #8D908E !important;*/
  background-color: #fff;
}

.design-services-width-gold-modal {
  border: solid #DE9844;
  border-width: 4px 4px 0px 0px;
  background-color: #fff;
  margin-right: 0px;
  /*max-width:32.6%!important;*/
}

.design-services-bronze-modal {
  background-image: url("/assets/images/detail_images/design-services-bronze-icon.png");
  background-origin:padding-box;
  background-repeat: no-repeat;
  background-position: bottom 25px right 8px;
}

.design-services-silver-modal {
  background-image: url("/assets/images/detail_images/design-services-silver-icon.png");
  background-origin:padding-box;
  background-repeat: no-repeat;
  background-position: bottom 25px right 8px;
}

.design-services-gold-modal {
  background-image: url("/assets/images/detail_images/design-services-gold-icon.png");
  background-origin:padding-box;
  background-repeat: no-repeat;
  background-position: bottom 25px right 8px;
}
/*End of Design Services overlay tabs*/

.td-calculator {
  border:1px solid #58595b;
}

.account-top-label {
  color:#00549a;
  font-size: 20px!important;
  font-weight: bold;
  height:45px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.account-label {
  color:#00549a;
  font-size: 16px!important;
  font-weight: bold;
/*  height:45px;
  display: flex;
  justify-content: left;
  align-items: center;*/
}
.account-label-black {
  color:#000;
  font-size: 16px!important;
  font-weight: bold;
  /*  height:45px;
    display: flex;
    justify-content: left;
    align-items: center;*/
}
.account-message {
  border:1px solid #58595b;
  color:#00549a;
  font-size: 18px!important;
  font-weight: bold;
  background-color: whitesmoke;
  height:45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-general-dialog-title {
  /*border:2px solid #58595b;*/
  background-image: url('/assets/images/home-subheader-bg.png');
  /* border-bottom:2px solid #000!important; */
  color:#00549a;
  font-size: 18px!important;
  font-weight: bold;
  background-color: whitesmoke;
  height:30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px!important;
}

.grayscale {
  filter: blur(1px) grayscale(100%);
  opacity: 0.6
}

.bg-whitesmoke {
	background-color: whitesmoke!important;
}

.font-00AA82 {
	color: #00AA82 !important;
}

.font-00549a {
	color: #00549a !important;
}




.collapsible { display: none; } 
.wrap-collabsible { margin: 0rem 0; } 
.lbl-toggle { display: block; font-weight: normal; text-transform: none; text-align: left; padding: .1rem; color: #000; background: #fff; cursor: pointer; border-radius: 0px; transition: all 0.25s ease-out; } 
.lbl-toggle:hover { color: #000; } 
.lbl-toggle::before { content: ' '; display: inline-block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-left: .7rem; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; } 
.toggle:checked+.lbl-toggle::before { transform: rotate(90deg) translateX(-3px); } 
.collapsible-content { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; } 
.toggle:checked + .lbl-toggle + .collapsible-content { max-height: 350px; } 
.toggle:checked+.lbl-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } 
.collapsible-content .content-inner { background: #EDF8FD; padding:10px 0px 1px 0px; } 
.collapsible-content p { margin-bottom: 0; }

.borderlist {
    list-style-position:inside;
    border: 1px solid black;
}

/* 
.shipping-billing-buttons-container {
	width: 150px;
	height: 100px;
	position: absolute;
	bottom: 10%;
	right: 0px;
}
 */

/* 
.shipping-billing-buttons-container-default {
	width: 150px;
	height: 50px;
	position: absolute;
	bottom: 117px;
	right: 0px;
}
 */
 
 
 /*This is for the order details tabs on the my account section*/
.tabs-order-details {
  position: relative;
  /*margin: 1rem 0;*/
  margin-top: 0;
  margin-bottom: 3rem;
  background: #fff;
  height: 14.75rem;
}
.tabs-order-details::before,
.tabs-order-details::after {
  content: "";
  display: table;
}
.tabs-order-details::after {
  clear: both;
}
.tab-order-details {
  float: left;
}
.tab-switch-order-details {
  display: none;
}
.tab-label-order-details {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  width: 175px;
  padding: 0 1.618em;
  text-align:center;
  background: #fff;
  border: 0.125rem solid #00549a;
  border-radius:10px 10px 0px 0;
  /* margin-right:0.225rem; */
  /* border-radius: 10px; */
  color: #00549a;
  font-weight: bold;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  /* border-bottom: 0.50rem solid #00549a; */
}
.tab-label-order-details:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content-order-details {
  /* min-height: 12rem; */
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: whitesmoke;
  color: #2c3e50;
  /*border-bottom: 0.25rem solid #bdc3c7;*/
  border-top: 0.50rem solid #00549a;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch-order-details:checked + .tab-label-order-details {
  background: #00549a;
  color: #fff;
  border-bottom: 0;
  /* border-right: 0.225rem solid #fff; */
  /* margin-right:0.225rem; */
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
  /* border-radius: 10px; */
  border-radius:10px 10px 0px 0;
}
.tab-switch-order-details:checked + label + .tab-content-order-details {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}
/*
End of order details tabs*/


/* This is for the My Orders section */
.user-orders-table-thead {
	background-color:#00549a;
	color: #fff;
}
#userOrdersTable td {
	padding: 0.1rem;
	text-align:center;
	white-space: pre-wrap; 
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap;
	word-wrap: break-word;
}
#userOrdersTable th {
text-align:center;
}
/* End My Orders section */

/* This is for the My Orders Shipments section */
.user-shipments-table-thead {
	background-color:#E0E2E8;
	color: #000;
	text-align:center;
}
#userShipmentsTable td {
	padding: 0.2rem;
	text-align:center;
	background-color: #fff;
}
#userPaymentsTable td {
	padding: 0.2rem;
	text-align:center;
	background-color: #fff;
}

#userBillingTable td {
	padding: 0.2rem;
	text-align:center;
	background-color: #fff;
}
/* End My Orders section */

/* Layout templates table on the product pages. */
.layout-templates-table th,
.layout-templates-table td {
	padding: 12px 10px !important;
	border-bottom: 2px solid #007ac9 !important;
	border-top: 2px solid #007ac9 !important;
}
.layout-templates-table a {
	color: #000;
}
/* End Layout templates table */
