@charset "windows-874";
/* CSS Document */

.show-print { display:none; visibility:hidden;}
.hide-print { display:inherit; visibility:visible;}


@media print {
	.show-print { display:inherit; visibility:visible;}
	.hide-print { display:none; visibility:hidden;}
	.pst-notice { display: none; visibility: hidden;}
	.cart-qt-short { display:none; visibility:hidden;}
	.cart-qt-long { display:inherit; visibility:visible;}
	
	h3.txt-orchid-topic { width: 100%; height: auto; margin: 25px 0 0 0; padding: 0; display:block; position: relative;}
	h3.txt-orchid-topic p.txt-name { width: 100%; display: inline-block; position: relative; font-size: 38px; color: #62508a!important;}
	h3.txt-orchid-topic p.txt-name .txt-update { margin: 2px 0 0 0; display: inline-block; position: relative;  float: right; font-size: 16px; font-weight: 100!important; color: #58487b!important;}
	br.show-1199px.kill-print	{ display:none; visibility: hidden;}
	
	.tabel-scroll { overflow-x:hidden!important;}
	.tabel-scroll table { width: 100%!important;}
	table.orchid-info thead tr th:nth-child(8){ display:none!important; visibility:hidden!important;}
	table.orchid-info tr td:nth-child(8){ display:none!important; visibility:hidden!important;}

	
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .blooming { color: #fecb03 !important; font-size: 22px !important;}
  .blooming-code { color: #6626a9 !important; font-weight: bold !important;}
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } 
}

