/* _content/FassiServiceApp/Pages/Devices.razor.rz.scp.css */
.btn-link[b-dsx1vbkcnj] {
  color: #029acf;
  text-decoration: underline
}

  .btn-link:hover[b-dsx1vbkcnj] {
    color: #4c2b71
  }

  .btn-link.disabled[b-dsx1vbkcnj], .btn-link:disabled[b-dsx1vbkcnj] {
    color: #888
  }

.btn-deaktiviert[b-dsx1vbkcnj] {
  --bs-btn-padding-x: initial;
  --bs-btn-font-size: initial;
}

.st-gelesen[b-dsx1vbkcnj] {
  font-weight: normal;
}

.st-ungelesen[b-dsx1vbkcnj] {
  font-weight: bold;
}

  .header[b-dsx1vbkcnj] {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
  }

  .header_column[b-dsx1vbkcnj] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .header_stacklayout[b-dsx1vbkcnj] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .header_text[b-dsx1vbkcnj] {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    width: 150px;
    padding-top: 5px;
  }

  .dxspin_text[b-dsx1vbkcnj] {
    font-size: small;
    white-space: pre;
    margin-top: 7px;
    display: block;
    padding-left: 20px;
  }

  .edit_begin_row[b-dsx1vbkcnj] {
    margin-bottom: 5px;
  }

  .edit_row[b-dsx1vbkcnj] {
    margin-bottom: 5px;
  }

  .edit_row_end[b-dsx1vbkcnj] {
    margin-bottom: 5px;
  }

  .fab-container[b-dsx1vbkcnj] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }

  .fab[b-dsx1vbkcnj] {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.35) !important;
  }

  /*new*/

.toolbar[b-dsx1vbkcnj] {
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
}

  .toolbar .custom-item[b-dsx1vbkcnj] {
    display: flex;
    align-items: center;
    margin: 0 0.5rem;
  }

.devices-list-root[b-dsx1vbkcnj] {
  flex-grow: 1;
  height: 90%;
}

.card[b-dsx1vbkcnj] {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-wrap: break-word;
  background-color: var(--DS-color-surface-neutral-default-rest);
  background-clip: border-box;
  border: 1px solid ridge;
  border-radius: 0.25rem;
}

[b-dsx1vbkcnj] .w-100 {
  width: 100%;
}

.h-100[b-dsx1vbkcnj] {
  height: 100%;
}

[b-dsx1vbkcnj] .grid_devices-list {
  max-height: 100%;
  border-radius: 0.25rem;
}

[b-dsx1vbkcnj] .dxbl-text-edit.search-textbox {
  min-width: 5rem;
  max-width: 12.5rem;
}

[b-dsx1vbkcnj] .search-textbox-item {
  padding: 0.5em;
}

[b-dsx1vbkcnj] .standalone-btn {
  --dxbl-btn-padding-x: 0.5em;
}

[b-dsx1vbkcnj] .devices-list-drawer {
  --dxbl-drawer-panel-body-padding-x: 1.5rem;
  --dxbl-drawer-panel-header-padding-x: 1.5rem;
  --dxbl-drawer-separator-border-style: none;
}

.devices-details-header[b-dsx1vbkcnj] {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}

.devices-details-body[b-dsx1vbkcnj] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.small-size .devices-details[b-dsx1vbkcnj] {
  width: 17.25rem;
}

.medium-size .devices-details[b-dsx1vbkcnj] {
  width: 20.625rem;
}

.large-size .devices-details[b-dsx1vbkcnj] {
  width: 24rem;
}

.sub-item[b-dsx1vbkcnj] {
  font-size: 0.8em;
}



.content-root[b-dsx1vbkcnj] {
  height: 100%;
  display: flex;
  flex-direction: column;
}

[b-dsx1vbkcnj] .grid_devices-list {
  width: 100% !important;
  height: 80vh !important; /* Passt die Höhe automatisch an die Browserhöhe an */
  margin-bottom: 15px !important;
  flex: 1 1 auto !important;
  overflow-y: auto !important;
}
/* _content/FassiServiceApp/Pages/DevicesEdit.razor.rz.scp.css */
#dropzone-external[b-ljxawlzoex] {
  width: 140px;
  height: 110px;
  background-color: rgba(183, 183, 183, 0.1);
  border-width: 2px;
  border-style: dashed;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

  #dropzone-external > *[b-ljxawlzoex] {
    pointer-events: none;
  }

  #dropzone-external.dropzone-hover[b-ljxawlzoex] {
    border-style: solid;
  }


.dropzone-external[b-ljxawlzoex] {
  width: 140px !important;
  height: 110px !important;
  background-color: rgba(183, 183, 183, 0.1) !important;
  border-width: 2px !important;
  border-style: dashed !important;
  padding: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  caret-color: transparent; /* Versteckt den blinkenden Cursor */
}

  .dropzone-external > *[b-ljxawlzoex] {
    pointer-events: none !important;
  }

  .dropzone-external.dropzone-hover[b-ljxawlzoex] {
    border-style: solid;
  }

.upload-container > span[b-ljxawlzoex] {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

#dropzone-image[b-ljxawlzoex] {
  max-width: 100%;
  max-height: 100%;
}

#dropzone-text > span[b-ljxawlzoex] {
  opacity: 0.5;
}

.upload-progress[b-ljxawlzoex] {
  display: flex;
  margin-top: 10px;
}

.flex-box[b-ljxawlzoex] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


upload-container[b-ljxawlzoex],
.upload-container > div:first-child[b-ljxawlzoex] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.drop-file-icon[b-ljxawlzoex] {
  background-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-position: center center;
  background-color: #ADB5BD;
  width: 48px;
  height: 48px;
  -webkit-mask-image: var(--dxbl-icon-drop-file);
  mask-image: var(--dxbl-icon-drop-file);
}

.drop-file-label[b-ljxawlzoex] {
  font-weight: 500;
  font-size: 1rem;
}

.combobox-item-template[b-ljxawlzoex] {
  display: flex;
  align-items: center;
}

.combobox-item-template-text[b-ljxawlzoex] {
  display: flex;
  flex-flow: column;
}

.combobox-item-template-additional[b-ljxawlzoex] {
  opacity: 0.65;
}

/* new */
/* RESPONSIVE TEXTSTILE FÜR DEVICE FORM */

.small-size .device-form[b-ljxawlzoex] {
  --devices-caption-font-size: 0.875rem; /* Fallback statt var(--DS-...) */
  --devices-caption-font-weight: 600;
  --devices-caption-line-height: 1.4;
}

.medium-size .device-form[b-ljxawlzoex] {
  --devices-caption-font-size: 1rem;
  --devices-caption-font-weight: 600;
  --devices-caption-line-height: 1.5;
}

.large-size .device-form[b-ljxawlzoex] {
  --devices-caption-font-size: 1.125rem;
  --devices-caption-font-weight: 600;
  --devices-caption-line-height: 1.6;
}

/* GLOBALE STYLES – Fallbacks hinzugefügt */

.toolbar[b-ljxawlzoex] {
  margin-bottom: 1rem !important;
}

.device-item[b-ljxawlzoex] {
  display: flex;
  align-items: center;
}

  .device-item .margin-bottom-5[b-ljxawlzoex]{
    margin-bottom: 5px;
  }

  .device-item .responsive-radio-group.dxbl-radio-group.dxbl-radio-group-horizontal .responsive-radio-item.dxbl-checkbox.dxbl-checkbox-radio[b-ljxawlzoex] {
    padding-right: 1em !important;
    padding-left: 0 !important;
  }

.form-group[b-ljxawlzoex] {
  margin-left: 2em;
}

.user-avatar-item[b-ljxawlzoex] {
  margin: auto;
}

/* AVATAR */

.user-avatar[b-ljxawlzoex] {
  display: flex;
  border: 1px solid var(--DS-color-border-neutral-default-rest, #ccc);
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.small-size .user-avatar[b-ljxawlzoex] {
  max-width: 8.75rem;
  max-height: 8.75rem;
}

.medium-size .user-avatar[b-ljxawlzoex] {
  max-width: 10rem;
  max-height: 10rem;
}

.large-size .user-avatar[b-ljxawlzoex] {
  max-width: 11.25rem;
  max-height: 11.25rem;
}

.user-avatar img[b-ljxawlzoex] {
  max-width: 100%;
  height: auto;
}

/* TEXT UND CAPTIONS */

[b-ljxawlzoex] .caption {
  font-weight: bold !important;
}

[b-ljxawlzoex] .devices-caption {
  font-size: var(--devices-caption-font-size, 1rem);
  line-height: var(--devices-caption-line-height, 1.5);
  font-weight: var(--devices-caption-font-weight, 600);
  margin-bottom: 1rem;
}

/* ICONS UND HILFSKLASSEN */

[b-ljxawlzoex] .w-100 {
  width: 100%;
}

[b-ljxawlzoex] .h-100 {
  height: 100%;
}

/* TRENNLINIEN UND FARBEN */

[b-ljxawlzoex] .separator {
  margin: 1rem 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  opacity: var(--DS-opacity-25, 0.25);
}

[b-ljxawlzoex] .text-danger {
  color: var(--DS-color-surface-danger-default-rest, red);
}

/* CARD STYLES */

.card[b-ljxawlzoex] {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  overflow-y: auto;
}

  .card:not(.toolbar)[b-ljxawlzoex] {
    padding: 1.5rem !important;
  }
/* _content/FassiServiceApp/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-ev1rqditdp] {
  flex-grow: 0;
  flex-wrap: nowrap;
  border: none;
  background-color: #ffffff;
  border-radius: 0;
  height: 3.5rem;
  min-height: 3.5rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  justify-content: flex-start;  
}

.header-navbar .navbar-toggler[b-ev1rqditdp] {
  outline: none;
  border-radius: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  box-shadow: none;
  align-self: stretch;
  border: none;
  caret-color: transparent; /* Versteckt den blinkenden Cursor */
  user-select: none; /* Optional: verhindert Textauswahl */
}

  .header-navbar .navbar-toggler .navbar-toggler-icon[b-ev1rqditdp] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");    
    background-size: contain;
    height: 2rem;
    width: 2rem;
  }

  .header-navbar .navbar-toggler:hover .navbar-toggler-icon[b-ev1rqditdp] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,225,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

.navbar-brandlogo[b-ev1rqditdp] {
  background-image: url('/images/Logo.svg');
  background-repeat: no-repeat;
/*  background-size: contain;*/  
  background-position: center;
  /*max-height: 25px;*/
  padding-bottom: 4rem;
}
.login-logout[b-ev1rqditdp]{
  position: absolute;
  top:0px;
  left:auto;
  right: 100px;
  padding: 20px;
}
  .login-logout a[b-ev1rqditdp] {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
.login-logout a:hover[b-ev1rqditdp]{
  text-decoration:none;
  
}
@media screen and (max-width: 767px) {
  .login-logout[b-ev1rqditdp] {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brandlogo[b-ev1rqditdp] {
    background-image: url('/images/Logo.svg');
  }
}
.navcolor[b-ev1rqditdp] {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100px;
  
}
.text-align-right[b-ev1rqditdp] {
  text-decoration: line-through;
  text-align: right;
}

.title[b-ev1rqditdp] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-ev1rqditdp] {
        font-size: inherit;
    }
}
/* _content/FassiServiceApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-687wgmr4zj] {
  height: 100%;
  overflow: hidden;
  background-color: inherit;
}

.colorHeader[b-687wgmr4zj] {
  background: #55657F;
  color: white;
}

[b-687wgmr4zj] .page-layout,
[b-687wgmr4zj] .page-layout > .dx-gridlayout-root,
[b-687wgmr4zj] .layout-item {
  background-color: inherit;
}

[b-687wgmr4zj] .content {
  padding: 1.1rem 2rem 0 2rem;
  overflow: auto;
}

@media (max-width: 1199.98px) {
  [b-687wgmr4zj] .page-layout > .dx-gridlayout-root {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

[b-687wgmr4zj] .fit-width {
  max-width: 100%;
}

[b-687wgmr4zj] .mw-1100 {
  max-width: 1100px;
}
/* _content/FassiServiceApp/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-b23qwwpskd] {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
  max-height: 100%;
  width: 300px;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}

  .sidebar.collapseCustom[b-b23qwwpskd] {
    width: 0px;
  }

  .sidebar.expandCustom[b-b23qwwpskd] {
    width: 250px;
  }

@media (max-width: 1199.98px) {
  .sidebar[b-b23qwwpskd] {
    position: fixed;
    top: 3.5rem;
    left: 0;
    height: 0;
    min-width: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 1050;
  }

    .sidebar.expandCustom[b-b23qwwpskd] {
      height: 200px;
    }

    .sidebar.collapseCustom[b-b23qwwpskd] {
      height: 0;
    }
}

[b-b23qwwpskd] .app-sidebar > .nav-pills > .nav-item:first-of-type {
  padding-top: 1rem;
}

[b-b23qwwpskd] .app-sidebar > .nav-pills > .nav-item:last-of-type {
  padding-bottom: 1rem;
}

[b-b23qwwpskd] .app-sidebar .nav-pills > .nav-item a {
  border-radius: 0px;
  display: flex;
  align-items: center;
}

[b-b23qwwpskd] .app-sidebar > .nav-pills > .nav-item > a {
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: .25rem 1rem .25rem .125rem;
}

[b-b23qwwpskd] .app-sidebar {
  --dxbl-treeview-spacing-x: 0.5rem;
  --dxbl-treeview-spacing-y: 1rem;
}

  [b-b23qwwpskd] .app-sidebar > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-treeview-items-container > .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container {
    --dxbl-treeview-font-weight: 600;
  }

  [b-b23qwwpskd] .app-sidebar > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-treeview-items-container > .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-btn.dxbl-invisible {
    display: none;
  }

@media (max-width: 1199.98px) {
  [b-b23qwwpskd] .app-sidebar {
    padding-bottom: 0;
  }
}
/* _content/FassiServiceApp/Shared/ReportLayout.razor.rz.scp.css */
.page[b-xisk2dmxby] {
  height: 100%;
  overflow: hidden;
  background-color: inherit;
}
.colorHeader[b-xisk2dmxby] {
  background: #55657F;
  color: white;
}

[b-xisk2dmxby] .page-layout,
[b-xisk2dmxby] .page-layout > .dx-gridlayout-root,
[b-xisk2dmxby] .layout-item {
  background-color: inherit;
}

[b-xisk2dmxby] .content {
  padding: 1.1rem 2rem 0 2rem;
  overflow: auto;
}

@media (max-width: 1199.98px) {
  [b-xisk2dmxby] .page-layout > .dx-gridlayout-root {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

[b-xisk2dmxby] .fit-width {
  max-width: 100%;
}

[b-xisk2dmxby] .mw-1100 {
  max-width: 1100px;
}
