.treeGridContainer .name {
    text-align: left;
}

.treeGridContainer .name > span {
    text-overflow: ellipsis;
}

.treeGridContainer .moduleName {
    text-align: left;
}

.callTree-goToToolWindow {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 4px;
    bottom: 0px;
    margin: auto;
    width: 1em;
    height: 1em;
    background: url("./Icons/GoToToolWindow.png") no-repeat 0px 0px; /*[ url({diagnosticsHub-goToToolWindow}) no-repeat 0px 0px]*/
    background-position-x: center;
    background-position-y: center;
    background-size: 100%;
}

    td > .hotHighlight {
        display: inline-block;
        width: 0px;
        height: 0px;
    }

    td > .hotHighlight.hotPath {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        background: url("./Icons/HotPath.png") no-repeat 0px 0px; /*[ url({hotPathImage}) no-repeat 0px 0px]*/
        background-size: 100%;
    }

    td > .hotHighlight.hotItem {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        background: url("./Icons/HotItem.png") no-repeat 0px 0px; /*[ url({hotItemImage}) no-repeat 0px 0px]*/
        background-size: 100%;
    }

    .treeGridRow:hover > .name {
        padding-right: calc(1em + 4px);
    }

    .treeGridRow:hover .callTree-goToToolWindow {
        display: inline-block;
    }

    .treeGridRow.emptyRow > td {
        font-style: italic;
        text-align: center;
        color: chartreuse; /*[{plugin-inactive-color}]*/
    }