@media print {
  @page {
    size: letter;
  }
  .page-break {
    display: block;
    page-break-before: always;
    position: relative;
    border: 1px solid transparent !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  p {
    page-break-inside: auto !important;
  }
  body {
    position: relative;
    margin: 0;
  }
  .left-colors-bar {
    display: block !important;
  }
  /*  .bottom-watermark {
    display: block !important;
  } */
}

.tbody-border-quote {
  border: 2px solid #E2E2E2 !important;
  font-size: 15px !important;
}

.tbody-border-quote:last-child {
  border-bottom: 2px solid #E2E2E2 !important;
}

.tab-cell-quote {
  color: #212121;
  height: 32px;
  border: 2px solid #E2E2E2;
  text-align: center;
}

.bottom-watermark {
  display: none;
}

.aligner-image {
  height: 130px;
  margin-top: 4px;
}

.left-wt {
  position: fixed;
  left: 40px;
  bottom: 0px;
}

.footer-print {
  display: block;
  width: 100%;
  /* position: absolute; */
  margin-left: 100px;
}

.item-lg {
  display: inline-block;
  margin: 0 15px 0 15px;
  height: 120px;
  width: 120px;
}

.item-image-lg {
  height: 115px;
}

.page-break {
  border: 1px solid rgb(230, 230, 230);
  padding-top: 50px;
  padding-bottom: 50px;
}

.last-page {
  position: relative;
  height: 1000px;
}


/* @media all {
  .page-break {
    display: none;
  }
} */

.logo-container-square {
  margin: 30px 0px 0px 60px;
  width: 220px;
}

.square-logo {
  float: left;
  height: 180px;
}

.container-quote {
  height: auto;
  width: 950px;
  margin: 0 auto;
  position: relative;
  background: rgb(255, 255, 255) !important;
  padding: 0px 30px 0px 30px;
}

.quote-body {
  padding: 20px 100px;
  display: inline-block;
  width: 100%;
}

.quote-data-tables {
  padding: 0px 100px 0px 100px;
}

.quote-header {
  height: 230px;
  margin-bottom: 50px;
}

.rigth-container {
  width: 320px;
  float: right;
  height: 220px;
}

.rigth-container .row-top {
  display: block;
  height: 90px;
  background: rgb(0, 146, 179);
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.row-top .quote-code-container {
  color: rgb(255, 0, 0);
  background: rgb(255, 255, 255);
  border-radius: 5px;
  height: 56px;
  width: 170px;
  text-align: center;
  font-size: 22px;
  padding-top: 11px;
}

.rigth-container .row-bottom {
  display: block;
  border-left: 2px solid black;
  height: 130px;
  margin-top: 10px;
  padding: 15px 30px;
}

.row-bottom .item-bl {
  display: block;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 100;
}

.row-bottom .middle {
  font-size: 24px;
  font-weight: 100;
}

.left-colors-bar {
  display: none;
  position: fixed;
  left: 0px;
  width: 12px;
  height: 450px;
}

.color-item {
  height: 33.333333%;
  width: 100%;
}

.left-colors-bar .color-yellow {
  background: #f6a932;
}

.left-colors-bar .color-blue {
  background: #0092b3;
}

.left-colors-bar .color-green {
  background: #91ba19;
}

.customer-data {
  margin-bottom: 80px;
}

.customer-data span {
  display: block;
}

.item-image-big-wt {
  height: 400px;
  position: fixed;
  right: 0;
  bottom: 0;
}

.quote-tfotter tr {
  border: 1px solid #E2E2E2 !important;
  height: 30px;
}

.quote-tfotter td {
  border: 1px solid #E2E2E2 !important;
  padding-right: 7px;
}

.quote-tbody td {
  border: 1px solid #E2E2E2 !important;
}