/* extends CKE combos width */
.cke_combopanel {
	width: 250px !important;
}

.plugin_backend_board_statistics {
    background: url(/pimcore/static/img/icon/chart_bar.png) left center no-repeat !important;
}

.plugin_backend_last_questions {
    background: url(/pimcore/static/img/icon/package.png) left center no-repeat !important;
}

.plugin_backend_board_orders_graph {
    background: url(/pimcore/static/img/icon/chart_line.png) left center no-repeat !important;
}

.plugin_backend_grid_row_new tr {
	background-color: #f2dede !important;
	color: #b94a48;
}

.plugin_backend_grid_row_workedon tr {
	background-color: #fcf8e3 !important;
	color: #c09853;
}

.plugin_backend_grid_row_publishable tr {
	background-color: #5ECDA3 !important;
	color: #003923;
}

.plugin_backend_grid_row_published tr {
	background-color: #dff0d8 !important;
	color: #468847;
}
