.dx-field-label{
	color: #000 !important;
}
.dx-tabpanel .dx-tabs .dx-tab .dx-tab-content{
	color: #000 !important;	
}
.dx-checkbox-text{
	color: #000 !important;	
}

.dx-fieldset .layout-group, .layout-group .dx-fieldset-header label{
	color: #000 !important;
}
.dx-texteditor.dx-editor-outlined{
	border: 1px solid #969696 !important;
}
li.dx-treeview-node[data-item-id="13"] span{position: relative;}
li.dx-treeview-node[data-item-id="13"] span:before
{
   width: 32px;
    content: "New";
    position: absolute;
    right: -36px;
    top: -8px;
    height: 18px;
    color: #fff;
    background: red;
    text-align: center;
    border-radius: 3px;
    border: solid 1px;
}