﻿.dxtlControl_Material .dxtlDataTable {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.dxtlIndentWithButton_Material {
    vertical-align: middle;
}

.dxtlSelectedNode_Material {
    background-color: inherit;
}

.dxtlControl_Material .dxtlHSDC + .dxtlCSD {
    border-bottom-left-radius: var(--border-radius-1);
    border-bottom-right-radius: var(--border-radius-1);
    -webkit-border-bottom-left-radius: var(--border-radius-1);
    -webkit-border-bottom-right-radius: var(--border-radius-1);
    -moz-border-radius-bottomleft: var(--border-radius-1);
    -moz-border-radius-bottomleft: var(--border-radius-1);
}

/* SPECIFIC AU WUC */
.WUC_TreeList .dxtlDataTable tr.dxtlNode_Material td {
    border-bottom: 1px solid var(--color-primary-light-blue-4) !important;
}

.WUC_TreeList .dxtlHeader_Material {
    padding: 5px;
    font-weight: var(--generic-font-weight-light);
}

.WUC_TreeList .dxbButton_Material.dxbTSys {
    width: 120px;
}

    .WUC_TreeList .dxbButton_Material.dxbTSys.CommandBt {
        width: 40px;
    }

        .WUC_TreeList .dxbButton_Material.dxbTSys.CommandBt.CommandBtUpd {
            margin-left: 20px;
        }