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

label {
  font-size: 14px;
}

#user-left-box {
  padding: 20px 25px;
}

#nav-col #col-left {
  height: unset;
}

.sc {
  position: fixed;
  display: flex;
  flex-direction: row;
  column-gap: 0.6rem;
  align-self: flex-end;
  align-items: center;
  margin-top: 2rem;
  justify-content: center;
  left: 2.25rem;
  bottom: 3rem;
}
.sc p {
  font-weight: 700;
  font-size: 1.1rem;
  color: #484848;
  text-align: right;
  font-style: italic;
  margin: 0;
}
.sc img {
  height: 2rem !important;
  width: auto !important;
}

@media (max-width: 991px) {
  .sc {
    display: none;
  }
}
.main-box h2 {
  font-weight: 600;
}

.row {
  position: relative;
}

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

.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-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;
  }
}
/** DASHBOARD - START **/
#dashboard-overview {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
#dashboard-overview h2 {
  margin: 0 0 3rem 0;
}
#dashboard-overview h3 {
  font-weight: bold;
  font-size: 14px;
  border: none;
  margin: 0 0 0.75rem 0;
  padding: 0;
}
#dashboard-overview .overview-group {
  display: flex;
  flex-direction: row;
  column-gap: 4rem;
  row-gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
#dashboard-overview .overview-group p {
  margin: 0 0 2px 0;
}
#dashboard-overview .block {
  width: auto;
  padding: 0;
}
#dashboard-overview #renewals-listing {
  width: 60%;
}
#dashboard-overview #renewals-listing .overview-group {
  margin-top: 2rem;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#dashboard-overview #renewals-listing .col-header {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1.25rem;
  white-space: nowrap;
}
#dashboard-overview #renewals-listing .fa-stack {
  width: auto;
  height: auto;
  line-height: unset;
  margin-bottom: 10px;
}
#dashboard-overview #renewals-listing .placeholder {
  height: 17px;
  content: "";
}
#dashboard-overview #renewals-listing .renewal-item {
  margin-bottom: 1rem;
  white-space: nowrap;
}

@media (max-width: 515px) {
  #dashboard-overview #renewals-listing {
    width: 100%;
  }
  #dashboard-overview #renewals-listing .overview-group {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  #dashboard-overview #renewals-listing .overview-group .renewal-item {
    white-space: nowrap;
  }
}
/** DASHBOARD - END **/
/** 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: 100%;
}
.accordion:last-of-type {
  margin-bottom: 3.5rem;
}
.accordion .control {
  transition: transform 0.25s ease;
}
.accordion .field-error {
  color: #D22121;
  font-weight: 600;
}
.accordion .field-warning {
  color: #D49F01;
  font-weight: 600;
}

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

@media (max-width: 767px) {
  .main-box {
    margin-bottom: 50px;
  }
}
input[type=text]:read-only,
input[type=textarea]:read-only,
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;
}

.ml-1 {
  margin-left: 5px;
}

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

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

input[value="Add Row"] {
  border: none;
  padding: 6px 12px;
  border-bottom: 2px solid;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  outline: none;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #90a4ae;
  border-color: #607d8b;
}

/** NOTES **/
.notes.container {
  border: 2px 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.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 .controls {
  padding: 0;
}

/** NOTES - END **/
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;
}

.download-btn {
  padding: 8px 8px 6px 7px;
}

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