/* Add here all your CSS customizations */
.small-container-330 {
    max-width: 430px;
    padding: 15px;
    margin: 100px auto;
  }

.small-container-330 .input-group-text {
    width: 40%;
    }

.form-group + .form-group {
    border: 0px; padding: 0px; 
}

.hidden {
    display: none;
}

.fs-8 {
    font-size: 0.75rem!important;
}
.bd-red-200 {
    color: #9f9f9f !important;
    background-color:#fbe0e3 !important;
    
}
.bd-blue-200 {
    color: #000;
    background-color:#deeaff !important;
}
.bd-green-200 {
    color: #000;
    background-color:#efffe4 !important;
}

.bd-grey-200 {
    color: #b7b7b7 !important;
}

.bd-grey-all {
    background-color: #c3c3c3 !important;
}

.bd-orange-200 {
    color: #000;
    background-color:#ffde92 !important;
}

.redbx {
    color: #f40707;
    font-size: 30px;
}
.redfont {
    color: #f40707;
    font-size: 14px;
}
.redfont-2 {
    color: #f40707;
    font-size: 12px;
}

.progresses{
    display: flex;
    align-items: center;
   
   }

.progresshg {
    border-top: 4px solid #b3b1b1 !important;
}

.kladdeview {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.lineoffen{

    width: 15px;
    height: 6px;
    background: #e8e8e8;
    }
.lineerled{

    width: 15px;
    height: 6px;
    background: #5ae187;
    }

.offen{

    display: flex;
    background-color: #e8e8e8;
    color: #929292;
    font-size: 10px;
    width: 50px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10%;

    }
.erledigt{

    display: flex;
    background-color: #5ae187;
    color: #ffffff;
    font-size: 10px;
    width: 50px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10%;

    }
.nav-link {
    padding-left: 55px;
    }

.kd-height {
    min-height: 200px !important;
    }

.modus-text {
    color: #b3b1b1;
    font-size: 10px !important;
}

.date-blue {
    color: #0095ff !important;
}


#modalBackdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#widget {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    background-color: rgb(221, 221, 221);
    padding: 30px;
    z-index: 2;
}

#modalBackdrop2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#widget2 {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    background-color: rgb(221, 221, 221);
    padding: 30px;
    z-index: 2;
}

#modalBackdrop3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#widget3 {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    background-color: rgb(221, 221, 221);
    padding: 30px;
    z-index: 2;
}

.notification {
   width: 100%;
    background-color: rgb(176, 238, 176);
    color: rgb(120, 120, 120);
    padding: 10px;
    border-radius: 5px;
    z-index: 1000; /* Hoher z-index-Wert, um es im Vordergrund zu halten */
    margin: 0 0 10px -20px;
    text-align: center;
}

.msb-0 {
    margin-left: -50px !important;
}

.ml-minus {

    margin-left: -50px !important;
}
/*Auswertung des Artikels mit Kreisen*/
.progress-circle {
    --size: 90px;
    --thickness: 8px;
    --value: 0; /* Prozent 0–100, wird inline gesetzt */
    position: relative;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    font-weight: 600;
    background: conic-gradient(#e9ecef calc(var(--value) * 1%), #e9ecef 0);
}

.progress-circle::before {
    content: "";
    position: absolute;
    width: calc(100% - var(--thickness) * 2);
    height: calc(100% - var(--thickness) * 2);
    border-radius: 50%;
    background: #fff;
}

.progress-circle-inner {
    position: relative;
    z-index: 1;
}

/* Farben passend zu deinen Score-Klassen */
.progress-circle.score-red {
    background: conic-gradient(#dc3545 calc(var(--value) * 1%), #e9ecef 0);
}

.progress-circle.score-orange {
    background: conic-gradient(#fd7e14 calc(var(--value) * 1%), #e9ecef 0);
}

.progress-circle.score-lightblue {
    background: conic-gradient(#0d6efd calc(var(--value) * 1%), #e9ecef 0);
}

.progress-circle.score-mint {
    background: conic-gradient(#20c997 calc(var(--value) * 1%), #e9ecef 0);
}

.progress-circle.score-darkgreen {
    background: conic-gradient(#198754 calc(var(--value) * 1%), #e9ecef 0);
}

.layer-scale-text {
    font-size: .7rem;
    line-height: 1.3;
}

.layer-box {
    border: 1px solid #d9d9d9;
    padding: 14px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

@media only screen and (min-width: 768px) {
    /* Layout Fixed - Reseting Styles */
html.fixed .inner-wrapper,
    html.fixed .sidebar-left,
    html.fixed .content-body {
    display: block;
}
    /* Layout Fixed - Header */
html.fixed .header {
    position: fixed;
    z-index: 1020;
}
    /* Layout Fixed - Inner Wrapper */
html.fixed .inner-wrapper {
    padding-top: 40px;

}
    /* Layout Fixed - Content Body */
html.fixed .content-body {
    margin-left: 230px;
}

html.fixed .content-body.has-toolbar {
    padding-top: 92px;
}

html.fixed.has-top-menu:not(.has-left-sidebar-half) .content-body {
    margin-left: 0;
}
    /* Layout Fixed - Page header */
html.fixed .page-header {
    left: 210px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0px;

}

html.fixed.has-top-menu:not(.has-left-sidebar-half) .page-header {
    left: 0;
}
    /* Layout Fixed - Sidebar Left */
html.fixed .sidebar-left {
    bottom: 0;
    left: 0;
    padding-bottom: 50px;
    position: fixed;
    top: 0px;

}

html.fixed .sidebar-left .nano-content {
    padding-bottom: 50px;
}
    /* Layout Fixed - Sidebar Left Collapsed */
html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
}

html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
}
    /* Layout Fixed - Sidebar Right Opened */
html.fixed.sidebar-right-opened .page-header {
    left: 0;
    margin-right: 300px;
}

html.fixed.sidebar-right-opened .sidebar-left {
    left: -300px;
}
    /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
html.fixed.sidebar-left-collapsed.sidebar-right-opened .page-header {
    left: -300px;
}
}

/*Anpasssung Farbe in der Zeilen border */
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
    border-color: #e6e6e6 !important;
  }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
    border-color: #e6e6e6 !important;
  }