.disabled-row .x-grid-cell {
    color: #BCBCBC;
}

.blue-row .x-grid-cell {
    color: blue;
}

.x-grid-row-summary {
	background-color: #E6E6E6;
}

.x-grid-row-border-bottom div {
	border-bottom: 1px solid #666666 !important;
}

.x-grid-row-border-bottom-bold div {
	border-bottom: 2px solid #666666 !important;
}

.x-grid-row-summary div { font-weight: bold !important; }

.x-grid-row-yellow div {
	background-color: #FFFF00 !important;
}

.x-grid-row .reports_audit_tt_checkbox_column { 
    background-color: #fcc293; 
}

.x-grid-row-bold div {
	font-weight: bold !important;
}

/* =color picker
--------------------------------------------------*/
.x-color-picker,
.x-color-picker {height: 195px; position: relative; overflow: hidden;}
.x-color-picker div canvas {position: absolute; top: 0; left: 0; cursor: pointer;}
.x-color-picker-wheel {z-index: 1;}
.x-color-picker-gradient  {z-index: 0;}

.x-column-header-inner {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}


/*
--------------------------------------------------*/
/*.x-boundlist-cb-item,
.x-boundlist-cb-parent, 
.x-boundlist-cb-select-all*/
.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.x-tab-inner {
	font-weight: normal !important;
	text-decoration: none !important;
}

.x-tab-default-active .x-tab-inner {
	font-weight: bold !important;
	text-decoration: none !important;
}

.x-panel-header-text-default {
	font-size: 12px !important;
}

.x-fieldset-header-text {
	font-weight: bold !important;
}