 /*********************************************
 * CSS for VAS5 Layout
 * FuM Style
 *	
 * 10.12.2010 JGA
 **********************************************
 */

/*********************************
 * Styles for HM green
 *********************************
*/
 
.fum-menuBar.z-menubar, 
.headerArea,
.login-lo1 {
	background-color: rgb(0, 78, 43);
}
.subnode.z-treerow.z-treerow td.z-treecell {
    border-left: 3px solid rgb(0, 78, 43);
}
.fum-listicon,
.z-paging .z-paging-icon,
.z-listitem-selected .z-listitem-icon,
.z-listheader-checkable.z-listheader-checked .z-listheader-icon {
    color: rgb(0, 78, 43);
}

.z-loading {
	background-color: rgb(0, 78, 43);
	border-color: rgb(0, 78, 43);
}

/***Tree****/
div.z-tree, .z-tree-body table, .treeRegion.z-west.z-west-noborder, .fum-treesearch, .fum-treesearch .z-textbox {
    background-color: rgb(76,76,76);
}
.z-treerow.z-treerow-selected .z-treecell {
    background-color: rgb(63,63,63);
}
.z-treecell:hover {
	background-color: rgb(63,63,63) !important;
}

/*--------- ZK7 Scrollbar for dark tree -----------*/

/* Two buttons to click for scrolling up/down */
.treeRegion .z-scrollbar-up, .treeRegion .z-scrollbar-down {
    background: #3F3F3F;
    color: #636363;
}
.treeRegion .z-scrollbar-up:hover, .treeRegion .z-scrollbar-down:hover {
    background: #4C4C4C;
    color: #636363;
}
/* An indicator to represent current scroll position */
.treeRegion .z-scrollbar-vertical .z-scrollbar-indicator {
    background: #4C4C4C;
    border: none;
    top: 2px;
}
/* A rail to slide indicator */
.treeRegion .z-scrollbar-vertical .z-scrollbar-rail {
    background: #3F3F3F;
}
.treeRegion .z-scrollbar-vertical .z-scrollbar-icon {
    color: #636363;
}

/**mandatory fields **/
.fum-inputelement-empty,
.fum-listbox-empty, .fum-listbox-empty-disd  {
    background: none repeat scroll 0 0 rgb(252,229,146) !important;
}
.fum-inputelement-empty.z-combobox .z-combobox-input,
.fum-inputelement-empty.z-datebox .z-datebox-input {
	background-color: rgb(252,229,146);
}
.fum-inputelement-empty-disd.z-datebox .z-datebox-input {
	background-color: rgb(252,229,146);
}
.fum-tab-empty.z-tab,
.fum-tab-empty.z-tab.z-tab-selected {
    background-color: rgb(252,229,146);
}
/*********************************
 * Login Page
 *********************************
*/
.login-lo2,
.login-lo3 {
	background: none repeat scroll 0 0 rgba(80, 80, 80, 0.8);
}

.login-lo4 {
    background: none repeat scroll 0 0 rgba(80, 80, 80, 0.8);
    padding: 0 15px;
}

/*********************************
/** Dashboard content in iDispo
 ********************************/
 
.tile [class*="z-icon"] {
	color: rgb(0, 78, 43);
}