/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
/* end reset */

body {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  background-color: rgba(255, 255, 255, 1);
  padding: 0px 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
}

h1 {
  font-size: 40px;
  line-height: 47px;
  margin-top: 50px;
}

h2 {
  font-size: 20px;
  font-weight: 200;
  padding: 8px 0 4px 0;
}

h2 span.ml40 {
  margin-left: 40px;
}

p {
  margin: 5px 0px 20px;
}

/** make sure empty <p></p> doesnt get collapsed.  Instead add &nbsp; **/
.observation p:empty:before {
  content: '\a0';
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

.strikethrough {
  text-decoration: line-through;
}

.ql-size-huge {
  font-size: 40px;
}

.ql-size-large {
  font-size: 24px;
}

.ql-size-small {
  font-size: 12px;
}

.ql-indent-1 {
  padding-left: 3em;
}

.ql-indent-2 {
  padding-left: 6em;
}

.ql-indent-3 {
  padding-left: 9em;
}

.ql-indent-4 {
  padding-left: 12em;
}

.ql-indent-5 {
  padding-left: 15em;
}

.ql-color-white {
  color: #fff;
}
.ql-color-red {
  color: #e60000;
}
.ql-color-orange {
  color: #f90;
}
.ql-color-yellow {
  color: #ff0;
}
.ql-color-brown {
  color: brown;
}
.ql-color-green {
  color: #008a00;
}
.ql-color-blue {
  color: #06c;
}
.ql-color-purple {
  color: #93f;
}
.ql-align-center {
  text-align: center;
}
.ql-align-right {
  text-align: right;
}
.ql-align-justify {
  text-align: justify;
}

/************** circular-progress css *****************/

.circular-progress {
  animation: rotate 2s linear infinite;
  height: 100px;
  position: relative;
  width: 100px;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #3358ff;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

/************** short css *****************/
.short {
  margin: 16px;
}

.short h1,
.short h2,
.short .section h2 {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 4px;
  margin-bottom: 24px;
}

.short .header {
  font-family: 'Oswald', sans-serif;
}

.short .header .logo {
  height: 100px;
}

.short .header .for {
  font-weight: 100;
  font-size: 1.2em;
}

.short .header .address {
  font-size: 1.5em;
  font-weight: 100;
  margin: 4px 0 8px;
}

/************** header css *****************/
#header {
  width: 100%;
  height: 465px;
  padding-left: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  color: rgba(255, 255, 255, 1);
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
}

.header-color:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 134, 172, 0.6); /* Header overlay color here */
}

#header {
  text-align: right;
}

#header .logo img {
  width: 280px;
  height: 325px;
  object-fit: contain;
  /* for object-fit-images polyfill */
  font-family: 'object-fit: contain;';
}

#header .information-box {
  padding: 20px;
}
/*****************************************************************************************************************/
#header p {
  margin: 4px 0px;
  font-size: 1.2em;
}

#header p.for {
  margin-left: 5px;
}

#header ul {
  list-style-type: none;
}

#header ol {
  list-style-type: none;
}

#header .overview h1 {
  display: none;
}

#header .overview {
  margin: 10px 0px;
  font-size: 1em;
  line-height: 1.4em;
}

#header .address {
  margin-top: 6px;
  margin-left: 5px;
  font-size: 3em;
  line-height: 1.2em;
  padding-bottom: 10px;
  min-height: 67px !important;
}

#header .for span {
  display: inline-block;
}

#header .for {
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  padding: 10px 0px;
  margin-left: 5px;
}

#header .for span:last-child {
  margin-left: 40px;
}

#header .client-name {
  margin-left: 4px;
}

#cover-page-body-print {
  display: none;
}

.logo .print {
  display: none;
}

.inspected-by {
  font-family: 'Oswald', sans-serif;
  font-size: small;
  font-weight: bold;
}

.signatures-container {
  width: 100%;
  display: flex;
  page-break-inside: avoid;
}

/************** Container css *****************/
#container {
  margin-top: 465px;
}

/************** Navigation css *****************/

.nav-hide {
  left: 0;
}

#nav-container {
  position: fixed;
  top: 465px;
  bottom: 0;
  z-index: 99;
  overflow-y: auto;

  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0px;
}

#response-builder-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  overflow-y: auto;

  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0px;
}

nav {
  font-family: 'Oswald', sans-serif;
  color: #000000;
  font-weight: 100;
  padding-bottom: 20px;
}

nav .nav-title {
  font-size: 20px;
  font-weight: 400;

  cursor: pointer;
}

nav ul .nav-on,
nav .nav-title .nav-on {
  background-color: rgba(255, 255, 255, 1);
}

nav ul li,
nav .nav-title {
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  /* padding: 0px 15px; */
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  font-weight: 200;
  display: block;
}

nav .ql-qty {
  white-space: nowrap;
  font-size: 12px;
  align-self: baseline;
  margin: 4px 2px 0;
  position: relative;
  bottom: 1px;
}

nav .report-qty {
  margin-right: -5px;
  font-size: 11px;
  color: rgba(255, 255, 255, 1);
  height: 18px;
  width: 18px;
  text-align: center;
  background-color: rgba(153, 27, 30, 1);
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 4px;
  vertical-align: middle;
  display: inline-block;
  line-height: 18px;
}

nav .icon {
  vertical-align: middle;
  margin-left: 4px;
}
/* Navigation Background Colors */
nav ul li:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
nav ul .major-concern {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 197, 197, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 197, 197, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 197, 197, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav ul .repair {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 184, 72, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 184, 72, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 184, 72, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav ul .maintenance {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(213, 162, 137, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(213, 162, 137, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(213, 162, 137, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav ul .improve {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 234, 2, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 234, 2, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 234, 2, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav ul .monitor {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(103, 204, 204, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(103, 204, 204, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(103, 204, 204, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav ul .due-diligence {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(153, 204, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(153, 204, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(153, 204, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav ul .future-project {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(237, 182, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(237, 182, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(237, 182, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav ul .efficiency {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(204, 255, 204, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(204, 255, 204, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(204, 255, 204, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav ul .note {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 204, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 204, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 204, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav .button {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  padding: 2px 8px;
  text-align: center;
  background-color: rgba(121, 194, 214, 1);
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
  line-height: 18px;

  margin-top: 7px;
  margin-left: 20%;
}

nav .button:hover {
  background-color: rgba(71, 146, 176, 1);
}

nav a {
  color: inherit;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 15px 8px 10px;
}

nav svg {
  align-self: center !important;
}

nav ul li a {
  padding-right: 10px;
}

.nav-utility {
  display: none;
}

nav .attached-pdf {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav .attached-pdf p {
  margin: initial;
}

/************** important info *****************/
#important-info li.observation {
  list-style: none;
}

#important-info .sample-link {
  color: #0000ee;
  text-decoration: underline;
}

.boilerplate li {
  margin-left: 40px;
}

/************** quick look css *****************/
#summary p {
  margin: 0;
}

#summary h2 {
  border-top: none;
  padding: 0;
}

#summary ul {
  list-style-type: none;
}

#summary li {
  margin-left: 0;
  padding: 6px 0;
}

#summary ul li ul {
  list-style-type: disc;
  margin-left: 35px;
  padding: 10px 0 10px;
}

#summary ul li ul li {
  padding: 0;
}

#summary ul li ol {
  margin-left: 35px;
  padding: 10px 0 10px;
}

#summary ul li ol li {
  padding: 0;
}

#summary .modifier {
  display: none;
}

#summary li p:first-of-type {
  display: inline;
}

#summary .chapter-name {
  font-weight: bold;
  color: black;
}

#summary .section {
  margin: 20px 0;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px 1px 1px 20px;
}

#summary .section h2,
.observation h2 {
  border-top: none;
}

/************** content css *****************/

/*
 * The following three classes replace similarly named classes
 * in flexr.css needed in report template but whose flexr.css
 * versions are incompatible with Doc Raptor's pdf conversion.
 */

.rows {
  display: flex;
}

.col2 {
  width: 16.7%;
}

.col10 {
  width: 83.3%;
}

#nav-menu {
  display: none;
}

#content {
  padding: 20px;
  box-sizing: border-box;
}

#full-report {
  border-bottom: 1px solid black;
  color: rgba(0, 134, 172, 1);
}

.section {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.section h2 {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 6px;
}

.observation h2 {
  border-top: none;
}

.field-checkbox-container {
  padding-left: 10px;
  padding-bottom: 4px;
  display: inline-block;
}

.field-checkbox {
  height: 20px;
  vertical-align: top;
}

.field-checkbox-text {
  padding-left: 3px;
  vertical-align: top;
}

.specs {
  margin: 10px 20px 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.specs p {
  margin: 4px 0px;
}

.specs .spec-name {
  white-space: pre;
}

/* this is shown via javascript so non-js browsers dont see them */
#utilities div {
  display: none;
}

#utilities .print-report,
#utilities .view-pdf,
#utilities .report-pdf,
#utilities .trec-pdf,
#utilities .summary-pdf,
#utilities .invoice-pdf,
#utilities .additional-inspections-pdf,
#utilities .request-list-link,
#utilities .tag-summary-pdf {
  display: inline-block;
}

.print-report a,
.view-pdf a,
.report-pdf a,
.trec-pdf a,
.summary-pdf a,
.invoice-pdf a,
.additional-inspections-pdf a,
.request-list-link a,
.tag-summary-pdf a {
  background-color: lightgray;
  border-radius: 4px;
  padding: 2px 12px;
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.add-comments-btn a {
  background-color: lightgray;
  border-radius: 4px;
  padding: 2px 12px;
  margin: 0px 5px;
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.add-comments-btn a:hover {
  background-color: rgb(167, 167, 167);
  border-radius: 4px;
  padding: 2px 12px;
  margin: 0px 5px;
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.print-report svg,
.view-pdf svg,  
.report-pdf svg,
.trec-pdf svg,
.summary-pdf svg,
.invoice-pdf svg,
.additional-inspections-pdf svg,
.request-list-link svg,
.tag-summary-pdf svg {
  height: 20px;
  vertical-align: middle;
}

.print-report span,
.view-pdf span,
.report-pdf span,
.trec-pdf span,
.summary-pdf span,
.invoice-pdf span,
.additional-inspections-pdf span,
.request-list-link span,
.tag-summary-pdf span {
  line-height: 18px;
}

.view-pdf,
.report-pdf,
.trec-pdf,
.summary-pdf,
.invoice-pdf,
.additional-inspections-pdf,
.request-list-link,
.tag-summary-pdf {
  margin-left: 10px;
}

.icn {
  float: right;
  margin: 0;
  padding-top: 3px;
}

/************* Response Builder Specific *********/
.mt-0 {
  margin-top: 0;
}
.ml-xs {
  margin-left: 5px;
}
.ml-lg {
  margin-left: 25px;
}

.mt {
  margin-top: 15px;
}

.mt-sm {
  margin-top: 10px;
}
.mt-lg {
  margin-top: 25px;
}

.mb {
  margin-bottom: 15px;
}
.mb-lg {
  margin-bottom: 25px;
}

.small {
  font-size: 12px;
}

.include-reset {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.response-observation .image-container {
  width: 175px;
}

.response-observation .image-container img {
  filter: grayscale(100%);
  opacity: 0.5;

  -webkit-transition:
    -webkit-filter,
    filter,
    opacity 250ms ease-in-out;
  transition:
    filter,
    opacity 250ms ease-in-out;
}

.response-observation .image-container img:hover {
  filter: grayscale(30%);
  opacity: 0.8;
}

.response-observation .image-container.included img {
  filter: grayscale(0%);
  opacity: 1;
}

.observation-form-group label {
  display: block;
}

.observation-form-group textarea,
input {
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  padding: 8px;
}

.observation-form-group input {
  width: 100px;
}

.observation-form-group textarea {
  width: 100%;
}
.observation-tag-group-prefix {
  margin-right: 4px;
}

.observation-tag-group {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.observation-tag-group-bullets {
  margin-top: 16px;
  margin-bottom: 8px;
}

.observation-chip {
  display: inline-flex;
  height: 32px;
  padding: 0 10px;
  border: none;
  border-radius: 16px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 0.8125rem;
  margin-right: 4px;
}

.response-observation .quote {
  border-left-width: 5px;
  border-left-style: solid;
  padding-left: 10px;
  opacity: 1;

  transition:
    border-color,
    opacity 250ms ease-in-out;
}

.response-observation .quote.quote--excluded {
  opacity: 0.8;
}

.major-concern .observation-form-group textarea,
.major-concern .observation-form-group input,
.major-concern .quote {
  border-color: rgba(255, 197, 197, 1);
}

.major-concern .quote.quote--excluded {
  border-color: rgba(255, 197, 197, 0.5);
}

.repair .observation-form-group textarea,
.repair .observation-form-group input,
.repair .quote {
  border-color: rgba(255, 184, 72, 1);
}

.repair .quote.quote--excluded {
  border-color: rgba(255, 184, 72, 0.5);
}

.maintenance .observation-form-group textarea,
.maintenance .observation-form-group input,
.maintenance .quote {
  border-color: rgba(213, 162, 137, 1);
}

.maintenance .quote.quote--excluded {
  border-color: rgba(213, 162, 137, 0.5);
}

.improve .observation-form-group textarea,
.improve .observation-form-group input,
.improve .quote {
  border-color: rgba(255, 234, 2, 1);
}

.improve .quote.quote--excluded {
  border-color: rgba(255, 234, 2, 0.5);
}

.monitor .observation-form-group textarea,
.monitor .observation-form-group input,
.monitor .quote {
  border-color: rgba(103, 204, 204, 1);
}

.monitor .quote.quote--excluded {
  border-color: rgba(103, 204, 204, 0.5);
}

.due-diligence .observation-form-group textarea,
.due-diligence .observation-form-group input,
.due-diligence .quote {
  border-color: rgba(153, 204, 255, 1);
}

.due-diligence .quote.quote--excluded {
  border-color: rgba(153, 204, 255, 0.5);
}

.future-project .observation-form-group textarea,
.future-project .observation-form-group input,
.future-project .quote {
  border-color: rgba(237, 182, 255, 1);
}

.future-project .quote.quote--excluded {
  border-color: rgba(237, 182, 255, 0.5);
}

.efficiency .observation-form-group textarea,
.efficiency .observation-form-group input,
.efficiency .quote {
  border-color: rgba(204, 255, 204, 1);
}

.efficiency .quote.quote--excluded {
  border-color: rgba(204, 255, 204, 0.5);
}

.note .observation-form-group textarea,
.note .observation-form-group input,
.note .quote {
  border-color: rgba(255, 255, 204, 1);
}

.note .quote.quote--excluded {
  border-color: rgba(255, 255, 204, 0.5);
}

/************** observation boxes css *****************/
.observation {
  padding: 10px 20px;
  margin: 15px 0 30px;
  color: rgba(0, 0, 0, 0.8);
  border-style: solid;
  border-width: 1px 1px 1px 20px;
  border-color: transparent;
}

.observation ul {
  margin-left: 35px;
  padding: 0 0 10px;
}

.observation ul:has(+ ul) {
  padding: 0;
}

.observation ol {
  margin-left: 35px;
  padding: 0 0 10px;
}

.observation ol:has(+ ol) {
  padding: 0;
}

.observation p {
  margin: 0;
}

.observation p:last-child {
  margin-bottom: 5px;
}

.modifier {
  font-weight: bold;
  margin-right: 4px;
}

.modifier--left {
  float: left;
}

/* .observation-key {
  font-weight: normal;
  font-size: 13px;
} */

/************** observation colors css *****************/

.section.major-concern,
.observation.major-concern {
  border-color: rgba(255, 197, 197, 1);
  background-color: rgba(255, 197, 197, 0.1);
}
.section.repair,
.observation.repair {
  border-color: rgba(255, 184, 72, 1);
  background-color: rgba(255, 184, 72, 0.1);
}
.section.maintenance,
.observation.maintenance {
  border-color: rgba(213, 162, 137, 1);
  background-color: rgba(213, 162, 137, 0.1);
}
.section.improve,
.observation.improve {
  border-color: rgba(255, 234, 2, 1);
  background-color: rgba(255, 234, 2, 0.1);
}
.section.monitor,
.observation.monitor {
  border-color: rgba(103, 204, 204, 1);
  background-color: rgba(103, 204, 204, 0.1);
}
.section.due-diligence,
.observation.due-diligence {
  border-color: rgba(153, 204, 255, 1);
  background-color: rgba(153, 204, 255, 0.1);
}
.section.future-project,
.observation.future-project {
  border-color: rgba(237, 182, 255, 1);
  background-color: rgba(237, 182, 255, 0.1);
}
.section.efficiency,
.observation.efficiency {
  border-color: rgba(204, 255, 204, 1);
  background-color: rgba(204, 255, 204, 0.1);
}
.section.completed,
.observation.completed {
  border-color: rgb(103, 204, 204);
  background-color: rgba(204, 255, 204, 0.1);
}
.section.note,
.observation.note {
  border-color: rgba(255, 255, 204, 1);
  background-color: rgba(240, 251, 250, 0.1);
}
.section.description,
.observation.description {
  border-color: rgb(189, 189, 189);
  background-color: rgb(250, 250, 250);
}
#important-info .observation.wdo {
  border-color: rgba(0, 0, 0, 0.1);
}
/**************  Images css *****************/

/*
NOTE: max size on media
width: 390px;
height: 322px;
*/

.make-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.observation-media {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.media-cell {
  width: 390px;
  page-break-inside: avoid;
  padding: 0 10px 10px 0;
}

.media-observation {
  text-align: center;
}

.media-cell img,
.media-cell video {
  width: 100%;
  max-height: 322px;
  margin: auto;
  object-fit: contain;
  /* for object-fit-images polyfill */
  font-family: 'object-fit: contain;';
}

.web-img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5)) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}

.web-doc {
  height: 220px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.print-img {
  display: none;
}

.image-container {
  width: 390px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
}

.image-container a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  text-align: center;
  font-style: italic;
}

.media-observation > p > a {
  text-decoration: underline;
  color: -webkit-link;
}

.media-observation > p > a:first-of-type {
  text-decoration: none;
  color: inherit;
}

.image-container .images {
  display: flex;
  flex-flow: column;
}

figcaption .modifier {
  display: none;
}

.image-overlay {
  opacity: 0;
  position: absolute;
  color: #fff;
  background: rgba(141, 178, 215, 0.77);
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.image-container:hover .image-overlay {
  opacity: 1;
}

.image-overlay .i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/************** Videos css *****************/
.video-container {
  max-width: 390px;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
}

.video-loading {
  display: none;
  position: relative;
  width: 390px;
  height: 322px;
}

.video-loading img {
  width: 100%;
  height: 100%;
  object-fit: contain;

  /* for object-fit-images polyfill */
  font-family: 'object-fit: contain;';
}

.processing {
  /* width: 350px;
  max-width: 100%; */
}

.video-loading .video-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  max-width: 100%;
  height: 322px;
  opacity: 0.8;
  background-color: white;
  color: black;
  overflow: hidden;
}

.video-loading .caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
}

.video-loading .caption p {
  margin: 0 20px;
}

.fancybox-video {
  display: none;
}

.images {
  position: relative;
  top: 0;
  left: 0;
}

.video-thumbnail {
  position: relative;
  top: 0;
  left: 0;
}

.play-button {
  position: absolute;
  top: 0;
  left: 0%;
  opacity: 0.5;
  z-index: 2;
}

.play-button-preview {
  position: absolute;
  opacity: 0.5;
  z-index: 2;
  width: 200px !important;
  height: 200px !important;
}

.play-button-print {
  position: absolute;
  opacity: 0.5;
  z-index: 2;
  padding-left: 16%;
  width: 200px !important;
  height: 200px !important;
}

.play-button-preview {
  position: absolute;
  opacity: 0.5;
  z-index: 2;
  width: 200px !important;
  height: 200px !important;
}

.play-button-print {
  position: absolute;
  opacity: 0.5;
  z-index: 2;
  padding-left: 16%;
  width: 200px !important;
  height: 200px !important;
}

/************** Invoice *****************/

#invoice {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 40px 0;
  padding: 20px 0;
}

#invoice .info .what {
  font-weight: bold;
  margin-right: 5px;
}

#invoice .invoiceItems {
  max-width: 450px;
}

#invoice .invoiceItems .price {
  text-align: right;
}

#invoice .invoiceItems tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

#invoice .invoiceItems .invoicePaid {
  text-align: right;
}

#invoice .address {
  white-space: pre;
}

#invoice p {
  margin: 35px 0;
}

#invoice-company-logo {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

#invoice-company-logo img {
  display: none;
  max-height: 100px;
  margin-right: 10px;
}

.company-and-logo {
  display: flex;
  justify-content: space-between;
}

/************** Signed Contracts *****************/

#contracts-nav,
#contracts {
  display: none;
}

/************** Footer css *****************/

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 40px 0;
  padding: 20px 0;
}

#footer .contact {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#footer .contact img,
#footer-logo {
  max-height: 100px;
  margin-right: 10px;
}

.certifications {
  display: flex;
  page-break-inside: avoid;
}

.certification-logo {
  max-height: 6%;
  max-width: 7.8%;
  min-height: 1%;
  min-width: 1.3%;
  margin: 10px;
  object-fit: contain;
  /* for object-fit-images polyfill */
  font-family: 'object-fit: contain;';
}

.inspector-text {
  font-family: 'Open Sans', sans-serif;
  font-size: x-small;
  line-height: 10%;
}

.signatures {
  margin-bottom: 80px;
}

.signature-box {
  max-height: 6%;
  max-width: 15%;
  min-height: 1%;
  min-width: 1.3%;
  margin: 10px 15px 5px 15px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.signature {
  max-width: 95%;
  /* height: 70%;  this was causing weird stretching in signatures.. */
}

.copyright {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  vertical-align: top;
}

.copyright a,
.copyright a:visited {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.copyright a:hover {
  opacity: 1;
  text-decoration: underline;
}

/********* Pest Inspection Specific ************/

#wdo-visible-evidence {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/************** Responsive css *****************/
@media only screen and (max-width: 940px) {
  #header .logo img {
    width: 224px;
    height: 260px;
  }
  #header .for {
    padding: 0px;
  }
  #header p.address {
    font-size: 42px;
  }
  .short .header .for {
    font-size: 1em;
  }
  #header p {
    font-size: 1em;
  }
  #header div {
    padding-top: 20px;
  }
  .image-container {
    width: 100%;
  }
  .signature {
    max-width: 95%;
    height: 60%;
  }
  .make-inline {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 740px) {
  #header .logo img {
    width: 179px;
    height: 208px;
  }
  #header p.address {
    font-size: 36px;
  }
  .short .header .for {
    font-size: 0.85em;
  }
  .signature {
    max-width: 95%;
    height: 50%;
  }
}

@media only screen and (max-width: 520px) {
  #header .logo img {
    width: 125px;
    height: 150px;
  }
  #header .address {
    padding-bottom: 0px;
  }
  #header p.address {
    font-size: 24px !important;
    line-height: 1.1em !important;
  }
  #header div {
    padding-top: 10px;
  }
  #header .information-box {
    padding: 0px 10px 10px 10px;
  }
  .short .header .for {
    font-size: 0.7em;
  }
  #header {
    height: 460px;
  }
  #container {
    margin-top: 460px;
  }
  .signature {
    max-width: 95%;
    height: auto;
  }
  #nav-menu {
    display: inline-block;
    width: 8.2%;
    height: 8.2%;
    position: fixed;
    top: 130px;
    right: 5px;
    margin: 0 0;
    padding: 0 0;
    z-index: 1;
  }
  .MuiSvgIcon-root {
    font-size: 8.2vw !important;
  }
  #nav-container,
  #response-builder-nav {
    width: 40%;
    background: rgb(255, 255, 255); /* Old browsers */
    background: linear-gradient(
      to right,
      rgba(250, 250, 250, 1) 0%,
      rgba(220, 220, 220, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .nav-hide {
    transition: 0.4s;
    left: -200px;
  }
  .nav-show {
    transition: 0.4s;
    left: 0;
  }
  #content {
    padding: 40px 40px 40px 30px;
    width: 100%;
  }
  .nav-utility {
    display: block;
    margin-left: 0 !important;
  }
  .utility {
    display: none !important;
  }
  .report-pdf,
  .trec-pdf,
  .summary-pdf,
  .invoice-pdf,
  .request-list-link,
  .additional-inspections-pdf {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .util-nav-button {
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
    border-radius: 0 !important;
    background: rgb(255, 255, 255) !important;
    background: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.03) 100%
    ) !important;
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.03) 100%
    ) !important;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%) !important;
  }
  .specs {
    margin: 10px 0px 25px;
    font-size: 13px;
  }
  h1 {
    font-size: 30px;
    margin-top: 50px;
  }
  h2 {
    font-size: 16px;
  }
  .observation-form-group textarea {
    font-size: 12px !important;
    width: 88% !important;
  }
  .section {
    font-size: 13px;
  }
  .description {
    font-size: 12px !important;
  }
  body {
    font-size: 13px;
  }
  #general-title {
    width: 91% !important;
    font-size: 13px;
  }
  #general-comments {
    width: 91% !important;
  }
  .add-comments-btn a {
    font-size: 10px !important;
  }
  .add-comments-btn a:hover {
    font-size: 10px !important;
  }
  .ml-lg {
    margin-left: 5px !important;
  }
  .observation {
    padding: 10px 5px !important;
  }
  .quote {
    font-size: 13px !important;
  }
  .photos {
    display: flex;
    flex-direction: column !important;
  }
  .boilerplate li {
    margin-left: 30px;
  }
}

/************** Responsive css *****************/
/* these should generally match the tween destination numbers */

@page {
  margin: 0.25in;
}

/************** Print and PDF css *****************/

/* print class pertains to base html document (not print version) and appears at bottom to take
precedence */

.print {
  display: none;
}

@media print {
  /************** PRINT - Overall styling *****************/
  .print {
    display: block;
  }

  p {
    margin: 5px 0px 10px;
    font-size: 15px;
    line-height: 20px;
  }

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

  #nav-container,
  #utilities,
  .popup,
  .image-overlay,
  .hidden-print {
    display: none;
  }

  /************** PRINT - Cover page *****************/
  /* due to cover page spacing requirements, need strictly defined heights in inches */

  /************** PRINT - Cover page header *****************/

  #header {
    position: relative;
    height: 2in !important;
    color: black;
    border-bottom: 3px solid rgba(0, 134, 172, 1);
    margin-bottom: 20px;
    background-image: none !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important;
  }

  .header-color:before {
    content: none;
  }

  #header div {
    margin-top: 8px !important;
    padding-top: 0 !important;
  }

  #header p.address {
    margin-top: 6px !important;
    font-size: 30px !important;
    line-height: 1.2em !important;
    padding-bottom: 5px !important;
    margin-left: 5px !important;
    min-height: 29px !important;
  }

  #header .logo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 140px;
    height: auto;
    padding: 0 !important;
  }

  #header .logo img {
    width: 140px;
    height: auto;
    object-position: top left;
    font-family: 'object-position: bottom;';
  }

  #header .information-box {
    padding-right: 0;
    padding-bottom: 0 !important;
  }

  #header .content {
    padding-left: 150px;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0 !important;
  }

  #header .overview {
    display: none;
  }

  #header .for {
    border-top: 3px solid rgba(0, 134, 172, 1);
  }

  #header .logo .print {
    display: inline-block;
  }

  #header .logo .web {
    display: none;
  }

  #header .for span {
    display: block;
    color: rgb(0, 77, 99);
  }

  .for b {
    color: black;
  }

  #header .intro {
    color: rgb(0, 77, 99);
  }

  /************** PRINT - cover page body *****************/

  #cover-page-body-print {
    display: block;
    page-break-after: always;
  }

  .information-box-print {
    height: 1.4in;
    display: block;
  }

  .information-box-print div {
    width: 50%;
    display: inline-block;
  }

  .inspector-information-print {
    vertical-align: top;
    text-align: right;
    font-size: small;
  }

  .signature-box-print {
    max-height: 10%;
    max-width: 24%;
    min-height: 1%;
    min-width: 1.3%;
    margin: 10px 15px 5px 15px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    display: 'flex';
    flex-direction: column;
    justify-content: space-between;
    line-height: 80%;
  }

  .signature {
    max-width: 95%;
    height: 40px;
  }

  .inspector-text {
    font-family: 'Open Sans', sans-serif;
    font-size: xx-small;
    line-height: 10%;
  }

  .signatures {
    display: none;
  }

  .inspected-by {
    font-size: x-small;
  }

  #published-report {
    font-size: small;
  }

  #cover-photo-print {
    height: 2.6in;
    text-align: center;
  }

  #cover-photo-print img {
    height: 2.6in;
    margin-bottom: 5px;
  }

  #overview-print {
    height: 1.8in;
    display: block;
    padding-top: 10px;
    font-size: 15px;
  }

  #overview-print h1 {
    margin-top: 0;
  }

  #overview-print p {
    margin-bottom: 5px;
  }

  #overview-print ul {
    margin-left: 20px;
  }

  #signature-print {
    display: none;
  }

  /************** PRINT - Main report container *****************/

  #container {
    margin-top: 0 !important;
  }

  .col10 {
    width: 100%;
    padding: 0px !important;
  }

  .col2 {
    width: 0%;
    padding: 0px !important;
  }

  /************** PRINT - How to read this report and scope/purpose *****************/

  #important-info {
    margin-top: 0 !important;
  }

  #important-info h1 {
    margin-top: 20px;
  }

  /************** PRINT - Summary *****************/

  #summary {
    page-break-before: always;
    page-break-after: always;
  }

  #summary.pest-summary {
    page-break-before: avoid !important;
  }

  /************** PRINT - Invoice *****************/

  #invoice {
    page-break-before: always;
    border-top: none;
    margin: 0;
    padding: 0;
  }

  /************** PRINT - Report *****************/

  #content.col-10 {
    width: 100%;
    padding: 0 0 20px 0 !important;
  }

  .web-img {
    filter: none;
  }

  .media-cell,
  .image-container,
  .video-container,
  .video-loading .video-overlay {
    width: 220px;
    vertical-align: top;
  }

  tr {
    page-break-inside: avoid;
  }

  .copyright {
    text-align: left;
  }

  /************** PRINT - Summary Only *****************/
  .summary-only #important-info,
  .summary-only #report,
  .summary-only #invoice {
    display: none;
  }

  /************** PRINT - Invoice Only *****************/
  .invoice-only #important-info,
  .invoice-only #report,
  .invoice-only #summary,
  .invoice-only #header,
  .invoice-only #cover-page-body-print,
  .invoice-only #footer {
    display: none;
  }
  .invoice-only #invoice-company-logo img {
    display: block;
    max-height: 100px;
    margin-right: 10px;
  }
  .invoice-only #invoice-company-logo {
    display: flex;
    align-items: center;
    vertical-align: middle;
  }

  /************** PRINT - Additional inspections *****************/
  .additional-inspections #header,
  .additional-inspections #cover-page-body-print,
  .additional-inspections #important-info,
  .additional-inspections #footer {
    display: none;
  }

  /***************** PRINT - Table of Contents *****************/
  #toc a::after {
    content: leader('.') 'p. ' target-counter(attr(href), page);
  }

  #toc a {
    text-decoration: none;
    color: black;
  }

  #toc {
    page-break-after: always;
  }

  .toc-chapter {
    margin: 3px 0 3px 0;
  }

  .toc-section {
    margin: 3px 0 3px 12px;
  }

  /***************** Standard (Non-Trec) Report page footer *****************/
  /* .has-page-numbers {
    page: defaultFoot;
  } */

  .has-copyright-footer {
    page: copyrightFoot;
  }

  /* .page-number {
    flow: static(footer-html);
    content: counter(page);
    page: defaultFoot;
    font-size: small;
    text-align: right;
    margin-bottom: 10px;
    padding-bottom: 10px;
  } */

  .copyright-footer {
    flow: static(footer-html);
    page: copyrightFoot;
    display: flex;
    justify-content: space-between;
    font-size: small;
    text-align: right;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  /* @page defaultFoot {
    margin-bottom: 20px;
    @bottom-right {
      content: flow(footer-html);
    }
  } */

  @page copyrightFoot {
    margin-bottom: 25px;
    @bottom-left {
      content: flow(footer-html);
    }
  }
}
