﻿.AssociatedUnitsTable-table {
    table-layout: fixed;
}

.AssociatedUnitsTable {
    height: 100%;
    overflow-y: auto;
}

.AssociatedUnitsTable-tableHeader {
    background-color: var(--surface-default);
    z-index: 2;
}

.AssociatedUnitsTable-node {
    user-select: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    width: 350px;
}

.AssociatedUnitsTable-expander {
    cursor: pointer;
    padding-right: 12px;
}

.AssociatedUnitsTable-label {
    flex-grow: 1;
    cursor: default;
}

.AssociatedUnitsTable-lockIconCell {
    text-align: right;
    padding-right: 0 !important;
}

.AssociatedUnitsTable-profileCell {
    display: flex;
    align-items: center;
    word-break: break-word;
}

.AssociatedUnitsTable-validationIndicator {
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 1px;
}
