@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


html, body {
    font-family: Roboto, robotoregular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.navbar {
    /*background-image: linear-gradient(180deg, rgb(160, 163, 167) 0%, #0d0e0ded 70%);*/
}

    .navbar navbar-nav .nav-item {
        font-size: 1.1rem;
        color: white;
        /*padding-bottom: 0.5rem;*/
    }

    .navbar .nav-item  {
        font-size: 1.1rem;
        color: white;
        /*padding-bottom: 0.5rem;*/
        .navbar .nav-link;
        font-size: 1.2rem;
        color: black;
    }

    .navbar-nav .nav-link {
    color: white
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Diagonal stacked paper effect */
.paper {
    background-color: #fff;
    /* Need position to allow stacking of pseudo-elements */
    position: relative;
    /* Padding for demo purposes */
    padding: 30px;
}

    .paper,
    .paper::before,
    .paper::after {
        /* Add shadow to distinguish sheets from one another */
        box-shadow: 4px 2px 2px rgba(0,0,0,0.15);
    }

        .paper::before,
        .paper::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #eee;
        }

        /* Second sheet of paper */
        .paper::before {
            left: 7px;
            top: 5px;
            z-index: -1;
        }

        /* Third sheet of paper */
        .paper::after {
            left: 12px;
            top: 10px;
            z-index: -2;
        }

#map {
    height: 600px;
    width: 90%;
    overflow: hidden;
    float: left;
    border: thin solid #333;
}

#capture {
    height: 100%;
    width: 10%;
    overflow: hidden;
    float: left;
    background-color: #ECECFB;
    border: thin solid #333;
    border-left: none;
}

hr.rubrum {
    border-top: 1px solid black;
}

.vertragsspalten {
    /*margin: 0 auto;*/
    /*   width: 75%;*/
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

/*.signatur {
    height: auto;
    min-height: 50px;
    max-height: 90px;
}*/

canvas.e-signatur {
    border: 1px dotted;
    width: 600px;
    height: auto;
    min-height: 200px;
    max-height: 700px;
}

ol.nested-counter-list {
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 6px;
}

    ol.nested-counter-list li {
        display: block;
        text-align: justify;
        margin-block: 5px;
        page-break-inside: avoid;
    }

        ol.nested-counter-list li.b {
            font-weight: bold;
        }

    /*Second Level */
    ol.nested-counter-list ol {
        list-style-type: decimal;
        margin-left: 0px;
        padding-left: 1px;
        padding-bottom: 2px;
    }

        /*Third Level */
        ol.nested-counter-list ol ol {
            list-style-type: lower-latin;
            margin-left: 0px;
            padding-left: 15px;
            padding-bottom: 3px;
        }

        /*Treeview*/
ul {
    display: block;
    /*list-style-type: disc;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0;
    margin-end: 0;
    padding-start: 40px;*/
}

.caret {
    cursor: pointer;
    -webkit-user-select: none;
    Safari 3.1+ -moz-user-select: none;
    Firefox 2+ -ms-user-select: none;
    IE 10+ user-select: none;
}

    .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.caret-down::before {
    -ms-transform: rotate(90deg);  IE 9 
    -webkit-transform: rotate(90deg);  Safari 
    ' transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}

/*ul {
    margin: 0;
    padding: 1em;*/ /* Set the distance from the list edge to 1x the font size */
    /*list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
}

.folder {
    cursor: pointer;
}

    .folder::before {
        content: "\f07b";*/ /* FontAwesome folder icon */
        /*font-family: FontAwesome;
        margin-right: 5px;
    }

.file::before {
    content: "\f15b";*/ /* FontAwesome file icon */
    /*font-family: FontAwesome;
    margin-right: 5px;
}*/