#customcontrolap .kd-table thead tr th{
    position: relative;
    padding: 0;
}
#customcontrolap .kd-table thead tr div{
    overflow: visible !important;
}
#customcontrolap .kd-table thead tr div.kd-table-header-cell-content {
    position: absolute;
    bottom: 0;
    /* right: 0; */
    width: 100%;
    height: 100%;
}
#customcontrolap .kd-table thead th.kd-last{
    border-right: none !important
}
#customcontrolap .kd-checkbox-default-no-child {
    height: 100%;
    width: 100%;
}

#customcontrolap  .kd-table-body tbody tr td {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0;
    border: none;
    border-bottom: 1px solid #D9D9D9;
}
#customcontrolap .treeTableWrap .kd-table-body tbody tr td {
    padding: 0 12px !important;
}
#groupModalBody .kd-table-body tbody tr td.kd-first div{
    padding: 0 12px;
    text-align: center;
    display: flex;
    justify-content: center;
}
#customcontrolap  .kd-table-body tbody tr td div {
    /* padding: 0 8px; */
    width: 100%;
    height: 100%;
    line-height: 40px;
}
#customcontrolap tfoot tr td {
    padding: 0;
}
#customcontrolap .tileTableWrap .kd-table-body tbody tr td div.kd-leaf span {
    width: 100% !important;
    margin-left: 0 !important;
    height: 100% !important;
}
#customcontrolap .kd-table-body tbody tr td:last-child {
    border-right: 0 !important;
}
#customcontrolap .kd-table-body tbody tr td:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--border-color);
}
#customcontrolap .kd-table thead tr th::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--border-color);
}
#customcontrolap .kd-table th .kd-table-header-cell-resize {
    /* display: flex !important; */
}
#customcontrolap .kd-modal-footer {
    height: 50px !important;
    border-radius: 2px;
    background-color: #fff;
} 
#customcontrolap .empty td {
    border-bottom: none !important;
}
#customcontrolap .empty  .kd-empty-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.kd-message-box {
    align-items: center;
}

#customcontrolap .kd-split-vertical>.kd-split-trigger-con {
    width: 80% !important;
}
#customcontrolap .kd-split-vertical>.kd-split-trigger-con>.kd-split-trigger {
    background-image: url('../staticImg/split.png');
    height: 10px;
    background-color: #fff;
    background-size: 100% 100%;
    user-select: none;
}
.ui-state-highlight {
    height: 20px;
    width: 80px;
    border: 1px dashed rgba(85,130,243,1);
    margin-right: 8px;
    border-radius: 2px;
}
.workRptDragInfo {
    margin: 2px 0;
    height: 24px;
    line-height: 30px;
    width: 80px;
    border: 1px dashed var(--theme-color);
    margin-right: 8px;
    border-radius: 2px;
}

#customcontrolap .kd-input-disabled {
    background-color: var(--kd-c-input-color-background-disabled,var(--kd-g-color-background-contain-disabled,var(--disabled-contain-bg))) !important;
}
#customcontrolap .kd-input-size-middle {
    font-family: "MicrosoftYaHei";
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}
#customcontrolap .kd-split-wrapper .kd-tabs-tab-list {
    display: flex !important;
    width: 100%;
    left: 0 !important;
    /* justify-content: center; */
}
#customcontrolap .kd-split-wrapper .kd-tabs-tab-list .kd-tab-pane-type-line {
    padding: 0;
    width: 50%;
    text-align: center;
}
#customcontrolap .kd-split-wrapper .kd-tabs-tab-list .kd-tab-pane-type-line > span {
    display: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#customcontrolap #HRReportFormsAppWrap .bottomLeft{
    z-index: 1051 !important;
}
#customcontrolap .kd-split-wrapper .kd-tabs-right-arrows-line {
    display: none !important;
}
#customcontrolap .kd-table-header-cell-content > span {
    margin-left: 0 !important;
    width: 100%;
    align-items: center;
    height: 100%;
}
#customcontrolap .kd-tabs .kd-tabs-navs-line {
    width: calc(100% - 16px) !important;
}
.kd-tabs-navs {
    height: 36px !important;
}
#customcontrolap .kd-input-wrapper-size-middle {
    width: 100% !important;
    padding-left: 0 !important;
}
#customcontrolap .kd-input-suffix {
    margin-left: 0 !important;
}
#kdColorPickerDialog_haedStyle_HRReport .kd-tabs-right-arrows.kd-tabs-right-arrows-card.kd-tabs-right-arrows-noshadow {
    display: none !important;
}
#kdColorPickerDialog_haedStyle_HRReport .kd-tabs-tab-list {
    width: 100%;
}
#kdColorPickerDialog_haedStyle_HRReport .kd-tabs-navs.kd-tabs-navs-card.kd-tabs-navs-middle {
    height: 36px !important;
}
.kd-color-picker-pop {
    z-index: 1050;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 302px;

}
.kd-color-picker-pop .kd-color-picker-panel-chrome {
    box-shadow: none !important;
    width: 100% !important;
}
#customcontrolap .betweenWrap .kd-select-wrapper{
    padding-right: 8px !important;
    min-width: 27px;
}
#jumpSettingModalBody thead tr th:first-child {
    padding: 0  !important;
}

#jumpSettingModalBody tbody tr td {
    padding: 0  !important;
    height: 40px;
    border-bottom: 1px solid #d9d9d9;
    /* border-right: 1px solid #d9d9d9; */
}
#jumpSettingModalBody tbody tr td:first-child {
    border-right: none !important;
}
#jumpSettingModalBody .kd-select-size-middle {
    /* height: 32px !important; */
}
#jumpSettingModalBody .empty td {
    display: none;
}

#jumpSettingModalBody thead th{
    padding: 0 !important;
    height: 32px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#jumpSettingModalBody thead th:nth-child(3){
    border-right: 1px solid #d9d9d9;
    padding-left: 6px  !important;
}
#jumpSettingModalBody thead th:nth-child(2){
    border-right: 1px solid #d9d9d9;
}
#jumpSettingModalBody thead th:nth-child(4){
    padding-left: 6px !important;
}
#kd-message .kd-message {
    min-width: 1px !important;
}
.kd-select-dropdown {
    width: 100% !important;
}