@import '_content/Allied.Blazor.Components/Allied.Blazor.Components.bundle.scp.css';

/* /Components/Child/ChildInlineEditor.razor.rz.scp.css */
.child-edit-panel[b-9861wr088g] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

[b-9861wr088g] form {
    display: flex;
    height: 100%;
}

[b-9861wr088g] .content {
    padding: 1rem 0 1rem .5rem;
    flex-grow: 1;
    min-width: 0;
    min-height: 0;
}
/* /Components/Child/ChildListing.razor.rz.scp.css */
/*
::deep .k-grid-content {
    min-height: 8rem;
}
*/

[b-njdiohsvjk] .k-grid-content tr.k-selected td.focused-row-indicator {
    position: relative;
}

[b-njdiohsvjk] .k-grid-content tr > td.focused-row-indicator::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
}

[b-njdiohsvjk] .k-grid-content tr.k-selected td.focused-row-indicator::after {
    content: "\f04b" !important;
    font-size: 1rem !important;
}

[b-njdiohsvjk] .k-grid-content tr > td.focused-row-indicator.changed::after {
    color: var(--allied-childlist-changed-ind-color, lightblue);
    content: "\f111";
    font-size: .5rem;
}

[b-njdiohsvjk] .k-grid-content tr:not(:hover) td.focused-row-indicator button {
    display: none;
}

[b-njdiohsvjk] .k-splitter {
    flex: 1;
    height: 100%;
}

[b-njdiohsvjk] .k-splitter .k-pane.detail-pane {
    overflow-y: auto;
}

[b-njdiohsvjk] .filter {
    width: 17em;
}


/* /Components/Child/ChildListingIndicator.razor.rz.scp.css */
button[b-6ko4ounfuq] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    border-radius: 0;
}
/* /Components/Detail/DetailView.razor.rz.scp.css */
.detail-view[b-lbg0v6vqx8] {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 1rem;
    overflow-y: hidden;
}

.detail-view.embedded[b-lbg0v6vqx8] {
    padding-top: .4rem;
}

.detail-view:not(.embedded)[b-lbg0v6vqx8] {
    padding-bottom: 2rem !important;
}

.detail-view > .detail-view-content[b-lbg0v6vqx8] {
    flex: 1;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
}

.detail-view.centered:not(.embedded) > .detail-view-content > div[b-lbg0v6vqx8] {
    margin-left: auto;
    margin-right: auto;
}


/* /Components/Editors/EditLock.razor.rz.scp.css */
.edit-lock[b-k3ugcfxcfq] {
    margin-top: 5rem;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* /Components/Editors/EditView.razor.rz.scp.css */
.edit-view[b-y228ttzs8r] {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 1rem;
    overflow-y: hidden;
}

.edit-view.embedded[b-y228ttzs8r] {
    padding-top: .4rem;
}

.edit-view:not(.embedded)[b-y228ttzs8r] {
    padding-bottom: 2rem !important;
}

.edit-view > .edit-view-content[b-y228ttzs8r] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.edit-view:not(.embedded) > .edit-view-content[b-y228ttzs8r]  form {
    margin-left: auto;
    margin-right: auto;
}

/* /Components/Editors/GroupEditor.razor.rz.scp.css */
[b-hwjxxadur9] .b-tree-view-node-title {
    white-space: nowrap;
}
/* /Components/General/BulkEntityLoadModal.razor.rz.scp.css */
[b-hca15dve46] .k-grid td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

[b-hca15dve46] #paste-input {
    width: 100%;
}

[b-hca15dve46] .tab-pane {
    padding: 1rem 5px 5px 5px !important;
}
/* /Components/General/StampableNotes.razor.rz.scp.css */
/* /Components/Layout/Menu.razor.rz.scp.css */
[b-e4asr05epp] .navbar {
    font-size: 100%;
    padding: .5rem 1rem;
}

[b-e4asr05epp] .navbar .navbar-nav {
    font-size: 1rem;
}

[b-e4asr05epp] .module-name {
    padding: 0;
    text-align: right;
    margin-top: -7px;
    margin-bottom: -5px;
}
 [b-e4asr05epp] .navbar-brand div {
     cursor: default;
 }

[b-e4asr05epp] .navbar-brand span.offline {
    color: orangered;
}

[b-e4asr05epp] .logged-in-user {
    font-size: .8rem;
}

[b-e4asr05epp] .menu-search {
    margin-left: 1rem;
    margin-top: 5px;
}

[b-e4asr05epp] .menu-search .b-is-autocomplete {
    width: 10rem;
}

[b-e4asr05epp] .menu-search .b-is-autocomplete input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

[b-e4asr05epp] .menu-search .b-is-autocomplete .dropdown-menu {
    width: 20rem;
}

.replication-warning[b-e4asr05epp] {
    color: orange;
    animation: blink-animation-b-e4asr05epp 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation-b-e4asr05epp {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
/* /Components/Listing/Listing.razor.rz.scp.css */
.listing-container[b-ucc3o73dze] {
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}

[b-ucc3o73dze] .k-splitter {
  flex: 1;
  min-height: 0;
}
[b-ucc3o73dze] .k-splitter .k-pane.detail-pane {
  overflow-y: auto;
}
/* /Components/Listing/ListingFilterDisplay.razor.rz.scp.css */
.listing-filter-display span.field[b-ctmdroh7yy] {
    font-weight: bold;
    margin-right: 5px;
}

.listing-filter-display span.operator[b-ctmdroh7yy] {
    font-size: smaller;
    font-style: italic;
}

.listing-filter-display span.value[b-ctmdroh7yy] {
    font-weight: bold;
    margin-left: 5px;
}
/* /Components/Listing/ListingFilterEdit.razor.rz.scp.css */
table[b-tkvh2xcts6] {
    width: 100%;
    min-width: 40em;
}

table th[b-tkvh2xcts6] {
    padding: 0.25em 0.5em;
    opacity: 0.5;
}

.cmds[b-tkvh2xcts6] {
    text-align: center;
    margin-top: 1rem;
}
/* /Components/Listing/ListingFilterEditRow.razor.rz.scp.css */
table td[b-tcec0q49zi] {
    padding: 0.25em 0.5em;
}

table td:nth-child(1)[b-tcec0q49zi] {
    width: 30%;
}

table td:nth-child(2)[b-tcec0q49zi] {
    width: 25%;
}

table td:nth-child(3)[b-tcec0q49zi] {
    width: 40%;
}

table td:nth-child(4)[b-tcec0q49zi] {
    width: 5%;
}
/* /Components/Listing/ListingSearch.razor.rz.scp.css */
[b-ay7jupohd4] .input-group {
  width: auto;
  margin-right: 0.5em;
  margin-bottom: 5px;
}
[b-ay7jupohd4] .input-group .dropdown.filter-list .dropdown-toggle {
  padding-top: 7px;
  padding-bottom: 6px;
}

[b-ay7jupohd4] input[type=text],
[b-ay7jupohd4] select {
  width: 15em !important;
}

[b-ay7jupohd4] span.operator {
  opacity: 0.6;
  font-size: smaller;
}

[b-ay7jupohd4] select.maxrecords {
  width: 6em !important;
}

[b-ay7jupohd4] .input-group:not(.filtering) div.dropdown {
  display: inline;
  display: flex;
}
[b-ay7jupohd4] .input-group:not(.filtering) div.dropdown .dropdown-toggle {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
[b-ay7jupohd4] .input-group:not(.filtering) div.dropdown .dropdown-toggle:disabled:after {
  content: none;
}
[b-ay7jupohd4] .input-group:not(.filtering) div.dropdown.filter-list .dropdown-toggle {
  width: 200px;
  padding-top: 7px;
  padding-bottom: 6px;
}

[b-ay7jupohd4] .input-group.filtering .dropdown.filter-list .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[b-ay7jupohd4] .input-group.filtering .dropdown .filter-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[b-ay7jupohd4] .splitter-type {
  margin-left: 1rem;
}
[b-ay7jupohd4] .splitter-type button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/* /Components/Listing/ListingSelectionToolbar.razor.rz.scp.css */
div.listing-selection-toolbar[b-z7oai16cna] {
    padding-top: .7em;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    animation: slideInDown;
    animation-duration: 500ms;
}

div.listing-selection-toolbar > div:first-child[b-z7oai16cna] {
    flex-direction: row;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div.listing-selection-toolbar > div:last-child[b-z7oai16cna] {
    flex-direction: row;
    margin-left: auto;
    display: flex;
    align-items: center;
}

div.listing-selection-toolbar > div:last-child > h4[b-z7oai16cna] {
    white-space: nowrap;
    margin: 0 .7em 0 0;
    display: inline-block;
}


[b-z7oai16cna] .btn-group {
    margin-right: 1em;
    margin-bottom: .5em;
}

[b-z7oai16cna] select {
    margin-right: 1em;
    margin-bottom: .5em;
    width: 15em;
}

/* /Components/Pictures/PictureCopy.razor.rz.scp.css */
.picture-loader[b-q2af4xv31y] {
    position: relative;
}

.picture-loader.loading input[type=file][b-q2af4xv31y] {
    margin-right: 2.5rem
}

.picture-loader[b-q2af4xv31y]  i {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 1.2rem
}
/* /Components/Pictures/PictureLoader.razor.rz.scp.css */
.picture-loader[b-efukb52q87] {
    position: relative;
}

.picture-loader[b-efukb52q87]  input[type=file] {
    background-color: purple;
    color: white;
    padding: .5rem !important;
}

.picture-loader[b-efukb52q87]  input[type=file]:disabled {
    filter: brightness(75%);
}

.picture-loader[b-efukb52q87]  input[type=file]:hover:not(:disabled) {
    filter: brightness(150%);
}

/* /Components/Pictures/PictureManager.razor.rz.scp.css */
.picture-manager .load-section[b-cg9l5b549k] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    max-width: 60rem;
    margin-bottom: 1rem;
}

.picture-manager .add-external-url[b-cg9l5b549k] {
    width: 100%;
    max-width: 30rem;
    margin-bottom: 1rem;
}

.picture-manager .picture-container[b-cg9l5b549k] {
    display: flex;
    flex-wrap: wrap;
}

.picture-manager .picture[b-cg9l5b549k] {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: 20rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: .5rem;
    background-color: darkslategray;
    border-radius: 5px;
}

.picture-manager .picture .caption[b-cg9l5b549k] {
    display: flex;
    margin-bottom: .5rem;
    color: white;
}

.picture-manager .picture .caption div[b-cg9l5b549k] {
    flex: 1;
}

.picture-manager .picture .img-container[b-cg9l5b549k] {
    flex: 1;
}

.picture-manager .picture img[b-cg9l5b549k] {
    width: 100%;
    vertical-align: top;
}

.picture-manager .picture[b-cg9l5b549k]  .badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.picture-manager .picture .commands[b-cg9l5b549k] {
    margin-top: 1rem;
    display: flex;
}

.picture-manager .picture .commands div[b-cg9l5b549k] {
    flex: 1;
}

.picture-manager .picture .commands div:nth-child(2)[b-cg9l5b549k] {
    text-align: right;
}

.picture-manager[b-cg9l5b549k]  .links {
    margin-top: 1rem;
    text-align: left;
}

.picture-manager .private[b-cg9l5b549k]  label {
    color: white;
}
/* /Components/Pictures/PictureNavigator.razor.rz.scp.css */
.picture[b-ynynzn9flj] {
    flex: 1;
    display: flex;
    position: relative;
}

.picture[b-ynynzn9flj]  img {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.picture .next-pic[b-ynynzn9flj],
.picture .prev-pic[b-ynynzn9flj] {
    position: absolute;
    top: 45%;
    padding: .5rem 1.5rem;
    color: white;
    background: gray;
    font-size: xx-large;
    opacity: .5;
    border-radius: 30px;
    cursor: pointer;
}

.picture .next-pic:hover[b-ynynzn9flj],
.picture .prev-pic:hover[b-ynynzn9flj] {
    opacity: .7;
}

.picture .prev-pic[b-ynynzn9flj] {
    left: 2rem;
}

.picture .next-pic[b-ynynzn9flj] {
    right: 2rem;
}
/* /Components/Pictures/PictureViewerModal.razor.rz.scp.css */
.picture-viewer[b-06xrzut6iy] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.picture-viewer .gallary[b-06xrzut6iy] {
    margin-top: 1rem;
    display: flex;
    overflow-x: auto;
}

.picture-viewer .thumbnail[b-06xrzut6iy] {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: 12rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: .5rem;
    background-color: darkslategray;
    border-radius: 5px;
}

.picture-viewer .thumbnail.selected[b-06xrzut6iy] {
    background-color: green;
}

.picture-viewer .thumbnail .img-container[b-06xrzut6iy] {
    flex: 1;
}

.picture-viewer .thumbnail img[b-06xrzut6iy] {
    width: 100%;
    vertical-align: top;
}
/* /Components/Reports/ReportViewer.razor.rz.scp.css */
iframe[b-i2admehvud] {
    width: 100%;
    height: 100%;
    margin-bottom: -10px;
}
/* /Pages/Accounting/Payment/PaymentEdit.razor.rz.scp.css */
[b-hqen06xd6i] #transactions .form-group {
    margin-bottom: 0
}

[b-hqen06xd6i] #transactions .trans-header {
    position: relative
}

[b-hqen06xd6i] #transactions .trans-header button {
    position: absolute;
    top: 0;
    right: 0;
}
/* /Pages/Apr/RelatedPartsListing.razor.rz.scp.css */
.part-listing[b-po11hqw78d] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.part-listing[b-po11hqw78d]  .custom-radio {
    margin-bottom: 1.5rem;
}

.part-listing[b-po11hqw78d]  .custom-radio input,
.part-listing[b-po11hqw78d]  .custom-radio .custom-control-label::before,
.part-listing[b-po11hqw78d]  .custom-radio .custom-control-label::after {
    top: 6px !important;
}
/* /Pages/Authentication/Login.razor.rz.scp.css */
.login[b-8z4qm23v03] {
    margin-left: auto;
    margin-right: auto;
}

.login h3[b-8z4qm23v03] {
    text-align: center;
    margin-bottom: 3rem;
}

.login .image[b-8z4qm23v03] {
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
}

.login .content[b-8z4qm23v03] {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
}

.login .content .commands[b-8z4qm23v03] {
    margin-top: 2rem;
    text-align: center;
}

/* /Pages/Configuration/General/MiscField.razor.rz.scp.css */
td:nth-child(1)[b-dfa3gh5t82] {
    width: 15%;
}

td:nth-child(2)[b-dfa3gh5t82] {
    width: 30%;
}

td:nth-child(3)[b-dfa3gh5t82] {
    width: 5%;
}

tbody > tr:first-child > td[b-dfa3gh5t82] {
    padding-top: 0.7rem;
}

tbody > tr > td[b-dfa3gh5t82] {
    border-bottom-width: 0;
    padding: 0 0.5rem 0.3rem 0;
}
/* /Pages/Configuration/Purchasing/PurchaseTypeListing.razor.rz.scp.css */
[b-5e3ckd8tl9] td span.type-color {
    display: inline-block;
    width: .5rem;
    margin-right: .25rem;
}
/* /Pages/Configuration/Sales/InvoiceStateListing.razor.rz.scp.css */
[b-5spey3za6p] td span.state-color {
    display: inline-block;
    width: .5rem;
    margin-right: .25rem;
}
/* /Pages/Configuration/Sales/InvoiceTypeListing.razor.rz.scp.css */
[b-bbrxjqnto8] td span.type-color {
    display: inline-block;
    width: .5rem;
    margin-right: .25rem;
}
/* /Pages/General/Ebay/EbayDetail.razor.rz.scp.css */
[b-n7rusxpllr] .pictures img {
    max-width: 100%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/General/Ebay/EbayListing.razor.rz.scp.css */
[b-qj0b3x672f] td > img {
    height: 40px;
}
/* /Pages/General/Replicator.razor.rz.scp.css */
[b-rjt3owk7pq] .status {
    margin-bottom: 1em;
}

[b-rjt3owk7pq] .status div.heading h5 {
    margin: 0;
}

[b-rjt3owk7pq] .status div.heading div {
    font-style: italic;
}

[b-rjt3owk7pq] .status.disabled div.heading h5 {
    text-decoration: line-through;
}

[b-rjt3owk7pq] .status.executing div.heading {
    color: green;
}

[b-rjt3owk7pq] ul.errors {
    color: red;
    font-weight: bold;
}

[b-rjt3owk7pq] ul li div.executing {
    color: green;
    font-weight: bold;
}
/* /Pages/Index.razor.rz.scp.css */
.home[b-jnmhc8sy1m] {
    padding-top: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home > div:nth-child(2)[b-jnmhc8sy1m] {
    flex: 1;
}

h1[b-jnmhc8sy1m] {
    text-align: center;
}

.links[b-jnmhc8sy1m]  a {
    font-size: 8rem;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 2rem;
}

.links[b-jnmhc8sy1m]  a i {
    display: block;
    padding-bottom: 1rem;
}

.mobile-app-qr[b-jnmhc8sy1m] {
    margin-top: 3rem;
}

.mobile-app-qr img[b-jnmhc8sy1m] {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.mobile-app-qr h4[b-jnmhc8sy1m] {
    margin-top: 1rem;
    text-align: center;
}

.mobile-app-qr .app-store-links[b-jnmhc8sy1m] {
    text-align: center;
}
     
.mobile-app-qr .app-store-links a img[b-jnmhc8sy1m] {
    width: 12rem;
    display: inline-block;
    padding: 1rem;
}

.dashboard-list[b-jnmhc8sy1m] {
    display: flex;
    padding: 0 1.5rem;
}

.dashboard-list > h3[b-jnmhc8sy1m] {
    flex: 1;
}

.dashboard-list > div[b-jnmhc8sy1m] {
    flex: 1;
    text-align: right;
}

.dashboard-list > div > div[b-jnmhc8sy1m] {
    display: inline-block;
    width: 30rem;
    margin-right: 1rem;
}

.dashboard-list > div[b-jnmhc8sy1m]  > button {
    vertical-align: top;
    margin-left: .5rem;
}
/* /Pages/Network/Aqs/PicturesDisplay.razor.rz.scp.css */
img.picture[b-r2bchwgovw] {
    width: 100%;
    padding-bottom: 2rem;
    object-fit: contain;
}
/* /Pages/Network/Create/Reply.razor.rz.scp.css */
p.original-message table[b-5ifl32uodo] {
    margin-bottom: 1em;
}

p.original-message table td:first-child[b-5ifl32uodo] {
    padding-right: 1em;
}
/* /Pages/Network/Create/ReplyPartsGrid.razor.rz.scp.css */
[b-juqdbch4ma] td .btn-xs {
  padding: 0.15rem 0.5rem !important;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
  border-radius: 0.15rem !important;
}
[b-juqdbch4ma] td input[inputmode=numeric],
[b-juqdbch4ma] td input[type=text] {
  padding-top: 2px;
  padding-bottom: 2px;
  height: auto;
}
/* /Pages/Network/Create/RequestPart.razor.rz.scp.css */
[b-3fg20mqocb] button.remove-btn {
  position: absolute;
  right: 15px;
  top: 25px;
}
/* /Pages/Network/Dealers/DealerDetail.razor.rz.scp.css */
[b-0qwordnga9] .rating-poor {
  background-color: red !important;
  color: white !important;
}
[b-0qwordnga9] .rating-fair {
  background-color: yellow !important;
  color: black !important;
}
[b-0qwordnga9] .rating-good {
  background-color: green !important;
  color: white !important;
}
/* /Pages/Network/Dealers/DealerListing.razor.rz.scp.css */
[b-bjp9ygu439] .k-grid-table tr td.rating-poor {
  background-color: red !important;
  color: white !important;
}
[b-bjp9ygu439] .k-grid-table tr td.rating-fair {
  background-color: yellow !important;
  color: black !important;
}
[b-bjp9ygu439] .k-grid-table tr td.rating-good {
  background-color: green !important;
  color: white !important;
}
/* /Pages/Network/Messages/Detail/MessageDetail.razor.rz.scp.css */
[b-hzd4y46e8v] img {
    display: block;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

[b-hzd4y46e8v] td.k-hierarchy-cell span.k-icon.k-plus {
    font-weight: bold
}

[b-hzd4y46e8v] div.dealer {
    font-size: 14pt;
}

[b-hzd4y46e8v] .notes {
    max-height: 40em;
    overflow-y: auto;
    font-size: larger;
}

[b-hzd4y46e8v] aside.b-layout-sider {
    margin: 1em;
    background-color: inherit;
    color: inherit;
}

[b-hzd4y46e8v] aside.b-layout-sider .b-layout-sider-content {
    width: 250px;
    z-index: auto;
}

/* /Pages/Network/Messages/Detail/MessageDetailAqsParts.razor.rz.scp.css */
.parts[b-o2v2258f7s] {
  width: auto;
  font-size: 1.04rem;
}
.parts td.dealer[b-o2v2258f7s] {
  font-weight: bold;
}
.parts td.dealer:not(:first-child)[b-o2v2258f7s] {
  padding-top: 8px;
}
.parts td.desc[b-o2v2258f7s] {
  padding-left: 30px;
}
/* /Pages/Network/Messages/Detail/MessageDetailCmp.razor.rz.scp.css */
[b-082gna10zx] img {
    display: block;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

[b-082gna10zx] .status-box {
    float: right;
    width: 15rem;
    margin: 0 .5rem 1rem 2rem;
}

[b-082gna10zx] img.thumbnail {
    margin-top: 0;
}

[b-082gna10zx] td.k-hierarchy-cell span.k-icon.k-plus {
    font-weight: bold
}

[b-082gna10zx] .notes {
    max-height: 40em;
    overflow-y: auto;
    font-size: larger;
}

[b-082gna10zx] aside.b-layout-sider {
    margin: 1em;
    background-color: inherit;
    color: inherit;
}

[b-082gna10zx] aside.b-layout-sider .b-layout-sider-content {
    width: 250px;
    z-index: auto;
}

[b-082gna10zx] .container-fluid {
    padding-left: 0;
}

/* /Pages/Network/Messages/Detail/MessageDetailHistory.razor.rz.scp.css */
/* /Pages/Network/Messages/Detail/MessageDetailParts.razor.rz.scp.css */
.parts[b-x5zjuxbk1o] {
  width: auto;
  font-size: 1.04rem;
}
.parts td.inv[b-x5zjuxbk1o]  button {
  padding: 2px 5px;
}
.parts tr.quotes[b-x5zjuxbk1o] {
  padding-top: 0;
  font-style: italic;
}
.parts tr.quotes table[b-x5zjuxbk1o] {
  font-size: 1rem;
}
.parts tr.quotes table tr:first-child td[b-x5zjuxbk1o] {
  padding-top: 0;
}
/* /Pages/Network/Messages/Listing/MessageListingDetail.razor.rz.scp.css */
[b-wf8pp4lvjr] i.fas {
    font-size: 60%;
    opacity: 0.5;
    margin-left: 0.45rem;
    margin-right: 0.45rem;
}
/* /Pages/Network/Messages/Listing/Messages.razor.rz.scp.css */
[b-zs3ztgv2yt] .k-grid tr.unread {
  font-family: "Open Sans Bold";
  font-size: 1rem;
  line-height: 0.9rem;
}
[b-zs3ztgv2yt] .k-grid tr.deleted > td, [b-zs3ztgv2yt] .k-grid tr.voided > td {
  text-decoration: line-through;
  text-decoration-style: double;
}
[b-zs3ztgv2yt] .k-grid tr td.from {
  position: relative;
}
[b-zs3ztgv2yt] .k-grid tr:hover td.from span {
  display: none;
}
[b-zs3ztgv2yt] .k-grid tr:not(:hover) td.from .btn-group {
  display: none;
}
[b-zs3ztgv2yt] .k-grid #messages-toolbar {
  white-space: nowrap;
}
[b-zs3ztgv2yt] .k-grid #messages-toolbar select {
  margin-left: 0.5em;
  width: 10em;
}
/* /Pages/Network/Messages/MessageFilterList.razor.rz.scp.css */

.filter-list[b-2xu681cjmu] {
    display: block;
    overflow-y: auto;
    width: 250px;
}

.filter-list[b-2xu681cjmu]  .accordion-header h3 {
    margin: 0;
}

.filter-list[b-2xu681cjmu]  .accordion-header .accordion-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 60%;
}

.filter-list[b-2xu681cjmu]  .accordion-body {
    padding: 0;
}

.filter-list[b-2xu681cjmu]  .list-group {
    border-radius: unset;
}

.filter-list[b-2xu681cjmu]  .list-group-item {
    cursor: pointer;
    user-select: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2rem;
}

.filter-list[b-2xu681cjmu]  h5:not(:first-child) {
    margin-top: 0.8rem;
}

/* /Pages/Network/Messages/MessageListingFrom.razor.rz.scp.css */
[b-uq4f80ibhh] .btn-group {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* /Pages/Network/Messages/MessageStateIndicator.razor.rz.scp.css */
.state[b-vqjtgxtjxk] {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: initial;
    margin-bottom: 5px;
    flex-direction: row-reverse;
    max-width: 70%;
}

[b-vqjtgxtjxk] .badge {
    margin-bottom: .3rem;
    font-size: .8rem;
    margin-right: 1rem;
}

[b-vqjtgxtjxk] .badge i {
    margin-right: 5px;
}

[b-vqjtgxtjxk] .badge span {
    vertical-align: middle;
}
/* /Pages/Network/Messages/MessageTypesList.razor.rz.scp.css */
.unread-counts[b-ydyxdm87ov] {
    margin-bottom: 1rem;
    display: block;
    overflow-y: auto;
    width: 250px;
}

.unread-counts[b-ydyxdm87ov]  .list-group-item {
    cursor: pointer;
    user-select: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* /Pages/Network/Shared/MessageDetailAqsModal.razor.rz.scp.css */
/*
.parts {
    height: 50rem;
    overflow-y: auto;
}
*/
/* /Pages/Parts/AssignAprs/AssignAprDetail.razor.rz.scp.css */
[b-9cv69w85bz] .custom-checkbox span {
    margin-left: 0.5rem;
    font-style: italic;
    opacity: 0.7;
}
/* /Pages/Parts/CopyUpdatePartModal.razor.rz.scp.css */
[b-62aivw7thf] .form-check {
    margin-top: 1rem;
}

[b-62aivw7thf] .form-check h4 {
    margin: 0;
}
/* /Pages/Parts/GenericPictures/GenericPictureDetail.razor.rz.scp.css */
[b-juv2mhvznz] img {
    max-width: 100%;
}
/* /Pages/Purchasing/PurchaseListing.razor.rz.scp.css */
[b-xmhikoij6c] td span.type-color {
    display: inline-block;
    width: .5rem;
    margin-right: .25rem;
}
/* /Pages/Purchasing/ReceiveTransfer.razor.rz.scp.css */
[b-9jzrc08cx8] tr.no-border td {
    border-bottom-width: 0;
    padding-bottom: 0;
}
/* /Pages/Purchasing/Reordering/PartReorderDetail.razor.rz.scp.css */
[b-ybwlbi6bak] .custom-checkbox span {
    margin-left: 0.5rem;
    font-style: italic;
    opacity: 0.7;
}
/* /Pages/Sales/InvoiceListing.razor.rz.scp.css */
[b-8mtbvtu9w1] td span.type-color {
    display: inline-block;
    width: .5rem;
    margin-right: .25rem;
}
/* /Pages/Sales/Locate/EbayList.razor.rz.scp.css */
[b-n9zbhue53r] td > img {
    height: 50px;
}

[b-n9zbhue53r] .pictures img {
    max-width: 100%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/Salvage/Teardown/TeardownSheetEdit.razor.rz.scp.css */
[b-a3e2cho8ec] .k-treeview-lines {
    padding-inline-start: 0;
}
