#anobjpivotcontrol .kd-split-vertical>.kd-split-trigger-con {
    width: 100% !important;
}
#anobjpivotcontrol .kd-split-vertical>.kd-split-trigger-con>.kd-split-trigger {
    background-image: url(../staticImg/split2.png);
    height: 18px;
    background-color: #fff;
    user-select: none;
    object-fit: scale-down;
    z-index: 1050;
    background-repeat: no-repeat;
    position: absolute;
    /* background-position-x: 50%; */
    /* top: -32%; */
    left: 50%;
    top: -4.5px;
    width: 22px;
}

#anobjpivotcontrol .kd-table-body tbody tr td {
    border-bottom: 1px solid #D9D9D9;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0;
}
#anobjpivotcontrol .kd-checkbox-children {
    flex-grow: 0;
}