﻿.TreeControlsNew-buttonBar {
    margin-top: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-height: calc(1.5 * 1rem);
    max-width: 100%;
}

.TreeControlsNew-left {
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 1;
    min-width: 3rem;
}

.TreeControlsNew-shrinkableCount {
    margin-left: 3px;
    flex-shrink: 1;
    min-width: 1rem;
}

.TreeControlsNew-filters {
    flex-shrink: 0;
}

.TreeControlsNew-selectionReplaceIcon {
    font-size: 0.5em;
}

.TreeControlsNew-selectionReplaceIcon .fa-plus {
    left: 4px;
    top: -6px;
}
