@media screen {
  #printSection {
    display: none; }
  .empty-label {
    border: thin solid black;
    padding: 5px;
    margin-bottom: 5px;
    background-color: white; }
  .plabel {
    border: thin solid black;
    padding: 5px;
    margin-bottom: 5px;
    background-color: white;
    min-height: 200px;
    min-width: 380px; }
    .plabel .plabelHeader,
    .plabel .plabelFooter {
      width: 100%;
      overflow: hidden; }
    .plabel .third {
      width: 33%;
      float: left; }
      .plabel .third.left {
        text-align: left;
        float: left; }
      .plabel .third.center {
        text-align: center;
        float: left; }
      .plabel .third.right {
        float: right;
        text-align: right; }
  .panel-body#label-preview {
    overflow-y: scroll;
    min-height: 200px;
    max-height: 800px; }
  .order-details-print {
    display: none; } }

@media print {
  @page {
    size: auto; }
  .alerts {
    display: none; }
  .no-print {
    display: none; }
  body {
    background-color: #FFFFFF !important;
    margin: 0 !important;
    /* the margin on the content before printing */
    padding: 0 !important; }
  /* Print labels*/
  body.print-label {
    font-size: 10px !important; }
    body.print-label * {
      display: none; }
  #printSection {
    margin: 0 !important;
    padding: 0 !important;
    display: block; }
    #printSection * {
      display: block; }
  /* Order Details*/
  .order-details-print {
    font-size: 14px !important; }
    .order-details-print .order-details-row {
      page-break-inside: avoid;
      margin-bottom: 10px;
      padding: 10px; } }
