/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

DOTAGameNeutralItemTable
{
	width: fit-children;
	height: 100%;
	flow-children: right;
}

.ColumnTitle
{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	color: bluegreyTextReg;
	horizontal-align: center;
	font-weight: semi-bold;
	z-index: 2;
	margin-bottom: 2px;
	text-shadow: 1px 1px 4px 1 #00000044;
}

#NeutralItems
{
	flow-children: down;
}

.Clock
{
	width: 10px;
	height: 10px;
	background-image: url("s2r://panorama/images/status_icons/clock_psd.vtex");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	wash-color: #333;
	vertical-align: middle;
	margin-bottom: 1px;
	margin-right: 4px;
}

.LeftRightFlow
{
	tooltip-position: top;
	tooltip-body-position: 50% 50%;
}

#NeutralItemsTable
{
	flow-children: down;
	background-color: #000c;
	padding: 12px 16px 0px 16px;
	height: fit-children;
	width: 330px;
	padding-right: 10px;
}

#NeutralEnhancementsTable
{
	flow-children: right-wrap;
	background-color: #111c;
	padding: 1px 16px 0px 16px;
	height: fit-children;
	width: 330px;
	padding-right: 10px;
}

.AspectRatio16x10 #NeutralItemsTable,.AspectRatio16x10 #NeutralEnhancementsTable
{
	width: 300px;
	padding: 12px 6px 0px 6px;
	padding-right: 0px;
}

.AspectRatio4x3 #NeutralItemsTable,.AspectRatio4x3 #NeutralEnhancementsTable
{
	width: 250px;
	padding: 4px 6px 0px 6px;
	padding-right: 0px;
}

#NeutralItemsTable .NeutralItemsTier,#NeutralEnhancementsTable .NeutralItemsTier
{
	flow-children: down;
	margin-bottom: 16px;
}

.NeutralItemsOnly #NeutralItemsTable .NeutralItemsTier,.NeutralItemsOnly #NeutralEnhancementsTable .NeutralItemsTier
{
	margin: 6px;
}

#NeutralItemsTable .NeutralItemsTierHeader,#NeutralEnhancementsTable .NeutralItemsTierHeader
{
	flow-children: right;
	width: 100%;
}

#NeutralItemsTable .NeutralItemsTierName,#NeutralEnhancementsTable .NeutralItemsTierName
{
	text-transform: uppercase;
	font-size: 14px;
	color: bluegreyTextReg;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

#NeutralItemsTable .NeutralItemsTierTimes,#NeutralEnhancementsTable .NeutralItemsTierTimes
{
	text-transform: uppercase;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
	padding-right: 6px;
}

#NeutralItemsTable #NeutralItemsList,#NeutralEnhancementsTable #NeutralItemsList
{
	flow-children: right-wrap;
	max-width: 380px;
}

.AspectRatio4x3 #NeutralItemsTable #NeutralItemsList,.AspectRatio4x3 #NeutralEnhancementsTable #NeutralItemsList
{
	max-width: 280px;
}

#NeutralItemsTable .TierName,#NeutralEnhancementsTable .TierName
{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	color: #666;
	margin-bottom: 2px;
}

#NeutralItemsTable DOTAShopItem,#NeutralEnhancementsTable DOTAShopItem
{
	width: 44px;
	height: width-percentage( 72.7% );
	margin: 0px 6px 6px 0px;
	box-shadow: 0px 0px 4px black;
	brightness: 0.93;
	saturation: 0.9;
	transition-property: box-shadow, saturation, brightness;
	transition-duration: 0.2s;
}

.AspectRatio16x10 #NeutralItemsTable DOTAShopItem,.AspectRatio16x10 #NeutralEnhancementsTable DOTAShopItem
{
	width: 42px;
}

.AspectRatio4x3 #NeutralItemsTable DOTAShopItem,.AspectRatio4x3 #NeutralEnhancementsTable DOTAShopItem
{
	width: 36px;
	margin-right: 4px;
}

#NeutralItemsTable DOTAShopItem:hover,#NeutralEnhancementsTable DOTAShopItem:hover
{
	brightness: 1.5;
	saturation: 1.0;
}

#NeutralItemsTable DOTAShopItem:active,#NeutralEnhancementsTable DOTAShopItem:active
{
	brightness: 2.0;
	saturation: 1.0;
}

.HighlightItemsMatchingName #NeutralItemsTable DOTAShopItem:not(.Highlighted),.HighlightItemsMatchingName #NeutralEnhancementsTable DOTAShopItem:not(.Highlighted)
{
	brightness: 0.1;
	saturation: 0.1;
}

#NeutralItemsTable DOTAShopItem.Highlighted,#NeutralEnhancementsTable DOTAShopItem.Highlighted
{
	box-shadow: 0px 0px 8px aqua;
}

#GlossaryPage_items #NeutralItemsTable DOTAShopItem.Selected,#GlossaryPage_items #NeutralEnhancementsTable DOTAShopItem.Selected
{
	box-shadow: 0px 0px 8px gold;
}

.EnhancementsTitle
{
	text-transform: uppercase;
	color: bluegreyTextReg;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 2px;
	margin-left: 16px;
}

