﻿/* 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. */

:root {
    --farbe_MasterAdmin: #000000;
    --farbe_Hersteller: #8b795e;
    --farbe_Klient: #104e8b;
    --farbe_Nutzer: #698b69;
    --farbe_Kunde: #483d8b;
    --farbe_Standort: #6959cd;
    --farbe_Gruppe: #836fff;
    --farbe_Geraet: #87cefa;
    --rz-dropdown-item-padding: 0.25rem 0.25rem !important;
}

.rz-menuitem, .rz-autocomplete-list-item, .rz-multiselect-item, .rz-autocomplete-items li, .rz-dropdown-items li, .rz-multiselect-items li, .rz-dropdown-item {
    padding: 0.25rem 0.25rem !important;
}

body {
    overflow: scroll;
}

html, body, h3, h4, h5, h6, .btn, a {
    font-size: 0.9rem;
}

small {
    font-size: 0.7rem;
}


h1, h2 {
    font-size: 1rem;
}

.rz-button-md, .rz-tabview-title {
    text-transform: none;
}

.rz-grid-table thead th .rz-column-title {
    font-size: 0.75rem;
}

.rz-dropdown {
    border: 1px solid #dadfe2;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 3px 9px 3px 9px;
    height: 2rem;
}



.container {
    max-width: 1800px;
    margin: 0 auto; /*make it centered*/
}

.container-fluid {
    max-width: 1800px;
    margin: 0 auto; /*make it centered*/
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(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;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

table.dataTable {
    font-size: 0.7rem;
}

.accordion-button {
    padding: 2px;
}

.footer {
    background-color: white;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
}

#footerContainer {
    height: 4rem;
    border-top: 1px solid #DDDDDD;
}

.organigramm {
    color: white;
    min-width: 30%;
}

    .organigramm li {
        padding-left: 50px;
    }

.text-left {
    text-align: left !important;
}

input[type = checkbox] {
    transform: scale(1.5);
}

@media (min-width: 770px) {
    .navtop {
        display: none !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.streifen {
    border-left-width: 20px;
    border-left-style: solid;
    margin-left: -5px;
    padding-left: 0px;
    height: 95vh;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

    .streifen.MasterAdmin {
        border-left-color: var(--farbe_MasterAdmin);
    }

    .streifen.Hersteller {
        border-left-color: var(--farbe_Hersteller);
    }

    .streifen.Klient {
        border-left-color: var(--farbe_Klient);
    }

    .streifen.Nutzer {
        border-left-color: var(--farbe_Nutzer);
    }

#sidebarMenu .nav-link {
    color: white;
}

    #sidebarMenu .nav-link:hover {
        color: yellow;
    }

.back.MasterAdmin {
    background-image: none;
    background-color: var(--farbe_MasterAdmin);
}

.back.Hersteller {
    background-image: none;
    background-color: var(--farbe_Hersteller);
}

.back.Klient {
    background-image: none;
    background-color: var(--farbe_Klient);
}

.back.Nutzer {
    background-image: none;
    background-color: var(--farbe_Nutzer);
}

.back.Kunde {
    background-image: none;
    background-color: var(--farbe_Kunde);
}

.back.Standort {
    background-image: none;
    background-color: var(--farbe_Standort);
}

.back.Gruppe {
    background-image: none;
    background-color: var(--farbe_Gruppe);
}

.back.Geraet {
    background-image: none;
    background-color: var(--farbe_Geraet);
}

.front.MasterAdmin {
    color: var(--farbe_MasterAdmin);
}

.front.Hersteller {
    color: var(--farbe_Hersteller);
}

.front.Klient {
    color: var(--farbe_Klient);
}

.front.Nutzer {
    color: var(--farbe_Nutzer);
}

.front.Kunde {
    color: var(--farbe_Kunde);
}

.front.Standort {
    color: var(--farbe_Standort);
}

.front.Gruppe {
    color: var(--farbe_Gruppe);
}

.front.Geraet {
    color: var(--farbe_Geraet);
}

h3.aside {
    /* Abs positioning makes it not take up vert space */
    position: absolute;
    top: 10px;
    left: -2px;
    /* Border is the new background */
    background: none;
    /* Rotate from top left corner (not default) */
    transform-origin: 0 0;
    transform: rotate(90deg);
    text-transform: uppercase;
    color: rgba(255,255,255, 0.75);
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}


.table-header-rotated {
    border-collapse: collapse !important;
}

    .table-header-rotated td {
        text-align: center !important;
        padding: 10px 5px !important;
        border: 1px solid #ccc !important;
    }

    .table-header-rotated th.rotate {
        height: 40px !important;
        white-space: nowrap !important;
        width: 10px !important;
        padding: 0px 0px 1px 3px !important;
        margin: 0px !important;
    }

        .table-header-rotated th.rotate > div {
            transform: translate(0px, 0px) rotate(300deg) !important;
            padding: 0px 0px !important;
            margin: 0px !important;
            width: 5px !important;
        }

            .table-header-rotated th.rotate > div > span {
                border-bottom: 1px solid #ccc !important;
                padding: 0px 1px !important;
                width: 0px !important;
                font-size: 0.75rem;
                font-weight: 500;
            }

    .table-header-rotated th.rechte {
        padding: 0px 0px !important;
        margin: 0px !important;
        width: 5px !important;
    }

input.rechte {
    margin: 0px !important;
}

.ansprechpartnercard {
    position: absolute;
    width: 95%;
    bottom: 5px;
    right: 5px;
    font-size: 0.7rem;
    font-weight: 500;
    margin: 0px;
    padding: 1px;
}

    .ansprechpartnercard hr {
        margin: 0px;
    }

    .ansprechpartnercard a {
        font-size: 0.7rem;
        font-weight: 500;
        text-decoration: none;
    }

@media (max-width: 770px) {
    .index.col-4, .index.col-8 {
        width: 100%;
    }
}

.mainpage {
    background-color: white; /* Used if the image is unavailable */
}

    .mainpage h1 {
        font-size: 2rem;
        color: black;
        text-align: center;
    }

    .mainpage h3 {
        font-size: 1.25rem;
        color: black;
        text-align: center;
    }

    .mainpage h5 {
        font-size: 1rem;
        color: black;
        text-align: center;
    }

    .mainpage p {
        font-size: 1rem;
        color: black;
        text-align: left;
    }

.nbEineZahl h3 {
    background-color: transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nbEineZahl p {
    background-color: transparent;
    font-size: 1.5vw;
    font-weight: 700;
}

@media (min-width: 2000px) {
    .nbEineZahl p {
        font-size: 30px;
    }
}

.geraetecard {
    font-size: 0.7rem;
}

    .geraetecard h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .geraetecard h2 {
        font-size: 0.6rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.artikelbelegung > .rz-datalist-content > .rz-datalist-data {
    margin: 1px !important;
    padding: 1px !important;
    background-color: yellow;
}

    .artikelbelegung > .rz-datalist-content > .rz-datalist-data > li {
        margin: 0px !important;
        padding: 0px !important;
    }

.abitem {
    min-height: 50px;
    font-size: 1rem;
}

    .abitem > label {
        font-size: 0.7rem;
    }

    .abitem > h3 {
        font-size: 1.2rem;
        text-align: center;
    }

    .abitem > h4 {
        font-size: 1.5rem;
        text-align: left;
        margin: 10px 10px auto 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .abitem > a {
        margin-right: 10px;
        margin-top: 10px;
        width: 20px;
        padding: 0px;
    }

.rz-textbox::placeholder {
    color: #AAAAAA;
}

.abitemSelected {
    width: 85%;
    background-color: yellow;
    font-size: 1.1em;
    font-weight: 700;
    border-width: 3px;
    border-color: red;
}

.abitemUnselected {
    width: 80%;
    background-color: white;
    font-size: 1.0rem;
    font-weight: 400;
    border-width: 1px;
    border-color: lightgray;
}

.abitemCanDrop {
    cursor: pointer;
    background-color: lightgoldenrodyellow;
}

.abitemCanNotDrop {
    cursor: default;
}

.kasseBelegungItemHead1 {
    font-size: 1.2rem;
    text-align: left;
    margin: 5px 0px auto 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kasseBelegungItemHead2 {
    font-size: 0.8rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
    margin-bottom: 0px;
}

.bon {
    padding: 0.5rem;
    box-shadow: 3px 2px 6px 1px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    font-family: 'Courier New', Arial;
    max-width: 400px;
    color: rgba(0,0,0,0.5);
    background-color: white;
    text-align: left;
}

.bonheader {
    text-align: center;
}

.bontable {
    width: 100%;
}

    .bontable thead {
        font-weight: bold;
    }

.bonsum {
    border-top: solid 1px;
    font-weight: bold;
}

.ussttable {
    width: 100%;
}

    .ussttable thead {
        font-weight: bold;
    }

.infotable {
    width: 100%;
}

.awinfotable {
    width: 100%;
}

.bonfooter {
    text-align: center;
}

.ecbeleg {
    white-space: pre;
}

.InfoDisplayPrg .rz-card .rz-datalist-content {
    margin: 0px;
    padding: 0px;
    #background-color: red;
}

    .InfoDisplayPrg .rz-card .rz-datalist-content .rz-datalist-data {
        margin: 0px;
        padding: 0px;
        #background-color: blue;
    }

        .InfoDisplayPrg .rz-card .rz-datalist-content .rz-datalist-data li {
            margin: 2px;
            padding: 2px;
            #background-color: green;
            border: 0px;
        }

.rz-card {
    position: relative;
}

.wotaGreen {
    color: forestgreen;
    font-weight: bold;
}

.wotaRed {
    color: rgba(200,0,0,0.5);
    font-weight: bold;
}

.icon-login:before {
    font-family: 'Material Icons';
    font-size: 160%;
    padding-top: 0px;
    content: "\ea77";
}

.blink {
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.h_dbinfo .card {
    margin: 2px;
    padding: 5px;
    background-color: whitesmoke;
    min-height: 110px;
}

.hdb_ueberschrift h3 {
    font-size: 1.25rem !important;
}

.hdb_wert_n h4 {
    font-size: 1rem;
    color: black;
    font-weight: 700;
}

.hdb_wert_n h5 {
    font-size: 1rem;
    color: black;
    text-align: start;
}

.hdb_wert_i h4 {
    font-size: 1rem;
    color: navy;
    font-weight: 700;
}

.hdb_wert_i h5 {
    font-size: 2rem;
    color: navy;
    text-align: end;
    margin: -20px 10px 5px 0;
}

.btnlst {
    -webkit-overflow-scrolling: touch;
}

.btn2ln div {
    line-height: 1.0;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
}
