/*
	This style sheet is meant to fix, improve ExtJs CSS classes
*/

/* remove dummy IE padding */
.x-ie .x-fieldset {
	padding-bottom: 0;
}
/* fix background color of cell selected in cell selection model */
.x-grid-cell-selected {
	background-color: #CBCBCB !important;
}
/* fix splitter drag z-Index over map */
.x-splitter-active {
	z-index: 2000;
}
/** Fix bad height for display field Ext 4.2.3 */
.x-form-display-field {
	height: 18px;
}

/* 
 * <Notification>
 */ 
.ux-notification-window .x-window-body {
	text-align: center;
	padding: 15px 5px 15px 5px;
	width: 200px;
}
/* </Notification> */