.no-leaf-icons .x4-tree-icon-leaf {
    display: none !important;
}

.not-null-row .x4-grid-cell { 
    background-color: #ffff00; 
}

.terminated-row .x4-grid-cell {
    background-color: #ff0000;
}

.green-row .x4-grid-cell {
    background-color: #FFCBB3;
}

.yellow-row .x4-grid-cell {
    background-color: #FFFFB9;
}

.lightGreen-row .x4-grid-cell {
    background-color: #90EE90;
}

.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;
}
.icon_print{
    background-image:url( ../../../images/printButton.png ) !important;
}

.x4-boundlist-item-over{background:#aedeb4;border-color:#15861e}