@charset "utf-8";
/* Black Theme Fix */


/* grid, combo, tree selections */
.x-grid3-row-selected {
    background-color: #DDE6EB  !important;
	border:1px dotted #999999;
}
.x-grid3-cell-selected{
	background-color: #eeddc0 !important;
}

.x-combo-list {
    border-color: #000000;
}

.x-combo-list .x-combo-selected {
    border-color: #999999 !important;
    background-color: #ffeed0  !important;
}

.x-ftree2-selected {
	background-color: #ffeed0  !important;
}


