@charset "UTF-8";
/**
* Nice2 Tocco Business Framework
*
* (en) Custom project styling of ExtJS Public Document Management Flow
* (de) Projektspezifisches allgemeines Styling des ExtJS Public DMS Flow
*
* @copyright       Tocco AG
* @link            www.tocco.ch
* @package         nice
* @version         2
* @lastmodified    Fr, 7. May 2010
*/


@media all
{

/*------------------------------------------------------------------------------------------------------*/
	
	/**
	* @section Bugfixes | Fehlerbehebung
	*/
	/* Fix the tree display  | Zu grosse Abstände im Tree reparieren*/
	.PublicDms .x-tree-root-ct,
	.PublicDms .x-tree-node,
	.PublicDms .x-tree-node-ct{
		margin:0px 0px 0px 0px;
	}
	
	/* Display fieldset toggle icon for tree & search collapse | Toggle-Knöpfe im Tree einblenden*/
	.PublicDms .x-tool-toggle{
		display:block;
	}
	
	/* Hide toggle icon in document metadata | Toggle-Icon in Stammdaten wieder ausblenden */
	.CmsPublicDocument .x-tool-toggle{
		display:none;
	}
	
}