@import '_content/IRIS.Online.Client.Notifications/IRIS.Online.Client.Notifications.vlrg9c1z9e.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Pages/Authentication/AuthenticationLayout.razor.rz.scp.css */
.background[b-46qjicurd0] {
  background-image: linear-gradient(to bottom, rgba(36, 48, 59, 0), hsl(209deg, 24%, 19%)), url("images/login-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.background .gradiant[b-46qjicurd0] {
  background: linear-gradient(180deg, rgba(36, 48, 59, 0) 0%, hsl(209deg, 24%, 19%) 100%);
  position: absolute;
  width: 100%;
  height: 374px;
  left: 0px;
  bottom: 80px;
}
.background .gradiant .logo-container[b-46qjicurd0] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: hsl(209deg, 24%, 19%);
  text-align: center;
  padding-top: 1.5rem;
}
.background .gradiant .logo-container img[b-46qjicurd0] {
  height: 30px;
  width: 96px;
}
.background[b-46qjicurd0]  .panel-block {
  padding: 0;
}
.background[b-46qjicurd0]  .panel-heading {
  padding: 1rem 0 0.5rem 0;
}
.background[b-46qjicurd0]  .authentication-panel {
  margin: 0 auto;
  max-width: 28rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.background[b-46qjicurd0]  .authentication-panel .logo {
  height: 60px;
  width: 300px;
}
/* /Pages/PunchOut/Basket.razor.rz.scp.css */
.description[b-2l4z6sg0jd] {
  width: 25%;
}

[b-2l4z6sg0jd] .button-icon {
  margin-right: 0.5em;
}

.footer .total[b-2l4z6sg0jd] {
  width: 10rem;
}
.footer .hr[b-2l4z6sg0jd] {
  border-bottom: 1px solid hsl(350deg, 85%, 42%);
  padding-bottom: 0.5em;
}
.footer .summary[b-2l4z6sg0jd] {
  padding-top: 0.5em;
}

[b-2l4z6sg0jd].has-background-warning-daf {
  background-color: #FFF4E6;
}
[b-2l4z6sg0jd].has-background-warning-daf .has-text-warning-daf {
  color: #ff9504;
}

[b-2l4z6sg0jd] .daf-drawer .modal-background {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  [b-2l4z6sg0jd] .daf-drawer .modal-card {
    position: fixed;
    left: -60vw;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  [b-2l4z6sg0jd] .daf-drawer .modal-card {
    position: fixed;
    width: calc(100vw - 30px);
    left: -60vw;
    right: 0;
  }
}
/* /Pages/PunchOut/LocationsPage.razor.rz.scp.css */
article figure img[b-hz3h45rg2t] {
  height: auto;
  width: 15rem;
}
article .location-name[b-hz3h45rg2t] {
  height: 90%;
  vertical-align: central;
}
/* /Pages/PunchOut/Settings.razor.rz.scp.css */
.navigation[b-6bd1a6kztk] {
  padding: 0 20rem;
}

/* typical tablet screen resolution */
@media only screen and (max-width: 834px) {
  .navigation[b-6bd1a6kztk] {
    padding: 0 1rem;
  }
}
/* /Pages/PunchOut/SupplierPage.razor.rz.scp.css */
.supplier-list article[b-dd8of2rwki] {
  height: auto;
}
.supplier-list article img[b-dd8of2rwki] {
  width: 100%;
  height: auto;
  max-height: 90px;
}
/* /Pages/Test/Index.razor.rz.scp.css */
@media screen and (min-width: 1216px) {
  [b-ndyv2zwi9x] .tile-grid.menus-list {
    grid-template-columns: repeat(4, 25%);
  }
}
/* /Shared/Authentication/TitleBar.razor.rz.scp.css */
.title-bar[b-hvuks70y8k] {
  padding: 0.5rem;
  color: hsla(0deg, 0%, 100%, 0.95);
  background-color: hsl(210deg, 75%, 42%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
/* /Shared/Components/Collapsable.razor.rz.scp.css */
.header[b-tpuzpvhszf] {
    cursor: pointer;
}

.content[b-tpuzpvhszf] {
    background-color: #f1f1f1;
}
/* /Shared/Components/Drawer.razor.rz.scp.css */
.drawer[b-d6i7eo3z2q] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.drawer.is-open[b-d6i7eo3z2q] {
  display: block;
}
.drawer.is-large .panel[b-d6i7eo3z2q] {
  width: 70%;
}
.drawer.is-medium .panel[b-d6i7eo3z2q] {
  width: 50%;
}
.drawer.is-small .panel[b-d6i7eo3z2q] {
  width: 40%;
}
.drawer .panel[b-d6i7eo3z2q] {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: transparent;
  z-index: 1001;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
}
.drawer .panel .panel-heading[b-d6i7eo3z2q] {
  padding: 0.5em;
  font-size: 1em;
  font-weight: normal;
  border: 1px solid hsla(0deg, 0%, 100%, 0.95);
}
.drawer .panel .panel-content[b-d6i7eo3z2q] {
  height: 100%;
  background-color: white;
  padding: 1em;
  overflow-y: scroll;
  outline: none;
}
.drawer .panel .panel-footer[b-d6i7eo3z2q] {
  position: relative;
  bottom: 0;
  background-color: white;
  padding: 1em;
  width: 100%;
  border-top: 1px solid hsl(221deg, 14%, 86%);
}
.drawer .panel.is-open[b-d6i7eo3z2q] {
  transform: translateX(0);
}
/* /Shared/Components/Modal.razor.rz.scp.css */
.is-large .modal-card[b-r2xa7hkqc4] {
  width: 70%;
}
/* /Shared/Components/Navbar/Navbar.razor.rz.scp.css */
.navbar[b-15pgoreuev] {
  border-bottom: 2px solid hsl(204deg, 6%, 84%);
}
/* /Shared/Components/Navbar/NavbarBrand.razor.rz.scp.css */
.navbar-brand img[b-ah1hrv34fu] {
  max-height: 1.75rem;
  border-right: 1px solid hsla(0deg, 0%, 100%, 0.95);
}
.navbar-brand a.navbar-item.home:hover[b-ah1hrv34fu], .navbar-brand a.navbar-item.home:focus[b-ah1hrv34fu] {
  background-color: hsl(209deg, 24%, 19%);
}
/* /Shared/Components/QuickModal.razor.rz.scp.css */
.modal .modal-content[b-2dhuphyui2] {
  width: 50%;
}
.modal.is-large .modal-content[b-2dhuphyui2] {
  width: 80%;
}
.modal.is-small .modal-content[b-2dhuphyui2] {
  width: 40%;
}

.modal-content[b-2dhuphyui2] {
  padding: 0;
  overflow: hidden;
  background-color: hsla(0deg, 0%, 100%, 0.95);
  border: 1px solid hsla(0deg, 0%, 100%, 0.95);
  border-radius: 0.2rem;
}
.modal-content header p[b-2dhuphyui2] {
  padding: 0.4rem 0.4rem 0.4rem 0.7rem;
  color: #fff !important;
  font-size: 14px;
}
.modal-content header[b-2dhuphyui2]  .modal-close {
  position: relative;
  right: 0.5rem;
  top: 0.5rem;
}
.modal-content header[b-2dhuphyui2]  .modal-close:hover {
  color: hsl(209deg, 24%, 19%);
}
.modal-content section[b-2dhuphyui2] {
  padding: 1rem;
}
.modal-content footer[b-2dhuphyui2] {
  padding: 0.5rem 0.5rem;
  margin: 0;
}
/* /Shared/Elements/BoxHeader.razor.rz.scp.css */
.box-header[b-v7dridn9zl] {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  display: block;
  width: 100%;
}
.box-header .header-container[b-v7dridn9zl] {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: hsl(209deg, 24%, 19%);
  padding: 0.25rem 0 0.25rem 1.25rem;
}
.box-header .header-container label[b-v7dridn9zl] {
  color: hsla(0deg, 0%, 100%, 0.95);
  margin: 0;
}
.box-header .content[b-v7dridn9zl] {
  color: hsl(209deg, 24%, 19%);
  padding: 1.25rem;
  background-color: hsla(0deg, 0%, 100%, 0.95);
}
/* /Shared/Elements/Button.razor.rz.scp.css */
.button.is-expanded[b-a57vmf3zo6] {
  width: 100%;
}
/* /Shared/Elements/Fieldset.razor.rz.scp.css */
.fieldset .legend[b-y23rn3zcta] {
  color: hsla(0deg, 0%, 100%, 0.95);
  padding: 0.3rem;
  background-color: hsl(209deg, 24%, 19%);
  border: 1px solid hsl(209deg, 24%, 19%);
}
/* /Shared/Elements/Table.razor.rz.scp.css */
.table thead tr th:first-child[b-gryk37wegx] {
  border-top-left-radius: 6px;
}
.table thead th[b-gryk37wegx] {
  border-top: 1px solid hsl(204deg, 6%, 84%);
  border-left: 1px solid hsl(204deg, 6%, 84%);
  border-bottom: 1px solid hsl(204deg, 6%, 84%);
}
.table thead th:last-child[b-gryk37wegx] {
  border-right: 1px solid hsl(204deg, 6%, 84%);
  border-top-right-radius: 6px;
}
.table tbody tr td[b-gryk37wegx] {
  border-left: 1px solid hsl(204deg, 6%, 84%);
  border-bottom: 1px solid hsl(204deg, 6%, 84%);
}
.table tbody td:last-child[b-gryk37wegx] {
  border-right: 1px solid hsl(204deg, 6%, 84%);
}
.table tbody tr:last-child td:first-child[b-gryk37wegx] {
  border-bottom-left-radius: 6px;
}
.table tbody tr:last-child td:last-child[b-gryk37wegx] {
  border-bottom-right-radius: 6px;
}
/* /Shared/Elements/TableInfinite.razor.rz.scp.css */
.header-table[b-fxrnzxil3s] {
  border-collapse: separate;
  background-color: transparent;
}
.header-table thead[b-fxrnzxil3s] {
  border-collapse: separate;
}
.header-table thead tr[b-fxrnzxil3s]  th:first-child {
  border-top-left-radius: 6px;
  border-left: 1px solid hsl(204deg, 6%, 84%);
}
.header-table thead tr[b-fxrnzxil3s]  th {
  border-left: none;
}
.header-table thead tr[b-fxrnzxil3s]  th:last-child {
  border-top-right-radius: 6px;
}

.table[b-fxrnzxil3s] {
  table-layout: fixed;
  border-collapse: separate;
  background-color: transparent;
}
.table tbody[b-fxrnzxil3s] {
  border-collapse: separate;
}
.table tbody tr[b-fxrnzxil3s]  td:first-child {
  border-left: 1px solid hsl(204deg, 6%, 84%);
}
.table tbody tr[b-fxrnzxil3s]  td {
  border-top: none;
  border-left: none;
}
.table tbody tr:last-of-type[b-fxrnzxil3s]  td:first-child {
  border-bottom-left-radius: 6px;
}
.table tbody tr:last-of-type[b-fxrnzxil3s]  td:last-child {
  border-bottom-right-radius: 6px;
}

.custom-scroll[b-fxrnzxil3s]::-webkit-scrollbar {
  margin: 5px;
  padding: 5px;
  width: 8px;
}

.custom-scroll[b-fxrnzxil3s]::-webkit-scrollbar-track {
  background-color: transparent;
  margin-top: 2px;
  margin-bottom: 2px;
}

.custom-scroll[b-fxrnzxil3s]::-webkit-scrollbar-thumb {
  background-color: hsl(209deg, 24%, 19%);
  border-radius: 1rem;
}

.custom-scroll[b-fxrnzxil3s] {
  width: calc(100% + 10px);
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: transparent;
  scrollbar-width: thin;
  padding-right: 2px;
}

[b-fxrnzxil3s] .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* /Shared/Elements/ToolTipDisplay.razor.rz.scp.css */
.tooltip[b-umtx8q9egu] {
  position: relative;
  display: inline-block;
}
.tooltip .text[b-umtx8q9egu] {
  visibility: hidden;
  width: 180px;
  background-color: hsl(209deg, 24%, 19%);
  color: hsla(0deg, 0%, 100%, 0.95);
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  z-index: 999 !important;
  font-size: 14px;
}
.tooltip .text[b-umtx8q9egu]::after {
  content: " ";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.tooltip .text.is-bottom[b-umtx8q9egu] {
  top: 100%;
  left: 0%;
  margin-left: -5px;
}
.tooltip .text.is-bottom[b-umtx8q9egu]::after {
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent black transparent;
}
.tooltip .text.is-top[b-umtx8q9egu] {
  bottom: 100%;
  left: 50%;
  margin-left: -90px;
}
.tooltip .text.is-top[b-umtx8q9egu]::after {
  top: 100%;
  left: 50%;
  border-color: black transparent transparent transparent;
}
.tooltip .text.is-right[b-umtx8q9egu] {
  top: -5px;
  left: 105%;
  margin-left: 0.5rem;
}
.tooltip .text.is-right[b-umtx8q9egu]::after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-color: transparent black transparent transparent;
}
.tooltip .text.is-left[b-umtx8q9egu] {
  top: -5px;
  right: 105%;
  margin-right: 0.5rem;
}
.tooltip .text.is-left[b-umtx8q9egu]::after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-color: transparent transparent transparent black;
}
.tooltip:hover .text[b-umtx8q9egu] {
  visibility: visible;
}
/* /Shared/Form/FormInputMultilineText.razor.rz.scp.css */
.textarea[b-gwa1aaozyj] {
  resize: none;
}
/* /Shared/Layout/Hero.razor.rz.scp.css */
.hero.has-border-bottom[b-trz8apbuyn] {
  border-bottom: 1px solid hsl(204deg, 6%, 84%);
}
.hero.has-border-top[b-trz8apbuyn] {
  border-top: 1px solid hsl(204deg, 6%, 84%);
}
.hero.is-small .hero-body[b-trz8apbuyn] {
  padding: 1rem 0 1rem 0;
}
.hero.is-secondary[b-trz8apbuyn] {
  background-color: hsla(0deg, 0%, 100%, 0.95);
}
/* /Shared/Layout/Tile.razor.rz.scp.css */
article[b-ocqpedzxvo] {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #dedede;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 50px;
  animation: fading-b-ocqpedzxvo 4s;
}
@keyframes fading-b-ocqpedzxvo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
article p[b-ocqpedzxvo] {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
article:hover[b-ocqpedzxvo] {
  border: 2px solid hsl(210deg, 75%, 42%);
  box-shadow: 0px 4px 4px 0px hsla(0deg, 0%, 0%, 0.25);
}

@media screen and (min-width: 769px), print {
  article[b-ocqpedzxvo] {
    transition: 0.1s ease-out;
  }
  article:hover[b-ocqpedzxvo] {
    transform: scale(1.03);
  }
}
/* /Shared/Layout/TileList.razor.rz.scp.css */
.tile-grid[b-hw93zvzyzi] {
  display: grid;
  grid-gap: 0.8rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tile-grid[b-hw93zvzyzi] {
    grid-template-columns: repeat(1, 100%);
  }
}
@media screen and (min-width: 769px), print {
  .tile-grid[b-hw93zvzyzi] {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (min-width: 1024px) {
  .tile-grid[b-hw93zvzyzi] {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (min-width: 1216px) {
  .tile-grid[b-hw93zvzyzi] {
    grid-template-columns: repeat(3, 35%);
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4m0g1uauk6] {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page main[b-4m0g1uauk6] {
  flex: 1;
  padding-top: 3.5rem;
}
.page footer[b-4m0g1uauk6] {
  background-color: hsla(0deg, 0%, 100%, 0.95);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 25px;
  width: 100%;
  font-size: 14px;
  display: flex;
}
.page footer .cookie-preferences[b-4m0g1uauk6] {
  flex: 1;
  text-align: center;
}
/* /Shared/PunchOut/DocumentBadge.razor.rz.scp.css */
.document-badge[b-czqndk3gp0] {
  background-color: hsla(0deg, 0%, 100%, 0.95);
  border: 1px dashed hsl(204deg, 6%, 84%);
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: hsl(209deg, 24%, 19%);
  display: block;
  padding: 1.25rem;
  cursor: default;
  width: 100%;
}
/* /Shared/Purchasing/AddressSearch.razor.rz.scp.css */
.address-search[b-s558f8zt0y] {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  width: 100%;
}
.address-search .header-container[b-s558f8zt0y] {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: hsl(209deg, 24%, 19%);
  padding: 0.25rem 0 0.25rem 1.25rem;
}
.address-search .header-container[b-s558f8zt0y] .search-icon {
  background-color: hsla(0deg, 0%, 100%, 0.95);
  clip-path: circle();
  margin-right: 0.3em;
  cursor: pointer;
}
.address-search .header-container[b-s558f8zt0y] .search-icon:hover {
  background-color: hsl(204deg, 6%, 84%);
}
.address-search .header-container[b-s558f8zt0y] .search-icon svg {
  stroke: hsl(210deg, 75%, 42%);
  margin-top: 5px;
  margin-left: 5px;
}
.address-search label[b-s558f8zt0y] {
  color: hsla(0deg, 0%, 100%, 0.95);
  margin: 0;
}
.address-search .content[b-s558f8zt0y] {
  color: hsl(209deg, 24%, 19%);
  background-color: hsla(0deg, 0%, 100%, 0.95);
}
.address-search .content address[b-s558f8zt0y] {
  padding: 1.25rem;
}
/* /Shared/Purchasing/Pickers/AccountsPicker.razor.rz.scp.css */
.ellipsis[b-l97vqna288] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.code-column[b-l97vqna288] {
  width: 30%;
}

.title-column[b-l97vqna288] {
  width: 70%;
}
/* /Shared/Purchasing/Pickers/BudgetsPicker.razor.rz.scp.css */
.code-column[b-bn5dgu7zoe] {
  width: 30%;
}

.title-column[b-bn5dgu7zoe] {
  width: 70%;
}
/* /Shared/Purchasing/Pickers/KeyListKeysPicker.razor.rz.scp.css */
.code-column[b-s6bzdsvyii] {
  width: 30%;
}

.title-column[b-s6bzdsvyii] {
  width: 70%;
}
/* /Shared/Purchasing/Pickers/LedgersPicker.razor.rz.scp.css */
.code-column[b-9vh9ocadnv] {
  width: 30%;
}

.title-column[b-9vh9ocadnv] {
  width: 70%;
}
/* /Shared/Purchasing/Pickers/LocationsPicker.razor.rz.scp.css */
.code-column[b-wdexol8u6f] {
  width: 20%;
}

.title-column[b-wdexol8u6f] {
  width: 35%;
}

.address-column[b-wdexol8u6f] {
  width: 45%;
}

[b-wdexol8u6f] .tooltip {
  width: 100%;
}
[b-wdexol8u6f] .tooltip .text {
  width: 100%;
}
/* /Shared/Purchasing/Pickers/MappedLocationsPicker.razor.rz.scp.css */
.code-column[b-alr5ec3m6b] {
  width: 20%;
}

.title-column[b-alr5ec3m6b] {
  width: 35%;
}

.address-column[b-alr5ec3m6b] {
  width: 45%;
}

[b-alr5ec3m6b] .tooltip {
  width: 100%;
}
[b-alr5ec3m6b] .tooltip .text {
  width: 100%;
}
/* /Shared/Purchasing/Pickers/NominalsPicker.razor.rz.scp.css */
.code-column[b-zc6dqhc7pg] {
  width: 30%;
}

.title-column[b-zc6dqhc7pg] {
  width: 70%;
}
/* /Shared/Purchasing/Pickers/PeriodsPicker.razor.rz.scp.css */
.code-column[b-ciatg9q3bw] {
  width: 30%;
}

.title-column[b-ciatg9q3bw] {
  width: 70%;
}
/* /Shared/Purchasing/Pickers/SuppliersPicker.razor.rz.scp.css */
.code-column[b-6bethow3a9] {
  width: 20%;
}

.title-column[b-6bethow3a9] {
  width: 35%;
}

.address-column[b-6bethow3a9] {
  width: 45%;
}

[b-6bethow3a9] .tooltip {
  width: 100%;
}
[b-6bethow3a9] .tooltip .text {
  width: 100%;
}
