.dxTreeList_CollapsedButton_Material,
.dxTreeList_CollapsedButtonRtl_Material,
.dxTreeList_DragAndDropArrowDown_Material,
.dxTreeList_DragAndDropArrowUp_Material,
.dxTreeList_DragAndDropHide_Material,
.dxTreeList_DragAndDropNode_Material,
.dxTreeList_ExpandedButton_Material,
.dxTreeList_ExpandedButtonRtl_Material,
.dxTreeList_SortAsc_Material,
.dxTreeList_SortDesc_Material
{
    background-image: url('sprite.svg');
    background-repeat: no-repeat;
    background-color: transparent;
}
.dxTreeList_CollapsedButton_Material
{
    background-position: 0px -50px;
    width: 12px;
    height: 12px;
}
.dxTreeList_CollapsedButtonRtl_Material
{
    background-position: -22px -30px;
    width: 4px;
    height: 7px;
}
.dxTreeList_DragAndDropArrowDown_Material
{
    background-position: -11px -30px;
    width: 10px;
    height: 9px;
}
.dxTreeList_DragAndDropArrowUp_Material
{
    background-position: 0px -30px;
    width: 10px;
    height: 9px;
}
.dxTreeList_DragAndDropHide_Material
{
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
}
.dxTreeList_DragAndDropNode_Material
{
    background-position: -17px 0px;
    width: 9px;
    height: 10px;
}
.dxTreeList_ExpandedButton_Material
{
    background-position: -0px -62px;
    width: 12px;
    height: 12px;
}
.dxTreeList_ExpandedButtonRtl_Material
{
    background-position: -5px -40px;
    width: 7px;
    height: 4px;
}
.dxTreeList_SortAsc_Material
{
    background-position: 0px -17px;
    width: 12px;
    height: 12px;
}
.dxTreeList_SortDesc_Material
{
    background-position: -13px -17px;
    width: 12px;
    height: 12px;
}
