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

label {
  font-size: 14px;
}

.main-box h2 {
  font-weight: 600;
}

.row {
  position: relative;
}

.checkbox-nice label {
  margin-left: 10px;
}

.control-wrapper {
  margin-top: 3rem;
}

.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-grid {
  display: flex;
  column-gap: 2rem;
  row-gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.form-grid .field {
  width: 45%;
  flex-grow: 1;
}
.form-grid:last-of-type {
  margin-bottom: 3rem;
}

#add-additional-licenses {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
#add-additional-licenses .btn {
  margin-top: 1.25rem;
}
#add-additional-licenses .input-label label {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1rem;
}

#additional-licenses {
  margin-bottom: 3rem;
}
#additional-licenses .row:first-of-type {
  margin-top: 0.5rem;
}
#additional-licenses .license-wrapper .row {
  margin-bottom: 2rem;
}
#additional-licenses .license-wrapper:last-of-type .row {
  margin-bottom: 2rem;
}

@media (max-width: 445px) {
  .form-grid .field {
    min-width: unset;
    max-width: unset;
    flex-grow: 1;
  }
  .form-grid:last-of-type {
    margin-bottom: 3rem;
  }
  #additional-licenses {
    overflow-x: scroll;
  }
  #additional-licenses .license-wrapper {
    width: 36rem;
  }
}
.form-control, input {
  border-width: 1.25px;
  border-color: #DEE2E5;
}

input[type=text]:read-only:not(.btn).form-control.Active {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

input[type=text]:read-only:not(.btn).form-control.Inactive {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.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;
}

.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;
}

#col-left {
  height: auto;
}

@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;
  }
  .main-box {
    margin-bottom: 50px;
  }
}
@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%;
  }
}
input[type=text]:read-only:not(.btn),
input[type=textarea]:read-only:not(.btn) {
  appearance: none;
  border: 1px solid #c0c0c0;
  background-color: #f6f6f6;
}

.pt-3 {
  margin-top: 3rem !important;
}

.mt-3 {
  margin-top: 15px;
}

/** AUTHORITIES & PERMIT DETAILS - START **/
.accordion {
  padding: 3rem 0 2.75rem 0;
  border-bottom: solid 1px #D6D6D6;
}
.accordion .accordion-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.accordion .accordion-header:hover {
  cursor: pointer;
}
.accordion .accordion-header .label {
  color: #212121;
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  align-items: center;
  padding: 0;
}
.accordion .accordion-header .badges {
  display: flex;
  flex-direction: row;
  column-gap: 0.75rem;
  align-items: center;
}
.accordion .accordion-header .badges .badge {
  border-radius: 60px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 1.75rem;
  min-width: 2rem;
}
.accordion .accordion-header .badges .badge.set {
  background: #9B9B9B;
}
.accordion .accordion-header .badges .badge.expiring {
  background: #E8BE3E;
}
.accordion .accordion-header .badges .badge.expired {
  background: #CC6767;
}
.accordion .accordion-header.secondary {
  margin: 0 0 0 4.2rem;
}
.accordion .parent.content {
  margin: 0;
}
.accordion .parent.content .accordion:first-of-type {
  border-top: solid 1px #D6D6D6;
}
.accordion .parent.content .accordion:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.accordion .content {
  margin: 0 0 0 4.2rem;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease;
}
.accordion .content.secondary {
  margin-left: 8.4rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.accordion .content .acc-group {
  display: flex;
  flex-direction: row;
  column-gap: 3rem;
}
.accordion .content .row {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 2rem;
}
.accordion .content .row:before, .accordion .content .row:after {
  display: none;
}
.accordion .content .row .field {
  flex-grow: 2;
  width: 45%;
}
.accordion .content .row .col-sm-6 {
  margin: 0;
  padding: 0;
}
.accordion .content .field-label {
  color: #337ab7;
  font-weight: bold;
  width: 12rem;
  padding-top: 0.25rem;
  margin: 25px 0 0 0;
  border-right: solid 1.5px #D6D6D6;
  display: flex;
  align-items: flex-start;
}
.accordion .content-fade {
  margin-top: 2.5rem !important;
  margin-left: 4.2rem;
  visibility: visible;
  opacity: 1;
  max-height: 300%;
}
.accordion .control {
  transition: transform 0.25s ease;
}
.accordion .field-error {
  color: #D22121;
  font-weight: 600;
}
.accordion .field-warning {
  color: #D49F01;
  font-weight: 600;
}

#provincialState {
  margin-bottom: 3.5rem;
}

.rotate-control {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

.primary.g-header {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
}

.secondary .g-header {
  font-size: 1.15em;
  font-weight: 700;
  margin: 0;
}

.tertiary {
  margin-bottom: 0.75rem;
}
.tertiary .g-header {
  font-size: 1.02em;
  font-weight: 700;
  margin: 1.25rem 0 0 0;
  color: #337ab7;
}

.auth-perm-divider {
  width: 100%;
  height: 1.5px;
  background-color: #D6D6D6;
  margin: 4rem 0;
}

@media (max-width: 645px) {
  .accordion .accordion-header {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
  .accordion .accordion-header .badges {
    margin-left: 4.25rem;
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-header.secondary {
    margin: 0 0 0 2rem;
  }
  .accordion .content .acc-group {
    flex-direction: column;
  }
  .accordion .content .field-label {
    margin: 0 0 1rem 0;
    border: none;
  }
  .accordion .content .row .field {
    width: 100%;
  }
  .accordion .content .row .field.placeholder {
    display: none;
  }
  .accordion .content.secondary {
    row-gap: 3.5rem;
    margin-left: 6.2rem;
  }
}
input[name=IsRequired] {
  appearance: auto !important;
}

/** AUTHORITIES & PERMIT DETAILS - END **/
#tab-content-details .tab-pane, #equipment-edit .tab-pane {
  position: relative;
}
#tab-content-details h3, #equipment-edit h3 {
  font-weight: bold;
  font-size: 14px;
  border: none;
  margin: 2.75rem 0 0.75rem 0;
  text-transform: uppercase;
  padding: 0;
  color: #337ab7;
}
#tab-content-details h3:first-of-type, #equipment-edit h3:first-of-type {
  margin-bottom: 0;
}
#tab-content-details .form-grid, #equipment-edit .form-grid {
  margin: 1.45rem 0 4rem 0;
}
#tab-content-details .form-grid:last-of-type, #equipment-edit .form-grid:last-of-type {
  margin-bottom: 2rem;
}
@media (max-width: 675px) {
  #tab-content-details .form-grid, #equipment-edit .form-grid {
    flex-direction: column;
  }
  #tab-content-details .form-grid .field, #equipment-edit .form-grid .field {
    width: unset;
  }
}
#tab-content-details .equipment-thumbnail, #equipment-edit .equipment-thumbnail {
  display: flex;
  flex-direction: row;
  margin: 1.75rem 0 0 0;
}
#tab-content-details .equipment-thumbnail img, #equipment-edit .equipment-thumbnail img {
  max-width: 125px;
  max-height: 125px;
  margin: 5px 0;
}

a.collapse-toggle {
  text-decoration: none;
  font-size: 18px;
}

.collapse-divider {
  width: 100%;
}

.collapse-table {
  margin-bottom: 22px;
  margin-top: 22px;
}

span.warning {
  color: #E8BE3E !important;
}

span.expired {
  color: #D22121 !important;
}

/* https://codepen.io/miladxdev/pen/ZEydVpL */
.loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid;
  border-color: #333 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  animation: spin 0.6s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.success {
  color: green;
}

.danger {
  color: #D22121;
}

.expired-badge {
  background-color: #CC6767;
  color: white;
  font-weight: bolder;
  border-radius: 20px;
  padding: 6px 17px 6px 17px;
}

.expiring-badge {
  background-color: #E8BE3E;
  color: white;
  font-weight: bolder;
  border-radius: 20px;
  padding: 6px 17px 6px 17px;
}

#activeTruckListing, #activeTrailerListing, #inactiveTrailerListing, #inactiveTruckListing {
  padding-top: 20px;
}

/** NOTES **/
.notes.container {
  border: 1.5px solid rgb(231, 235, 238);
  border-radius: 3px;
  padding: 0;
}
.notes.scroll-content {
  padding: 5px 15px;
  margin: unset;
  max-height: 400px;
  overflow-y: scroll;
}
.notes.top-scroll-preview {
  -webkit-mask-image: linear-gradient(to top, #000 60%, transparent);
}
.notes.bottom-scroll-preview {
  -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent);
}
.notes .controls {
  padding: 0;
}
.notes #noteVisibility {
  display: flex;
  flex-direction: row;
  margin: 0 -8px;
  column-gap: 1.5rem;
}
.notes #noteVisibility .controls {
  margin-top: 5px;
}
.notes.box {
  border-bottom: 1.5px solid rgb(231, 235, 238);
  margin: 0 10px;
  padding: 20px 0;
  border-radius: 3px;
}
.notes.box:last-of-type {
  border: none;
}
.notes.form {
  margin: 15px 10px;
}
.notes.content {
  margin-top: 15px;
}
.notes a:hover {
  cursor: pointer;
}

/** NOTES - END **/
.download-btn {
  padding: 8px 8px 6px 7px;
}

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