/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a {
  visibility: visible;
  font-family: "Verdana", sans-serif;
  letter-spacing: -0.8px;
}

/* line 8, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
}

/* line 15, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a p, .c-pwrk-container .theme-a li, .c-pwrk-container .theme-a .rich-text p {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin: 5px 0px;
}

/* line 22, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .rich-text {
  font-size: 12px;
}

/* line 24, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .rich-text * {
  font-size: 1.0em;
  line-height: 1.6em;
}

/* line 28, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .rich-text > div:last-of-type {
  margin-bottom: 0;
}

/* line 33, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a li {
  margin-left: 15px;
}

/* line 37, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a ul {
  list-style-type: disc;
}

/* line 41, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a ol {
  list-style-type: decimal;
}

/* line 46, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content * {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 9px;
}

/* line 51, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content strong {
  font-weight: bold;
}

/* line 54, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content > div {
  margin-bottom: 6px;
}

/* line 57, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content ul, .c-pwrk-container .theme-a .trix-content ol {
  margin-left: 18px;
  padding: 0;
  margin-bottom: 6px;
}

/* line 63, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content ul li {
  list-style-type: disc;
  margin: 3px 0;
}

/* line 69, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content ol li {
  list-style-type: decimal;
  margin: 3px 0;
}

/* line 74, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content a {
  color: #0056a4;
  text-decoration: underline;
  cursor: pointer;
}

/* line 84, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .header-label {
  display: inline-block;
  width: 75px;
  font-weight: bold;
  margin-right: 5px;
  min-width: 25px;
  color: #444444;
}

/* line 91, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .header-label--wider {
  width: 120px;
  vertical-align: top;
}

/* line 94, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .header-label--wider:after {
  content: ":";
  margin-left: -3px;
}

/* line 100, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .header-value {
  display: inline-block;
}

/* line 105, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #777777;
  min-height: 280px;
}

@media (min-width: 900px) {
  /* line 105, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header {
    border-bottom-width: 2px;
  }
}

/* line 113, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-logo {
  float: none;
  text-align: left;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 113, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header-logo {
    float: right;
    width: 280px;
    text-align: right;
  }
}

@media print {
  /* line 113, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header-logo {
    float: right;
    width: 186px;
    text-align: right;
  }
}

/* line 127, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-logo img {
  max-width: 186px;
  max-height: 80px;
  border: none;
}

@media (min-width: 900px) {
  /* line 127, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header-logo img {
    max-width: 206px;
    max-height: 120px;
  }
}

@media print {
  /* line 127, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header-logo img {
    margin-left: -20px;
    max-width: 186px;
    max-height: 80px;
  }
}

/* line 142, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-company {
  float: right;
  clear: right;
  width: 280px;
  text-align: right;
  padding: 0;
}

/* line 148, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-company-name {
  font-weight: bold;
}

/* line 151, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-company-address {
  margin-bottom: 24px;
}

/* line 155, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-company-contacts p {
  margin: 0;
}

/* line 157, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-company-contacts p .header-label {
  margin-right: 2px;
}

/* line 163, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-details {
  margin-bottom: 42px;
}

/* line 166, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header .pwrk__footer-numbers {
  color: #444444;
}

/* line 169, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer {
  width: 260px;
  padding: 16px 26px 16px 16px;
  margin-top: 20px;
  left: -16px;
  border-radius: 10px;
  font-size: 12px;
  position: relative;
}

@media (min-width: 900px) {
  /* line 169, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header-customer {
    border: 2px solid #E6E7E8;
  }
}

/* line 180, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer-name, .c-pwrk-container .theme-a .pwrk__header-customer-address, .c-pwrk-container .theme-a .pwrk__header-customer-postcode {
  margin: 0;
}

/* line 183, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer-name {
  font-weight: bold;
}

/* line 187, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-job {
  width: 260px;
  padding: 16px 26px 16px 16px;
  margin: 10px 0 10px -16px;
}

/* line 191, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-job-address, .c-pwrk-container .theme-a .pwrk__header-job-postcode {
  margin: 0;
}

/* line 196, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer .header-label, .c-pwrk-container .theme-a .pwrk__header-job .header-label {
  float: left;
  width: auto;
  font-size: 12px;
}

/* line 201, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer p, .c-pwrk-container .theme-a .pwrk__header-job p {
  margin-left: 30px;
  margin-top: 0;
}

/* line 205, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer-block, .c-pwrk-container .theme-a .pwrk__header-job-block {
  display: block;
}

/* line 209, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-notes {
  margin-top: 72px;
}

/* line 215, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__body-intro {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 219, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__body-desc-continued {
  font-size: 12px;
  margin: 0 0 30px;
  color: #555555;
  padding: 0;
}

/* line 225, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__body h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0 10px;
}

/* line 232, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item {
  clear: both;
  margin: 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E7E8;
}

/* line 237, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-title {
  font-weight: bold;
  font-size: 14px;
  min-height: 16px;
}

/* line 242, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-title-label--optional {
  margin-left: 6px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #8f919d;
  border: 1px solid rgba(143, 145, 157, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 252, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-title-label--accepted {
  margin-left: 3px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #13a538;
  border: 1px solid rgba(19, 165, 56, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 264, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-description {
  margin: 10px 0 5px;
}

@media print, screen and (min-width: 900px) {
  /* line 264, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__item-description {
    width: 490px;
  }
}

/* line 271, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing {
  float: right;
  text-align: right;
}

/* line 274, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing-tax {
  display: block;
  color: #555555;
  font-size: 12px;
  margin: 3px 0;
}

/* line 280, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing-sub-total {
  display: block;
  color: #555555;
  font-size: 12px;
  margin: 3px 0;
}

/* line 286, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing-price {
  margin: 0 0 0 10px;
  font-weight: bold;
  font-size: 14px;
  display: inline;
}

/* line 291, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing-price--small {
  margin: 3px 0;
  font-weight: bold;
  font-size: 14px;
}

/* line 297, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing-total {
  margin: 0 0 0 10px;
  font-weight: bold;
  font-size: 14px;
  display: inline;
}

/* line 306, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-materials {
  margin: 5px 0 5px 5px;
  font-size: 12px;
}

/* line 309, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-materials-description {
  margin: 0;
}

/* line 311, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-materials-description-qty {
  display: inline-block;
  width: 88px;
  margin-right: 3px;
}

/* line 317, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-materials-header {
  font-size: 12px;
  color: #555555;
  font-weight: normal;
  margin: 0 0 0 -5px;
}

/* line 323, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-materials-price {
  float: right;
  clear: right;
  font-size: 12px;
  color: #555555;
}

/* line 333, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .pwrk__additional-title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  min-height: 16px;
  border-bottom: 1px solid #555555;
}

/* line 343, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals {
  width: 270px;
  max-width: 270px;
  float: right;
  text-align: right;
  margin: 10px 0;
}

/* line 349, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals .totals-label {
  margin-left: 8px;
  float: left;
  text-align: left;
}

/* line 353, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals .totals-label--bold {
  font-weight: bold;
}

/* line 357, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals .totals-value {
  float: right;
  width: 140px;
  margin-left: -40px;
  font-size: 16px;
  text-align: right;
}

/* line 363, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals .totals-value--bold {
  font-weight: bold;
}

/* line 367, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-sub-total, .c-pwrk-container .theme-a .pwrk__totals-tax-rate, .c-pwrk-container .theme-a .pwrk__totals-excludes-tax {
  padding-left: 8px;
  margin: 0 0 9px;
  color: #555555;
  text-align: right;
  overflow: hidden;
}

/* line 374, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-total {
  margin: 15px 0 20px;
  background-color: #2F6596;
  color: #fff;
  border-radius: 10px;
  padding: 10px 10px 10px 12px;
  font-weight: normal;
  position: relative;
  right: -8px;
  min-height: 16px;
}

/* line 384, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-total .totals-label {
  display: inline-block;
  font-size: 13px;
  margin-left: 0;
}

/* line 389, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-total .totals-label, .c-pwrk-container .theme-a .pwrk__totals-total .totals-value {
  font-weight: bold;
}

/* line 393, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-overdue {
  font-weight: bold;
  font-size: 16px;
  margin: 15px -8px 20px 8px;
  color: #ce1b1b;
  background-color: #f4d1d1;
  border-radius: 10px;
  padding: 10px 10px 10px 12px;
}

/* line 402, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals.balance-remaining {
  width: 240px;
}

/* line 404, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals.balance-remaining .detail-label {
  width: 120px;
  display: inline-block;
}

/* line 409, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-payments {
  margin: 10px 0 20px -100px;
  padding: 5px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* line 416, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-payment-item {
  color: #555555;
  margin: 5px 0;
  font-size: 13px;
  text-align: left;
  list-style-type: none;
}

/* line 423, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-payment-amount {
  float: right;
  font-size: 14px;
}

/* line 426, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-payment-amount small {
  font-size: 13px;
}

/* line 434, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__notes-title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  min-height: 16px;
  border-bottom: 1px solid #777777;
}

/* line 442, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__notes-signature {
  width: 450px;
}

/* line 447, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer {
  padding: 20px 0 0;
  margin-top: 40px;
  border-top: 1px solid #777777;
  font-size: 11px;
  position: relative;
}

/* line 453, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer.blank {
  border-top: none;
}

/* line 456, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-block {
  margin-bottom: 15px;
}

/* line 459, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-title {
  font-weight: bold;
  font-size: 12px;
}

/* line 463, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-terms {
  font-size: 11px;
}

/* line 466, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-numbers {
  font-size: 11px;
  color: #444444;
}

/* line 469, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-numbers-label {
  font-weight: bold;
}

/* line 471, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-numbers-label:after {
  content: ":";
  margin-left: -2px;
}

/* line 479, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__accreditations {
  flow: static(pwrk__accreditation-logo);
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

/* line 488, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__accreditation-logo {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}

/* line 492, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__accreditation-logo img {
  max-width: 80px;
  max-height: 60px;
  vertical-align: middle;
}

/* line 499, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__signature {
  padding: 24px 0 6px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #777777;
}

/* line 503, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__signature-name {
  display: inline-block;
  width: 60%;
  padding: 6px 0;
  margin-right: 20px;
  border-bottom: 1px dashed #777777;
}

/* line 510, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__signature-date {
  display: inline-block;
  width: 36%;
  padding: 6px 0;
  border-bottom: 1px dashed #777777;
}

/* line 518, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__notes-space {
  padding: 24px 0 120px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #777777;
}

/* line 524, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__job-sheet-note {
  border-bottom: 1px solid #777777;
  margin: 12px 0;
}

/* line 530, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__job-sheet-notes .note {
  border-bottom: 1px solid #777777;
  margin-bottom: 12px;
}

/* line 536, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .job-file {
  line-height: 24px;
}

/* line 538, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .job-file .btn--with-menu .btn {
  line-height: 9px;
  padding: 0 12px;
  margin: 0;
  top: 2px;
}
/*

 */
