/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

DOTAQueuedOrders
{
	height: fit-children;
	min-width: 320px;
	flow-children: right;
	vertical-align: center;
	horizontal-align: left;
	margin-bottom: 15px;
	opacity: 0;
}

.HasAnyOrders
{
	opacity: 1;
}

.QueuedOrder
{
	height: fit-children;
	width: fit-children;
	vertical-align: center;
	horizontal-align: left;
	transition-property: opacity, pre-transform-scale2d, width;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
}

.QueuedOrderImage
{
	width: 48px;
	height: 48px;
	margin: 5px;
	vertical-align: center;
	horizontal-align: left;
	brightness: 0.5;
	saturation: 0.5;
	border-radius: 50%;
	box-shadow: inset white 0px 0px 1px 2px;
	background-color: #000000ee;
	border: 1px solid #000000ee;
	transition-property: height, width;
	transition-duration: 0.10s;
	transition-timing-function: ease-in-out;
}

.NextOrder .QueuedOrderImage
{
	width: 64px;
	height: 64px;
	saturation: 0.9;
	brightness: 0.9;
	box-shadow: inset #8bdd4f 0px 0px 2px 4px;
}

.QueuedOrder .OrderBorder
{
	height: 100%;
	width: 100%;
	background-image: url("s2r://panorama/images/hud/reborn/circle_frame_png.vtex");
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 500;
}

.NextOrder .OrderBorder
{
	wash-color: #8bdd4f;
}

.PendingDelete
{
	pre-transform-scale2d: 0.0;
	width: 0px;
}

.OverflowCommand,.UnitDoesNotMatch
{
	visibility: collapse;
}

