#problemPanelHolder {
    position: absolute;
    background-color: var(--background-color);
    z-index: 1000;
    top: 6vmin;
    bottom: 0px;
    font-size: inherit;
    display: none;
    width: 100%;
}

.problemPanelTexDocu {
    height: 116vmin;
    margin-left: -1vmin;
    border: 0;
    width: 24vmin;
}

#DashboardProblemPanel_Content {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.problemPanelDashboardCellCanvasHolder  {
    width: calc(100% - 6vmin) !important;
    height: calc(100% - 6vmin) !important;
    margin: 3vmin;
}

#problemPanelCloseButton {
    position: relative;
    margin-right: 2vw;
    font-size: 2vmin;
    float: right;
    margin-top: 2vw;
    cursor: pointer;
}

#problemPanelContextTabDiv tspan {
    color: blue;
}

#problemPaneltabDiv{
    font-size: 2vmin;
    width: 100%;
    display: flex;
    /* display: -webkit-box; */
    flex-direction: row;
    margin-bottom: 2vmin;
    /* padding-bottom: 2vmin; */
    justify-content: start;
    /* border-bottom: 1px solid var(--circle-fill); */
}

.problemPanelHeader {
    position: relative;
    display: inline-block;
    width: 100%;
}

.problemPanelHeaderTitle {
    display: none;
    font-size: 2vmin;
    color: var(--text-color-sidePanel);
    text-align: left;
    padding-left: 2vmin;
    padding-top: 2vmin;
    padding-bottom: 2vmin;
    float: left;
    font-weight: bold;
}

.problemPanelHeaderFilterID {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--background-color);
    z-index: 5;
}

.problemPanelTable .even {
    /* background: rgb(250,250,250); */
    background-color: var(--second-color-light);
}

.problemPanelTable_wrapper {
    width: 96%;
    height: 80%;
    margin: auto;
}

.problemPanelTable th, .problemPanelTable td {
    text-align: right;
}

.linktd:before {
    content: "link";
    display: "block";
}

.pButtonMenu_labelTo,
.pButtonMenu_labelFrom {
    float: left;
    width: 2.5vmin;
    margin-top: 1vmin;
    margin-left: -0.5vmin;
}

.pButtonMenu_labelTo {
    padding-left: 2vmin;
    padding-right: 0.5vmin;
}

#pButtonMenu_DateTo,
#pButtonMenu_DateFrom {
    font-size: 2.2vmin;
    float: left;
    width: 10vw;
    height: 4.4vmin;
    padding-right: 1vmin;
    padding-left: 1vmin;
    margin-left: 3vmin;
}

#problemPanelMenuButton {
    color: red !important;
    display: block;
}

.problemPanelHeaderSUM {
    background: var(--color-configurable);
    border-radius: 100%;
    color: var(--main-color);
    font-weight: bold;
    width: 3vmin;
    height: 3vmin;
    padding: 0.5vmin 0.25vmin 0vmin 0.25vmin;
    margin-right: 2vmin;
    margin-top: 3vmin;
    right: 0;
    position: absolute;
    font-size: 2vmin;
    cursor: pointer;
}

.pbuttontabletr{
    cursor: pointer;
}

.pbuttontabletrActive {
    background-color: var(--color-active) !important;
    color: white;
}

.bsFilter{
    float: left;
    margin-top: -4vmin;
    margin-left: 1vmin;
    /* margin-top: -5.8vmin; */
    font-size: 2.2vmin;
}

#problemPaneltabDiv li,
#simulationResultContentHeader li {
    margin-right: 1vmin;
    border-radius: 1vmin;
}

.problemPanelHeaderButton{
    border-radius: 100%;
    color: var(--text-color-sidePanel);
    width: 3.6vmin;
    height: 3.6vmin;
    float: right;
    position: relative;
    font-size: 2.5vmin;
    cursor: pointer;
    line-height: 3.6vmin !important;
    margin-top: 2vmin;
    margin-right: 2vmin;
    /* margin-left: 1.5vmin; */
    cursor: pointer;
}

#problemPanelDownload{
    margin-left: 2vmin;
    background: var(--color-configurable);
    color: var(--main-color);
    border-radius: 100%;
    height: 3.6vmin;
    width: 3.6vmin;
    line-height: 1.6 !important;
    margin-top: -0.7vmin;
    cursor: pointer;
    text-align: center;
}

tr.highlight {
    background-color: #a0c4dd !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
    text-align-last: right !important;
}

#float {
    position: fixed;
    top: 3em;
    right: 2em;
    z-index: 100;
}

.problemTable_linkIcon {
    font-size: 1.4vmin;
    margin-left: 0.4vmin;
    padding: 0.5vmin;
    border-radius: 2vmin;
    border: 1px solid var(--color-configurable);
    font-weight: bolder;
    color: var( --main-color);
    background: var( --color-configurable);
    cursor: pointer;
}



#problemPanelContextTabDiv li {
    cursor: pointer;
    width: 25vmin;
    font-size: 1.5vmin;
    color: var(--text-color-sidePanel);
}

#problemPanelContextTabDiv li.selected {
    color: var(--header-textColor);
    background: var(--color-active);
    font-weight: bold;
    width: 25vmin;
}

#problemPanel li.selected,
#simulationResultContentPreHead div.selected,
#simulationResultContentHeader li.selected {
    background: var(--logo-color);
    color: var(--header-textColor);
    font-weight: bold;
}

#problemPanel li,
#simulationResultContentHeader li {
    padding: 1vmin 1vmin;
    display: block;
    list-style-type: unset;
    font-size: 2vmin;
    color: var(--text-color-sidePanel);
    cursor: pointer;
    background: var(--main-color-light);
}

#problemPanel .hidden_desc {
    display: none;
    visibility: hidden;
}

.problemPanel_noTableData {
    padding: 20vmin;
    margin: auto;
    font-size: 5vmin;
    font-family: Ubuntu;
}

.problemPanelTableHolder {
    height: 76vmin;
    border: 1px solid var(--second-color-light);
    border-radius: 0 0 1vmin 1vmin;
    background-color: var( --background-color);
    overflow: hidden;
}

#ppTreeMap .node {
    border: solid 1px white;
    line-height: 2vmin;
    overflow: hidden;
    position: absolute;
    text-indent: 2px;
}

#ppTreeMap tspan:after {
    content: ' ';
    display: inline;
}

.hiddenSpan {
    display: none;
}

#pButtonMenu_Header {
    font-weight: bold;
    text-align: left;
    padding-left: 2vmin;
    padding-top: 1vmin;
    height: 3vmin;
    font-size: 2vmin;
    background: var(--main-color);
    color: var(--header-textColor);
}

#pButtonMenu_CreateEntry {
    float: left;
    /* margin-left: 3vmin; */
    text-align: left;
    /* margin-top: 2vmin; */
    width: 93%;
    height: 70vh;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    display: block;
    /* font-size: 2.5vmin; */
    color: var(--text-color-sidePanel);
}

#pButtonMenu_CreateEntry table {
    text-align: left;
    position: relative;
    height: 25vmin;
}

.closeX {
    position: absolute;
    right: 1vmin;
    top: 1vmin;
    cursor: pointer;
}

.floatRight {
    float: right;
    margin: 1vmin;
}

.PBUTTONIcon:before {
    position: absolute;
    margin-top: -0.4vmin;
    content: 'P';
    color: red !important;
}

#menuPanel_pButtonMenu_Table {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    height: 50vmin;
    width: 100%;
    word-break: break-all;
    text-align: left;
}

.pButtonMenu_CreateEntry input[type=text] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    border-radius: 6px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: var(--input-background-sidePanel);
    color: var(--text-color-sidePanel);
}

.pButtonMenu_GroupingVariantSelect,
.pButtonMenu_GroupingObjectSelect,
.pButtonMenu_VkorgSelect,
.pButtonMenu_EkorgSelect,
.pButtonMenu_BeridSelect,
.pButtonMenu_BwartSelect,
.pButtonMenu_WerkSelect {
    border: 1px solid;
    position: absolute;
    z-index: 1;
    background-color: var(--background-color);
    padding-left: 1vmin;
    max-height: 25em;
    width: 56.4%;
    overflow: auto;
    border-color: var(--second-color-light);
    color: var(--text-color-sidePanel);
}

.trennlinePButton {
    margin-top: 1vmin;
    margin-bottom: 4vmin;
    border-bottom: 1px solid var(--second-color-light);
}

.potentialAdvanceInfo {
    position: relative;
    font-size: 2vmin;
    display: inline-flex;
    margin-bottom: 2vmin;
}

#analysemethodenLabel {
    font-size: 3.5vmin;
}

#inputAnalysemethoden {
    margin-top: 0.5vmin;
    margin-left: 2vmin;
    font-size: 1.5vmin;
    width: 100%;
    padding: 0.5vmin;
    background-color: var(--background-color);
    color: var(--text-color-sidePanel);
    cursor: pointer;
    display: none;
}

#inputAnalysemethoden option {
    padding: 0.5vmin;
}

.pButtonMethodecheckmark {
    display: inline-block;
    font-size: 1.4vmin;
    margin-top: 1.4vmin;
}

.pButtonCheckmark_label {
    display: inline-block;
    font-size: 1.4vmin;
}

#pButtonSaveEditButton,
#pButtonBerechnungButton {
    width: 25vmin;
    margin-top: -1vmin;
    float: right;
    margin-right: 5.2vmin;
}

#newPotentialBasicInfoHolder {
    margin-bottom: 3vmin;
    padding: 3vmin;
    border-radius: 1vmin;
    border: 1px solid var(--circle-fill);
    /* max-height: 70vh; */
    overflow-y: auto;
    height: 56vh;
    line-height: 1.8;
}

.newPotentialBasicInfo td {
    padding-bottom: 1vmin;
    vertical-align: middle;
}

#pButton_Methode_Checkmark {
    margin-top: 1.5vmin;
}

#problemPanel {
    display: flex;
    margin-top: 2vmin;
    line-height: 1.5;
}

#problemPanelHeaderSub,
#problemPanelHeader{
    margin-top: 4vmin;
    margin-left: 8vmin;
    margin-bottom: 2vmin;
    text-align: left;
    color: var(--text-color-sidePanel);
    font-size: 2.2vmin;
    display: flex;
}
#problemPanelHeaderSub {
    display: none;
    margin-top: 1vmin;
}

#problemPanelContextTabDiv {
    display: grid;
    width: 27vmin;
    border: 1px solid var(--second-color-light);
    max-height: 27vmin;
    margin-left: 8vmin;
    margin-bottom: 2vmin;
    text-align: left;
    color: var(--text-color-sidePanel);
    background: var(--background-color);
    border-radius: 0 0 1vmin 1vmin;
    overflow-y: auto;
    overflow-x: hidden;
}

#problemTable {
    background: var(--background-color);
    color: var(--text-color-sidePanel);
    position: relative;
    margin-right: 2vmin;
    width: 92%;
    margin-left: 7.5vmin;
}

#problemPanelTable_wrapper {
    margin-left: 2vmin;
    margin-right: 2vmin;
}

#problemPanelTable_paginate {
    padding-bottom: 2vmin;
    padding-top: 2vmin;
}

#problemPanelHeaderMATNRGR,
#problemPanelHeaderMethodeLabel,
#problemPanelHeaderLabel {
    white-space: nowrap;
    overflow: hidden;
}

#problemPanelHeaderMATNRGRSpan,
#problemPanelHeaderMehtodeLabelSpan,
#problemPanelHeaderWERKSSpan,
#problemPanelHeaderTimerangeSpan,
#problemPanelHeaderLabelSpan{
    font-weight: bold;
}

.slideDivP {
    margin: 1vmin 1vmin;
}

.problemPanelHeaderSliderFilterID{
    /*position: absolute;*/
    z-index: 10;
    margin: 0 auto;
    width: 50%;
    background: var(--background-color);
    height: 11vmin;
    display: block;
    border: 1px solid var(--second-color-light);
    border-radius: 0.25vmin;
}  

#problemPanelHeaderSliderFilterIDClose{
    /*position: absolute;*/
    float: right;
    right: 0;
    margin-right: 1vw;
    margin-top: 1vw;
    cursor: pointer;
}

.slideFilterDiv{
    display: flex;
    /* margin-top: 2vmin; */
   /* justify-content: space-around;*/
}

.slideInputLabel{
    text-align: center;
    width: 100%;
}

.slideInput{
    border: 0;
    text-align: center;
    margin-top: 1vmin;
    color: var(--main-color);
    /* font-weight: bold; */
    width: -webkit-fill-available;
    /* overflow-x: visible; */
    pointer-events: none;
}


.pbuttonDetailshown {
    color: var(--header-textColor);
    font-weight:bold;
}

.problemPanelHeaderFilterIDLabel {
    margin-top: 4vmin;
    font-weight: bold;
    margin-left: 10vmin;
    font-size: 2.5vmin;
    width: fit-content;
}

.activeElement{
    background-color: var(--color-active) !important;
}

.inactiveElement {
    background-color: var(--highlight-color);
    pointer-events: none;
    color: var(--circle-fill);
}

.analyticHolder {
    display: inline-flex;
    width: 100%;
    height: 59vmin;
}

.problemPanelNoDataDiv {
    font-size: 7vmin;
    font-weight: bold;
    position: absolute;
    top: 45%;
    left: 37%;
}

#problemPanelHeaderFilterIDClose{
    position: absolute;
    right: 0;
    margin-top: 1vmin;
    margin-right: 2vmin;
    font-size: 1.5vmin;
}

.statistikTableDivLeft,
.statistikTableDivRight {    
    line-height: 180%;
    /* font-size: 1.4vmin; */
    height: 55vmin !important;
    /* display: inline-flex; */
    margin: 2vmin 10vmin;
    float: left;
}

.statistikTableDivRight {
    margin: 2vmin 10vmin 2vmin 0;
}

.statistikTable{
    width: 50%;
}

.statistikTableSecond {
    width: 100%;
}

.statistikTypeTable {
    width: 100% !important;
    text-align-last: right;
}

.statistikTypeTable td:nth-child(1), th:nth-child(1) {
    text-align-last: left;
    /*padding-left: 0.6em !important;*/
}

.childTableDiv{
    border: 1px solid var(--second-color-light);
    padding: 1vmin;
    border-radius: 0.5vmin;
    pointer-events: none;
}

.pButton_childTable{
    text-align-last: left;
    width: 40%;
    white-space: nowrap;
}

.pButton_childTableLabel{
    width: 60%;
}

#problemPanelInfoDocuTabsDiv{
    border: 1px solid;
    border-color: var(--second-color-light);
    height: 49vmin;
    width: 27vmin;
    margin-left: 8vmin;
    border-radius: 1vmin;
    padding-bottom: 1vmin;
}
    
#coninfoDiv{
    display: none;
    flex-direction: column;
    justify-content: space-between;
}
    
.docuTab{
    padding: 1vmin;
}
    
.docuTabLabel{
    text-align: left;
    margin-top: 1vmin;
    margin-left: 1vmin;
    font-size: 1.1em;
    font-weight: bold;
}
    
.docuTabContent{
    margin-top: 1vmin;
    overflow-y: auto;
    max-height: 42vmin;
    width: 24vmin;
    padding: 1vmin;
    text-align: left;
    line-height: 150%;
    white-space: normal;
    word-break: break-word;
    font-size: 1.4vmin;
    color: var(--text-color-sidePanel);
}

.slideInputDiv {
   /*width:12%;*/
   margin-left: 2vmin;
   margin-right: 2vmin;
}


.slideInputDiv div span {
    cursor: pointer !important;
}

.doculi{
    font-weight:bold;
}

.docuul {
    padding-left: 2vmin;
}
    
#problemPanel_MethodCheckmark {
    /* margin-top: 1vmin; */
    height: 10vmin;
    overflow-y: auto;
    /* overflow-x: hidden; */
    display: grid;
    grid-template-columns: max-content max-content max-content max-content;
    grid-template-rows: max-content;
    column-gap: 6vmin;
}

#pButtonMenu_maxLevel {
    height: 2.1vmin;
    width: 32.4vw;
}

.PPusedAnalyticsTD{
    color: var(--color-active);
    /* text-align: center; */
    font-size: 1.4em;
    font-weight: 800;
}

.problemPanelTable {
    white-space: nowrap;
}

#problemPanel_exportMenu {
    width: 12vmin;
    height: 5vmin;
    position: absolute;
    top: 9vmin;
    right: 20vmin;
    background-color: white;
    z-index: 10;
    border-radius: 0 0 2vmin 2vmin;
    border: 1px solid gray;
}

#problemPanelHeaderTimerange {
    width: 45vmin;
    margin-left: 2vmin;
}

.problemPanelHeaderSubWide{
    width: 35vmin;
}

#simExport_templateDiv,
#ppanelExport_templateDiv {

    display: flex;
    position: relative;
    height: 4vmin;
    padding-bottom: 1vmin;
    margin-bottom: 1vmin;
}

#simExport_templateSelect,
#ppanelExport_templateSelect {
    width: 30%;
    height: 4vmin;
    align-self: center;
    font-size: inherit;
    cursor: pointer;
}

#simExport_templateButtonHolder,
#ppanelExport_templateButtonHolder {display: flex;position: absolute;right: 1vmin;}

#simExport_addTemplate,
#ppanelExport_addTemplate {/* float: right; */margin-right: 1vmin;color: var(--color-active);font-size: 2.5vmin;/* background: var(--color-configurable); */padding: 0.5vmin;border-radius: 100%;cursor: pointer;}

#simExport_removeTemplate,
#ppanelExport_removeTemplate {
    right: 0;
    font-size: 2.5vmin;
    /* background: var(--color-configurable); */
    padding: 0.5vmin;
    border-radius: 100%;
    cursor: pointer;
}

/* #pButtonMenu_comments {
    display: none;
}

#pButtonMenu_commentsContent {
    color: var(--text-color-sidePanel);
    background: var(--input-background-sidePanel);
    resize: none;
    width: 75%;
    margin-top: 2vh;
    border: none;
    height: 12vh;
    margin-bottom: 0.25vh;
} */

#pButtonMenu_newComment {
    color: var(--text-color-sidePanel);
    background: var(--input-background-sidePanel);
    width: 67%;
}

#pButtonMenu_newCommentButton {
    height: 2em;
    width: 4vw;
    min-width: unset;
    margin-left: 1%;
}

#promptWindowCheckboxDiv {
    display: none;
    margin: 0 0 2vmin 0;
    width: 90%;
    padding-left: 1.5em;
    text-align: left;
}

#promptWindowCheckboxLabel {
    display: contents;
}

.unchangableInput {
    background-color: #d3d3d3 !important;
    cursor: default !important;
    color: #4b4949 !important;
    pointer-events: none !important;
  }
 
#simExport_checkboxHolder,  
#ppanelExport_checkboxHolder {
    display: flex;
    padding-left: 4vmin;
    margin-top: 0.75vmin;
}  

#simExport_checkboxHolder label,
#ppanelExport_checkboxHolder label {
    margin-top: 0.4vmin;
}

.customNameInput {
    font-size: inherit;
    height: 2.5vmin;
    /* margin: 0 auto; */
    width: 100%;
}

#simExport_exportTemplateSelect,
#ppanelExport_exportTemplateSelect {
    width: 23vmin;
}

.simExport_ExportModalTableTitle,
.pPanelExport_ExportModalTableTitle {
    padding-right: 4vmin;
}

#simExport_exportModalHolder,
#pPanelExport_exportModalHolder {
    width: 59vmin;
    height: 28vmin;
    /* margin: 0; */
    position: absolute;
    left: 50%;
    /* top: 24vmin; */
    border-bottom-left-radius: 1vmin;
    border-bottom-right-radius: 1vmin;
    transform: translate(-50%, 0%);
}

#simExport_ExportModalTable,
#simExport_ExportModalContent,
#pPanelExport_ExportModalTable,
#pPanelExport_ExportModalContent {
    height: 35vmin;
    font-size: 2vmin;
}

#simExport_ExportModalContent,
#pPanelExport_ExportModalContent {
    transition: 0.2s;
    margin-left: 0.5vmin;
    line-height: 2;
}

#simExport_ExportModalTable tr td select,
#simExport_ExportModalTable tr td input,
#pPanelExport_ExportModalTable tr td input,
#pPanelExport_ExportModalTable tr td select {
    font-size: 2vmin;
    padding: 0.5vmin 1vmin;
    width: inherit;
    /* width: 100%; */
    /* height: 2.5vmin; */
}

#simExport_ExportModalTable tr td select, 
#pPanelExport_ExportModalTable tr td select {
    cursor: pointer;
}

.csvDependent {
    /* display: none; */
}

#pButtonPanelTbody tr {
    cursor: pointer;
}

#pButtonPanelTbody tr td {
    padding-top: 0.5em;
}

.problemPanelDropdown {
    background-color: var(--background-color);
    color: var(--text-color-sidePanel);
    cursor: pointer;
    font-size: 1em;
    padding-left: 1vmin;
    padding-right: 1vmin;
}

#simExport_ExportModalSettings,
#pPanelExport_ExportModalSettings {
    float: left;
    font-size: 2.2vmin;
    display: flex;
    cursor: pointer;
    color: var(--balken-color);
    font-weight: bold;
}

#simExport_ExportModalSettingsIcon, 
#pPanelExport_ExportModalSettingsIcon {
    margin-right: 0.5vh;
}

#simulation_Overview,
#layoutMenu_pPanel_Overview {
    display: none;
    position: absolute;
    top: 18vmin;
    width: 67%;
    background: var(--background-color);
    display: block;
    height: 71vh;
    /* margin: 2vmin; */
    /* height: 28%; */
    overflow-x: hidden;
    overflow-y: auto;
    /* margin-left: 6vmin; */
    font-size: 2.2vmin;
    line-height: 1.5;
}

.layoutMenu_pPanel_OverviewElement {
    cursor: pointer;
    /* height: 16vmin; */
    /* width: 45%; */
    /* background: lime; */
    display: inline-block;
    margin: 1vmin 2vmin;
    text-align: center !important;
    line-height: 319%;
    border: 1px solid var(--circleLabel-color);
    border-radius: 1vmin;
}

.layoutMenu_pPanel_OverviewElement:hover {
    background: var(--main-color-light);
    border:none;
}

.problemPanelHeaderdocID {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--background-color);
    z-index: 5;
    font-size: 2.2vmin;
}

.problemPanelHeaderdocIDContent {
    overflow-y: auto;
    height: 58vmin;
    /* width: 80%; */
    padding-right: 20vmin;
    padding-left: 20vmin;
    margin: auto;
    text-align: left;
    word-break: break-word;
    line-height: 2;
}

.problemPanelHeaderdocIDLabel {
    margin-bottom: 2vmin;
    text-align: left;
    font-weight: bold;
    padding-left: 20vmin;
    margin-top: 2vmin;
}

#simExport_TableDiv,
#pPanelExport_TableDiv{
    border-bottom: 1px solid var(--circle-fill);
    width: 100%;
    padding-bottom: 0vmin;
    height: 42vmin;
}