
@media all {
  .page-break {
    display: none;
  }
}
  @page { size: auto;  margin: 0mm; }

@media print {
  /*      center-div    */
/*      buttons    */
.container {
  width: 950px;
}

.page-break {
  display: block;
  page-break-before: always;
}

.myexpo {
  display: none;
}

.print {
  display: none;
}

.no-print {
  display: none !important;
}

.display-print {
  display: block !important;
}

.tbk-data {
  display: none;
}

.tbk-header {
  display: none;
}

.courtesies-header {
  display: none;
}

.container {
  margin-left: 5px;
}

.coupon-img {
  display: block !important;
  margin-right: 0;
  width: 100%;
}

.row-print {
  width: 950px;
}

.col-md-2 {
  width: 130px;
  padding: 0;
}

.col-md-8 {
  width: 600px;
}

.print-manual-width {
  width: 170px;
}

.print-img {
  padding-left: 0px;
  width: 155px;
}

.store_print-img {
  padding-left: 20px;
  width: 120px;
}

.exp {
  font-size: 10px;
}

.items {
  font-size: 12px;
}

@media (max-width: 768px) {
  .print-width_full {
    width: 16.66666667% !important;
  }
}

.side-nav {
  display: none !important;
}

.wrapper-width {
  width: 100% !important;
}

.hr-ticket {
  position: relative;
  font-family: 'raleway', sans-serif;
  margin: 5px 0;
  height: 20px;
}
.hr-ticket .cont-hr {
  position: relative;
  display: inline-block;
  height: 30px;
  font-size: 16px;
  line-height: 27px;
  border-radius: 100px;
  font-weight: 200;
  color: #777777;
  z-index: 2;
  padding: 2px 20px 0 0;
  background-color: #f6f5f5 !important;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.hr-ticket::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 1;
  height: 1px;
  background-color: #f6f5f5 !important;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  z-index: 1;
}

.card-content {
  padding: 10px 20px;
}

.card-action {
  border: none !important;
  padding: 0 20px !important;
}

.card-title {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  font-size: 14px;
  border-top: 1px solid #ddd;
}

table {
  border: 1px solid #ddd;
}

.main {
  width: 100%;
}

  .page-break {
    display: block;
    page-break-before: always;
  }

  @page {
    size: letter;
    margin: 0;
  }
}