@charset "UTF-8";
body {
  overflow-x: hidden;
}

html, body {
  height: 100%;
}

.mce-notification-warning {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

[class*=btn-outline-] {
  border-width: 2px;
}

::-moz-selection {
  background-color: #edddc3;
  color: #000;
}

::selection {
  background-color: #edddc3;
  color: #000;
}

.coloredBoxes .card {
  position: relative;
  overflow: hidden;
}
.coloredBoxes .card [class*=fa-] {
  bottom: 0px;
  opacity: 0.15;
  position: absolute;
  font-size: 9ch;
  right: 1rem;
}
.coloredBoxes > div .card {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.coloredBoxes > div .card [class*=fa-] {
  color: var(--bs-dark);
}
.coloredBoxes > div:nth-child(4n+1) .card {
  color: #fff;
  background: var(--bs-secondary) linear-gradient(155deg, var(--bs-secondary), var(--bs-danger)) repeat-x;
  box-shadow: 0 1px 3px rgba(var(--bs-secondary-rgb), 0.12), 0 1px 2px rgba(var(--bs-danger-rgb), 0.24);
}
.coloredBoxes > div:nth-child(4n+2) .card {
  color: #fff;
  background: var(--bs-danger) linear-gradient(155deg, var(--bs-danger), var(--bs-warning)) repeat-x;
  box-shadow: 0 1px 3px rgba(var(--bs-danger-rgb), 0.12), 0 1px 2px rgba(var(--bs-warning-rgb), 0.24);
}
.coloredBoxes > div:nth-child(4n+3) .card {
  color: #fff;
  background: var(--bs-warning) linear-gradient(155deg, var(--bs-warning), var(--bs-success)) repeat-x;
  box-shadow: 0 1px 3px rgba(var(--bs-warning-rgb), 0.12), 0 1px 2px rgba(var(--bs-success-rgb), 0.24);
}
.coloredBoxes > div:nth-child(4n+4) .card {
  color: #fff;
  background: var(--bs-success) linear-gradient(155deg, var(--bs-success), var(--bs-info)) repeat-x;
  box-shadow: 0 1px 3px rgba(var(--bs-success-rgb), 0.12), 0 1px 2px rgba(var(--bs-info-rgb), 0.24);
}

#assetManager figure {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  max-height: 100px;
  overflow: hidden;
}
#assetManager figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.5rem;
  font-size: 85%;
  background-color: #5380cc;
  color: #f7fafc;
}
#assetManager tbody {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
#assetManager tbody tr {
  transition: all 0.35s ease-in-out;
  border-top: 0;
  display: flex;
}
#assetManager tbody tr:hover {
  background-color: transparent;
}
#assetManager tbody tr:hover td:not(.dataTables_empty) {
  background-color: #f7fafc;
  box-shadow: 0px 8px 8px -3px rgba(0, 0, 0, 0.25);
}
#assetManager tbody td {
  transition: all 0.35s ease-in-out;
  border-top: 0;
  display: flex;
}
#assetManager tbody td:not(.dataTables_empty) {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0.25rem;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}
#assetManager tbody .dataTables_empty {
  padding: 0;
  font-weight: bold;
}
#assetManager thead {
  display: none;
}
#assetManager .dropdown-toggle {
  white-space: unset;
}
#assetManager .btn-link.dropdown-toggle {
  box-shadow: none;
  text-align: left;
  font-weight: 700;
  padding: 0.25rem 0;
}

#salesOrder--display label {
  color: #262626;
}
#salesOrder--display label + span {
  display: block;
  flex: 1 1 auto;
}
#salesOrder--display [class*=border] {
  border-color: #555 !important;
  border-width: 2px !important;
}
#salesOrder--display .form-group {
  display: flex;
  margin-bottom: 0;
}
#salesOrder--display [class*=row] {
  margin-bottom: 1rem;
}
#salesOrder--display .heading .form-group {
  flex-direction: column;
}
#salesOrder--display .linedBg {
  position: relative;
  line-height: 29px;
  padding: 0.5rem;
}
#salesOrder--display .linedBg:before {
  content: "";
  top: 0.5rem;
  right: 0;
  left: 0.5rem;
  bottom: 0.5rem;
  position: absolute;
  background-image: linear-gradient(0deg, transparent 5em, rgba(255, 0, 0, 0.2) 0, transparent 5.1em), linear-gradient(rgba(0, 0, 0, 0.6) 1px, transparent 0);
  background-size: 100% 29px;
}
#salesOrder--display .sellingEtc .form-group > * {
  margin-bottom: 0.5rem;
  flex: 1 1 auto;
}
#salesOrder--display .sellingEtc .form-group > *:first-child {
  max-width: 65%;
}
#salesOrder--display .sellingEtc .form-group > *:last-child {
  max-width: 35%;
}
#salesOrder--display .financing .form-group > * {
  margin-bottom: 0.5rem;
  flex: 1 1 auto;
}
#salesOrder--display .financing .form-group > *:first-child {
  max-width: 60%;
}
#salesOrder--display .financing .form-group > *:last-child {
  max-width: 40%;
}
#salesOrder--display .customerInfo .form-group {
  flex-direction: column;
  height: 100%;
}
#salesOrder--display .carDetails .form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
#salesOrder--display .carDetails .form-group label + span {
  margin-left: 0.5rem;
  text-align: right;
}

#carImageViewer .nav-link.active {
  background-color: #000;
}
#carImageViewer .nav-link.active:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.82rem;
  content: "Viewing";
}
#carImageViewer .nav-link.active:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(38, 38, 38, 0.8);
}
#carImageViewer .nav-link {
  position: relative;
  padding: 0;
}

tr[onclick] {
  transition: all 0.25s ease-in-out;
}
tr[onclick]:hover {
  background-color: rgb(var(--bs-primary-rgb), 0.25) !important;
  text-decoration: none;
}

.onclick:hover {
  cursor: pointer;
}

[onclick]:hover {
  cursor: pointer;
}

.mockup {
  position: relative;
}
.mockup:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.25rem;
  position: absolute;
}
.mockup:hover:after {
  text-transform: uppercase;
  content: "Demo Content";
  z-index: 2;
  color: #cc6353;
  background-color: rgba(94, 46, 128, 0.9);
  pointer-events: none;
}
.mockup:hover:after * {
  pointer-events: none;
}

table td .btn-group .btn {
  padding: 0.15rem 0.35rem;
}
table .carPreview-grid {
  font-size: 0.85rem;
}
table .custPreview .customer {
  line-height: 15px;
  font-size: 13px;
}
table .custPreview .contact {
  line-height: 15px;
  font-size: 13px;
}

h1 .badge {
  font-size: 1.25rem;
}
h1 small {
  font-size: 1rem;
}

h2 .badge {
  font-size: 1.25rem;
}

h3 .badge {
  font-size: 1.25rem;
}

.text-justify {
  text-align: justify !important;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
}

img {
  font-size: 12px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  word-break: break-word;
  text-align: center;
}

.carPreview-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 90px;
  grid-template-rows: auto repeat(4, auto);
  grid-gap: 0.25rem 0.5rem;
  grid-template-areas: "title status image" "desc desc image" "etc etc image";
}
.carPreview-grid > * {
  position: relative;
}
.carPreview-grid .image {
  grid-area: image;
}
.carPreview-grid .image img {
  min-width: 100px;
  min-height: 45px;
}
.carPreview-grid .title {
  grid-area: title;
}
.carPreview-grid .status {
  grid-area: status;
}
.carPreview-grid .desc {
  grid-area: desc;
}
.carPreview-grid .etc {
  grid-area: etc;
}
.carPreview-grid .carNum {
  background-color: var(--bs-dark);
  color: var(--bs-yellow);
  margin-top: -0.25rem;
  padding-top: 0.25rem;
  padding: 0.5rem 0 0.25rem;
  text-align: center;
  font-family: var(--bs-font-monospace);
  letter-spacing: 1px;
}
.carPreview-grid .badge {
  line-height: 103%;
}

.sf-toolbar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn-light:hover {
  background-color: #fffacf;
  background-image: var(--bs-gradient);
  border-color: #fffacf;
}

.cashOverlay {
  position: absolute;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.74);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cashOverlay::after {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  content: "Cash Transaction";
}

#main > [class*=container] #middle {
  backdrop-filter: unset !important;
}

.custPreview {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}
.custPreview .company {
  font-size: 110%;
  margin-bottom: 0.25rem;
}
.custPreview .customer, .custPreview .contact {
  line-height: 1.4;
}

.form-group {
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}

.isStriped > li:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.04);
}

[data-bs-toggle=collapse] .label {
  position: relative;
}
[data-bs-toggle=collapse] .label:before {
  font-family: "Font Awesome 6 Pro";
  padding-right: 0.25rem;
  content: "";
}
[data-bs-toggle=collapse] .label:after {
  content: "";
}

[data-bs-toggle=collapse][aria-expanded=true] .label:after {
  content: "Hide Information";
}
[data-bs-toggle=collapse][aria-expanded=true] .label:before {
  content: "–";
}

[data-bs-toggle=collapse][aria-expanded=false] .label:after {
  content: "Expand Information";
}
[data-bs-toggle=collapse][aria-expanded=false] .label:before {
  content: "+";
}

.dynamic-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dynamic-list > li {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dynamic-list.alert-dark {
  background-color: rgba(212, 212, 212, 0.5);
}

[id*=taskDetails] .accordion-button, #dynoInfo .accordion-button {
  background-color: #fff;
}
[id*=taskDetails] .accordion-item, #dynoInfo .accordion-item {
  background-color: #fff;
}

@media print {
  body {
    background-color: #fff !important;
    color: #000 !important;
    background-image: none !important;
  }

  #mainColumn {
    background-color: #fff;
  }
  #mainColumn > [class*=container] {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #salesOrder--display {
    max-width: 100%;
    font-family: "arial";
    font-size: 14px;
    line-height: 15px;
  }
  #salesOrder--display h6.text-center {
    text-align: left !important;
  }
  #salesOrder--display label + span {
    border-bottom: 1px solid #181818;
  }
  #salesOrder--display .form-group label {
    font-weight: normal;
  }
  #salesOrder--display .form-group span {
    font-weight: 700;
  }
  #salesOrder--display [class*=border] {
    border-color: #aaa !important;
  }
  #salesOrder--display [class*=row] {
    margin-bottom: 0.5rem;
  }
  #salesOrder--display h1 {
    margin-bottom: 0.5rem;
    font-size: 24px;
  }
  #salesOrder--display .img-fluid {
    max-height: 55px;
  }
  #salesOrder--display .heading .form-group {
    text-align: center;
  }
  #salesOrder--display .heading .form-group label {
    order: 2;
  }
  #salesOrder--display .heading .form-group span {
    order: 1;
  }
  #salesOrder--display .customerInfo .form-group label {
    order: 2;
    padding: 0 0.5rem;
  }
  #salesOrder--display .customerInfo .form-group span {
    order: 1;
    padding: 0 0.5rem;
  }
  #salesOrder--display .customerInfo .form-row {
    margin-left: 0;
    margin-right: 0;
  }
  #salesOrder--display .customerInfo .form-row > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
  #salesOrder--display .carDetails .form-group {
    margin-bottom: 0.25rem;
  }
  #salesOrder--display .sellingEtc label + span {
    text-align: right;
  }

  footer {
    display: none;
  }

  #container {
    height: auto;
  }

  #header {
    display: none !important;
  }

  #navigation {
    display: none !important;
  }

  #middle {
    padding: 0 !important;
    background-color: #fff !important;
    border: 0 !important;
  }
}
@media screen and (min-width: 721px) {
  .carPreview-grid {
    align-items: flex-start;
    max-width: 580px;
    grid-template-columns: 100px 1fr auto;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "image title status" "image etc etc" "image desc desc";
  }

  .custPreview {
    max-width: 600px;
  }
  .custPreview .contact {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  table .carPreview-grid {
    row-gap: 0;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  table .carPreview-grid .image {
    display: none;
  }
  table .carPreview-grid .desc {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  table .carPreview-grid {
    row-gap: 0;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "image title status" "image desc desc";
  }
  table .carPreview-grid .etc {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  table .carPreview-grid .etc .flex-fill.d-flex.flex-column.d-md-block {
    display: flex !important;
  }
  table .carPreview-grid .etc .flex-fill.d-flex.flex-column.d-md-block:nth-of-type(1) {
    flex: 1 1 70px !important;
  }
  table .carPreview-grid .etc .flex-fill.d-flex.flex-column.d-md-block:nth-of-type(2) {
    margin: 0 0.5rem;
  }
  table .carPreview-grid .etc .flex-fill.d-flex.flex-column.d-md-block:nth-of-type(3) {
    flex: 1 1 140px !important;
  }
}
@media screen and (min-width: 1400px) {
  table .carPreview-grid {
    grid-template-areas: "image title status" "image etc etc" "image desc desc";
  }
}
@media screen and (min-width: 960px) {
  .custPreview {
    justify-content: space-between;
    flex-direction: row;
  }
  .custPreview .company {
    width: 100%;
    flex: 1 1 auto;
  }
  .custPreview .contact {
    margin-top: 0;
    width: 55%;
    flex: 0 0 auto;
  }
  .custPreview .contact a {
    margin-top: 0.25rem;
  }
  .custPreview .customer {
    max-width: 100%;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 961px) {
  table .custPreview .customer {
    width: 100%;
    display: none;
  }

  .custPreview .contact {
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
  }
  .custPreview .contact span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .dynamic-list {
    display: flex;
    flex-wrap: nowrap;
  }
  .dynamic-list > li {
    flex: 1 1 auto;
  }
  .dynamic-list > li + li {
    border-left: 0;
  }
}
@media screen and (min-width: 576px) {
  .dynamic-list {
    min-width: 25ch;
    max-width: 30ch;
  }
  .dynamic-list > li {
    min-height: 44px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .dynamic-list > li label {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .dynamic-list > li + li {
    border-top: 0;
  }
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  background-color: var(--bs-gray-200);
}

.table.fixedHeader-floating {
  background-color: var(--bs-dark) !important;
  color: var(--bs-light) !important;
}

table .btn-link {
  color: var(--bs-dark);
}
table .btn-link:hover {
  color: var(--bs-primary);
}

#calculatorForm {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media screen and (min-width: 500px) {
  #calculatorForm {
    column-gap: 0.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  #calculatorForm {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1300px) {
  #calculatorForm {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  #calculatorForm {
    grid-template-columns: repeat(5, 1fr);
  }
}

.form-control:disabled, .form-control[readonly], .form-select:disabled, .form-select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.colored li:nth-child(4n+1) {
  color: #ff7fff;
}
.colored li:nth-child(4n+2) {
  color: #ff4202;
}
.colored li:nth-child(4n+3) {
  color: #1c9c1c;
}
.colored li:nth-child(4n+4) {
  color: #3388dd;
}

ol.styled {
  counter-reset: styled;
  padding: 0;
  margin: 0;
}
ol.styled li {
  z-index: 1;
  padding: 0 0 0 1rem;
  position: relative;
  list-style: none;
  counter-increment: styled;
}
ol.styled li .lead {
  font-weight: 500;
  text-shadow: 1px 1px 1px #fff;
}
ol.styled li + li {
  margin-top: 2rem;
}
ol.styled li::before {
  top: -20px;
  left: 0;
  position: absolute;
  z-index: 0;
  font-size: 3rem;
  font-family: "Roboto";
  font-weight: 900;
  color: rgba(var(--bs-primary-rgb), 0.3);
  content: counter(styled);
}
ol.styled li .formula {
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: 30ch 1fr;
}

.table-bordered > :not(caption) > * {
  border-color: var(--bs-gray-300);
}

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