/*Remove grid view table border focus highlight*/
table:focus {
    outline: none;
}

/*Remove some rounding from grid view toolbars*/
.dxgvRBB, .dxm-item.dxct-if, .dxm-item.dxct-il {
    border-radius: 0 !important
}

/*Fix overrun in gridview header dropdown filters*/
.dxeListBox_MaterialCompact td.dxeT {
    padding-left: 15px !important
}

/*Add ellipsis to text overflow in grid view cells*/
td.dxgv {
    text-overflow: ellipsis
}

/*Make flyout menu wider*/
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 230px;
}

/*Darker text for field captions*/
.dxflFormLayout_MaterialCompact .dxflCaption_MaterialCompact {
    color: #222d32;
}

/*Larger and darker group row captions in gridview*/
.dxgvGroupRow_MaterialCompact {
    color: #484848;
    font-size: larger;
}
