﻿@import url(header.css);
@media screen {
    div.staticdocument, div.document, div.listdocument {
        overflow: hidden;
    }

    #navl {
        max-width: 16em;
        min-width: 16em;
        /*position: fixed;*/
        left: 0px;
        bottom: 1px;
        overflow: auto;
       /*white-space:nowrap;*/
    }

    #cont {
        min-height: calc(100vh - 20rem);
    }

    #NavTabDiv {
        position: fixed;
        overflow: auto;
        background-color: #fff;
        z-index: 99;
    }

    div.document {
        /*margin-left: 17em;*/
    }

    div.listview {
        /*margin-left: 17em;*/
    }

  
    div.listviewItem {
        margin-left: 17em;
    }

    div.ui-dialog {
        position: fixed;
    }

    #lsposversion {
        font-size: 75%;
        position: fixed;
        right: 2px;
        bottom: 2px;
        z-index: 10;
    }

    .center {
        margin-top: 5ex;
        margin-left: auto;
        margin-right: auto;
        width: 35em;
    }

    .messagemarker {
        color: #ff0000;
        background:#ffffff;
        /*font-weight: bold;*/
    }

    body {
        padding-bottom: 2rem;
    }
}

@media print {
    h1, #navl, .motd, div.motdheader, #logo, #lsposversion, #backforward {
        display: none;
        visibility: hidden;
    }
}

/*--------Tooltip---https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip----------*/
/* Tooltip container */

.Disabledbtn
{
    background-color:#ffffff !important;
    color:#000000 !important;
    opacity:0.3;
}
.csstooltip {
    position: relative;
    display: inline-block;
    cursor: help;
}

    .csstooltip img {
        width: 16px;
        height: 16px;
    }

    /* Tooltip text */
    .csstooltip .csstooltiptext {
        visibility: hidden;
        width: 280px;
        background-color: #e6ebf0;
        color: #000;
        text-align: left;
        font-weight: normal;
        border-radius: 4px;
        border: solid 1px #313a45;
        padding: 3px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0%;
        margin-left: 0px;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .csstooltip:hover .csstooltiptext {
        visibility: visible;
    }

/*---End Tooltip---*/



.r, .rr {
    text-align: right;
    padding-right: 0.5em;
}

.l, .ll {
    text-align: left;
}

.c, .cc {
    text-align: center;
}

td.l {
    vertical-align: top;
}

.rr, .ll {
    width: 100%;
}

.head2 {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

.listheader {
    margin-top: 1.75rem;
}

.o2k3 {
    background-color: #e6ebf0;
    margin-bottom: 1ex;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.20rem;
    /*padding:2px 2px 2px 2px*/
}


    .o2k3 div.tableheader {
        background-color: #2870ed;
        color: #ffffff;
        padding: 1px 0px 1px 16px;
    }

    .o2k3 > table.table {
        margin-bottom: 0;
        padding-left:16px;
    }


.attributes {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    min-width: 400px;
    max-width: 620px;
    padding-bottom:16px;
    padding-top:12px;
    padding-right: 0.5rem;
}

    .attributes > div {
        display: flex;
        flex-direction: row;
        margin: 3px 0;
        padding-left:16px;
    }

        .attributes > div > span > input {
            width: 100%;
        }

        .attributes > div > span > textarea {
            width: 100%;
        }

        .attributes > div > div:first-child, .attributes label {
            /*font-weight: bold;*/
            margin: 0 10px 0 0;
        }

        .attributes > div > div, .attributes span, .attributes label {
            flex: 1;
        }

div.longproperty > label {
    display: block;
}

#navl {
    box-shadow: 3px 0 3px rgba(0,0,0,0.16);
    background-color: #e6ebf0;
}

.quickfind {
      
        width: 11em;
       

    }

    #navl h2 {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        margin: 1.2rem 0 0.3rem 0;
    }

.buttonlist input, .buttonlist a {
    text-align: left;
    padding-left: 0;
    font-size: 14px;
    color: #313a45;
}

    .buttonlist input.active, .buttonlist a.active {
        color: #ff7900;
    }

#navl li {
    list-style: none;
}

#navl ul {
    padding: 0;
}

#navl a {
    line-height: 1;
    margin-top: 0;
}

.search {
    border-radius: 0.4rem;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px -1px inset;
    color: rgb(49, 58, 69);
    transition: background 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    cursor: initial;
    opacity: 1;
    border: 1px solid var(--search-border-color);
}

.hide {
    display: none;
}

pre {
    white-space: pre-wrap;
    margin: 0;
}

/* --- gaengige Standardbreiten -------- */
.b4 {
    width: 4em;
}

.b5 {
    width: 5em;
}

.b6 {
    width: 6em;
}

.b7 {
    width: 7em;
}

.b8 {
    width: 8em;
}

.b9 {
    width: 9em;
}

.b10 {
    width: 10em;
}

.b12 {
    width: 12em;
}

.b14 {
    width: 14em;
}

.b15 {
    width: 15em;
}

.b16 {
    width: 16em;
}

.b20 {
    width: 20em;
}

.b30 {
    width: 30em;
}

.b40 {
    width: 40em;
}

.b100p {
    width: 100%;
}

.pflicht {
    background-color: #ffd1d1
}

.messagemarker {
    color: #CC0000;
    font-size: 0.9rem;
    background: transparent;
    /*font-weight: bold;*/
}

/* --- wwErrorDisplay --------- */

.errormessage {
    
    color: #CC0000;
}

.errordisplay {
    font-weight: normal;
    color: #ffffff;
    border: solid 2px #245375;
    background-color: #245375;
    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-b6 {
    width: 6em;
    text-align: left;
}

.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;
}

    .btn-round .btn-outline-primary {
        color: #313a45;
        /*background-color: #555554;*/
        border-color: #555554;
    }
        .btn-round  .btn-outline-primary:hover {
            color: #fff;
            text-decoration:underline;
            background-color: #313a45;
            border-color: #313a45;
        }

.btn-flex1 {
    flex: 1;
    margin-right: 5px;
}



div.tabs {
    margin: 0;
    background-color:#fff;
}

    div.tabs span {
        display: block;
        font-weight: bold;
        text-align: center
    }

        div.tabs span.active {
            color: #313a45;
        }

.round-btn-wrapper {
    background: #e6ebf0;
    padding: 0 1.6rem 0 1.6rem;
    display: table;
    background-color: #fff;
}

.tabs > div {
    z-index: 1;
}

.tabwrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0.5em;
    padding-bottom:1%;
}

/* dividers */
.divider:not(:first-child) {
    border-top: 1px solid grey;
    margin-top: 25px;
    padding-top: 25px;
}

/* sticky row */
.document {
    padding: 0 20px 0 20px;
    /*max-width: 1080px;*/
}

.lss-2 {
    min-width: 600px;
    /*max-width: 820px;*/
}

.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: 0;
    }

.custom-file-input ~ .custom-file-label::after {
    /* den "Browse" button des Browser file uploads umbeschriften */
    content: "Hochladen";
}

.LongProperty {
    width: 100%;
}

.tableAutoWidth {
    width: auto;
}

.tableListe thead tr td input {
    width: 100%;
}

.schnellsuche {
    width: 18em;
    background-color: #ccd7e1;
}



table.zebra tr:nth-of-type(odd) td {
    background-color: #d2d2d5;
}

/* ------ Ablaufsteuerung Stativ View Detail -------- */
div.Staticview {
    background-color: white;
    margin-top: 1em;
    margin-bottom: 0.5ex;
    padding: 0.7ex 1ex 0.7ex 1ex;
    border-radius: 1em;
    box-shadow: lightgray 0.5em 0.5em 0.3em;
}

.edge {
    border-radius: 4px;
    padding: 5px 5px;
    margin: 4px;
    border: 1px solid #004477;
    -moz-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
}

.SVHead {
    color: white;
    background-color: #004477;
    clear: left;
    padding-left: 5px;
    border-radius: 0.2em;
    cursor: zoom-in;
}

.edge .SVDetail .edge .SVHead {
    color: black;
    background-color: #2870ed;
}

.edge .SVDetail .edge .SVDetail .edge .SVHead {
    color: black;
    background-color: lightsteelblue;
}

.edge .SVDetail .edge .SVDetail .edge .SVDetail .edge .SVHead {
    color: black;
    background-color: cornflowerblue;
}

.edge .SVDetail .edge .SVDetail .edge .SVDetail .edge .SVDetail .edge .SVHead {
    color: black;
    background-color: lightskyblue;
}

.wrapper {
    display: table;
    border-collapse: separate;
    border-spacing: 4px;
}

.schmal {
    display: table-cell;
}

.SVDetail ol {
    margin-bottom: 0;
}

.SVDetail ul {
    margin-bottom: 0;
    padding-left: 3ex;
}

.SVBorders td {
    border: 1px solid black;
    padding: 2px;
}

.SVBorders th {
    border: 1px solid black;
    padding: 2px;
}

.SVBorders {
    margin: 4px 2px 0 0;
}

td.bearbeitbar {
    background-color: #86ff88
}

td.gesperrt {
    background-color: #ff6b6b
}

/* ENDE------ Ablaufsteuerung Stativ View Detail -------- */
select {
    height: 2em;
}

/*------------Kundensuche/Auswahl Dialog-------------*/

#KVAP_BG {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 5; /* Sit on top */
    left: 5vw;
    top: 27%;
    display: block;
    width: 70vw;
}

#GVAP_BG {
    display: none; /* Hidden by default */
    position: absolute;
    z-index: 5; /* Sit on top */
    right: 6vw;
    top: 0;
    display: block;
    width: 70vw;
}

#KVAP {
    margin: 2rem; /* 15% from the top and centered */
    padding: 1em;
    overflow: auto; /* Enable scroll if needed */
    max-height: 50vh;
    width: 70vw;
}

#closeBtn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    #closeBtn:hover,
    #closeBtn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }



td[data-tooltip], div[data-tooltip] {
    color: blue;
}

.kldetails {
    display: none;
}

/*Dashboard*/

/* Header siehe title.css*/

/* Header end */

.genehmigerdisplay {
    /*font-weight: normal;*/
    color: black;
    border: solid 2px #BB0000;
    background-color: #FF9;
    padding-left: 15pt;
    padding-right: 10pt;
    padding-top: 20px;
    /*line-height: 10pt;*/
}

.listheader {
    display: flex;
    flex-wrap: wrap;
}

.btn {
    margin-right: 10px; /* Add spacing between buttons */
    margin-bottom: 10px; /* Add spacing between stacked buttons */
}
.flex-container {
    flex-wrap: wrap;
}
.a-width-25{
    width: 25rem;
}

#backforward input[type="submit"], #backforward a{
    background: #ff7900;
    color: #ffffff;
    border: 1px solid #ff7900;
}

.CSSbackforward:hover {
    background: #ffffff !important;
    color: #ff7900 !important;
}

.extra-margin-md-only {
    /*margin-top: 8rem;*/
}

@media (max-width: 820px) {
    
    .extra-margin-top-md-only {
        margin-top: 1.5rem;
    }
    .expand-button-md-only {
        position: fixed;
        top: 9rem;
        left: 2rem;
        z-index: 999;
        cursor: pointer;
    }
    .collapse-button-md-only {
        position: fixed;
        top: 11rem;
        left: 2rem;
        z-index: 999;
        cursor: pointer;
    }
}

@media (min-width: 992px) {
    .extra-class-lg-only {
        /*background-color: #97b9f3;*/
        background-color: #fff;
        color: black;
        width: 200px;
        border: none;
        font-weight: 500;
    }
    .extra-margin-top-lg-only {
        margin-top: 6.5rem;
    }
    .extra-kunde-margin-lg-only {
        margin-left: 9.5rem;
    }
    .expand-button-lg-only {
        position: fixed;
        top: 10.5rem;
        left: 2rem;
        z-index: 999;
        cursor: pointer;
    }
    .collapse-button-lg-only {
        position: fixed;
        top: 12.5rem;
        left: 2rem;
        z-index: 999;
        cursor: pointer;
    }
}

.btn:hover .searchicon {
    filter: brightness(0) invert(1);
}

.btn:hover .deleteimg {
    filter: brightness(0) invert(1);
}

.padding-16 {
    padding-left: 16px;
}

.width-12 {
    width: 12.5rem;
}


.cancalsvg {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url('images/delete-circle.svg') no-repeat center;
    background-size: 12px 12px;
}

.uploadsvg {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url('images/icon-upload.svg') no-repeat center;
    background-size: 12px 12px;
} 

.bars {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url('images/bars.svg') no-repeat center;
    background-size: 12px 12px;
}


.hover-button-css:hover {
    background-color: #02A3A4 !important;
    color: #fff !important;
}
.teal-border-button {
    border-color: #02A3A4 !important;
    color: #02A3A4 !important;
}
.teal-color-button, teal-color-button:hover {
    background-color: #02A3A4 !important;
    color: #fff !important;
}

.font-financing {
    font-size: 1.2em;
    font-weight: bold;
}

.resubmission-btn {
    color: white !important;
    border: 1px solid white !important;
}

.resubmission-btn:hover {
    color: white;
    background-color: #483248 !important;
    border: 1px solid white !important;
}

.objekt-details-btn {
    text-decoration: none !important;
}

    .objekt-details-btn:hover {
        text-decoration: underline !important;
        color: #0d6efd !important;
    }

.outline-button:hover {
    background-color: #E4EAF0 !important;
    color: black !important;
}

.w100 {
    width: 100%;
}

.w95 {
    width: 95%;
}

.fs-smaller {
    font-size: smaller;
}

.va-middle {
    vertical-align: middle;
}

.pl-10 {
    padding-left: 10px;
}

.pr-16 {
    padding-right: 16px;
}

.w-10em {
    width: 10em;
}
