h3 {
  border-bottom: none;
  margin-bottom: 0.75rem;
  padding-left: 2px;
}

.section-title {
  margin-top: 3rem;
}

.section-title:first-child {
  margin-top: 1rem;
}

.title-divider {
  width: 100%;
  height: 1px;
  background-color: #DEE2E5;
  margin-bottom: 1.5rem;
}

.right {
  float: right;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.form-control {
  border-width: 1px;
  border-color: #DEE2E5;
}

.form-wrapper .row.form-group.flex {
  display: flex;
  flex-direction: column;
}

.form-wrapper .form-pair,
.checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-wrapper .col-sm-6,
.form-wrapper .col-md-6 {
  margin: 0.75rem 0;
}

.checkbox-container input[type=checkbox] {
  margin: 0;
}

.checkbox-container label {
  margin-left: 5px;
}

.checkbox-container {
  align-self: flex-end;
  padding-bottom: 1rem;
}

.radio-container .control-label {
  display: block;
}

.radio-container .radio-collection-pair {
  display: inline-block;
}

.radio-container .radio-collection-pair:nth-child(3) {
  margin-left: 1.25rem;
}

.btn-group {
  display: block;
}

.btn-group.row {
  margin-left: 0;
  margin-right: 0;
}

.btn-group.clear-padding .col-sm-12 {
  padding: 0;
}

html input[disabled]:not(.disabled-inline) {
  width: 100%;
  padding: 6px 12px;
}

.application-status-container .form-group {
  margin: 1.5rem 0 0 0;
}

.form-wrapper .pre-btn-line {
  margin-bottom: 2rem;
}

#credit-check {
  margin: 2rem 0;
}

#credit-check .row {
  display: flex;
  margin: 0;
}

#credit-check .content-wrapper {
  border: solid 1px #DEE2E5;
  padding: 1rem 2rem;
  overflow-x: scroll;
}

#credit-check .content {
  min-width: 115rem;
}

#credit-check .labels {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

#credit-check .content .col-md-2,
#credit-check .content .col-md-1 {
  display: flex;
  align-items: center;
}

#credit-check .labels .col-md-2:first-child,
#credit-check .content .col-md-2:first-child {
  padding-left: 0;
}

#credit-check .content .col-md-1:last-child {
  justify-content: center;
}

#credit-check .content .fa-stack {
  text-align: center;
}

#credit-check .btn.btn-default {
  margin-top: 1rem;
}

#tab-pricing-info .info-view.row {
  display: flex;
  flex-direction: row;
}

.fuel-supplier {
  padding-top: 2rem;
  padding-right: 1rem;
}

.fuel-supplier .thumbnail-container.row:first-child {
  margin: 0;
}

.primary label {
  font-size: 14px;
}

.supplier-thumbnail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.supplier-thumbnail h5 {
  font-weight: 600;
}

.retail-oon .radio-container {
  display: inline-block;
}

.retail-oon .radio-container:last-child {
  margin-left: 5rem;
}

.primary-opt {
  display: block;
}

p.faux.control-label,
.faux.control-label {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 0.875em;
}

.fuel-types .radio-label {
  text-align: center;
}

.fuel-types, .other-items {
  margin: 4rem 0;
}

.fuel-types .scroll-content {
  min-width: 950px;
}

.fuel-types .scroll-content .row {
  display: flex;
}

.other-items h3 {
  margin-bottom: 1rem;
}

.other-items .col-md-4,
.other-items .col-sm-6 {
  margin: 0.5rem 0 1.25rem 0;
}

.pricing-highlighted {
  background-color: yellow;
}

#tab-pricing-info .row {
  display: flex;
  flex-direction: row;
  margin: 0;
}

#tab-pricing-info .fees {
  margin: 1.5rem 0 3rem 0;
  min-width: 50rem;
}

#tab-pricing-info .fuel-prices-wrapper {
  overflow-x: scroll;
}

#tab-pricing-info .fuel-prices-content {
  min-width: 80rem;
}

#tab-pricing-info .fuel-prices .col {
  background: rgba(241, 241, 241, 0.71);
  padding: 0.75rem 0 0.75rem 0.25rem;
  margin-bottom: 1rem;
}

#tab-pricing-info .info-view .col-auto {
  margin-top: 2rem;
}

#tab-pricing-info .info-view .col-auto {
  margin-right: 6rem;
}

#tab-pricing-info .supplier-thumbnail {
  margin-bottom: 3rem;
}

#tab-pricing-info .mobile-show {
  display: none;
}

.address .col-md-6:first-child {
  padding-left: 0;
}

.address .col-md-6:last-child {
  padding-right: 0;
}

.phone, .reports {
  margin-top: 1.25rem;
}

.reports.row {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1586px) {
  .fuel-types .scroll-container {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1199px) {
  .fuel-supplier,
#edit-supplier .supplier-thumbnail {
    padding-left: 1rem;
  }

  #edit-supplier .supplier-thumbnail {
    width: auto;
    align-items: center;
    margin-bottom: 2rem;
  }

  #edit-supplier .supplier-thumbnail img {
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .form-wrapper .form-pair {
    display: block;
  }

  .form-wrapper .col-sm-6.checkbox-container {
    padding-bottom: 0;
    margin: 2rem 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .fuel-supplier,
#edit-supplier .supplier-thumbnail {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .retail-oon .col-sm-6:last-child,
.fees .col-sm-6:last-child {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 615px) {
  #tab-pricing-info .mobile-view .row {
    flex-direction: column;
  }

  #tab-pricing-info .mobile-view .row .col {
    margin-bottom: 1.5rem;
  }

  #tab-pricing-info .info-view.row {
    flex-wrap: wrap;
  }

  #tab-pricing-info .supplier-thumbnail {
    margin-bottom: 1rem;
  }

  #tab-pricing-info .mobile-hide {
    display: none;
  }

  #tab-pricing-info .mobile-show.row {
    display: flex;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 200px) {
  .fuel-types .scroll-content .col-sm-1 {
    width: 8.3333333333%;
  }

  .fuel-types .scroll-content .col-sm-2 {
    width: 16.6666666667%;
  }

  #credit-check .col-md-1 {
    width: 8.3333333333%;
  }

  #credit-check .col-md-2 {
    width: 16.6666666667%;
  }
}

/*# sourceMappingURL=styles.css.map */
