.no-leaf-icons .x4-tree-icon-leaf {
    display: none !important;
}

.not-null-row .x4-grid-cell { 
    background-color: #ffff00; 
}
.hide-tr .x4-grid-cell{
	display:none;
}

.terminated-row .x4-grid-cell {
    background-color: #ff0000;
}

.white-row .x4-grid-cell {
    background-color: #CCCED0;
}

.yellow-row .x4-grid-cell {
    background-color: #FFFFB9;
}

.lightGreen-row .x4-grid-cell {
    background-color: #90EE90;
}

.skyBlue-row .x4-grid-cell {
    background-color: #87ceeb;
}

.darkcyan-row .x4-grid-cell {
    background-color: #008b8b;
}

.btn_ext_refresh1 {
    background-image:url( ../../../images/web/refresh_backwards.png ) !important;
}
.btn_ext_application_del {
    background-image:url( ../../../images/web/application_delete.png) !important;
}
.btn_ext_application_add {
    background-image:url( ../../../images/web/application_add.png) !important;
}
.btn_ext_application_edit {
    background-image:url( ../../../images/web/application_edit.png) !important;
}
.btn_ext_application_set {
    background-image:url( ../../../images/reSet.gif) !important;
}
.btn_ext_add_foreignTousse {
    background-image:url( ../../../images/web/package2.png) !important;
}
.icon_print{
    background-image:url( ../../../images/printButton.png ) !important;
}
/* NFYY-29：收费设置图标 */
.btn_ext_chargeSetting{
    background-image:url( ../../../images/web/chargeSetting.png ) !important;
}

.x4-boundlist-item-over{background:#aedeb4;border-color:#15861e}