﻿@media screen {
    div.staticdocument, div.document, div.listdocument {
        overflow: hidden;
    }

    #navl {
        max-width: 13em;
        min-width: 13em;
    }


    #lsposversion {
        font-size: 75%;
        position: fixed;
        right: 2px;
        bottom: 2px;
        z-index: 10;
    }

    .sidebarNavMenuHeader {
        color: white;
        padding: 12px;
        text-decoration: none;
        cursor: pointer;
    }

    .sidebarNavMenuItems {
        padding: 0 0 6px 12px;
        position: relative;
        top: -6px;
    }

    .nounderline:hover {
        text-decoration: none !important;
    }

    .center {
        margin-top: 5ex;
        margin-left: auto;
        margin-right: auto;
        width: 35em;
    }

    .messagemarker {
        color: #ff0000;
        font-weight: bold;
    }
}



.sidebarNavMenuHeader a {
    color: white;
}
.sidebarNavMenuHeader a:hover {
    color: white;
    text-decoration: none;
}
.form-control {
    color: #000;
}

@media print {
    h1, #navl, .motd, div.motdheader, #logo, #lsposversion, #backforward {
        display: none;
        visibility: hidden;
    }
}

body.testsystem {
}

.card {
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
}

.r, .rr {
    text-align: right;
}

.l, .ll {
    text-align: left;
}

.c, .cc {
    text-align: center;
}

td.l {
    vertical-align: top;
}

.rr, .ll {
    width: 100%;
}

h2 {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

h3, h4 {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
}

.listheader {
    margin-top: 1.75rem;
}

.kundelayout {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    min-width: 200px;
    max-width: 700px;
    grid-gap: 50px;
}

.attributes {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 200px;
}

.labelPercent {
    float: right;
    margin-right: 5px;
}

label {
    margin: 0;
}

.attributes > div {
    display: flex;
    flex-direction: row;
    margin: 3px 0;
    flex-wrap: wrap;
    align-items: center;
}

    .attributes > div > span > input {
        width: 100%;
    }

    .attributes > div > span > textarea {
        width: 100%;
    }

    .attributes > div > div:first-child, .attributes label {
        font-weight: bold;
    }

    .attributes > div > div, .attributes span, .attributes label {
        flex: 1;
    }

span.sel {
    display: flex;
    flex-direction: column;
    min-width: 200px;
}

div.longproperty > label {
    display: block;
}

#navl {
    box-shadow: 0 3px 3px rgba(0,0,0,0.16);
    background-color: #fff;
}

    #navl .quickfind {
        display: none;
    }

    #navl h2 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        margin: 2rem 0 0.7rem 0;
    }

.aktion {
    display: block;
    padding: 8px 0;
    color: white;
}

    .aktion .fas, .aktion .far {
        margin-right: 6px
    }

    .aktion:hover {
        color: white;
    }

.buttonlist input, .buttonlist a {
    text-align: left;
    padding-left: 0;
    font-size: 15px;
}

    .buttonlist input.active, .buttonlist a.active {
        color: #EF7D00;
    }

.clonebuttonlist > div {
    line-height: 200%;
}

    .clonebuttonlist > div > input {
        margin-right: 20px;
        display: inline-block;
        line-height: 200%;
    }

#navl li, #dashboard li {
    list-style: none;
}

#navl ul, #dashboard ul {
    padding: 0;
}

div.motd {
    /* Formatierung für Nachrichten aus _StaticTexts */
}

.hide {
    display: none;
}

pre {
    white-space: pre-wrap;
    margin: 0;
}

/* --- gaengige Standardbreiten -------- */
.b4 {
    width: 4em;
}

.b6 {
    width: 6em;
}

.b7 {
    width: 7em;
}

.b8 {
    width: 8em;
}

.b9 {
    width: 9em;
}

.b10 {
    width: 10em;
}

.b12 {
    width: 12em;
}

.b14 {
    width: 14em;
}

.b15 {
    width: 15em;
}

.b20 {
    width: 20em;
}

.pflicht {
    background-color: #ffd1d1
}

.messagemarker {
    color: #CC0000;
    font-weight: bold;
}

/* --- wwErrorDisplay --------- */

.errormessage {
    font-weight: bold;
    color: #CC0000;
}

.errordisplay {
    font-weight: normal;
    color: #CC0000;
    border: solid 2px #BB0000;
    background-color: #FF9;
    padding-left: 15pt;
    padding-right: 10pt;
    line-height: 15pt;
}

    .errordisplay hr {
        color: #CC0000;
    }

.error {
    color: #CC0000;
}

.ui-widget-content .ui-state-focus {
    font-weight: normal; /* für jQuery .autocomplete() */
}


.btn-b8 {
    width: 8em;
    text-align: left;
}

.btn-b14 {
    width: 14em;
    text-align: left;
}

.btn-round {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
}

    .btn-round.btn-outline-primary {
        color: #FFF;
        background-color: #555554;
        border-color: #555554;
    }

.btn-flex1 {
    flex: 1;
    margin-right: 5px;
}



div.tabs {
    margin: 27px 0 18px 0;
}

    div.tabs span {
        display: block;
        font-weight: bold;
        text-align: center
    }

        div.tabs span.active {
            color: #960000;
        }

.round-btn-wrapper {
    background: #ECEDED;
    padding: 0 1.6rem 0 1.6rem;
    display: table
}

.tabs > div {
    z-index: 1;
}

.tabwrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* dividers */
.divider:not(:first-child) {
    border-top: 1px solid grey;
    margin-top: 25px;
    padding-top: 25px;
}

/* sticky row */
.document {
    padding: 0 80px 0 80px;
    /*max-width: 1080px;*/
}

.lss-1 {
    min-width: 250px;
    max-width: 450px;
}

.lss-2 {
    min-width: 200px;
    max-width: 800px;
}

.upload {
    max-width: 1280px;
}

.sticky > .col {
    max-width: 1280px;
    padding: 0;
    margin: 0;
    border: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #eed;
    z-index: 100;
}

    .sticky + .row {
        padding-top: 1ex;
    }

.custom-file-input ~ .custom-file-label::after {
    /* den "Browse" button des Browser file uploads umbeschriften */
    content: "Hochladen";
}

.LongProperty {
    width: 100%;
}

.tableAutoWidth {
    width: auto;
}
