.dhxsidebar_tpl_reportSubMenu div.dhxsidebar_item {
    height: 73px;
    line-height: 43px;
}

.dhxsidebar_tpl_reportSubMenu img.dhxsidebar_item_icon {
    left: 8px !important;
    top: 6px!important;
}

.dhxsidebar_tpl_reportSubMenu div.line_one {
    margin-left: 31px;
    margin-right: 31px;
    margin-top: 4px;
    line-height: 16px;
    font-size: inherit;
    white-space: -moz-pre-wrap !important;  /*Mozilla, since 1999 */
    white-space: -pre-wrap;      /*Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}
.dhxsidebar_tpl_reportSubMenu div.line_two {
    margin-left: 31px;
    margin-right: 31px;
    margin-top: 1px;
    line-height: 16px;
    font-size: 10px;
    color: inherit;
    white-space: -moz-pre-wrap !important;  /*Mozilla, since 1999 */
    white-space: -pre-wrap;      /*Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}


.dhxsidebar_tpl_reportSubMenuCompact div.dhxsidebar_item {
    height: 43px;
    line-height: 43px;
}

.dhxsidebar_tpl_reportSubMenuCompact img.dhxsidebar_item_icon {
    left: 8px !important;
    top: 6px!important;
}
.dhxsidebar_tpl_reportSubMenuCompact div.line_one_compact {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    line-height: 12px;
    font-size: 10px;
    white-space: -moz-pre-wrap !important;  /*Mozilla, since 1999 */
    white-space: -pre-wrap;      /*Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}