/*树节点颜色*/
.x-tree-node-instance-flag-not-exists-all a span{color: #BCBBBB;}
.x-tree-node-instance-flag-not-exists-but-child-exists a span{color: #00f;}
.x-tree-node-instance-flag-not-exists-instance-flag_exists a span{font: bold; color: #000000;}

 /**6表示当前节点在目标文档中存在，在基准文档中不存在*/
.x-tree-node-instance-flag-INSTANCE_COMPARE_TARGET_Exists a span{font: bold; color: #009900;}
/**7表示当前节点基准文档中存在，在目标文档中不存在*/
.x-tree-node-instance-flag-INSTANCE_COMPARE_BASE_Exists a span{font: bold; color: #990000;}

/**8表示两个文档中都存在，并且值相同*/
.x-tree-node-instance-flag-INSTANCE_COMPARE_VALUE_Equal a span{font: bold; color: #000000;}
/**9表示两个文档中都存在，并且值不相同*/
.x-tree-node-instance-flag-INSTANCE_COMPARE_VALUE_NOT_Equal a span{color: #ff0000;}


/**19表示当前节点在两个文档中值相同，子节点有不同*/
.x-tree-node-instance-flag-INSTANCE_COMPARE_NODE_EXIST_CHILDREN_VALUE_NOT_Equal a span{font: bold; color: #999900;}
/**29表示当前节点在两个文档中都不存在，子节点有不同*/
.x-tree-node-instance-flag-INSTANCE_COMPARE_NODE_NOT_EXIST_CHILDREN_VALUE_NOT_Equal a span{color: #ff0000;}
/**28表示当前节点在两个文档中都不存在，子节点有值，且有值节点的值全相同*/
.x-tree-node-instance-flag-INSTANCE_COMPARE_NODE_NOT_EXIST_CHILDREN_VALUE_Equal a span{color: #000000;}
/**28表示当前节点可以忽略*/
.x-tree-node-instance-flag-INSTANCE_COMPARE_VALUE_IGNORED a span{font: bold; color: #0000ff;}

    
/** base等于target */
.x-panel-row-instance-flag-NODE_COMPARE_FLAG_equals a span{background-image: url(../images/dh.gif); background-repeat:no-repeat;}
/** base不等于target，tuple类型不存在这种情况*/
.x-panel-row-instance-flag-NODE_COMPARE_FLAG_not_equals a span{background-image: url(../images/bdh.gif); background-repeat:no-repeat;}
/** base存在target不存在 */
.x-panel-row-instance-flag-NODE_COMPARE_FLAG_base_exists a span{background-image: url(../images/blue_arrow.gif); background-repeat:no-repeat;}
/** target存在 base不存在 */
.x-panel-row-instance-flag-NODE_COMPARE_FLAG_target_exists a span{background-image: url(../images/green_arrow.gif); background-repeat:no-repeat;}

.x-tree-node-debit{background-image:url(../images/project1.ico)!important;}
.x-tree-node-credit{background-image:url(../images/project2.ico)!important;}
/**XBRL树节点样式*/
/**扩展元素*/
.xbrl-extend-concept a span{color: #ff0000;}
/**扩展关系*/
.xbrl-extend-relation a span{color: #00f;}
/**反向标签*/
.xbrl-negated-label a span{color:#009900;}