/*
    Document   : catalog
    Created on : Dec 19, 2012, 3:42:49 PM
    Author     : vu
    Description:
        catalog styles
*/
.wrap {
	display: inline-block;
	text-indent: -1em;
	padding-left: 64px;
}

.tree-level-0 .z-treecell-content {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.tree-level-1 .z-treecell-content {
	text-indent: -40px;		/* indentaion of tree items */
	padding-left: 40px;
	font-weight: bold;
}

.tree-level-2 .z-treecell-content {
	text-indent: -50px;
	padding-left: 50px;
}

.tree-level-3 .z-treecell-content {
	text-indent: -70px;
	padding-left: 70px;
}

.tree-level-4 .z-treecell-content {
	text-indent: -90px;
	padding-left: 90px;
}

.tree-level-5 .z-treecell-content {
	text-indent: -100px;
	padding-left: 100px;
}

.tree-level-6 .z-treecell-content {
	text-indent: -110px;
	padding-left: 110px;
}

.z-tree-icon {
	text-indent: 0px;	/* avoid missing tree-icons */
	padding-left: 0px;
}

.nowrap .z-treecell-content{	/* keep indentaion of tree items for second+ lines */
	white-space: nowrap !important;
}

.z-treecell-content {
	line-height: 17px;	/* Compact tree lines internal 24px */
}

.z-row-content, .z-listcell-content {
	line-height: 20px;	/* Compact grid lines internal 24px */
}
.z-window-content {
	padding: 0px;		/* Toolbar hide white padding */
}

.nowrap span{
	display: inline-block !important;
	white-space: nowrap !important;
}
.tree-overflow {
	border: none !important;
}

.tree-overflow table {
	table-layout: auto !important;
}

.tree-overflow .z-tree-body{
	width: auto !important;
}

tr.selected-part {
	background-image: url("../images/item-sel.png") !important;
}

tr.selected-part > td.z-listcell  {
	background: transparent;	/* show js-selection of tr.selected-part */

}

.tooltip-button {
	position:absolute;
	left:5px;
	top:5px;
	z-index:1000;
}

.description-div {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2000;
	margin: 5px;
	padding: 5px;
	background-color: #fbf494;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	max-width: 50vw;
}

.x-close-button {
	float: right;
	color: red;
	font-weight: bold;
}

.button-in-font {
	position: absolute;
	right: 25px;
	top: 30px;
	z-index: 1000;
	margin: 5px;
	padding: 5px;
}

.sub-heading-line-label {
	font-weight: bolder;
	font-size: 15px;
	color: dodgerblue;
	margin-left: 50px;
}

tr.breadCrumbRow > td.z-row-inner {	/* improve search rendering */
	background: transparent !important;
}
tr.pathRow > td.z-row-inner {		/* improve search rendering */
	background: transparent !important;
}

.searchGrid {
	padding:0px;
	border:none;
	border-spacing:0px;
}
.breadCrumbGrid {
	border : 0px;
}
.sparePartA {
	text-decoration: none;
}

.monospace {
	font-family: monospace;
}

.config .z-row  {
	height: calc(7ch + 10px) !important;
}
.config .z-row .z-row-inner .z-row-content {
    height: auto !important;
    max-height: calc(7ch + 6px) !important;
}
.scrolling {
	overflow-y: auto !important;
}

.languagesSpan {
    display: table;
    margin: 0 auto;
	padding-bottom: 5px;
}
.languageSelectionA {
	margin-right: 5px;
	margin-left: 5px;
}
.languageSelection {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid black;
}
.entityLabel {		/* visually subdue label names */
	color: gray;
	margin-top: 8px;
	font-size: 10px;
}
.addressLabel {
	text-align: right;
}
.dialogButtons {
	margin: 10px auto 10px auto;
}