#presetCntainer
{
    
    
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);

}
    .aPresetLine
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding: 2px 5px;
    }
        .aPresetName
        {}
        .aPresetValue
        {}
    
        .aPresetValue img
        {max-height: 180px;}

#entityFilterContainer
{    
    padding: 10px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #afafaf;
    margin-bottom: 10px;
}
    #entityFilterContainer #entityFilter,
    #entityFilterContainer #presNameFilter
    {    
        height:calc(2.5rem - 2px);
        background-color: #fff;
        width: auto;
        padding-right: 1.875rem;
        box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
        /* background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center/1.25rem 1.25rem; */
        padding: 0 0.5rem;
        color: #7a7a7a;
        border: 1px solid rgba(0,0,0,.25);
    }

    #entityFilterContainer #presNameFilter
    {display: none;}

#searchHeader {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    padding: 10px;
    justify-content: space-between;
    border: 1px solid #afafaf;
    border-radius: 8px;
    margin: 10px 0px;

}
#searchLabels{
    flex-grow: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
#searchHeader #searchLabels div {
    margin: auto 10px;
}