

#projectEdit_2_DIV
{
    margin-top: clamp(0.1em, 1vw, 1em);
    font-size: clamp(0.1em, 0.9vw, 0.8em);
}

.panelTitle
{
    font-weight: bold;
    margin-bottom: clamp(0.1em, 0.6vw, 0.6em);
    text-align: center;
    padding: clamp(0.1em, 1vw, 1em);
    font-size: clamp(0.1em, 1.3vw, 1.3em);
    height: clamp(0.1em, 1.1vw, 1.1em);
}

.middlePanelDIV
{
    position: fixed;
    height: 100%;
    overflow: auto;
    width: 82vw;
    left: 18vw;
}

.middlePanelhDIV
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.middlePanelPropertiesDIV
{
    padding: clamp(0.1em, 1vw, 1em);
}

.middlePanelPropertiesDIV .editIcon
{
    width: clamp(0.1em, 1vw, 1.2em);
    height: clamp(0.1em, 1vw, 1.2em);
    margin: 0 clamp(0.1em, 0.8vw, 0.9em);
}

.middlePanelPropertyName
{
    font-weight: bold;
}

.middlePanelViewport
{
    height: calc(100vh - 5.8em);
    overflow-y: auto;
}

.middlePanelPropertyName,
.middlePanelViewport
{
    font-size: clamp(0.1em, 1.3vw, 1.3em);
}

.propertiesToolDIV
{
    position: fixed;
    display: flex;
    right: 0;
    transform: translateY(-100%);
}

.projectPropButton
{
    margin: 0 clamp(0.1em, 0.3vw, 0.3em);
    cursor:pointer;
}

.projectPropButton img
{
    height: clamp(0.1em, 1.3vw, 1.8em);
}

#projectEditGen2PageDIV .dbEntryTitleBar
{
    width: clamp(5em, 36.8vw, 35em);
}

#projectEdit_2_DIV .highlight
{
    filter:unset;
}

#prezoLoaderDIV
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: clamp(0.1em, 3vw, 2.7em);;
    text-align: center;
    align-content: center;
}

#slideScaleDIV
{
    position: fixed;
    align-items: center;
    display: flex;
    width: 82vw;
    justify-content: center;
    bottom: 0;
    height: clamp(0.1em, 5.7vw, 4.9em);
    background-color: rgba(32,32,32,0.7);
    z-index: 100;
}

.noLink
{
    text-align: center;
    border: solid thin #fff;
    justify-content: center;
    background:
        linear-gradient(45deg, transparent calc(50% - 1px), #c00, transparent calc(50% + 1px)),
        linear-gradient(-45deg, transparent calc(50% - 1px), #c00, transparent calc(50% + 1px));
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.noLink span
{
    width: 95cqi;
    height:95cqi;
    align-content: center;
    word-wrap: break-word;
    font-size: clamp(0.1em, 7cqi, 1em);
    color: #FFF;
}

#dBImagePopUpEditDIV img
{
    max-width: 100%;
    max-height: clamp(0.1em, 40vh, 40em);
}

#dBImagePopUpEditDIV
{
    text-align: center;
    margin: clamp(0.1em, 1vw, 1em);
    height: clamp(0.1em, 40vh, 40em);
    align-content: center;
}

#dBImageHistoryDataDIV
{
    display:grid;
    text-align: center;
    justify-items: center;
}

#dbImageNameDIV
{
    margin-top: clamp(0.1em, 1vw, 0.8em);
    font-size: clamp(0.1em, 1.4vw, 1.6em);
}

#dbImageDateDIV
{
    margin-top: clamp(0.1em, 0.6vw, 0.6em);
}

.dbImageHistoryItem
{
    padding: clamp(0.1em, 0.8vw, 0.9em) 0;
    cursor: pointer;
}

#dbImageHistoryListDIV
{
    height: clamp(0.1em, 10.5vh, 11.5em);
    width: 50%;
    overflow-y: auto;
    margin-top: clamp(0.1em, 0.6vw, 0.7em);
    border: solid thin #7636a5;
    color: #FFF !important;
}

.dBImageTitleDIV
{
    margin-top: clamp(0.1em, 2vw, 2.3em);
}

.dbImageHistoryItem.oddColor
{
    background-color: #555 !important;
}

.dbImageHistoryItem.evenColor
{
    background-color: #333 !important;
}

.dbImageHistoryItem.selected
{
    background-color: #7636a5 !important;
}

