.tab-cpt-1 {
    width: 100%;
}

.tab-cpt-2 {
    width: 50%;
}

.tab-cpt-3 {
    width: calc(100%/3);
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.kapex_lov_empty_btn {
    margin-left: -16px !important;
    background-color: white;
    border: none;
    box-shadow: none;
    padding: 0px;
    line-height: 12px
}

.kapex_lov_empty_btn>span {
    background-color: white!important;
}

.search-highlight {
    background-color: yellow;
    color: black;
    font-weight: 600;
}

.popupref-syn {
    color: black;
}

.popupref-syn ul {
    list-style: none;
    padding-left: 10px;
}

.popupref-syn li:before {
    content: 'SYN';
    font-size: 8px;
    font-weight: 600;
    padding: 3px;
    margin-right: 4px;
    color: white;
    background: #1575bd;
    border-radius: 4px;
}

.a-TreeView-content .popupref-syn {
    padding-top: 6px;
    padding-left: 20px;
}


.kitry-popup .a-TreeView-row.is-selected {
    background-color: var(--a-treeview-node-selected-background-color);
    color: white;
}

.kitry-popup  .a-TreeView-content.is-selected .a-TreeView-label{
    color: white;
}