
#appList {
    font-family: 'Ubuntu', sans-serif;
    display: none;
    width: 100vw;
    bottom: 0px;
    position: fixed;
    margin-top: 5.5vh;
    top: var(--headerHeight);
    color: var(--circleLabel-color);
    z-index: 3;
    background: var(--background-color);
}

#appListContent{
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

#appListContentTitle{
    display: flex;
    width: 25%;
    flex-direction: column;
    background: rgb(250,250,250);
}

#appListContentContent {
    width: inherit;
}

.appListOnePageHeader{
    width: 61%;
    border-bottom: 1px solid var(--circle-fill);
    margin: 3vh auto;
    display: flex;
    font-size: 3vh;
    font-family: 'Ubuntu', sans-serif;
}

#appListOnePageAppContent{
    display: flex;
    flex-wrap: wrap;
    max-height: 51vh;
    /* height: 50vh; */
    overflow-y: auto;
    margin-top: 1vmin;
}

#appListConfiguratorSearchHolder{
    display: flex;
    margin-left: 1%;
    flex-direction: row;
    margin-bottom: 4vmin;
}

#appListOnePageConfigurator{
    margin: 0 auto;
    width: 94%;
}

#appListSwitchConfigApps{
    display: flex;
    width: 7%;
    font-size: 2.5vmin;
    cursor: pointer;
    /* margin-right: 2vmin; */
    justify-content: space-around;
}

#appListonePageHeaderTitleConfigurator{
    padding-bottom: 2vmin;
}

#whereIsItappListTitle {
    position: absolute;
    right: 1vmin;
}

#appListOnePageConfiguratorListTitle {
    text-align: left;
    font-size: 1.1em;
    font-style: italic;
    /* height: 2.5vh; */
    /* width: 95%; */
    margin-left: 1%;
    margin-top: -2vmin;
}

.appListListDiv{
    margin-top: 2vmin;
    /* padding-top: 2vmin; */
    font-size: 2vmin;
    /* border-bottom: 1px solid var(--cockpit-green); */
    line-height: 3.5vmin;
    /* border-top: 1px solid; */
}

#appListSectionListDiv {
    width: 69%;
    height: 1.5;
    /* padding: 2vmin; */
    margin: 0px auto;
    text-align: left;
}

#appListSichtListDiv,
#appListModulListDiv{
    display: none;
    width: 69%;
    height: 1.5;
    /* padding: 2vmin; */
    margin: 0px auto;
    text-align: left;
}

#whereIsItappListSectionlist,
#whereIsItappListModullist,
#whereIsItappListSichtlist{
    margin-bottom:0.5vmin
}

#whereIsItappListubTitleHolder {
    margin-top: 12vmin;
}

appListSectionListHolder,
.appListModulListHolder,
.appListSichtListHolder{
    display: flex;
    padding: 0.5vmin 0 0 0;
    flex-direction: row;
}


.disabledbutton{
    opacity: 0.2;
    pointer-events: none;
}

.appListCheckbox{
    
}

#appListOnePageTCODEContent{
    margin-top:2vmin;
}

#whereIsItappListSectionlistHead,
#whereIsItappListModullistHead,
#whereIsItappListSichtlistHead{font-size: 2vmin;background: var(--cockpit-logo);/* background: var(--circle-fill); *//* margin-top: 2vmin; */text-align: left;width: 73%;padding-left: 3vmin;margin: 0 auto;/* border: 1px solid var(--circle-fill-geo); */line-height: 4.5vmin;/* border-top: 1px solid; */}