/*override the style from jquery ui */
.ui-state-active {
    background: none !important;
    background-color: #dddddd !important;
    border: 1px solid #dddddd !important;
}

.product-tree-list .product-tree-icon {
    width: 0.6875rem; /* 11px */
    cursor: pointer;
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
}

.product-tree-list .list > .list-item:last-child {
    padding-bottom: 0;
}

.product-tree-list .list-item {
	flex-direction: column;
}

.product-tree-list .treeview-highlight {
    margin-top: -.5rem; /* to offset the item before it */
}

/* to add padding to the 'active' item */
.product-tree-list .treeview-highlight > div {
    padding-top: .5rem;
}

.shortcut_box {
    position: relative;
    margin-bottom: .5rem;
}

.shortcut_box select.shortcut_box-dropdown.form-control {
    height: 38px;
}

.shortcut_box-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: calc(100% - 2.5rem);
    height: 38px;
}

.shortcut_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    max-height: 360px;
    overflow: auto;
    z-index: 99999;
}

.shortcut_results li {
    margin: 0px;
    padding: 2px;
    cursor: default;
    display: block;
    font: menu;
    overflow: hidden;
}

.treeview-highlight {
    background-color: rgba(36, 76, 142, 0.03);
}