* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bg-stm-grn {
  background-color: #2e3732;
}

.text-stm-grn {
  color: #2e3732 !important;
}

.bg-stm-red {
  background-color: #BC2027;
}

.text-stm-red {
  color: #BC2027 !important;
}

.bg-stm-tan {
  background-color: #e9dfd1;
}

.text-stm-tan {
  color: #e9dfd1 !important;
}

.navImage {
  width: 100%;
}

.table-container {
  height: 500px;
  position: relative;
  overflow-y: auto;
  height: 450px;
}
.table-container thead {
  background-color: #eee;
}
.table-container thead th {
  position: sticky;
  top: 0;
  background-color: #eee;
}

.table {
  position: relative;
  background-color: #fff;
}

#installer-table .table-sticky {
  position: sticky;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

/* Just common table stuff. Really. */
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px 16px;
}

th {
  background: #eee;
}

.bi {
  font-weight: 700;
}

.h3 {
  font-size: 1.2rem;
}

.select2-selection {
  padding: 0.375rem 0.75rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.select2-selection__rendered {
  padding: 0;
}

.overflow {
  overflow: auto;
}

.dimensions {
  max-width: 3.5rem;
  padding-right: 1px;
  padding-left: 4px;
}

.form-select option {
  font-size: 1rem;
}

.section-title {
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.section-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2e3732;
}
@media print {
  .section-title {
    font-size: 24px;
  }
}

.section {
  margin-bottom: 4rem;
}

.form-label, .form-check-label {
  font-weight: bold;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0;
}

tr {
  border-bottom: solid 1px rgb(222, 226, 230);
}

.total {
  font-size: 1.5rem;
}

.v-align-middle {
  vertical-align: middle;
}

.max-height {
  max-height: 500px;
  overflow: auto;
}

.non-print {
  margin-bottom: 10rem;
}

.address {
  display: inline;
  font-size: 1.3rem;
}

.txtLG {
  font-size: 1.3rem;
}

.print-group {
  page-break-inside: avoid;
  page-break-before: auto;
}

.print-group-new-page {
  page-break-before: always;
}

@media print {
  .non-print {
    display: none;
  }
  .print-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    page-break-inside: avoid;
    page-break-before: auto;
  }
}
@media screen {
  .print-table {
    display: none;
    position: relative;
  }
  .non-print {
    display: block;
  }
}
@media print {
  .hidden-at-print {
    display: none;
  }
}

@media screen {
  .print-logo {
    display: none;
  }
}
@media print {
  .print-logo {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}

.print-header {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}

.container--custom {
  max-width: 74rem;
}

.qty {
  max-width: 4rem;
  padding-right: 2px;
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.qty::-webkit-outer-spin-button, .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.height {
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.height::-webkit-outer-spin-button, .height::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#openerQty {
  max-width: 4rem;
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
#openerQty::-webkit-outer-spin-button, #openerQty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.width {
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.width::-webkit-outer-spin-button, .width::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

select {
  padding-left: 3px !important;
  background-position: right 0.25rem center !important;
}

.sub-label {
  font-size: 22px;
  font-weight: bold;
}

.no-arrows {
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.no-arrows::-webkit-outer-spin-button, .no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.settings-name {
  width: 10rem;
}

@media print {
  .mt-5 {
    margin-top: 0.5rem !important;
  }
  .no-break {
    page-break-inside: avoid;
    page-break-before: auto;
    margin-bottom: 0;
  }
}
.btm-right {
  margin-right: 0;
  margin-left: 0;
  font-size: 1.5rem;
}

#total {
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
}/*# sourceMappingURL=style.css.map */