@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson-Medium.otf") format("truetype");
}
html.redesign.redesign-tax-exemptions {
  background: linear-gradient(to bottom, blue 0, blue 280px, white 280px, white 95%, black 95%, black 100%);
}
html.redesign.redesign-tax-exemptions body hgroup h1,
html.redesign.redesign-tax-exemptions body hgroup h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: black !important;
}
html.redesign.redesign-tax-exemptions body hgroup span.ss-icon {
  margin-right: 10px;
}
html.redesign.redesign-tax-exemptions body hgroup a {
  color: blue !important;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  padding-left: 20px !important;
  font-size: 14px;
}
html.redesign.redesign-tax-exemptions body hgroup a:hover {
  color: rgba(0, 0, 255, 0.5) !important;
}
html.redesign.redesign-tax-exemptions body ol.transaction_details {
  font-family: "Poppins", sans-serif;
  color: black;
  margin-top: 32px;
}
html.redesign.redesign-tax-exemptions body p {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: black;
}
html.redesign.redesign-tax-exemptions body span.field_error {
  background: unset;
  color: red;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
html.redesign.redesign-tax-exemptions body ol.block_one ol.checkbox span.field_error {
  margin-left: 25px;
  display: block;
}
html.redesign.redesign-tax-exemptions body li.tax_cert span.field_error {
  display: block;
  margin-top: -19px;
}
html.redesign.redesign-tax-exemptions body div#ui-datepicker-div {
  display: none;
  background: #f9f9f9;
  border: 1px solid #dde4ed;
}
html.redesign.redesign-tax-exemptions body div#ui-datepicker-div div.ui-datepicker-header a {
  color: blue;
  text-decoration: underline;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 14px;
}
html.redesign.redesign-tax-exemptions body div#ui-datepicker-div div.ui-datepicker-header div.ui-datepicker-title {
  display: flex;
}
html.redesign.redesign-tax-exemptions body div#ui-datepicker-div div.ui-datepicker-header div.ui-datepicker-title select {
  margin: 10px;
  font-family: "Poppins", sans-serif;
  border-radius: 0;
}
html.redesign.redesign-tax-exemptions body div#ui-datepicker-div table.ui-datepicker-calendar thead tr th,
html.redesign.redesign-tax-exemptions body div#ui-datepicker-div table.ui-datepicker-calendar tbody tr td {
  width: 50px;
}
html.redesign.redesign-tax-exemptions body div#ui-datepicker-div table.ui-datepicker-calendar thead tr th,
html.redesign.redesign-tax-exemptions body div#ui-datepicker-div table.ui-datepicker-calendar tbody tr td a {
  color: blue;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 14px;
}
html.redesign.redesign-tax-exemptions body div#ui-datepicker-div div.ui-datepicker-buttonpane button {
  background: blue;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border: none;
  box-shadow: none;
  padding: 5px 20px;
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}
html.redesign.redesign-tax-exemptions body div#content {
  padding-bottom: 0 !important;
}
html.redesign.redesign-tax-exemptions body div#content h3.order_summary {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 600;
}
html.redesign.redesign-tax-exemptions body div#content ol.transaction_details_items {
  color: black;
  font-family: "Poppins", sans-serif;
  border: none;
  border-radius: 0;
}
html.redesign.redesign-tax-exemptions body div#content ol.transaction_details_items li {
  display: grid;
  height: 40px;
  align-items: center;
  grid-template-columns: 400px 200px 200px 200px 50px;
}
html.redesign.redesign-tax-exemptions body div#content ol.transaction_details_items li span {
  display: block;
  width: 100%;
}
html.redesign.redesign-tax-exemptions body div#content ol.transaction_details_items li:nth-child(odd) {
  background: #eeeef0;
}
html.redesign.redesign-tax-exemptions body div#content ol.transaction_details_items li.item_bar {
  background: #eeeef0;
  border: none;
}
html.redesign.redesign-tax-exemptions body div#content ol.transaction_details_items li.item_bar span {
  font-weight: 500;
  color: black;
  font-family: "Poppins", sans-serif;
}
html.redesign.redesign-tax-exemptions body div#content div.totals {
  margin: 20px 0 40px 0;
}
html.redesign.redesign-tax-exemptions body div#content div.totals div.text {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: normal;
  margin-top: 5px;
}
html.redesign.redesign-tax-exemptions body div#content div.totals dl {
  font-family: "Poppins", sans-serif;
}
html.redesign.redesign-tax-exemptions body div#content div.totals dl.subtotals {
  background: rgb(238, 241, 246);
  color: black;
  border: none;
  border-radius: 0;
  padding: 10px;
}
html.redesign.redesign-tax-exemptions body div#content div.totals dl.total {
  padding: 10px;
  background: blue;
  color: white;
  border: none;
  border-radius: 0;
}
html.redesign.redesign-tax-exemptions body div#content div.totals span.help {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid blue;
  width: 100%;
}
html.redesign.redesign-tax-exemptions body div#content div.totals span.help a {
  color: blue;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
html.redesign.redesign-tax-exemptions body div.viewport {
  width: 100%;
  max-width: 1300px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view {
  width: 100%;
  max-width: 1300px;
  padding: 0;
  padding-bottom: 20px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content {
  width: 100%;
  box-shadow: none;
  padding-top: 27px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption h1,
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption p {
  font-family: "Poppins", sans-serif;
  color: black;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption h1 {
  font-weight: 600;
  font-size: 26px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption h3.border {
  color: blue !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  box-shadow: none;
  border: none;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_one p.imp {
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: black;
  font-weight: 600;
  font-size: 13px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_one ol.checkbox li {
  margin-top: 0;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_one ol.checkbox label {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 600;
  font-size: 13px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_one li.tax_id input,
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_one li.eff_date input {
  border-radius: 0;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_one li.tax_id label,
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_one li.eff_date label {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: normal;
  font-size: 14px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_two li.phone input {
  border-radius: 0;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_two li.phone label {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: normal;
  font-size: 14px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_two li.tax_cert {
  margin-top: 10px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_two li.tax_cert label,
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_two li.tax_cert input {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: normal;
  font-size: 14px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_form ol.block_two li.tax_cert input {
  margin-top: 8px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_add {
  top: 324px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_add li.tax_address label {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: normal;
  font-size: 14px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption div#exemption_add li.tax_address div.info {
  background: #dde4ed;
  margin: 0;
  padding: 10px;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: normal;
  font-size: 14px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption ol.checkbox li label {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 500;
  font-size: 14px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption ol.checkbox + p {
  width: 100%;
  max-width: 600px;
}
html.redesign.redesign-tax-exemptions body div.viewport div#view div#content form#new_tax_exemption ol.checkbox + p + ol li.actions input {
  background: blue;
  border-radius: 0;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 0 65px;
  cursor: pointer;
  height: 50px;
}