﻿.EntityLinkageForm {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.EntityLinkageForm-firstRow {
    flex-grow: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.EntityLinkageForm-formGroup {
    padding-top: 15px;
    width: 50%;
}

.EntityLinkageForm-formGroup label {
    padding-left: 0;
}

.EntityLinkageForm-formGroup .FormGroup-body {
    padding-left: 0;
}

.EntityLinkageForm-body {
    flex-grow: 1;
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
}

.EntityLinkageForm-table {
    width: 100%;
}

.EntityLinkageForm-tableBody {
    line-height: 2.5;
}

.EntityLinkageForm-forDeletion {
    text-decoration: line-through;
}

.EntityLinkageForm-tabContent {
    padding-top: 15px;
    padding-left: 15px;
    height: 100%;
    overflow-x: hidden;
}

.EntityLinkageForm-actionsColumnHeader {
    cursor: none;
    pointer-events: none;
}

.EntityLinkageForm-tableHead {
    z-index: 10;
}

.TreeInput-linkageRow .TreeInput-treeView {
    max-width: 50%;
}
