@charset "utf-8";

.finanzenneu table {
    width: 100%;
}
.finanzenneu tr:nth-child(odd) {
    background-color: #ffffff;
}
.finanzenneu td {
    padding: 8px;
}

.finanzenneu .stat_container {
    width: 100%;
    height: 460px;
}

.finanzenneu .ksbobbel {
    width: 16px;
    height: 16px;
    margin: 1px;
    display: inline-block;
    border: 1px solid #727272;
    border-radius: 8px;
}



.finanzenneu .kostenstelle_name {
    font-size: 11px;
    vertical-align: middle;
}



.finanzenneu .betrag_aus {
    color: #cb0000;
}



.finanzenneumonat table {
    width: 100%;
}
.finanzenneumonat tr:nth-child(odd) {
    background-color: #ffffff;
}
.finanzenneumonat td {
    padding: 8px;
}

.finanzenneumonat .stat_container {
    width: 100%;
    height: 460px;
}

.finanzenneumonat .ksbobbel {
    width: 16px;
    height: 16px;
    margin: 1px;
    display: inline-block;
    border: 1px solid #727272;
    border-radius: 8px;
}



.finanzenneukostenstelle table {
    width: 100%;
}
.finanzenneukostenstelle tr:nth-child(odd) {
    background-color: #ffffff;
}
.finanzenneukostenstelle td {
    padding: 8px;
}



.verbindlichkeit .datei {
    width: 64px;
    padding: 8px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.verbindlichkeit .datei:hover {
    background-color: #d3ffba;
}
.verbindlichkeit .datei img {
    width: 32px;
    margin-bottom: 4px;
}
.verbindlichkeit .datei div {
    font-size: 12px;
    width: 100%;
    overflow-wrap: break-word;
}


.verbindlichkeit .datenbereich {
    width: 60%;
}
.verbindlichkeit object {
    position: absolute;
    padding: 16px;
    background-color: #fff;
    top: 32px;
    height: calc(100% - 96px);
    overflow-y: scroll;
    left: calc(60% + 96px);
    width: calc(40% - 160px);
    border: none;
}
@media screen and (max-width: 1300px) {
    .verbindlichkeit object {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        margin-bottom: 32px;
        border: none;
    }
    .verbindlichkeit .datenbereich {
        width: 100%;
    }
}



.finanzen_import .deaktiviert {
    opacity: 0.5;
    pointer-events: none;
}



.finanzen_regel {
    width: 250px;
    padding: 8px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #888888;
    cursor: pointer;
    display: inline-block;
    margin: 4px;
    vertical-align: top;
}

.finanzen_regel:hover {
    border: 1px solid #434343;
}



.toolbar_zeit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 16px;
}

.toolbar_zeit .knopf {
    cursor: pointer;
    height: 32px;
    transition: all 0.2s;
}

.toolbar_zeit .knopf img {
    height: 32px;
}

.toolbar_zeit .knopf:hover {
    transform: scale(1.1);
}

.toolbar_zeit .anzeige {
    font-weight: bold;
    font-size: 16px;
    color: #488925;
    cursor: pointer;
}



.contentcard.xrechnung iframe {
    width: calc(100% - 16px);
    height: calc(100% - 155px);
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    border: none;
}