@charset "utf-8";
/* CSS Document */

.analysis_modal p {
    text-align: left;
}

.analysis_modal p.analysis-title {
    font-size: 20px;
}

#second-analysis-title, #third-analysis-title {
    padding-top: 10px;
}

/* Gemeinsame Stile für die äusseren DIVs */
.analysis-container, .column1, .column2, .column3, .column4 {
    box-sizing: border-box;
}

/* Das äussere Container-DIV mit flex */
.analysis-container {
    width: 900px;
    display: flex;
    left: 50px;
    position: relative;
}

/* Stile für die erste Spalte (300px) */
.column1 {
    width: 300px;
}

/* Stile für die zweite und dritte Spalte (je 100px) */
.column2, .column3 {
    width: 150px;
}

/* Stile für die vierte Spalte (500px) */
.column4 {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column5, .column7 {
    width: 600px;
}

.column6, .column8 {
    width: 400px;
}

.column4-row {
    padding: 10px;
}

.analysis-container {
    display: flex;
}

#date1, #seconddate1 {
    font-weight: bold;
}

.spt-date {
    padding: 5px;
}

.spt-container {
    width: 300px;
    position: relative;
    border-left: 1.5px solid black;
    padding-left: 5px;
    height: 35px;
}

.spt-label-container {
    display: flex;
    width: 310px;
    border-top: 1.5px solid black;
}

.axis-label-0 {
    flex: 15;
    padding-top: 5px;
}

.axis-label-20 {
    flex: 30;
    text-align: left;
    padding-top: 5px;
}

.axis-label-100 {
    flex: 50;
    text-align: right;
    padding-top: 5px;
}

.spt-stacked {
    display: flex;
    height: 30px;
    background: #E7F3FD;
}

.label {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.label {
    width: 300px;
    text-align: right;
    padding-bottom: 5px;
    padding-right: 5px;
}

.spt-chart {
    width: 100%;
    height: 30px;
    background: #E7F3FD;
    position: relative;
}

.spt-bar {
    height: 100%;
}

#pi, #secondpi {
    background-color: #7D97E3;
    width: 0;
}

#fourmm, #secondfourmm {
    background-color: #CCCCCC;
    width: 0;
}

#fivemm, #secondfivemm {
    background-color: #656565;
    width: 0;
}

#afivemm, #secondafivemm {
    background-color: #FD0000;
    width: 0;
}

#bop, #secondbop {
    background-color: #FDA5A5;
    width: 0;
}

.close {
    position: absolute;
    right: 120px;
}

/* Badersten chart */
 #badersten {
     top: 20px;
 }

.badersten-chart-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 200px;
    border-left: 1.5px solid black;
    padding: 5px;
}

.badersten-chart {
    padding: 5px;
    width: 310px;
    position: relative;
    left: 20px;
}

.badersten-label-container {
    display: flex;
    width: 310px;
    border-top: 1.5px solid black;
}

.badersten-x-label {
    width: 35px;
    text-align: center;
    padding-top: 5px;
}

.badersten-y-label {
    padding-bottom: 22px;
    text-align: right;
}

#badersten-chartyAxis {
    position: absolute;
    left: 532px;
}

.badersten-bar {
    width: 28px;
    display: flex;
    flex-direction: column-reverse;
}

.m_kat, .d_kat {
    width: 100%;
}

/* Badersten table */
 #BaderstenAnalysisTable {
     border-collapse: collapse; /* Entfernt Abstand zwischen den Zellen */
     border: none; /* Entfernt die Tabelle-Border */
     width: 520px;
 }

#BaderstenAnalysisTable tr {
    vertical-align: top;
}

#BaderstenAnalysisTable td, #BaderstenAnalysisTable th {
    border: none; /* Entfernt die Zellen-Border */
    padding: 2.9px 5px 3px 0;
    text-align: left;
}

/* Ramseier chart */
 #ramseier {
     top: 40px;
 }

.ramseier-chart-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 200px;
    border-left: 1.5px solid black;
    padding: 5px;
}

.ramseier-chart {
    padding: 5px;
    width: 310px;
    position: relative;
    left: 20px;
}

.ramseier-label-container {
    display: flex;
    width: 310px;
    border-top: 1.5px solid black;
}

.ramseier-x-label {
    width: 35px;
    text-align: center;
    padding-top: 5px;
}

.ramseier-y-label {
    padding-bottom: 22px;
    text-align: right;
}

#ramseier-chartyAxis {
    position: absolute;
    left: 518px;
}

.ramseier-bar {
    width: 28px; /* Breite der Balken */
    display: flex;
    flex-direction: column-reverse; /* Um die Balken von unten nach oben zu stapeln */
}

.ramseier-segment {
    width: 100%;
}

.ramseier-segment.after {
    background-color: #FDA5A5;
}

.ramseier-segment.diff {
    background-color: #FFDDDD;
}

.ramseier-segment.remaining {
    background-color: #E7F3FD;
}
#Pearson-line {
    position: absolute;
    top: 0;
    left: 0;
}

/* Ramseier table */
 .ramseier-table {
     border-collapse: collapse;
     width: 100%;
 }
.ramseier-table th, td {
    border: 1px solid black;
    padding: 8px 12px;
    text-align: left;
}
.ramseier-table th {
    background-color: #f2f2f2;
}

#yourSecondContainerId {
    margin-top: 35px;
}

#RamseierAnalysisTable {
    border-collapse: collapse; /* Entfernt Abstand zwischen den Zellen */
    border: none; /* Entfernt die Tabelle-Border */
    width: 520px;
}

#RamseierAnalysisTable td, #RamseierAnalysisTable th {
    border: none; /* Entfernt die Zellen-Border */
    padding: 2.9px 5px 3px 0;
    text-align: left;
    background-color: white !important;
}

#RamseierAnalysisTable thead {
    background-color: white !important;
}