body
{
	font-family : Tahoma;
}

/* Fix ext style */
.x-tree-node-collapsed .x-tree-node-icon,
.x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon,
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon,
.x-tree-node-leaf .x-tree-node-icon
{
	height:auto !important;
}

.x-form-item .x-item-disabled { background-color:eee; }

.ext-strict .x-small-editor .x-form-text {
	height: 16px !important;
}
.x-grid-with-col-lines .x-grid3-row { border-top:none; }

.x-menu-item-active .x-menu-item-text {
	color: #377226;
}
.x-panel-footer { background-color:#fff; }

.x-window-draggable, .x-window-draggable .x-window-header-text { font-weight:bold; }

/* ** HEADER PANEL */
.panel-header-deposit { background:#fff url(../images/bg-deposit.png) no-repeat center top; }
.panel-header-withdraw { background:#fff url(../images/bg-withdraw.png) no-repeat center center; }

/* --------------------------------------------------------------- */

/*MENU*/

.menu-product
{
	background-image:url(../images/menu/product_box.png)!important;
}

.menu-customer
{
	background-image:url(../images/menu/client.png)!important;
}

.menu-user
{
	background-image:url(../images/menu/user_group.png)!important;
}

.menu-unit { background-image:url(../images/menu/box_gear.png)!important; }

.menu-stock_borrow { background-image:url(../images/menu/basket_borrow.png)!important; }
.menu-stock_return { background-image:url(../images/menu/basket_return.png)!important; }
.menu-report_order { background-image:url(../images/menu/report.png)!important; }
.menu-import_excel { background-image:url(../images/menu/export_excel.png)!important; }

.menu-logout
{
	background-image:url(../images/menu/logout.png)!important;
}

/* Row action */
.ux-row-action .icon-home-mgt {
	background-image : url(../images/icons/general/home-share.gif)!important;
}
.ux-row-action .icon-facility-mgt {
	background-image : url(../images/icons/general/road-sign.gif)!important;
}
.ux-row-action .icon-bu-cross-mgt {
	background-image : url(../images/icons/general/cross.gif)!important;
}
.ux-row-action .icon-print {
	background-image : url(../images/icons/printer-monochrome.gif)!important;
}
.ux-row-action .icon-printed {
	background-image : url(../images/icons/printer-monochrome-printed.gif?v=1.0)!important;
}
.ux-row-action .icon-tick {
	background-image : url(../images/icons/tick.gif)!important;
}
.ux-row-action .icon-cross {
	background-image : url(../images/icons/cross.gif)!important;
}
.inactive-row .x-grid3-cell-inner{
	  color:#ccc;
}
.not-pass-row .x-grid3-cell-inner{
	  color:#ff0000;
}
.approved-row .x-grid3-cell-inner{
	  color:#008000;
}

.grey-row .x-grid3-cell-inner{ color:#ccc; }
.red-row .x-grid3-cell-inner{ color:#ff0000; }
.green-row .x-grid3-cell-inner{ color:#008000; }
.blue-row .x-grid3-cell-inner{ color:blue; }

/* Column */
#stock_borrow-grid .x-grid3-row .x-grid3-td-product_code,
#stock_borrow-grid .x-grid3-row .x-grid3-td-amount,
#stock_borrow-grid .x-grid3-row .x-grid3-td-amount_giveaway,
#stock_borrow-grid .x-grid3-row .x-grid3-td-product_unit_name,
#stock_borrow-grid .x-grid3-row .x-grid3-td-product_discount,
#stock_borrow-grid .x-grid3-row .x-grid3-td-product_price { background-color:#ffff00; }
