﻿:root {
    --secondary-color: #2b579a;
    --secondary-color-contrast: white;
    --primary-color: #33333380;
    --primary-color-contrast: white;
}

html {
    font-family: 'Open Sans', sans-serif;
    background-color: white;
}

pre {
    margin: -21px;
    margin-left: 0px;
}

.bg-secondaryORM {
    background-color: var(--secondary-color) !important;
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 12%);
    opacity: 0.7 !important;
    color: var(--secondary-color-contrast);
}

.bg-primaryORM {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-contrast);
}

    .bg-primaryORM .nav-menu ul.nav-menu-inner > li > a {
        color: var(--primary-color-contrast);
    }

.warn-8 {
    background-color: lightyellow;
}

/* Dokumentation */
.mainPanel {
    display: flex;
    margin: 0 auto;
    width: 95%;
    margin-top: 87px;
    margin-bottom: 70px;
    border: 1px solid #eee;
}

    .mainPanel a {
        color: inherit;
        text-decoration: inherit;
    }

.sidepanel {
    background-color: white;
    display: inline-block;
    border-right: 1px solid #eee;
    width: 30%;
    overflow-x: auto;
}

    .sidepanel ul {
        list-style: none;
        padding-left: 4px;
    }

    .sidepanel li {
    }

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px;
    }
}

@media (min-width: 576px) {
    .modal-dialog.big {
        max-width: 1500px;
    }
}

.navItem {
    margin: 15px;
    margin-left: 20px;
    margin-right: 20px;
    color: #333c4e;
}

.assembly {
    font-weight: bold;
    font-size: 14px;
}

.class {
    font-weight: bold;
    font-size: 12px;
}

.property {
    font-size: 12px;
}

.propertyMark {
    margin-right: 20px;
    font-weight: 700;
    display: inline;
    color: green;
}

.method {
    font-size: 12px;
}

.methodMark {
    margin-right: 20px;
    font-weight: 700;
    display: inline;
    color: darkblue;
}

.invokableMark {
    color: green;
    margin-left: 5px;
    display: inline;
}

.seeAlsoMark {
    color: green;
    display: inline;
}

.selectedMark {
    color: blue;
    display: inline;
}

.memberPanel {
    display: inline-block;
    width: 70%;
    height: inherit;
    background-color: white;
}

    .memberPanel .name {
        text-align: center;
        font-weight: 600;
        height: 80px;
        line-height: 80px;
        vertical-align: middle;
        margin: 0px 20px 0 20px;
        overflow: hidden;
    }

    .memberPanel .summary {
        text-align: left;
        height: 80px;
        vertical-align: middle;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

        .memberPanel .summary .text {
            margin: 20px 20px 10px 20px;
        }

    .memberPanel .parameter {
        height: auto;
        padding: 10px 0 10px 10px;
        border-bottom: 1px solid #eee;
        margin-left: 20px;
    }

    .memberPanel .remark {
        font-size: 12px;
        margin-left: 40px;
        color: #333c4e;
    }

    .memberPanel .parameter .description {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 10px;
        margin-left: 15px;
        color: #333c4e;
    }

    .memberPanel .parameter .example {
        font-size: 12px;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        margin-left: 15px;
        font-family: Consolas;
        color: #333c4e;
        margin: 10px;
        padding: 5px;
    }

.tryPanel {
    border: 1px solid #eee;
    width: 50%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

    .tryPanel .block {
    }

    .tryPanel .parameter {
        border-right: 1px solid #eee;
        display: inline-block;
        width: 45%;
        border: 0;
    }

    .tryPanel .value {
        width: 50%;
        height: 100%;
        display: inline;
    }

    .tryPanel input {
        border: none;
        vertical-align: middle;
        margin: 0 auto;
        outline: none;
        padding-bottom: 5px;
        width: 49%;
    }

.executionPanel {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

    .executionPanel input {
        padding: 3px 8px;
        cursor: pointer;
        border: 1px solid black;
        font-size: 14px;
        background-color: white;
    }

        .executionPanel input:hover {
            background-color: ghostwhite;
        }

.contentPanel {
    background-color: white;
    width: 90%;
    margin: 0 auto;
    margin-top: 150px;
    border: 1px solid #ddd
}

    .contentPanel .item {
        margin: 10px;
        height: 20%;
        display: inline-block;
        font-size: 13px;
    }

.resultPanel {
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

    .resultPanel .text {
        font-family: Consolas;
        line-height: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .resultPanel img {
        max-height: 100%;
        max-width: 100%;
    }

.searchPanel {
}

    .searchPanel .searchArea {
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        margin: 20px;
    }

    .searchPanel input {
        vertical-align: middle;
        margin: 0 auto;
        outline: none;
        padding-bottom: 5px;
        border: 1px solid #eee;
        width: 80%;
        padding: 7px 0;
        padding-left: 20px;
    }

.title {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 10%;
    position: absolute;
    margin-top: -20px;
    margin-left: -1px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-size: 13px;
}

.center {
    text-align: center;
}

/* Loading animation */
.loading {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
}

    .loading div {
        position: absolute;
        border: 4px solid black;
        opacity: 1;
        border-radius: 50%;
        animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

.lds-ripple1 div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes loading {
    0% {
        top: 14px;
        left: 14px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 29px;
        height: 29px;
        opacity: 0;
    }
}

/* Cookies */
.cc_container .cc_btn {
    background-color: white !important; /* Farbe des Buttons */
    color: #000 !important; /* Textfarbe des Buttons */
}

.cc_container {
    background: rgba(51,51,51, 0.5) !important; /* Hintergrundfarbe des gesamten Bereichs */
    transition: background-color 200ms ease-in-out 0s;
}

    .cc_container a {
        color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
    }

    .cc_container p {
        color: white !important; /* Schriftfarbe des gesamten Bereichs */
    }

.cookie-prepare {
    background: rgba(51,51,51, 0.9) !important;
}

/* button */
.btn {
    padding: 5px;
}

    .btn:hover {
        background-color: white;
    }

    .btn.no-outline {
        outline: none !important;
        box-shadow: none !important;
    }

        .btn.no-outline:focus {
            outline: none !important;
            box-shadow: none !important;
        }

.btn-primary {
    border: none;
}

    .btn-primary:hover {
        background-color: #2979FF !important;
        border-color: white !important;
    }

.btn-secondary {
    background-color: #B71C1C !important;
    border-color: white;
}

    .btn-secondary:hover {
        background-color: #FF5252 !important;
        border-color: white !important;
    }

.btn-danger:hover {
    background-color: darkred;
    border-color: darkred;
}

.btn-login {
    border-color: black;
    background-color: rgba(51,51,51, 0.5) !important;
    width: 300px;
}

    .btn-login:hover {
        background-color: rgba(51,51,51, 0.1) !important;
    }

.pageTitle {
    background-color: rgb(43,87,154) !important;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);
    opacity: 0.7 !important;
}
/* download */
.downloadable {
    background-color: green !important;
}

    .downloadable:hover {
        background-color: darkgreen !important;
    }

/* about */
.aboutBox {
    background-color: white;
    padding: 10px;
}

.aboutShadow {
    -webkit-box-shadow: 10px 10px 25px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 25px -12px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 25px -12px rgba(0,0,0,0.75);
}

.content-box {
    transition: box-shadow 400ms ease-in-out 0s;
    box-shadow: 10px 10px 25px -12px rgba(0,0,0,0.25);
    height: 100%;
}

    .content-box:hover {
        -webkit-box-shadow: 10px 10px 25px -12px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 25px -12px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 25px -12px rgba(0,0,0,0.75);
    }


.card {
    border-style: none;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);
    transition: 0.7s;
    transition-property: box-shadow;
}

.card-body {
    background-color: white;
}

.card:hover {
    box-shadow: 0px 0px 5px 3px rgba(43,87,154, 0.5);
}

.card-scrollable {
    overflow-y: auto;
    max-height: 400px;
}

table tr {
    transition: 0.7s;
    transition-property: box-shadow;
}

    table tr:hover {
        box-shadow: 0px 0px 5px 3px rgba(43,87,154, 0.3);
        transition: 0.7s;
        transition-property: box-shadow;
    }

.header {
    height: 65px;
}

.header-fixed {
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
}

.nav-menu ul.nav-menu-inner > li > a {
    padding: 24px 12px;
}

.innerTable {
    width: 90%;
}

/* Drag and Drop */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}

.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center
}

    .upload-drop-zone.drop {
        color: #222;
        border-color: #222;
    }


.bg-success {
    background-color: rgb(43,87,154) !important;
}

.anchor:target {
    /*
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: 2;
    animation-timing-function: linear;
    */

    padding: 10px;
    box-shadow: 0px 0px 5px 3px rgba(43,87,154, 0.3);
}

@keyframes blink {
    0% {
        color: rgba(0,0,0,.9);
    }

    100% {
        color: rgba(0,0,0,0);
    }
}

:not(.collapsed) > i.fas.fa-chevron-right:first-of-type {
    transform: rotate(90deg);
    animation: rotation 0.2s linear;
}

.collapsed > i.fas.fa-chevron-right:first-of-type {
    transform: rotate(0deg);
    animation: backRotation 0.2s linear;
}

@-webkit-keyframes backRotation {
    from {
        -webkit-transform: rotate(90deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(90deg);
    }
}

div.web-messages {
    position: fixed;
    top: 6rem;
    right: 1rem;
    z-index: 1;
}

    div.web-messages .web-message {
        animation: fadeOut 0.5s forwards;
        animation-iteration-count: 1;
        animation-delay: 7s;
        margin-bottom: .75rem;
        padding: .5rem 1rem;
        cursor: pointer;
        border-radius: .25rem !important
    }

        div.web-messages .web-message .icon {
            float: left;
            margin-right: .5rem;
        }

        div.web-messages .web-message .message {
            display: inline-block;
        }

        div.web-messages .web-message.success {
            background: #0b0;
            color: #fff;
        }

        div.web-messages .web-message.error {
            background: #f22;
            color: #fff;
        }

        div.web-messages .web-message:nth-child(1) {
            animation-delay: 6s;
        }

        div.web-messages .web-message:nth-child(2) {
            animation-delay: 6.5s;
        }

        div.web-messages .web-message:nth-child(3) {
            animation-delay: 7s;
        }

        div.web-messages .web-message:nth-child(4) {
            animation-delay: 7.5s;
        }

        div.web-messages .web-message:nth-child(5) {
            animation-delay: 8s;
        }


.modal-content .modal-footer .button {
    border: none;
}
