.colorWarning{
color: #b99421;
 }
 .colorCritical{
    color: red;
}

 .infoPanel {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 2;
     top: 76px;
     right: 0;
     background-color: #2980b9;
     overflow-x: hidden;
     transition: 0.5s;
     opacity: 1;
     overflow-y: auto;
 }
 .infoPanel a {
     padding: 16px;
     text-decoration: none;
     font-size: 16px;
     color: #818181;
     display: block;
     transition: 0.3s;
     column-span: 2;
 }
 
 .infoPanel a:hover,
 .offcanvas a:focus {
     color: #f1f1f1;
 }

 .extraInfoTableTable_optionHeader {
    width: max-content;
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
    padding-right: 15px;
    height: max-content;
    position: absolute;
    right: 0;
    z-index: 999;
 }

 #extraInfoTableTable_wrapper{
    padding-top: 5px !important;
 }

 .sidePanel_sectionContentHeader_OptionsContainer {
     display: flex;
     column-gap: 3vmin;
     right: 2vmin;
     position: absolute;
 }

 #buttonOpenInfoPanel {
     transition: 0.5s;
     position: absolute;
     right: 0px;
     top: 50%;
     z-index: 2;
 }

 .infoPanel .closebtn {
     position: absolute;
     top: 0;
     right: 0px;
     font-size: 36px;
 }
 
 .multiselect-container>li>a>label {
     padding: 4px 20px 3px 20px;
 }
 
 #infoPanel {
     color: #ffffff;
     font-weight: bold;
     font-size: 16px;
     text-align: left;
 }
 
.infoPanel_CustomInput {
    background: transparent;
    width: 100%;
    border: none;
    color: var(--text-color-sidePanel);
    font-size: inherit;
}

 .infoPanelImg {
     width: auto;
     max-width: 15vmin;
     max-height: 15vmin;
     position: relative;
     top: 50%;
     transform: translateY(-50%);
 }
 
 .subRow {
     display: none;
     border: width border-style color;
     width: 1px;
     border-style: none
 }
 
 .infoPanel-header {
     font-size: 18px;
     text-align: center;
     padding: 8px;
     column-span: 2;
     height: 64px;
 }
 
 .subRow th {
     width: 50%;
     font-weight: normal;
     padding-top: 2px;
     padding-bottom: 2px;
     font-size: 14px;
 }
 
 .subRow td {
     width: 200px;
     padding-top: 2px;
     padding-bottom: 2px;
     font-size: 14px;
 }
 
 .subRowHighlight td {
     width: 200px;
     padding-top: 2px;
     padding-bottom: 2px;
     font-size: 14px;
     color: #FF8A00;
 }
 
 .subRowHighlight th {
     width: 200px;
     padding-top: 2px;
     padding-bottom: 2px;
     font-size: 14px;
     font-weight: normal;
 }
 
 #picture {
    height: 15vmin;
    margin-bottom: 3vmin;
 }
 
 #infoPanel_ButtonRequest {
     background: var(--second-color-dark);
     color: white;
     border: none;
     font-size: 18px;
     width: 31%;
     border-radius: 20px;
     height: 40px;
     margin-top: 10px;
     margin-left: 30px;
     cursor: pointer;
 }
 
 #infoPanel_tab_kenn {
     width: 96%;
     padding-top: 10px;
     padding-bottom: 10px;
     text-align: left;
     font-size: 14px;
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
     border-collapse: collapse;
 }
 
 #infoPanel_tab_kenn th {
     font-weight: bolder;
     height: 30px;
     padding-left: 12px;
     background-color: var(--main-color-light);
     color: white;
     border-bottom: 2px solid white;
 }
 
 #infoPanel_tab_kenn td {
     font-weight: normal;
     width: 50%;
     height: 30px;
     padding-left: 12px;
 }
 
 #infoPanel_tab_kenn tr:nth-child(odd) {
     background-color: var(--second-color-light)
 }
 
 #infoPanel_tab {
     width: 96%;
     padding-top: 10px;
     padding-bottom: 10px;
     text-align: left;
     font-size: 14px;
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
     border-collapse: collapse;
 }
 
 #infoPanel_tab td {
     font-weight: bolder;
     height: 30px;
     padding-left: 12px;
     background-color: #FF8A00;
     color: white;
     border-bottom: 2px solid white;
 }
 
 #infoPanel_tab th {
     font-weight: normal;
     width: 50%;
     height: 30px;
     padding-left: 12px;
 }
 
 #infoPanel_tab tr:nth-child(odd) {
     background-color: var(--second-color-light)
 }
 
 .sidePanelContent_Info_Section_Table,
 .sidePanelContent_Info_Section_Table_Double {
    width: 94%;
    text-align: left;
    margin: 0 auto;
    margin-top: 1vmin;
    margin-bottom: 1vmin;
    line-height: 4vh;
    text-align-last: left;
 }

 .sidePanelContent_Info_Section_TableHeader {
     font-weight: bold;
     display: none;
    color: var(--header-textColor) !important;
    background: var(--main-color) !important;
 }
 
.sidePanelContent_Info_Section_SectionHeader {
    font-weight: bold;
    display: none;
    color: var(--header-textColor) !important;
    background: var(--main-color) !important;
    cursor: pointer;
}

 .sidePanelContent_Info_Section_Table tr td:first-child {
    /*font-weight: bold;*/
     text-align: left;
 }

.sidePanelContent_Info_Section_Table_Double tr td:first-child {
    /*font-weight: bold;*/
}

.sidePanelContent_Info_Section_Table_Entry,
.sidePanelContent_Info_Section_Table_EntryHeader {
    width: 38%;
    padding-left: 1vmin;
}

.sidePanelContent_Info_Section_Table_Entry_Double,
.sidePanelContent_Info_Section_Table_EntryHeader_Double {
    width: 20%;
    padding-left: 10px;
    text-align: left;
}

.sidePanelContent_Info_Section_Table_EntryHeader,
.sidePanelContent_Info_Section_Table_EntryHeader_Double {
    color: white;
}

.sidePanelContent_Info_Section_Table_Entry_Darker,
.sidePanelContent_Info_Section_Table_Entry_Double_Darker {
    background: var(--second-color-light);
}

.sidePanelContent_Info_Section_Table_Entry_DarkerDarkMode,
.sidePanelContent_Info_Section_Table_Entry_Double_DarkerDarkMode {
    background: rgb(43, 43, 43);
}
 
 .link {
     color: #38b8f9;
     text-decoration: underline;
     cursor: pointer;
 }

#infoPanelOverview_ButtonRequest {
    width: 30%;
    margin: 0 auto;
    display: none;
    background: var(--main-color);
    font-size: 18px;
    color: white;
    cursor: pointer;
    border-radius:20px;
    height:40px;
    border: none;
    margin-top: 5px;
}

#infoPanelContextMenu{
    margin: 0 auto;
    display: none;
    position: fixed;
    background: #ececec;
    color: blue;
    cursor: pointer;
    border: none;
    opacity: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: var(--second-color-light);
    color: var(--sidepanel-text-color);
    font-weight: bold;
    text-align: left;
    border: groove;
}


#infoPanelContextMenu label{
    margin: 5px;
    cursor: pointer;
    left : 0;
    padding: 7px 6px;
    color: var(--text-color-sidepanel);
    background: var(--second-color-light);
}

#infoPanelContextMenu label:hover {
    background-color: var(--second-color);
    cursor: pointer;

}

.clickAbleLabel,.clickAbleContentLabel{
    cursor: context-menu;
    text-shadow: antiquewhite;
    text-shadow: 0 0 5px #38b8f9;
    text-decoration: underline;
    cursor: copy;
}

.clickable {
    cursor: pointer;
}

.help {
    cursor: help;
}

.clickAbleContentLabel {
    display: contents;
}


#hideInfo{
    float: right;
    top: 10px;
    margin-left: 18px;
    position: relative;
    color: #d25e5e;
    margin-right: 5px;
}

.infoPanelSectionHeaderOfHidden {
    /* background: var(--color-configurable) !important; */
}

.infoPanelSectionLabelOfHidden {
    margin-top: 0.75vh;
    margin-bottom: 1.5vh;
    display: none;
}

.infoPanelSectionHidden {
    display: none;
}
.InfoPanelLocationLabelSeparator{
    width: 0px;
    border-right: 1px solid black;
    transform: skew( 
-40deg
 );
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.InfoPanelLocationLabelActive{
    text-decoration: none;
    color: var(--color-active);
    font-weight: bolder;
    display:none;
}

#sidePanelContent_TitleNav{
    display: none;
}

.infoPanelTableEditNewOptionTableTitle {/* margin: 1vmin auto; */text-align: center;}

.infoPanelTableEditNewOptionTableSection{
    border: 1px solid var(--circle-fill);
    padding: 2vmin;
    font-size: 2vmin;
    margin: 1vmin auto;
}

.infoPanelTableEditNewOptionTableSectionHead{


}

.infoPanelTableEditNewOptionTableSectionLabel{
    margin-bottom: 1vmin;
    text-decoration: underline;
    text-underline-offset: 0.3vmin;
}

#infoPanelTableEditNewOptionTableContent{
    overflow-y: auto;
    height: 65vmin;
    margin-top: 1vmin;
    margin-bottom: 2vmin;
}

.infoPanelTableEditNewOptionTableButton{
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    margin: 0vmin auto;
}

.infoPanelTableEditNewOptionTableSectionTable{

}

.infoPanelNewElmentButton{min-width: 12vmin;}

.sidePanelContent_InfoChoose_Select,
.sidePanelContent_InfoInput_Textarea {
    font-size: inherit;
    background: inherit;
    color: inherit;
    cursor: pointer;
    margin-left: 0.5em;
}

.sidePanelContent_InfoInput_Textarea {
    margin-top: 0.5em;
    width: 92%;
    height: 45vh;
    padding: 1vmin;
}

.infoPanel_subHeaderElementHidden {
    display: none;
}

.fixedColumn {
    position: sticky !important;
    z-index: 1 !important; /* Ensures the fixed column stays above the scrollable content */
    width: -webkit-fill-available !important;
}