#searchHelpContainer {
    display: none;
    z-index: 1080;
    position: absolute;
    /* padding: 1vmin; */left: 20vw;
    top: 25vh;
    width: 60vw;
    height: 50vh;
    background: var(--second-color-lightest);
    resize: both;
    /* overflow: auto; */
    border: 1px solid var(--main-color);
    /* border-radius: 1vmin; */
    /*overflow: hidden;*/
}

#searchHelpContainerClose {
    cursor: pointer;
    float: right;
    color: white;
margin-right: 1vmin;margin-top: 1vmin;}
#searchHelpContainerTable {

}

#searchHelpContainerHeader {
    background: var(--main-color);
    cursor: move;
    color: var(--header-textColor);
    padding: 0.5em;
    height: 3.5vmin;/* font-weight: bold; */
    display: flex;/* display: block; *//* border-radius: 1vmin 1vmin 0 0; */
    justify-content: space-between;
}

/* #searchHelpContainerPreHeader {
    position: sticky;
    top: 0;
} */

#searchHelpContainerContent, .synonymModalContent {
    background: var(--background-color);
    /* width: 100%; */
    line-height: 1.6;/* font-size: 2vmin; */height: 67%;
    color: var(--circleLabel-color);
    text-align: left;
    overflow: auto;
    margin: 0.5vmin 1.8vmin 1.8vmin 1.8vmin;
}

:is(#searchHelpContainerContent, .synonymModalContent) table {
    width: 100%;
    border-collapse: collapse;
}

:is(#searchHelpContainerContent, .synonymModalContent) table tr {
    cursor: pointer;
    height: 1.5em;
}

:is(#searchHelpContainerContent, .synonymModalContent) table tr th {
    font-weight: bold;
    /* color: white; */
    text-align: left;
    text-align-last: left;
    background: var(--background-color);
    cursor: pointer;
}

:is(#searchHelpContainerContent, .synonymModalContent) table tr th,
:is(#searchHelpContainerContent, .synonymModalContent) table tr td {
    padding-left: 1vmin;
    padding-right: 1vmin;
}

:is(#searchHelpContainerContent, .synonymModalContent) table tr:nth-child(even) {background: var(--second-color-light);}

#searchHelpSearch input {
    margin: 1vmin 0 1vmin 0;width: 94%;/* width: calc(100% - 2vmin); */
    font-size: inherit;
    padding: 1vmin;
    border: 1px solid var(--circle-fill);
    color: var( --circleLabel-color);
    background: var(--background-color);
}

#leadInSearchContainerSearchHelpIcon,
#leadInSearchContentSearchHelpIcon {
    display: none;
}

#searchHelpContainerTableHead th.ascending::after {
    content: "\25B2";
}

#searchHelpContainerTableHead th.descending::after {
    content: "\25BC";
}

#searchHelpSearch {
    margin-top:1vmin;
/* width: 90%; *//* margin: 0 2vmin; */}

#searchHelpContainerHeaderTitel {

font-size: 2.5vmin;margin-left: 2vmin;margin-top: 0.4vmin;}

#seachHelpPopupGetMoreInfo {padding-bottom: 2vmin;text-align: left;width: 90%;margin: auto;cursor: pointer;}

#seachHelpPopupGetMoreInfo.seachHelpPopupGetMoreInfo_closed::before {
    content: "\25B7";
}

#seachHelpPopupGetMoreInfo::before {
 content: "\25BD";
 padding-right: 0.5vmin;
}

#seachHelpPopupTimeFilterHolder {
    display: flex;
    line-height: 2em;
    width: 90%;
    margin: auto;
    padding-bottom: 3vmin;
}

#seachHelpPopupTimeFilterValue {
    width: 30%;
    margin-left: 3vmin;
}

#seachHelpPopupTimeFilterUnit {
    margin-left: 2vmin;
}

.searchHelpRowFilter {
    margin-left: -1vmin;
    width: unset;
}

.TYPE_hidden,
.key_hidden {
    display: none;
}
