﻿/* 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. */



/*
    ACHTUNG!
    Bei Jeder Änderung hier muss der Versionswert im Shared-Layout ändern!
*/


: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;
}

body {
    overflow: scroll;
}

html, body, h3, h4, h5, h6, .btn, a {
    font-size: 0.93rem;
}


small {
    font-size: 0.6rem;
}


h1, h2 {
    font-size: 1rem;
}

.container1 {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-left1 {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.bottom-left2 {
    position: absolute;
    bottom: 32px;
    left: 16px;
}

.top-left1 {
    position: absolute;
    top: 16px;
    left: 16px;
}

.top-right1 {
    position: absolute;
    top: 18px;
    right: 24px;
}

.bottom-right1 {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.bottom-right2 {
    position: absolute;
    bottom: 16px;
    right: 28px;
}

.centered1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container {
    max-width: 1800px;
    margin: 0 auto; /*make it centered*/
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.container-fluid {
    max-width: 1800px;
    margin: 0 auto; /*make it centered*/
}

.payment {
    width: 15%;
}

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;
}

.cancelbtn {
    background-image: linear-gradient(#91aac4, #6f8fb2, #577da5);
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.left-icon-holder {
    position: relative;
}

    .left-icon-holder .fa {
        position: absolute;
        left: 10px;
        top: 10px;
    }

.right-icon-holder {
    position: relative;
}

    .right-icon-holder .fa {
        position: absolute;
        line-height: 20px;
        top: 50%;
        margin-top: -10px; /* Half of line height to keep left middle postion of container */
        right: 10px;
    }


.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: -10px;
    padding-left: 0px;
    height: 85vh;
    --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;
}



/* sidebar wrapper styles
-------------------------------------------------- */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

        #wrapper.toggled {
            padding-left: 250px;
        }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
