/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
* {
  /*    -webkit-transition: background-color width height color display .15s ease-out;
  -moz-transition: background-color width height color display .15s ease-out;
  -o-transition: background-color width height color display .15s ease-out;*/
  transition: background-color width height color display transform 0.25s ease-out;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: background-color, width, height, color, display, border, opacity, visibility, transform;
}

.toastify {
  box-shadow: unset;
  background: var(--color-success);
  color: #fff;
}

.toast-close {
  padding-left: 1rem;
}

.text-nowrap {
  white-space: nowrap;
}

a.autoPopulateLink {
  font-size: 0.8rem;
  color: #17a2b8 !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#pageHeaderPanel {
  /*transform-origin: bottom;*/
  transition: all 0.2ms ease-out;
  /*transform: translateY(0);*/
  position: fixed;
  z-index: 1002;
  width:100%;
}

#pageHeaderPanel.openMenu {
  /*transform: translateY(-10.5rem);*/
  height: 14.5rem;
}

header#pageHeaderPanel.bottom {
  position: fixed;
  bottom: 0px;
  width: 100vw;
  z-index: 1000;
}

#sidebar-heading {
  z-index: 1001;
  position: sticky;
  top: 0; /*calc(0px + env(safe-area-inset-bottom, 0px));*/
  bottom: unset;
}

#sidebar-heading.bottom {
  position: fixed;
  top: unset;
  bottom: 0; /*calc(0px + env(safe-area-inset-bottom, 0px));*/
  /*bottom: -50px;*/
}

div.row.onPageMenu {
  margin-left: -1rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-right: -1rem;
  background-color: transparent;
}

.opm-contents {
  padding: 0.66rem 1.33rem 1.33rem 1.33rem;
}

div.onPageMenu {
  background-color: var(--opm-bg-color);
  padding-left: 0px;
  padding-right: 0px;
}

.onPageMenu div.menuSection.title {
  margin-top: 0.25rem;
}

option > small {
  color: #6c757d !important;
}

/* Base styles */
.clampedText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  transition: all 0.3s ease; /* Smooth transition for height expansion */
  max-height: 3rem; /* Adjust based on font size and line height */
}

/* On hover, expand to show full text */
.clampedText:hover {
  -webkit-line-clamp: unset; /* Remove line clamping */
  max-height: none; /* Allow the content to expand fully */
  overflow: visible; /* Ensure the text is fully displayed */
}



#titlebarContextMenu {
  position: relative;
}

.d-flex-vertical {
  display: flex;
  flex-direction: column;
}

button.link,
button.link:focus,
button.link:focus-visible,
button.link i.fa {
  outline: none;
  border-width: 0px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}

button.link i.fa {
  color: rgba(0, 0, 0, 0.5);
}

button.link i.fa:focus {
  color: rgba(0, 0, 0, 0.5);
}

.bb-thin {
  border-bottom: 1px solid #dee2e6;
}

.font-weight-boldish {
  font-weight: 700;
  color: #66645f;
}

.fs-normal {
  font-size: 1rem;
}

.fs-l {
  font-size: 2rem;
}

.fs-xl {
  font-size: 4rem;
}

[data-bs-toggle=richToolTip]:hover {
  color: #ffb651 !important;
  opacity: 1 !important;
  transform: scale3d(1, 1, 1);
}

div.richToolTip {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  width: calc(100% - 5px);
  cursor: pointer;
}

div.richToolTipContents {
  display: none;
}

div.richTTWrapper {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.33rem;
  max-width: min(70vw, 825px);
  min-width: 100px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /*transition: opacity 0.3s;*/
  margin-right: 18px;
  margin-bottom: 18px;
}

.labelAndHelpContainer {
  display: flex;
  white-space: nowrap;
  width: 100%;
  align-items: baseline;
}

.labelAndHelpContainer *:first-child {
  margin-right: 2rem;
}

.labelAndHelpContainer *:nth-child(2) {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*span[data-toggle*=richToolTip],
div[data-toggle*=richToolTip] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
@container (min-width: 300px) {
  /*    span[data-toggle*=richToolTip],
  div[data-toggle*=richToolTip] {
      max-width: 300px;
  }*/
}
div.richTTWrapper {
  transform: scale3d(0.9, 0.9, 1);
  z-index: 2000;
}

div.richTTWrapper.rttShow {
  transform: scale3d(1, 1, 1);
}

div.richTTWrapper .rttTitle {
  background-color: #f3f3f3;
  padding: 1em;
  font-size: large;
  color: #252422;
}

div.richTTWrapper .rttContent {
  padding: 1em;
}

/* 
    Custom styles
    ----------------------------------------------
*/
.placeholder {
  font-style: italic;
  color: #b3b3b3;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3b3b3;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b3b3b3;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #b3b3b3;
}

.displayOnly label {
  margin-bottom: 0rem;
}

div.displayOnly {
  margin-bottom: 0.5rem;
}

tr.element-link:hover,
div.element-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.orderNote
/*,.orderItem */
{
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  margin-left: -20px;
  padding-left: 0.5rem;
  margin-right: -20px;
  padding-right: 0.5rem;
}

.orderNote:not(:last-child),
.orderItem:not(:last-child) {
  border-bottom: solid 1px var(--row-border-color);
}

.orderNote:hover,
.orderItem:hover {
  background-color: var(--hover-bg-color);
}

.attachmentTile {
    display: grid;
    grid-template-columns: minmax(min-content, 2fr) min-content;
    /*grid-template-rows:repeat(2, minmax(40px, 40px));*/
    grid-auto-rows: 1fr;
    grid-gap: 0.5rem;
    padding: 0.15rem 1rem;
    border-radius: 3px;
    color: #ffa300;
    background-color: #66c4de;
    /*width: 5rem;*/
    margin-top: .5rem;
    margin-bottom: .5rem;
    
}

    .attachmentTile span {
        color: white;
    }

.attachmentTile {
    background-color: transparent;
    border-color: #66c4de;
    border-width: 3px;
    
}
    .attachmentTile span {
        color: var(--color-font);
    }

 .attachmentTile img {
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  
}

    .attachmentTile .at-displayName {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom:0;
        }

    .attachmentTile .at-label {
        white-space: nowrap;
    }

.attachmentTile .icon {
  /*min-height: 40px;*/
  /*min-width: 40px;*/
  /*margin-right:.25rem;*/
}

.allAttachments {
    display: flex;
    flex-wrap: wrap;
    margin: .5rem;
}

    .allAttachments > div {
        margin: 0 .5rem;
    }

/*
    For different content (icon) types, see this:
    https://www.glyphicons.com/sets/halflings/
*/
.glyphicon {
  position: relative;
  color: #636363;
  top: 5px;
  right: 5px;
  display: inline-block;
  font-family: "GLYPHICONS Halflings";
  font-style: normal;
  font-weight: 200;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.form-data-entry .form-control[data-val-required] {
  border-color: black;
}

h6.h7 {
  /*font-weight: 400;*/
}

.card-body .table th {
  border-top: 0px;
}

.accordion div.card-subheader a.title:hover,
.accordion div.card-subheader a.title:focus {
  text-decoration: none;
  color: unset;
}

.gi-remove::before {
  content: "\e146";
}

.gi-chevron::before {
  content: "\e114";
  /*transform: rotate(0deg);*/
}

.carrierQuote > .row {
  /*margin-top: .5em;*/
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.carrierQuote > .row:first-child {
  padding-top: 0rem;
  border-top: 1px solid transparent;
}

.carrierQuote > .row:last-child {
  padding-bottom: 0rem;
}

/*.carrierQuote > .row:nth-child(even) {
        padding-bottom: 1rem;
    }
    .carrierQuote > .row:nth-child(odd) {
        padding-top: .5rem;
    }*/
.carrierQuote > .row .btn-outline-primary {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.serviceTypeNotes, .title-byline {
  font-weight: 400;
  font-size: 0.9rem;
}

/*.title-byline {
    font-weight: 400;
    font-size: 0.7142em;
}*/
.quote-header-row {
  border-top: 1px solid #dee2e6;
}

.ItemGrid > .row:last-child .MinusBtn {
  visibility: visible;
}

.ItemGrid > .row .PlusBtn {
  visibility: hidden;
}

.ItemGrid > .row:last-child .PlusBtn {
  visibility: visible;
}

[class^=faicon-]:before,
[class*=" faicon-"]:before {
  font-family: "Font Awesome 6 Free";
  /*font-weight: normal;*/
  font-style: normal;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: inherit;
}

.faicon-close::before {
  content: "\f057";
  font-size: larger;
}

.nav-item button.btn-link {
  min-width: unset;
}

.nav-item a.btn-sm {
  margin-top: 0.65em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

button.nav-link {
  min-width: unset;
  background-color: transparent;
  vertical-align: middle;
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  border: none;
  color: rgba(255, 255, 255, 0.95);
  display: inline;
}

button.nav-link:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
}

a.nav-link {
  padding: 0.2rem 0.5rem !important;
}

.dropdown.pageTitle {
  margin-left: 1px;
}

.navbar-collapse {
  background-color: var(--color-etrac-dark);
  /*z-index: 1000;*/
}

#orderSearch .orderSearchTerm {
  width: 15vw;
}

@media (max-width: 768px) {
  #orderSearch .orderSearchTerm {
    width: 80vw;
  }
  #orderSearch {
    margin: 0.5rem 0rem 0.5rem 0rem;
  }
}
.clickable {
  cursor: pointer;
}

.btnInDropList {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px solid transparent;
  padding: 0.5rem 0.25rem 0.5rem 0.1rem;
  /*padding: 0rem 0rem;*/
  /*font-size: .8rem;
  line-height: .8rem;
  cursor: pointer;
  color: rgba(0,0,0,.5);*/
  /*border-radius: 0.25rem;*/
  /*transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

/*
    .btnHidden:hover {
        color: rgba(0,0,0,.8);
    }*/
.visibleOnHover {
  opacity: 0;
}

.visibleOnHover:hover {
  opacity: 1;
}


.navbar:not(.contextMenu) .navbar-nav .nav-link:not(.active):hover,
.navbar:not(.contextMenu) .navbar-nav .nav-link:not(.active):focus {
    color: #ffa300 !important;
}

.nav-link .fa,
.nav-link .fa-regular,
.nav-link .fa-solid {
  color: rgba(255, 255, 255, 0.95);
}

.nav-link .fa:hover,
.nav-link .fa-regular:hover,
.nav-link .fa-solid:hover {
  color: var(--color-highlight);
}

a i.iconLink {
  color: #51cbce;
}

a i.iconLink:hover {
  color: #00a19a;
}

/* default link color is blue */
#deselectPartner a {
  border: 1px solid transparent;
}

/* prev siblings should be red */
#deselectPartner:hover a {
  border: 1px solid #d3d3d3;
}

#deselectPartner a:hover + button {
  /*border: 1px solid #d3d3d3;*/
  opacity: 1;
}

.card-frameless {
    border-width: 0;
}
.card-frame {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.card-frame > .card-header {
  background-color: transparent;
  padding-left: 0rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-frame > .card-header > .title {
  font-size: x-large;
}

.card-header, .card-header .title {
  /*color: #252422;*/
  /*font-size: large;*/
}

.card-header .subtitle {
  /*color: #252422;*/
  font-size: medium;
  color: #252422;
  font-family: "Muli", "Helvetica", Arial, sans-serif;
}

.disabled,
.disabled:hover {
  color: #cccccc;
  /*    border-color: #cccccc;*/
  cursor: default;
}

.card-subheader {
  /*color: #252422;*/
  font-size: medium;
  color: #252422;
  /*font-family: 'Muli', "Helvetica", Arial, sans-serif;*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}

.card-subheader div:nth-child(1 of .row) {
  margin-top: 0.5rem;
}

.card-frame-body {
  /*border: 1px solid rgba(0,0,0,.125);*/
  padding-left: 0rem;
  padding-right: 0rem;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.card-header > a,
.card-subheader > a,
.mb-0 > a {
  display: block;
  color: #252422;
  position: relative;
  text-decoration: none;
  font-family: unset;
  width:100%;
}

.card-header > a:after,
.card-subheader > a:after,
.status-history > a:after,
.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
}

.card-header > a[aria-expanded=true]:after,
.card-subheader > a[aria-expanded=true]:after,
.mb-0 > a[aria-expanded=true]:after {
  content: "\f077"; /* fa-chevron-up */
}

.card-section {
  margin-left: 0rem;
  padding-left: 0rem;
}

.card-section > .card-header {
  background-color: transparent;
  padding-left: 0rem;
  margin-left: 0rem;
}

.card-section > .card {
  padding-left: 0rem;
  margin-left: 0rem;
}

.progress {
  height: 0.5rem;
}

.panel-container {
  margin-top: 2em;
  padding: 0px;
  border: 1px solid lightgray;
}

.panel-header {
  padding: 2px;
  background-color: lightgray;
  font-size: 1.25em;
}

.panel {
  padding-left: 2px;
  padding-right: 2px;
}

.panel > table {
  margin-bottom: 0;
}

a.panel-expander {
  color: black;
  text-decoration: none;
  margin-left: 0.5em;
}

a.panel-expander:hover {
  text-decoration: underline;
}

.actionList {
  text-align: right;
}

.btn-primary[type=submit] {
  /*margin-top: 2em;*/
  right: 1px;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--color-disabled);
  border-color: var(--color-disabled);
}

.cardActions .btn {
  margin-top: 2em;
}

.btn-danger {
  /*margin-top: 2em;*/
}

.btn-short {
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
}

.navbar-btn {
  margin-top: 0rem;
  right: 1px;
}

.errMsg {
  color: var(--color-danger);
}

.successMsg {
  color: var(--color-success);
}

.bold {
  font-weight: bold;
}

.infoMsg {
  color: dimgray;
  line-height: 0.75;
}

.warnMsg {
  color: darkorange;
}

/*

    Checkbox Styling
    _______________________________________________
*/
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

td > .checkbox-container {
  margin-bottom: 0px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 22px;
  background-color: #eee;
  /*background-color: #66c4de;*/
  border-color: #66c4de;
  border-width: 2;
  border-radius: 0.25em;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark,
.checkmark:checked,
input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
  background-color: #66c4de;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
    Default Styles
    ----------------------------------------------
*/
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 18px;
  }
}
.container-fluid {
  padding-right: 0.15rem;
  padding-left: 0.15rem;
}

#mainContainerSub {
  /*padding-bottom: 40px;*/
  /*max-width: var(--main-container-max-width);*/
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /*padding-top: 0.5rem !important;*/
  padding-right: 0.25rem;
  padding-left: 0.25rem ;
}

@media (max-width: 768px) {
    main[role='main'] {
        padding-left: 0px ;
        padding-right: 0px ;
    }

    #mainContainer,
    #mainContainerSub {
        padding-right: 0;
        padding-left: 0 ;
    }

}
/*main {
    padding-top: .25rem !important;
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}*/
.orderSearchBox {
  min-width: 15rem;
}

.text-small {
  font-size: small;
}

@media (max-width: 576px) {
  #mainContainer {
    padding-right: 0.05rem;
    padding-left: 0rem;
    scrollbar-width: none; /* hide scroll bar on FF*/
  }
  .card {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    border-radius: 0px;
    box-shadow: none;
  }
  #mainContainerSub {
    max-width: 566px;
    padding-top: 0rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  #mainContainer::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
    width: 0px;
  }
  #mainContainer > main[role=main]::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .row {
    margin-left: unset;
    margin-right: unset;
  }
  main {
    padding-top: 0rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
}

.footer {
  position: absolute;
  padding-top: 2px;
  padding-bottom: 0px;
  font-size: 0.9rem;
  bottom: 0;
  right: 15px;
  /*width: 100%;*/
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 44px;
  line-height: 32px; /* Vertically center the text there */
}

.btn-select {
  color: var(--color-font);
  border-color: #CCC5B9;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
}

.btn-select-onHover {
  color: var(--color-font);
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
  border-color: transparent;
  padding: 0px;
  margin: 0px;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:hover i {
    color: #fff;
}
    .btn-outline-secondary:hover
    {
        background-color: rgba(0, 0, 0, 0.65);
    }

.border-test {
  border: 1px solid #00FF00;
}

.grid-cell {
  height: 2.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.grid-cell .form-group {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.grid-cell .form-group label {
  margin-bottom: unset;
}

.card-subheader.grid-cell {
  margin-bottom: 0.25rem;
}

.card-subheader.grid-cell .checkbox-container .checkmark {
  margin-left: 15px;
}

/*.accordion-list span {
    margin-left: 0px;
}
    .accordion-list :hover,
    .accordion-list a:hover {
        text-decoration: none !important;
    }*/
a.accordion-list-item {
  /*font-size: 1.2rem;*/
  text-decoration: none;
}

/*Used by DataTables plugin to style the expand-a-row feature*/
td.details-control {
  /*background: url('../resources/details_open.png') no-repeat center center;*/
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  content: "\f078";
  cursor: pointer;
}

tr.details td.details-control {
  /*background: url('../resources/details_close.png') no-repeat center center;*/
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  content: "\f078";
  cursor: pointer;
}

div.dataTables_wrapper div.dataTables_filter label {
  /*width:60%;*/
}

div.dataTables_wrapper div.dataTables_filter input {
  max-width: 18rem;
  width: 18rem;
}

.dataTables_length,
.dataTables_filter {
  line-height: 1;
}

.dataTables_filter button,
.buttons-html5 {
  height: 30px;
  padding: unset;
}

.dataTables_filter button {
  vertical-align: unset;
}

table.dataTable {
  margin-bottom: 9px !important;
}

div.dataTables_wrapper {
  min-height: 150px;
  margin-bottom: 30px;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.35em !important;
}

div.dataTables_wrapper div.dataTables_processing {
  width: 80% !important;
  left: 10% !important;
  top: 50%;
  margin-left: unset;
  margin-top: unset;
  background-color: transparent !important;
  border-width: 0px;
  box-shadow: none;
  /*margin-top: 5rem;*/
}

.dataTables_progress {
  width: 85%;
}

.dataTables_processing .card {
  margin-bottom: 70px;
}

.dataTables_expansionInfo {
  /*background-color: #fff;*/
}

/*End DataTables*/
.status-history {
  /*color: #252422;*/
  font-size: medium;
  color: #252422;
  /*font-family: 'Muli', "Helvetica", Arial, sans-serif;*/
  /*border-bottom: 1px solid rgba(0,0,0,.125);*/
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}

.mv-data {
  padding-top: 9px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xxl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .modal-xxl {
    max-width: 1340px;
  }
}
@media (min-width: 1700px) {
  .modal-xxl {
    max-width: 1540px;
  }
}
@media (min-width: 1700px) {
  .modal-xxl {
    max-width: 90%;
  }
}
.badge-outline-indicator {
  /*border: 1px solid transparent;*/
  background-color: transparent;
  color: #6c757d !important;
  border-radius: 3px;
  padding-right: 0.25rem;
}

.badge-outline-indicator i {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.badge-outline-indicator.badge-success i {
  color: #7ed6a5;
}

.badge-outline-indicator.badge-primary i {
  color: #65d1d4;
}

.badge-outline-indicator.badge-info i {
  color: #66c4de;
}

.badge-outline-indicator.badge-danger i {
  color: #ef8157;
}

.badge-outline-indicator.badge-warning i {
  color: #BB992F;
}

/*
.indicator::after {
    font-family: 'Font Awesome 6 Free';
    margin-left: .25rem;
    font-weight: 900;
}

    .indicator-success::after {
        content: "\f00c"; 
        color: #7ed6a5;
    }

.indicator-danger::after {
    content: "\f057"; 
    color: #dc3545;
}
*/
.indicator::after {
  height: var(--indicator-height);
  width: var(--indicator-width);
  margin-left: 0.3rem;
  margin-bottom: -0.3rem;
  display: inline-block;
  content: "";
}

.indicator.indicator-danger::after {
  background: url("/images/flaticon/svg/warningCircle.svg") no-repeat;
  background-size: var(--indicator-width) var(--indicator-height);
}

.indicator.indicator-success::after {
  background: url("/images/flaticon/svg/checkCircle.svg") no-repeat;
  background-size: var(--indicator-width) var(--indicator-height);
}

.indicator.indicator-attention::after {
  background: url("/images/flaticon/svg/attention-exclamation.svg") no-repeat;
  background-size: var(--indicator-width) var(--indicator-height);
}

.indicator.indicator-important::after {
  background: url("/images/flaticon/svg/important-exclamation.svg") no-repeat;
  background-size: var(--indicator-width) var(--indicator-height);
}

.daterangepicker .btn-primary,
.modal-footer .btn-primary {
  /*margin-top: 0em !important;*/
}

.orderStatus-Delayed,
.orderStatus-TenderAttemptFailed,
.orderStatus-Troubleshooting,
.orderStatus-AwaitingShipperResponse {
  color: var(--color-warning) !important;
}

/*.orderStatus-TenderAbandoned,
.orderStatus-Canceled,
.orderStatus-Rejected,
.orderStatus-Refused,
.orderStatus-Abrogated {
    color: #dc3545 !important;
    border-color: var(--color-danger) !important;
}*/
.orderStatus-Completed {
  color: var(--color-success) !important;
}

.orderStatus-New,
.orderStatus-DataReceived,
.orderStatus-Packed,
.orderStatus-Shipped,
.orderStatus-Tendered,
.orderStatus-Accepted,
.orderStatus-FacilityArrived,
.orderStatus-FacilityDeparted,
.orderStatus-ItemsPartiallyReceived,
.orderStatus-ItemsReceived,
.orderStatus-ContactAttempted,
.orderStatus-AppointmentScheduled,
.orderStatus-LoadedForDelivery,
.orderStatus-OutForDelivery,
.orderStatus-Dispatched,
.orderStatus-PickupArrived,
.orderStatus-PickupCompleted,
.orderStatus-DeliveryArrived {
  color: var(--color-success) !important;
}

.orderStatus-bg-Delayed,
.orderStatus-bg-TenderAttemptFailed,
.orderStatus-bg-Troubleshooting,
.orderStatus-bg-AwaitingShipperResponse {
  background-color: var(--color-warning) !important;
  border-color: var(--color-warning) !important;
}

.orderStatus-bg-TenderAbandoned,
.orderStatus-bg-Canceled,
.orderStatus-bg-Rejected,
.orderStatus-bg-Refused {
  background-color: var(--color-danger) !important;
  border-color: var(--color-danger) !important;
}

.orderStatus-bg-TenderAbandoned:before,
.orderStatus-bg-Canceled:before,
.orderStatus-bg-Rejected:before,
.orderStatus-bg-Refused:before,
.orderStatus-bg-Abrogated:before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f00d";
  color: white;
  font-weight: bolder;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1rem;
  font-weight: bolder;
  font-size: 1.25rem;
  border-radius: 2.25rem;
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
  display: block;
}

.orderStatus-bg-Abrogated {
  background-color: var(--color-disabled) !important;
  border-color: var(--color-disabled) !important;
}

.orderStatus-bg-Abrogated:before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f111";
  color: var(--color-disabled);
  font-weight: bolder;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1rem;
  font-weight: bolder;
  font-size: 1.25rem;
  border-radius: 2.25rem;
  position: absolute;
  top: 0.4rem;
  left: 0.25rem;
  display: block;
}

.orderStatus-bg-Completed {
  background-color: var(--color-success) !important;
}

.orderStatus-bg-Completed:before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f00c";
  color: white;
  font-weight: bolder;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1rem;
  font-weight: bolder;
  font-size: 1.25rem;
  border-radius: 2.25rem;
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  display: block;
}

.orderStatus-bg-New,
.orderStatus-bg-DataReceived,
.orderStatus-bg-Packed,
.orderStatus-bg-Shipped,
.orderStatus-bg-Tendered,
.orderStatus-bg-Accepted,
.orderStatus-bg-FacilityArrived,
.orderStatus-bg-FacilityDeparted,
.orderStatus-bg-ItemsPartiallyReceived,
.orderStatus-bg-ItemsReceived,
.orderStatus-bg-ContactAttempted,
.orderStatus-bg-AppointmentScheduled,
.orderStatus-bg-LoadedForDelivery,
.orderStatus-bg-OutForDelivery,
.orderStatus-bg-Dispatched,
.orderStatus-bg-PickupArrived,
.orderStatus-bg-PickupCompleted,
.orderStatus-bg-DeliveryArrived {
  background-color: var(--color-success) !important;
}

.itemStatus-Delayed {
  color: #ffc107 !important;
}

.itemStatus-Delivered {
  color: var(--color-success) !important;
}

.itemStatus-Refused {
  color: #dc3545 !important;
}

.itemStatus-Unset {
  color: #878787;
  font-size: small;
  font-style: italic;
}

.itemStatus-Tendered,
.itemStatus-Received,
.itemStatus-Packed,
.itemStatus-Shipped,
.itemStatus-FacilityArrived,
.itemStatus-FacilityDeparted,
.itemStatus-Loaded,
.itemStatus-OutForDelivery {
  color: #17a2b8 !important;
}

.orderCurrentStatus {
  font-size: large;
  font-weight: bold;
}

#orderSearch input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  /*opacity: 1;*/ /* Firefox */
}

#orderSearch input[type=text]:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: unset;
  /*opacity: 1;*/ /* Firefox */
}

.workspace-nav i {
  font-size: 22px;
  margin-right: 0.5em;
  width: 30px;
  text-align: center;
}

.workspace-nav a {
  line-height: 2.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.workspace-nav a:hover {
  color: #ffa300;
}

.eTracAdminMenu {
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 0.75rem;
}

.list-group-item-action {
  color: #252422;
  text-transform: none;
  font-size: 1rem !important;
}

.fa.fa-plus {
  position: relative;
  padding: 1px 2px;
  /*transition: all 1s ease-in-out;*/
}

a .fa.fa-plus {
  border: solid 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

a.btn .fa.fa-plus {
  color: white;
  border: solid 0px rgba(0, 0, 0, 0.5);
  margin-right: 0.3rem;
}

.fa.fa-plus:hover {
  /*border-color: #ffa300;*/
}

/*.fa.fa-plus:after {
        content: "New...";
        position: absolute;
        top: -125%;*/
/* move to right */
/*left: 50%;
        transform: translateX(-50%) translateY(-50%);*/
/*margin-left: 15px;*/ /* and add a small left margin */
/* basic styles */
/*width: 80px;*/
/*padding: 5px 10px;
        border-radius: 4px;
        background: #cccccc;
        color: #111111;
        font-weight: normal;
        font-size: .9rem;
        text-align: center;*/
/*display: none;*/ /* hide by default */
/*opacity: 0;
        transition: .3s opacity;
    }

        .fa.fa-plus:hover:after {
            display: block;
            opacity: 1;
        }*/
/*.fa::before,
.fa::after {*/
.fa,
.fa-regular,
.fa-solid {
  /*font-size: 1.1rem;*/
  /*transform: scale(1.15);*/
}



.fa.fa-plus::before {
  font-size: 1rem !important;
  vertical-align: text-top;
}

div.fa.fa-circle-exclamation:before {
  color: var(--color-warning);
  margin: 0.5rem;
}

div.fa * {
  display: none;
  margin: 2rem;
}

div.fa:hover * {
  display: block;
  position: absolute;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid var(--row-border-color);
  z-index: 999999;
  color: var(--color-font);
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 1rem;
}

button[type=reset] {
  border: 1px solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: absolute;
  padding: 10px;
  top: 7px;
  right: 10px;
  color: #ffa300;
}

button[type=reset] > i {
  color: rgba(0, 0, 0, 0.5) !important;
}

button[type=reset]:after {
  /*content: "\f057";*/
  display: block;
  width: 15px;
  height: 15px;
  /*position: absolute;*/
  background-color: #FA9595;
  z-index: 1;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  box-shadow: 0 0 2px #E50F0F;
  cursor: pointer;
}

input[value=""] ~ button[type=reset] {
  display: none;
}

.buttons-csv span,
.buttons-copy span {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  font-size: small;
}

.buttons-copy span {
  margin-left: 1.75rem;
}

.buttons-csv span::before,
.buttons-copy span::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: white;
  display: inline-block;
  position: absolute;
  left: 0.75rem;
  top: 0.25rem;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.buttons-csv span::before {
  content: "\f56d";
  /*content:"<i class='fa fa-file-csv'></i>";*/
}

.buttons-copy span::before {
  content: "\f0c5";
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}


@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.navbar .navbar-brand {
  font-weight: normal;
  margin: 0px 0px;
  /* padding: 20px 15px; */
  font-size: 1rem;
  text-align: right;
}

#recentOrderSearches {
  position: absolute;
  display: none;
  border-radius: 0.25rem;
  /*    border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;*/
  background-color: #fff;
  border: 1px solid #CCC5B9;
  outline: 0;
  box-shadow: 0 0.1rem 0 0.1rem rgba(204, 197, 185, 0.25);
  border-top: solid 0px #ddd;
  z-index: 10000;
  transition: display 25s ease-in-out;
  min-width: 20rem;
}

#recentOrderSearches div {
  padding-left: 0.5rem;
  padding-right: 1rem;
  /*border-bottom: 1px solid #dee2e6;*/
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.recentSearchItem {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid #dee2e6;
  cursor: pointer;
  /*white-space: nowrap;*/
}

div.recentSearchItem.header {
  font-size: small;
  cursor: default !important;
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
  background-color: #f0f0f0;
}

.recentSearchItem i.fa {
  color: rgba(0, 0, 0, 0.3);
}

.recentSearchItem:not(.header):hover {
  background-color: #fafafa;
}

#recentOrderSearches div i {
  margin-right: 1rem;
}

.recentSearchItem div:first-child {
  padding-bottom: 2rem;
  min-width: 15rem;
}

.recentSearchItem div:last-child {
  padding-bottom: 0.5rem;
}

.ace_fold-widget {
  background-size: 66% 66%;
}

.pageTitle {
  margin-left: 0.5rem;
}

.dropdown.d-inline button.btn-inline {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.dropdown.d-inline button.btn-inline img,
.dropdown.d-inline-flex button.btn-inline img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

/*
    boostrap v4 -> v5 stuff. Should probably be migrated out

*/
.form-group {
  margin-bottom: 0.66rem;
}

.control-label,
.form-label {
  margin-bottom: 0.18rem;
}

label.control-label.heavy > *:not(i.fa),
label.form-label.heavy > *:not(i.fa) {
  color: initial;
  padding-top: 0.6rem;
  font-weight: initial;
}

label.control-label.heavy,
label.form-label.heavy {
  color: var(--text-heavy-color);
  padding-top: 0.6rem;
  font-weight: 600;
  width: 100%;
  text-align: end;
}

.sectionHeader {
  display: flex;
  font-size: medium;
  margin-left: 1rem;
  margin-right: 1rem;
}

/*.sectionHeader:not(.row) {
    display:grid;
    grid-template-columns: minmax(10rem, 30rem) auto;
}*/

    .sectionHeader:not(:first-of-type) {
        margin-top: 2rem;
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 0px solid #dee2e6 !important;
    }

    .sectionHeader.fieldsets-inline label.control-label,
    .sectionHeader label,
    .sectionHeader a.title,
    label.form-label.inline.header,
    label.control-label.inline.header {
        color: var(--text-heavy-color);
        font-weight: 600;
        /*text-align: start;*/
        margin-top: 0.33rem;
        padding-top: 0.33rem;
        padding-bottom: 0.33rem;
    }

    label.form-label.inline.header,
    label.control-label.inline.header {
        /*font-size:medium;*/
        /*text-transform: uppercase;*/
        text-decoration:underline;
    }


@media (max-width: 577px) {

    .fieldsets-inline .control-label,
    .label-inline label.control-label,
    label.form-label.inline,
    label.control-label.inline {
        text-align: start;
    }

}
.fieldsets-inline label.control-label.labelHeight,
label.form-label.inline.labelHeight,
label.control-label.inline.labelHeight {
    padding-top: 0;

}

table tr:last-child td,
table tbody tr:last-child th {
  border-bottom-width: 0px;
}

.table > :not(:first-child) {
  border-top: 2px solid var(--row-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.6rem 0.6rem;
}

a,
a:hover {
  text-decoration: none;
}

span.placeholder {
  background-color: transparent;
}

table.table {
  margin-bottom: 0rem;
}

/*    table.table tr td:first-child, table.table th:first-child {
        padding-left: 0px;
    }*/

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  box-shadow: none;
}

.dropdown-menu {
  z-index: 10000;
}

.dropdown-menu,
.dropdown-menu * {
  transition: visibility, opacity 0s;
}

/* ^^^^^^^^^^^^
    END boostrap v4 -> v5 stuff. Should probably be migrated out

*/
li hr {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

div.conditionalExp-group {
  display: grid;
  grid-template-columns: repeat(auto);
  border-left-style: solid;
  border-left-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  /*margin-left:1rem;*/
  padding-top: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  /*margin-bottom: .5rem;*/
}

div.conditionalExp-group div {
  /*margin-bottom:.5rem*/
}

/*    div.conditionalExp-group:not(:first-of-type) {
        padding-left: 1px;
    }*/
div.conditionalExp {
  display: grid;
  grid-template-columns: 60% 3rem auto 1.1rem;
  /*padding-left: .5rem;*/
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.ce-operator-group {
  padding-top: 2px;
  display: inline;
}

div.conditionalExp-group .ce-operator {
  font-weight: bold;
  margin-top: -0.33rem;
  margin-bottom: -0.33rem;
}

div.conditionalExp-group:has(> div.ce-header .ce-operator-group > .ce-operatorRadio-And:checked) {
  border-color: var(--bs-body-color);
  background-color: rgba(33, 37, 41, 0.05);
}

div.conditionalExp-group:has(> div.ce-header .ce-operator-group > .ce-operatorRadio-And:checked) > span.ce-operator:before {
  color: var(--bs-body-color);
  content: "AND";
}

/*div.conditionalExp-group:has(> .ce-operator-group > .ce-operatorRadio-And:checked) > span.ce-operator:before {
    color: black;
    content: 'AND';
}*/
div.conditionalExp-group:has(> div.ce-header .ce-operator-group > .ce-operatorRadio-Or:checked) {
  border-color: cornflowerblue;
  background-color: rgba(100, 149, 237, 0.15);
}

/*div.conditionalExp-group:has(> .ce-operator-group > .ce-operatorRadio-Or:checked) > span.ce-operator {*/
/*    div.conditionalExp-group:has(> div.ce-header .ce-operator-group > .ce-operatorRadio-Or:checked) > div.conditionalExp,
    div.conditionalExp-group:has(> div.ce-header .ce-operator-group > .ce-operatorRadio-Or:checked) > div.conditionalExp-group {
        color: cornflowerblue;
    }*/
div.conditionalExp-group:has(> div.ce-header .ce-operator-group > .ce-operatorRadio-Or:checked) > span.ce-operator:before {
  /*    div.conditionalExp-group:has(> .ce-operator-group > .ce-operatorRadio-Or:checked) > div.conditionalExp:before,
  div.conditionalExp-group:has(> .ce-operator-group > .ce-operatorRadio-Or:checked) > div.conditionalExp-group:before {*/
  color: cornflowerblue;
  content: "OR";
}

/*.ce-op-and {
    border-color:black;
}
.ce-op-or {*/
/*border-left-style: dashed !important;*/
/*border-color: cornflowerblue;
    color: cornflowerblue;
}*/
/*div .conditionalExp-group .ce-operator:last-of-type {*/
div .conditionalExp-group .ce-operator:first-of-type {
  display: none;
}

div.conditionalExp-group .form-check-input {
  padding: 0.3rem;
}

a.deleteCondGroup {
  display: inline;
  /*position: absolute;*/
  /*top: 100%;*/
  /*left: -2.25rem;*/
  background: #fff;
  /*transform: translateY(50%);*/
  transform: translate(-2.2rem, -2rem);
  padding: 1px 0 1px 0;
  margin-left: -2.25rem;
  margin-right: 1.5rem;
}

/*
.ce-operatorRadio-And:checked ~ .ce-operator {
    border-color: black;
    color: black;
}

.ce-operatorRadio-And:not(checked) ~ span.ce-operator {
    border-color: cornflowerblue;
    color: cornflowerblue;
    content: 'Or';
}*/

