/* line 2, app/assets/stylesheets/print.scss */
.production_run_tasks.edit h1,
.production_run_tasks.edit h2,
.production_run_tasks.edit h3,
.production_run_tasks.edit h4,
.production_run_tasks.edit h5,
.production_run_tasks.edit h6,
.production_run_tasks.edit .btn {
  font-size: 0.65em;
}

/* line 11, app/assets/stylesheets/print.scss */
.production_run_tasks.edit h3 {
  font-size: 0.75em;
}

/* line 14, app/assets/stylesheets/print.scss */
.production_run_tasks.edit .col-xs-4 h3 {
  margin-left: -20px;
}

/* line 17, app/assets/stylesheets/print.scss */
.production_run_tasks.edit .task-item .checkbox label {
  padding-top: 0;
  padding-bottom: 0;
  min-height: initial;
}

/* line 22, app/assets/stylesheets/print.scss */
.production_run_tasks.edit .list-group {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/print.scss */
.production_run_tasks.edit .list-group-item {
  padding-top: 0;
  padding-bottom: 0 !important;
}

/* line 30, app/assets/stylesheets/print.scss */
.production_run_tasks.edit.bundles .bundle-components {
  font-size: 0.5em;
  margin-top: initial;
  margin-left: initial;
}

@media print {
  @page {
    margin: 2cm 0.6cm 2cm 1.2cm;
  }
  /* line 42, app/assets/stylesheets/print.scss */
  html,
body {
    overflow-x: visible;
    height: auto;
  }
  /* line 47, app/assets/stylesheets/print.scss */
  .page-break {
    page-break-after: always;
  }
  /* line 50, app/assets/stylesheets/print.scss */
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 56, app/assets/stylesheets/print.scss */
  #hs-beacon {
    display: none;
    height: 0;
    overflow: hidden;
  }
  /* line 61, app/assets/stylesheets/print.scss */
  svg {
    width: 1.375rem;
    height: 1.375rem;
  }
  /* line 65, app/assets/stylesheets/print.scss */
  #drift-widget-container {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  /* line 70, app/assets/stylesheets/print.scss */
  #drift-widget {
    display: none;
    height: 0;
    overflow: hidden;
  }
}
