:root {
  --brand-blue: #002c72;
  --brand-red: #bb2721;
  --brand-white: #fff;
  --brand-black: #232221;
  --off-white: #f5f5f5;
  --light-gray: #e5e5e5;
  --medium-gray: #999999;
  --dark-gray: #54575a;
  --brand-success: #22c064;
  --brand-black-10: #e5e5e5;
  --brand-black-30: #b2b2b2;
  --brand-black-70: #4c4c4c;
  --brand-black-90: #191919;
  --brand-custom: #009FFF;
}
body {
  background: var(--light-gray);
}
a {
  color: var(--brand-black);
  cursor: pointer;
  text-decoration: underline;
}
a:focus, a:hover {
  color: var(--brand-red);
  text-decoration: none;
}
h1, h2, h3 {
  padding: 0;
  margin: 0;
  font-family: "Poppins", "OpenSans", "Open Sans", arial, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  color: var(--brand-blue);
}
h1 {
  font-size: 32px;
  line-height: 40px;
}
h2 {
  font-size: 24px;
  line-height: 28px;
  padding: 10px 0 10px 0;
}
h3 {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0 10px 0;
}
.additional-product h3 {
  padding-left: 10px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0 10px 0;
  margin: 0;
  font-weight: 600;
}
#aerial h4 {
  padding: 15px 0 0 10px;
}
p {
  font-family: "Helvetica", "OpenSans", "Open Sans", arial, sans-serif !important;
  font-size: 14px;
  line-height: 18px;
}
.product-name {
  font-size: 20px;
  line-height: 24px;
}
.design-id-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 240px;
  padding-bottom: 10px
}
.design-id {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  color: var(--brand-black-70);
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
.btn-idt {
  background: var(--brand-white);
  color: var(--brand-black);
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  width: initial;
  text-align: center;
  height: 50px;
  border-radius: 30px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
  border: 2px solid var(--brand-black);
  box-shadow: 0px 0px var(--brand-black);
  text-shadow: 0px 0px var(--brand-black);
  margin: 0;
  min-width: 150px;
}
.btn-idt.dark {
  background: var(--brand-black);
  color: var(--brand-white);
  border: 2px solid var(--brand-black);
  box-shadow: 0px 0px var(--brand-black);
  text-shadow: 0px 0px var(--brand-black);
}
.btn-idt:hover {
  background: var(--brand-black);
  color: var(--brand-white);
  border: 2px solid var(--brand-black);
}
.render {
  background-color: var(--brand-white);
  border-radius: .625rem;
}
#product-details {
  margin-top: 10px;
  border-radius: .625rem;
}
#renders .render {
  background: var(--brand-white);
  padding: 10px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .1);
}
#renders .render, #design-data {
  padding: 10px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .1);
}
#design-data {
  /*padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.7);*/
  border-radius: .625rem;
  background: rgba(255, 255, 255, .5);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
  border: 1px solid #ddd;
}
#additional-products .additional-product {
  background: var(--brand-white);
  /* border-radius: 20px;*/
  padding: 10px;
  /*border: 2px solid var(--medium-gray);*/
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .1);
  border-radius: .625rem;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  /*  background-color: #eee;*/
}
#views, #additional-products {
  padding-left: 15px;
}
/*#views {
display:inline-flex
}*/
#views > [class*=col-], #design-data > [class*=col-] {
  margin-bottom: 4px;
}

#renders [class^="col-"], #additional-products [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  color: white;
  font-size: 24px;
  text-align: center;
  padding-top: 20%;
}
.btn-wrapper {
  display: flex;
  text-align: center;
}
.btn-column {
  flex: 1;
}
@media print {
  .noprint {
    visibility: hidden;
  }
}
#toggle-button {
  padding: 10px 20px;
  background-color: var(--brand-white);
  color: var(--brand-black);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}
#footer {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
}
.panel {
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.panel-group {
  margin-bottom: 0px;
}
.panel-body {
  padding: 5px 0 0 15px;
}
.panel-default > .panel-heading {
  background-image: none;
  background-color: transparent;
}
.panel-title {
  font-size: 14px;
  font-weight: bold;
}
.panel-heading {
  padding: 10px 10px;
}
#csname::placeholder {
  color: var(--brand-black);
  opacity: 1;
}
@media print {
  #downloadBtn {
    display: none !important;
  }
  .product-name {
    font-size: 18px;
    line-height: 24px;
  }
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
