/* line 1, app/assets/stylesheets/inspection.scss */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
  font: 12pt 'Times New Roman', Times, serif;
}

/* line 9, app/assets/stylesheets/inspection.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/inspection.scss */
.page {
  position: relative;
  width: 210mm;
  min-height: 297mm;
  padding: 20mm;
  margin: 10mm auto;
  border: 1px #D3D3D3 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 24, app/assets/stylesheets/inspection.scss */
.subpage {
  padding: 1cm;
  border: 5px red solid;
  height: 257mm;
  outline: 2cm #FFEAEA solid;
}

/* line 31, app/assets/stylesheets/inspection.scss */
.two-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* line 39, app/assets/stylesheets/inspection.scss */
.inspection-small-stamp-placeholder {
  margin-top: 10mm;
  border-top: 2px dotted black;
  padding: 1mm 10mm;
  font-size: 8pt;
}

/* line 46, app/assets/stylesheets/inspection.scss */
.timestamps {
  margin-top: 10mm;
  font-size: 10pt;
}

/* line 51, app/assets/stylesheets/inspection.scss */
.inspection-stamp-placeholder {
  margin-top: 10mm;
  border-top: 2px dotted black;
  padding: 1mm 2mm;
  font-size: 10pt;
}

/* line 58, app/assets/stylesheets/inspection.scss */
h1 {
  font-size: 12pt;
  text-align: center;
  margin: 10mm 0 0;
}

/* line 64, app/assets/stylesheets/inspection.scss */
h2 {
  margin: 4pt 0;
  font-size: 12pt;
  text-decoration: underline;
}

/* line 70, app/assets/stylesheets/inspection.scss */
h3 {
  font-size: 12pt;
  font-weight: normal;
  margin: 0;
}

/* line 76, app/assets/stylesheets/inspection.scss */
p {
  margin: 0;
}

/* line 80, app/assets/stylesheets/inspection.scss */
.subtitle {
  text-align: center;
}

/* line 84, app/assets/stylesheets/inspection.scss */
.full-width {
  margin: 0 -10mm;
}

/* line 88, app/assets/stylesheets/inspection.scss */
.note {
  font-size: 8pt;
}

/* line 92, app/assets/stylesheets/inspection.scss */
hr {
  margin-bottom: 0;
}

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

@media print {
  /* line 101, app/assets/stylesheets/inspection.scss */
  html, body {
    width: 210mm;
    height: 297mm;
  }
  /* line 105, app/assets/stylesheets/inspection.scss */
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}
.size{
    width: 100%;
    height:  500px;
}
/* line 1, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
}

/* line 6, app/assets/stylesheets/scaffolds.scss */
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 11, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 16, app/assets/stylesheets/scaffolds.scss */
a:hover {
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
td {
  padding: 0 5px 7px;
}

/* line 25, app/assets/stylesheets/scaffolds.scss */
div.field,
div.actions {
  margin-bottom: 10px;
}

/* line 29, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 32, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 37, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 0;
  background-color: #c00;
  color: #fff;
}

/* line 53, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 57, app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
