/* Magnific Popup CSS */
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";
/*.zz-debug { display: none !important; }*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: auto;
  font-family: "Roboto", sans-serif;
  background-color: #f2f2f2;
}

.screen-reader-text {
  display: none;
}

input[type="datetime-local"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.main-footer {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: auto;
  padding: 15px 0;
}
.main-footer .container {
  text-align: center;
}

.colophon {
  padding: 0;
  margin: 0;
}

.main {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.navigation {
  z-index: 99999;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05),
    0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #f58220;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.navigation__toggle {
  display: block;
  padding: 15px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  height: 48px;
  width: 100%;
  border: 0;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  cursor: pointer;
  color: #fff;
}
.navigation__toggle:focus {
  outline: 0;
}
@media (min-width: 981px) {
  .navigation__toggle {
    display: none;
  }
}

.main:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #333333;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.menu-open .main:before {
  visibility: visible;
  opacity: 0.8;
}

.navigation__menu {
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
.navigation__menu li {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0 0;
}
.navigation__menu li a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  line-height: 48px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 14px;
  color: #ffffff;
}
.navigation__menu li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 981px) {
  .navigation__menu li {
    display: inline-block;
  }
}
.navigation__menu .active {
  background-color: #ffffff;
}
.navigation__menu .active a {
  color: #000;
}
.navigation__menu .active:hover {
  background-color: #ffffff;
}
@media (min-width: 981px) {
  .navigation__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: auto;
    position: relative;
  }
}
.menu-open .navigation__menu {
  display: block;
  padding: 15px 0;
}
@media (max-width: 980px) {
  .menu-open .navigation__menu .active:hover {
    background-color: #333333;
  }
}
@media (max-width: 980px) {
  .menu-open .navigation__menu .active a {
    color: #ffffff;
  }
}
@media (max-width: 980px) {
  .menu-open .navigation__menu .active {
    background-color: #333333;
  }
}
@media (max-width: 980px) {
  .menu-open .navigation__menu {
    background: #222222;
  }
}

.navigation__menu--actions {
  display: none;
}
.navigation__menu--actions .menu-item:nth-child(1) > a {
  background-color: #f1750b;
}
.navigation__menu--actions .menu-item:nth-child(2) > a {
  background-color: #d8690a;
}
.navigation__menu--actions .menu-item:nth-child(3) > a {
  background-color: #c05d09;
}
@media (min-width: 981px) {
  .navigation__menu--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .menu-open .navigation__menu--actions {
    display: none;
  }
}

@media (min-width: 981px) {
  .navigation__menu--general {
    margin-right: auto;
    margin-left: 0;
  }
}

.main-header {
  position: relative;
  margin-top: 48px;
  padding: 40px 0;
}

.main-header__logo {
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.main-header__logo svg {
  display: inline-block;
  height: 82px;
  width: 350px;
}
.main-header__logo:hover {
  opacity: 0.6;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-6,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12,
.col-lg-3,
.col-lg-6 {
  min-height: 1px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 981px) {
  .col-lg-3 {
    width: 25%;
  }

  .col-lg-6 {
    width: 50%;
  }
}
.form-help {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  font-style: italic;
}
.form-help a {
  color: #f58220;
  text-decoration: underline;
}

input[type="date"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control {
  display: block;
  padding: 15px 15px;
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  min-height: 52px;
  width: 100%;
}
.form-control[disabled] {
  cursor: not-allowed;
  background-color: #dedede;
  border-color: #cccccc;
}
.status-error .form-control {
  border-color: #f44336;
}

select.form-control {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10.96 5.48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.48 5.48-5.48-5.48h10.96z' fill='%23808285'/%3E%3C/svg%3E");
  background-position: right 18px center;
  background-size: 10.6666666667px 8px;
  background-repeat: no-repeat;
}

@media (max-width: 980px) {
  textarea.form-control {
    min-height: 150px;
  }
}

.report {
  display: block;
}

.report__actions {
  margin-top: 30px;
  text-align: center;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}
.form-group label {
  font-size: 12px;
  margin: 0 0 0.25rem;
  color: #666666;
  display: block;
  padding: 0;
}

.form-collection {
  padding-top: 6vh;
  padding-bottom: 6vh;
}
.form-collection--first {
  padding-top: 0;
}

.checklist__header {
  display: none;
}
@media (min-width: 768px) {
  .checklist__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #f2f2f2;
  }
}

.checklist__header-content {
  padding-right: 30px;
  width: 30%;
}

.checklist__header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 70%;
}

.checklist__header-item {
  font-weight: 600;
  padding: 10px;
}
.checklist__header-item--hazard {
  width: 100%;
}
.checklist__header-item--label {
  width: 30%;
}
.checklist__header-item--status {
  width: 15%;
}
.checklist__header-item--comments {
  width: 40%;
}
.checklist__header-item--rating {
  width: 15%;
}

.checklist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.checklist__item + .checklist__item {
  margin-top: 10vh;
}

.checklist__item-header {
  position: relative;
}
@media (min-width: 768px) {
  .checklist__item-header {
    padding-right: 30px;
    width: 30%;
  }
}

.checklist__item-title {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.checklist__item-header-inner {
  width: 100%;
}
@media (min-width: 768px) {
  .checklist__item-header-inner {
    top: 68px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
}

.checklist__item-description {
  line-height: 1.6em;
  color: #666666;
}
.checklist__item-description p {
  margin-top: auto;
}

@media (min-width: 768px) {
  .checklist__item-body {
    width: 70%;
  }
}

.checklist__form-group + .checklist__form-group {
  margin-top: 10px;
}

.checklist__form-group-title {
  line-height: 1.4em;
  font-weight: 600;
}

.checklist__actions {
  margin-bottom: 40px;
  margin-top: 40px;
  width: 100%;
}

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

.asset-delete {
  display: block;
  margin: 10px 0 0;
  padding: 0 0 0 0;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  color: #f44336;
}

.images-dropzone__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  min-height: 170px;
  padding: 10px;
}
.images-dropzone__items .asset {
  padding: 10px;
  max-width: 150px;
  display: block;
}
.images-dropzone__items .asset img {
  display: block;
  width: 100%;
  height: auto;
}

body .asp_product_item {
  text-align: center;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border: 0;
}

body .asp_product_item .asp_product_name {
  float: left;
  text-align: center;
  line-height: 1em;
  display: block;
  width: 100%;
  clear: both;
}

body .btn,
body .asp_product_buy_btn {
  border: 0;
  line-height: 1.2em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-shadow: none !important;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px 30px;
  border-radius: 0px;
  cursor: pointer;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  width: auto;
}
body .btn:hover,
body .asp_product_buy_btn:hover {
  line-height: 1.2em;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 30px;
  border-radius: 0px;
}

body .btn-primary,
body .asp_product_buy_btn.blue {
  background: #f58220 !important;
  color: #ffffff !important;
}
body .btn-primary:hover,
body .asp_product_buy_btn.blue:hover {
  background: #f69038 !important;
}

body .btn-secondary {
  background: #000000 !important;
  color: #ffffff !important;
}
body .btn-secondary:hover {
  background: #0d0d0d !important;
}

.popup {
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 768px;
  margin: 0 auto;
  width: 90%;
}

.popup__header {
  background-color: #f58220;
  position: relative;
  padding: 20px 30px;
}

.popup__close {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: transparent;
  font-size: 22px;
  color: #ffffff;
  padding: 0;
  border: 0;
}
.popup__close:focus {
  outline: 0;
}

.popup__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.popup__body {
  background-color: #ffffff;
  padding: 20px 30px;
}

.signoff-wrap {
  margin: 15px 0;
  padding: 15px 0;
  border: 1px solid #ccc;
}

.signature canvas {
  min-height: 150px;
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
}

.signature-clear {
  width: 100%;
  margin: 15px 0 0 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #cccccc;
  padding: 15px 15px;
  cursor: pointer;
  display: block;
  border: 0;
}
.signature-clear:focus {
  outline: 0;
}
.signature-clear:hover {
  opacity: 0.6;
}

.add-new-signoff {
  width: 100%;
  margin: 15px 0 0 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #d8690a;
  color: #fff;
  padding: 15px 15px;
  cursor: pointer;
  display: block;
  border: 0;
}
.add-new-signoff:focus {
  outline: 0;
}
.add-new-signoff:hover {
  opacity: 0.6;
}
.add-new-signoff:disabled {
  color: #333;
  background-color: #ccc;
}

.signoff-repeater__close {
	position: absolute;
    right: 0;
    margin: -15px;
}

button.signoff-repeater__close.hidden {
	visibility: hidden;
}

.alerts {
  display: block;
}
.alerts .alert + .alert {
  margin-top: 10px;
}

.alert {
  display: block;
  color: #ffffff;
  padding: 20px;
}
.alert-info {
  background: #00bcd4;
}
.alert-success {
  background: #4caf50;
}
.alert-error {
  background: #f44336;
}

.main--payment .container {
  max-width: 600px;
}

#payment-form {
  display: none;
}

.mt-1 {
  margin-top: 1rem;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}

.StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.images-dropzone__items:empty {
  position: relative;
}
.images-dropzone__items:empty:before {
  z-index: 1;
  content: "Click here to upload images";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #cccccc;
  font-size: 12px;
  width: 100%;
}

.search-results {
  display: block;
  margin: 2rem 0 0 0;
  list-style: none;
  border: 1px solid #ccc;
  padding: 0;
}
.search-results:empty {
  display: none;
}
.search-results .search-results__item + .search-results__item {
  border-top: 1px solid #ccc;
}

.search-results__item {
  background: #ffffff;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.search-results__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  text-decoration: none;
  color: #000000;
  padding: 15px;
}
.search-results__item:hover {
  background-color: #f2f2f2;
}

.search-results__item--alt {
  color: #cccccc;
  padding: 15px;
}

.search-results__item--search {
  min-height: 80px;
  position: relative;
}

.search-results__number {
  margin-right: auto;
  color: #f58220;
  text-decoration: underline;
}

.search-results__type {
  margin-right: auto;
}

.search-results__make {
  margin-right: auto;
}

.search-results__serial {
  margin-left: auto;
}

.spinner {
  -webkit-animation: spinner 2s linear infinite;
  animation: spinner 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
}
.spinner .path {
  stroke: #f58220;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

.mfp-wrap .mfp-container .btn.btn-primary:hover {
  background: #f69038 !important;
}

.form-collection-clients {
  position: relative;
}

.form-collection-clients .row {
  transition: 0.3s ease-in-out;
}

.form-collection-clients:before {
  z-index: 999;
  content: "Finding Client Details...";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 6px 20px;
  background: #fff;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.form-collection-clients.is-searching:before {
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.form-collection-clients.is-searching .row {
  opacity: 0.4;
  pointer-events: none;
}
