/* Menu */

.menu-item-tree {
	border-color: #999999 !important;
	border-top: 0;
}

.tree-node-no-icon {
    display: none;
    background-image: url('../../images/common/s.gif') !important;
}

.tree-node-link {
    text-decoration: underline !important;
}

.menu-item-tree .x-grid-cell-treecolumn .x-grid-cell-inner {
  padding-left: 0;
  overflow: inherit;
}


/* IE11 not wide enough to see content */
.x-tip {
    width: auto !important;
}
.x-tip-body {
    width: auto !important;
}
.x-tip-body span {
    width: auto !important;
}
