/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

DOTACustomGame .GameImageContainer
{
	width: 456px;
	height: 342px;
	opacity: 0.9999;
	transition-property: border, wash-color;
	transition-duration: 0.36s;
	transition-timing-function: ease-in-out;
}

.HorizontalDivider
{
	visibility: collapse;
}

#TopLayerPanel
{
	width: 100%;
	height: 100%;
	background-color: gradient( linear, 100% 0%, 100% 100%, from( #ffffff46 ), color-stop( 0.02, #ffffff16 ), color-stop( 0.48, #ffffff09 ), color-stop( 0.5, #ffffff00 ), color-stop( 0.75, #00000022 ), to( #ffffff11 ) );
	visibility: collapse;
}

#ConnectionQualityIcon
{
	height: 22px;
	width: 25px;
	margin-left: 5px;
	margin-right: 100px;
	background-image: url("s2r://panorama/images/connection_icons/connection_quality_1_png.vtex");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	vertical-align: center;
	tooltip-position: right;
	tooltip-body-position: 50% 10%;
}

.ConnectionQuality5 #ConnectionQualityIcon
{
	background-image: url("s2r://panorama/images/connection_icons/connection_quality_5_png.vtex");
}

.ConnectionQuality4 #ConnectionQualityIcon
{
	background-image: url("s2r://panorama/images/connection_icons/connection_quality_4_png.vtex");
}

.ConnectionQuality3 #ConnectionQualityIcon
{
	background-image: url("s2r://panorama/images/connection_icons/connection_quality_3_png.vtex");
}

.ConnectionQuality2 #ConnectionQualityIcon
{
	background-image: url("s2r://panorama/images/connection_icons/connection_quality_2_png.vtex");
}

.ConnectionQuality1 #ConnectionQualityIcon
{
	background-image: url("s2r://panorama/images/connection_icons/connection_quality_1_png.vtex");
}

.ConnectionQualityUnavailable #ConnectionQualityIcon
{
	background-image: url("s2r://panorama/images/custom_game/icon_disconnect_png.vtex");
	background-size: 160% 70%;
}

DOTACustomGame #ConnectionQualityIcon
{
	visibility: collapse;
}

DOTACustomGame.ActiveGame #ConnectionQualityIcon
{
	visibility: visible;
}

DOTACustomGame.ActiveGame.LocalGame #ConnectionQualityIcon
{
	visibility: collapse;
}

DOTACustomGame #GameImage,DOTACustomGame #EmptyPanel
{
	width: 100%;
	height: 100%;
	pre-transform-scale2d: 1.0;
	transition-property: pre-transform-scale2d;
	transition-duration: 0.3s;
	transition-delay: 0.0s;
	transition-timing-function: ease-in-out;
}

DOTACustomGame:hover #GameImage
{
	pre-transform-scale2d: 1.025;
}

DOTACustomGame #EmptyPanel
{
	background-color: #00000066;
}

#DownloadProgress
{
	width: 100%;
	height: 4%;
	vertical-align: center;
	margin-left: 5%;
	margin-right: 5%;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	background-color: #000000ff;
	saturation: 1.0;
}

.DownloadingGameImage
{
	saturation: 0.0;
	wash-color: #000000AA;
}

.ProgressBarLeft
{
	background-color: #66666699;
}

.GameImageContainer
{
	saturation: 0.75;
	transition-property: saturation;
	transition-duration: 0.3s;
	transition-delay: 0.0s;
	transition-timing-function: ease-in-out;
}

.GameImageContainer:hover
{
	saturation: 1.0;
}

.CustomGameCell
{
	height: 393.3px;
}

#CustomGameCellFooter
{
	background-color: #000000dd;
	width: 342px;
	height: 66px;
	vertical-align: bottom;
	transition-property: height, background-color;
	transition-duration: 0.15s;
	transition-delay: 0.0s;
	transition-timing-function: ease-in-out;
}

.CustomGameCell:hover #CustomGameCellFooter
{
	height: 120px;
}

.NPH_Scenarios #CustomGameCellFooter
{
	width: 100%;
	height: 120px;
	margin-bottom: 42px;
}

.NPH_Scenarios .CustomGameCell
{
	height: 400px;
	margin-top: 16px;
	margin-left: 16px;
}

DOTACustomGame #GameName
{
	color: #ffffff;
	font-size: 17px;
	margin-left: 12px;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

DOTACustomGame #GameDescription
{
	color: #c2bdbd;
	font-size: 16px;
	margin-left: 12px;
	margin-top: 36px;
	opacity: 1.0;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-delay: 0.0s;
	transition-timing-function: linear;
}

DOTACustomGame:hover #GameDescription
{
	opacity: 1.0;
}

DOTACustomGame #LobbyCount
{
	color: #888888;
	font-size: 16px;
	margin-left: 12px;
	margin-top: 36px;
	opacity: 1.0;
	visibility: collapse;
}

DOTACustomGame.ShowLobbyCount #LobbyCount
{
	visibility: visible;
}

DOTACustomGame #CurrentPlayerCount
{
	color: #888888;
	font-size: 16px;
	margin-left: 12px;
	margin-top: 36px;
	opacity: 1.0;
	visibility: collapse;
}

DOTACustomGame.ShowCurrentPlayerCount #CurrentPlayerCount
{
	visibility: visible;
}

DOTACustomGame #Author
{
	color: #c2bdbd;
	font-size: 16px;
	margin-left: 12px;
	margin-top: 48px;
	opacity: 1.0;
	visibility: collapse;
}

DOTACustomGame.ShowAuthor #Author
{
	visibility: visible;
}

DOTACustomGame #LastUpdated
{
	color: #c2bdbd;
	font-size: 16px;
	margin-left: 12px;
	margin-top: 36px;
	opacity: 1.0;
	visibility: collapse;
}

DOTACustomGame.ShowLastUpdated #LastUpdated
{
	visibility: visible;
}

DOTACustomGame #LobbyHostTime
{
	color: #c2bdbd;
	font-size: 16px;
	margin-left: 12px;
	margin-top: 36px;
	opacity: 1.0;
	visibility: collapse;
}

DOTACustomGame.LocalGame #LobbyHostTime
{
	visibility: visible;
	vertical-align: center;
	horizontal-align: right;
}

DOTACustomGame #LobbyContents
{
	visibility: collapse;
}

DOTACustomGame #LobbyContents Label
{
	text-align: right;
	horizontal-align: right;
	font-size: 14px;
	color: #888888;
}

DOTACustomGame.LocalGame #LobbyContents
{
	visibility: visible;
	vertical-align: center;
	horizontal-align: right;
	margin-right: 90px;
}

ToggleButton#FavoriteStar
{
	padding: 0px 0px;
	background-image: url("s2r://panorama/images/control_icons/star_favorite_psd.vtex");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	wash-color: #444444;
	visibility: collapse;
}

ToggleButton#FavoriteStar:hover
{
	wash-color: #4582ad;
}

ToggleButton#FavoriteStar:selected
{
	background-image: url("s2r://panorama/images/control_icons/star_favorite_selected_psd.vtex");
	wash-color: #65b9f5;
}

ToggleButton#FavoriteStar:selected:hover
{
	wash-color: #7ee6ff;
}

ToggleButton#FavoriteStar .TickBox
{
	visibility: collapse;
}

ToggleButton#FavoriteStar .Label
{
	visibility: collapse;
}

DOTACustomGame.ShowFavoriteStar #FavoriteStar
{
	visibility: visible;
}

#SubscriberCount
{
	visibility: collapse;
}

DOTACustomGame.RandomlySelectedCustomGameWithLobbiesCell .GameImageContainer
{
	width: 134px;
	height: 134px;
}

DOTACustomGame.RandomlySelectedCustomGameWithLobbiesCell .CustomGameCell
{
	height: 180px;
}

DOTACustomGame.RandomlySelectedCustomGameWithLobbiesCell #CustomGameCellFooter
{
	width: 134px;
	height: 46px;
	margin-top: 134px;
}

DOTACustomGame.RandomlySelectedCustomGameWithLobbiesCell .CustomGameCell:hover #CustomGameCellFooter
{
	height: 46px;
}

DOTACustomGame.RandomlySelectedCustomGameWithLobbiesCell #GameName
{
	color: #ffffff;
	font-size: 16px;
	margin-left: 2px;
	margin-top: 4px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 18px;
}

DOTACustomGame.RandomlySelectedCustomGameWithLobbiesCell #GameDescription
{
	font-size: 14px;
	opacity: 0.0;
}

DOTACustomGame.RandomlySelectedCustomGameWithLobbiesCell #LobbyCount
{
	color: #c2bdbd;
	font-size: 14px;
	margin-left: 2px;
	margin-top: 22px;
	opacity: 1.0;
}

DOTACustomGame #StarRating
{
	flow-children: right;
	height: 19px;
	margin-left: 835px;
	vertical-align: center;
}

DOTACustomGame.CustomGameInstalled .GameImageContainer
{
	width: 285px;
	height: 214px;
	box-shadow: #00000088 0px 0px 6px 0px ;
	border: 1px solid black;
	border-radius: 8px;
}

DOTACustomGame.CustomGameInstalled #TopLayerPanel
{
	background-color: gradient( linear, 100% 0%, 100% 100%, from( #ffffff11) , color-stop ( .015, #ffffff06 ), color-stop ( .1, #ffffff05 ), color-stop ( .6, transparent), to( #00000077 ) );
	visibility: visible;
}

DOTACustomGame.CustomGameInstalled .CustomGameCell
{
	margin: 16px;
}

DOTACustomGame.CustomGameInstalled #CustomGameCellFooter
{
	width: 100%;
	height: 30px;
	border-top: 1px solid #00000033;
}

DOTACustomGame.Favorite #CustomGameCellFooter
{
	background-color: #1c3b51aa;
	border-top: 1px solid #00000033;
}

DOTACustomGame.Favorite #CustomGameCellFooter Label
{
	color: #beccd4;
}

DOTACustomGame.Favorite #TopLayerPanel
{
	background-color: gradient( linear, 100% 0%, 100% 100%, from( #51698a) , color-stop ( .015, #5588cd22 ), color-stop ( .1, #5588cd11 ), color-stop ( .6, transparent), to( #00000077 ) );
	visibility: visible;
}

DOTACustomGame.CustomGameInstalled .CustomGameCell:hover #CustomGameCellFooter
{
	height: 30px;
}

DOTACustomGame.CustomGameInstalled #GameImage
{
	saturation: 0.7;
	transition-property: saturation, pre-transform-scale2d;
	transition-duration: 0.20s;
	transition-timing-function: ease-in-out;
}

DOTACustomGame.CustomGameInstalled:hover #GameImage
{
	pre-transform-scale2d: 1.05;
	saturation: 1.0;
}

DOTACustomGame.CustomGameInstalled #GameName
{
	color: #aaaaaa;
	font-size: 17px;
	margin-left: 8px;
	margin-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	text-transform: none;
	height: 122px;
	width: 226px;
}

DOTACustomGame.CustomGameInstalled #GameDescription
{
	font-size: 14px;
	visibility: collapse;
}

DOTACustomGame.CustomGameInstalled #LobbyCount
{
	color: #c2bdbd;
	font-size: 14px;
	margin-left: 2px;
	margin-top: 22px;
	opacity: 1.0;
}

DOTACustomGame.CustomGameInstalled #FavoriteStar
{
	horizontal-align: right;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	margin-bottom: 5px;
}

DOTACustomGame.HorizontalRow
{
	width: 100%;
}

DOTACustomGame.HorizontalRow .GameImageContainer
{
	width: 66px;
	height: 66px;
}

DOTACustomGame.HorizontalRow .CustomGameCell
{
	width: 100%;
	height: 66px;
	margin-bottom: 4px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
}

DOTACustomGame.HorizontalRow #CustomGameCellFooter
{
	width: 100%;
	height: 66px;
	margin-left: 68px;
	background-color: #00000000;
}

DOTACustomGame.HorizontalRow .CustomGameCell:hover #CustomGameCellFooter
{
	height: 66px;
}

DOTACustomGame.HorizontalRow #GameName
{
	color: #ffffff;
	font-size: 17px;
	margin-left: 8px;
	margin-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: none;
	font-weight: normal;
	width: 240px;
	height: 66px;
}

DOTACustomGame.HorizontalRow #GameDescription
{
	font-size: 18px;
	opacity: 1.0;
	margin-top: 4px;
	margin-left: 248px;
	width: 580px;
}

DOTACustomGame.HorizontalRow #LobbyCount
{
	color: #c2bdbd;
	font-size: 14px;
	margin-left: 2px;
	margin-top: 22px;
	opacity: 1.0;
}

DOTACustomGame.SearchResult
{
	width: 100%;
}

DOTACustomGame.SearchResult .GameImageContainer
{
	width: 66px;
	height: 66px;
}

DOTACustomGame.SearchResult .CustomGameCell
{
	width: 100%;
	height: 66px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
}

DOTACustomGame.SearchResult #CustomGameCellFooter
{
	width: 100%;
	height: 66px;
	margin-left: 68px;
	background-color: #00000000;
}

DOTACustomGame.SearchResult .CustomGameCell:hover #CustomGameCellFooter
{
	height: 66px;
}

DOTACustomGame.SearchResult #GameName
{
	color: #ffffff;
	font-size: 17px;
	margin-left: 8px;
	margin-top: 9px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: none;
	font-weight: normal;
	width: 100%;
	height: 33px;
}

DOTACustomGame.SearchResult #GameDescription
{
	color: #999999;
	font-size: 17px;
	margin-left: 8px;
	margin-top: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: none;
	font-weight: normal;
	width: 100%;
	height: 33px;
}

DOTACustomGame.SearchResult #LobbyCount
{
	visibility: collapse;
}

DOTACustomGame.SuggestedGame
{
	tooltip-position: top;
	tooltip-body-position: 50% 0%;
	tooltip-arrow-position: 18% 0%;
}

DOTACustomGame.SuggestedGame .GameImageContainer
{
	width: 83px;
	height: 62px;
	margin: 4px;
	wash-color: #808F8D55;
	border-radius: 4px;
	border: 1px solid #4D5A5E;
	transition-duration: 0.2s;
}

DOTACustomGame.SuggestedGame #TopLayerPanel
{
	visibility: visible;
}

DOTACustomGame.SuggestedGame:hover .GameImageContainer
{
	wash-color: none;
}

DOTACustomGame.SuggestedGame:hover #GameImage
{
	pre-transform-scale2d: 1.0;
}

DOTACustomGame.SuggestedGame #GameImage
{
	transition-duration: 0.2s;
}

DOTACustomGame.SuggestedGame .CustomGameCell
{
	height: 70px;
	width: 264px;
	margin-bottom: 10px;
	margin-right: 8px;
	border-radius: 6px;
	border: 1px solid #9BCAF400;
	transition-property: background-color, border;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

DOTACustomGame.SuggestedGame:hover .CustomGameCell
{
	background-color: #202A2F77;
	border: 1px solid #9BCAF455;
}

DOTACustomGame.SuggestedGame #CustomGameCellFooter
{
	width: 161px;
	height: 100%;
	margin-left: 80px;
	margin-right: 10px;
	background-color: none;
}

DOTACustomGame.SuggestedGame .CustomGameCell:hover #CustomGameCellFooter
{
	height: 69px;
}

DOTACustomGame.SuggestedGame #GameName
{
	color: #808F8D;
	font-size: 17px;
	font-weight: thin;
	margin-left: 22px;
	vertical-align: middle;
	margin-top: 0px;
	text-transform: none;
	font-weight: normal;
	height: 43px;
	width: 200px;
	transition-property: color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
}

DOTACustomGame.SuggestedGame:hover #GameName
{
	color: white;
	height: 43px;
}

DOTACustomGame.SuggestedGame #GameDescription
{
	font-size: 14px;
	visibility: collapse;
}

DOTACustomGame.SuggestedGame #LobbyCount
{
	color: #c2bdbd;
	font-size: 14px;
	margin-left: 2px;
	margin-top: 22px;
	opacity: 1.0;
}

DOTACustomGame.ActiveGame
{
	tooltip-position: left;
	tooltip-body-position: 50% 0%;
	tooltip-arrow-position: 18% 40%;
	width: 100%;
}

DOTACustomGame.ActiveGame .GameImageContainer
{
	width: 67px;
	height: 50px;
	margin-top: 10px;
	margin-left: 12px;
	wash-color: #808F8D55;
	transition-duration: 0.2s;
	z-index: 2;
}

DOTACustomGame.ActiveGame #TopLayerPanel
{
	visibility: visible;
}

DOTACustomGame.ActiveGame:hover .GameImageContainer
{
	wash-color: none;
}

DOTACustomGame.ActiveGame:hover #GameImage
{
	pre-transform-scale2d: 1.0;
}

DOTACustomGame.ActiveGame #GameImage
{
	transition-duration: 0.2s;
}

DOTACustomGame.ActiveGame .CustomGameCell
{
	height: 72px;
	width: 100%;
	border-top: 1px solid #88888822;
	transition-property: background-color, border;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

DOTACustomGame.ActiveGame #CustomGameCellFooter
{
	padding-left: 78px;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	background-color: gradient( linear, 0% 100%, 0% 0%, from( #00000055 ), to( #00000099 ) );
}

DOTACustomGame.ActiveGame .CustomGameCell:hover #CustomGameCellFooter
{
	height: 72px;
}

DOTACustomGame.ActiveGame #GameName
{
	color: #c2e9e9;
	font-size: 17px;
	font-weight: thin;
	margin-left: 12px;
	vertical-align: middle;
	margin-top: 0px;
	text-transform: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	height: 43px;
	width: 275px;
	transition-property: color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
}

DOTACustomGame.ActiveGame:hover #GameName
{
	color: white;
}

DOTACustomGame.ActiveGame #CustomGameCellFooter:hover
{
	background-color: gradient( linear, 0% 100%, 0% 0%, from( #000000dd ), to( #000000 ) );
}

DOTACustomGame.ActiveGame #GameDescription
{
	font-size: 14px;
	visibility: collapse;
}

DOTACustomGame.ActiveGame #LobbyCount,DOTACustomGame.ActiveGame #CurrentPlayerCount
{
	color: #c2bdbd;
	font-size: 18px;
	margin-left: 2px;
	margin-right: 150px;
	margin-top: 0px;
	horizontal-align: right;
	vertical-align: center;
	opacity: 1.0;
}

DOTACustomGame.ActiveGame #LastUpdated
{
	color: #888888;
	font-size: 14px;
	margin-left: 12px;
	margin-top: 38px;
}

DOTACustomGame.ActiveGame #ConnectionQualityIcon
{
	horizontal-align: right;
	vertical-align: center;
	margin-right: 90px;
}

DOTACustomGame.GameOfTheDay #CustomGameCellFooter
{
	width: 100%;
	height: 34px;
}

DOTACustomGame.Carousel
{
	transition-property: transform, blur, pre-transform-scale2d, wash-color;
	transition-duration: 0.0s;
	transition-delay: 0.0s;
	transition-timing-function: ease-in-out;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes 'CardDarken'
{
	0%
	{
		wash-color: #00000000;
	}
	
	100%
	{
		wash-color: #000000ff;
	}
	
}

DOTACarouselList.EnableTransition DOTACustomGame.Carousel
{
	transition-duration: 0.6s;
}

DOTACustomGame.Carousel.Focused
{
	transform: translatex(0px);
}

DOTACustomGame.Carousel.LeftOfFocus1
{
	transform: rotateY( 50deg ) translatex(-612px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.LeftOfFocus2
{
	transform: rotateY( 55deg ) translatex(-1218px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.LeftOfFocus3
{
	transform: rotateY( 60deg ) translatex(-1827px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.LeftOfFocus4
{
	transform: rotateY( 65deg ) translatex(-2436px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.LeftOfFocus5
{
	transform: rotateY( 70deg ) translatex(-3045px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.LeftOfFocus6
{
	transform: rotateY( 70deg ) translatex(-3654px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.LeftOfFocus7
{
	transform: rotateY( 70deg ) translatex(-4263px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.LeftOfFocus8
{
	transform: rotateY( 70deg ) translatex(-4872px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.LeftOfFocus9
{
	transform: rotateY( 70deg ) translatex(-5481px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.LeftOfFocus10
{
	transform: rotateY( 70deg ) translatex(-6090px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.RightOfFocus1
{
	transform: rotateY( -50deg ) translatex(612px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.RightOfFocus2
{
	transform: rotateY( -55deg ) translatex(1218px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.RightOfFocus3
{
	transform: rotateY( -60deg ) translatex(1827px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.RightOfFocus4
{
	transform: rotateY( -65deg ) translatex(2436px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.RightOfFocus5
{
	transform: rotateY( -70deg ) translatex(3045px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.RightOfFocus6
{
	transform: rotateY( -70deg ) translatex(3654px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.RightOfFocus7
{
	transform: rotateY( -70deg ) translatex(4263px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.RightOfFocus8
{
	transform: rotateY( -70deg ) translatex(4872px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.RightOfFocus9
{
	transform: rotateY( -70deg ) translatex(5481px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel.RightOfFocus10
{
	transform: rotateY( -70deg ) translatex(6090px);
	animation-name: CardDarken;
}

DOTACustomGame.Carousel .GameImageContainer
{
	width: 612px;
	height: 457px;
}

DOTACustomGame.Carousel .CustomGameCell
{
	width: 612px;
	height: 457px;
	margin-bottom: 0px;
}

DOTACustomGame.Carousel #CustomGameCellFooter
{
	width: 100%;
	height: 136px;
	background-color: gradient( linear, 100% 0%, 100% 100%, from( #00000000 ), color-stop( 0.28, #00000088 ), color-stop( 0.28, #000000dd ), to( #000000dd ) );
	margin-left: 0px;
	margin-right: 0px;
}

DOTACustomGame.Carousel .CustomGameCell:hover #CustomGameCellFooter
{
	height: 140px;
}

DOTACustomGame.Carousel #GameName
{
	color: white;
	text-shadow: 0px 0px 14px 3 #000000;
	font-size: 32px;
	margin-left: 12px;
	margin-top: 0px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	letter-spacing: 3px;
	height: 36px;
	opacity: 1.0;
}

DOTACustomGame.Carousel #GameDescription
{
	font-size: 18px;
	height: 100%;
	vertical-align: top;
	margin-top: 48px;
}

DOTACustomGame.Carousel #LobbyCount
{
	color: #c2bdbd;
	font-size: 14px;
	margin-left: 2px;
	margin-top: 22px;
	opacity: 1.0;
}

DOTACustomGame.Tooltip .GameImageContainer
{
	width: 365px;
	height: 274px;
	saturation: 1;
	background-color: #232D36;
	box-shadow: inset #000000aa 0px 0px 6px 6px;
}

DOTACustomGame.Tooltip .CustomGameCell
{
	height: fit-children;
}

DOTACustomGame.Tooltip #TopLayerPanel
{
	background-color: gradient( linear, 100% 0%, 100% 100%, from( #ffffff66) , color-stop ( .025, #ffffff11 ), color-stop ( .1, #ffffff05 ), color-stop ( .7, transparent), to( transparent ) );
	visibility: visible;
}

DOTACustomGame.Tooltip #CustomGameCellFooter
{
	width: 365px;
	margin-top: 274px;
	height: fit-children;
	background-color: #262D33;
	background-color: gradient( linear, 100% 0%, 100% 100%, from( #2F383E ), to( #232A2E ) );
	border-top: 1px solid black;
	padding: 0px;
	box-shadow: #000000 0px 0px 6px 0px ;
}

DOTACustomGame.Tooltip .CustomGameCell:hover #CustomGameCellFooter
{
	height: fit-children;
}

DOTACustomGame.Tooltip #GameName
{
	color: #ffffff;
	font-size: 20px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 8px;
	margin-top: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: none;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 1px;
	width: 365px;
	height: 38px;
	background-color: #1B2124;
}

DOTACustomGame.Tooltip .HorizontalDivider
{
	background-color: #384249;
	margin: 8px;
	margin-top: 89px;
	visibility: visible;
}

DOTACustomGame.Tooltip #GameDescription
{
	color: #B2C1D0;
	font-size: 16px;
	opacity: 1.0;
	margin: 8px;
	margin-top: 97px;
	padding: 8px;
	width: 365px;
	height: fit-children;
	min-height: 0px;
	max-height: 112px;
	background-color: #00000088;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

DOTACustomGame.Tooltip #LobbyCount
{
	color: #c2bdbd;
	font-size: 14px;
	margin-left: 2px;
	margin-top: 22px;
	opacity: 1.0;
}

DOTACustomGame.Tooltip #Author
{
	margin-left: 12px;
	margin-top: 44px;
	color: #7599B9;
}

DOTACustomGame.Tooltip #Author .PersonaName
{
	color: #9BCAF4;
	text-decoration: none;
	font-weight: bold;
}

DOTACustomGame.Tooltip #StarRating
{
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 65px;
	vertical-align: top;
	horizontal-align: right;
}

DOTACustomGame.Tooltip .Star
{
	width: 18px;
	height: 18px;
	wash-color: #3C4E5E;
}

DOTACustomGame.Tooltip .StarLit
{
	wash-color: #A4E84A;
}

DOTACustomGame.Tooltip #SubscriberCount
{
	visibility: visible;
	font-size: 16px;
	horizontal-align: right;
	margin-top: 44px;
	margin-right: 14px;
	color: #7599B9;
}

DOTACustomGame.GameFriendsPlay
{
	width: 156px;
	height: 100%;
}

DOTACustomGame.GameFriendsPlay .CustomGameCell
{
	width: 100%;
	height: 100%;
	margin-right: 8px;
	margin-top: 2px;
}

DOTACustomGame.GameFriendsPlay #CustomGameCellFooter
{
	width: 100%;
	height: 28px;
}

DOTACustomGame.GameFriendsPlay .CustomGameCell:hover #CustomGameCellFooter
{
	height: 28px;
}

DOTACustomGame.GameFriendsPlay #GameImage
{
	saturation: 0.7;
	transition-property: saturation, pre-transform-scale2d;
	transition-duration: 0.20s;
	transition-timing-function: ease-in-out;
}

DOTACustomGame.GameFriendsPlay:hover #GameImage
{
	pre-transform-scale2d: 1.05;
	saturation: 1.0;
}

DOTACustomGame.GameFriendsPlay #GameName
{
	color: #ffffff;
	font-size: 18px;
	font-weight: thin;
	letter-spacing: 1px;
	margin-left: 4px;
	margin-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	text-transform: none;
	height: 122px;
	width: 226px;
}

DOTACustomGame.GameFriendsPlay #GameDescription
{
	font-size: 14px;
	visibility: collapse;
}

DOTACustomGame.GameFriendsPlay #LobbyCount
{
	color: #c2bdbd;
	font-size: 14px;
	margin-left: 2px;
	margin-top: 22px;
	opacity: 1.0;
}

DOTACustomGame.LobbyInvite
{
	width: 200px;
	height: 150px;
	horizontal-align: center;
}

DOTACustomGame.LobbyInvite .GameImageContainer
{
	width: 100%;
	height: 100%;
}

DOTACustomGame.LobbyInvite .CustomGameCell
{
	width: 100%;
	height: 100%;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
}

DOTACustomGame.LobbyInvite #CustomGameCellFooter
{
	width: 100%;
	height: 30px;
}

DOTACustomGame.LobbyInvite .CustomGameCell:hover #CustomGameCellFooter
{
	height: 30px;
}

DOTACustomGame.LobbyInvite #GameImage
{
	saturation: 0.7;
	transition-property: saturation, pre-transform-scale2d;
	transition-duration: 0.50s;
	transition-timing-function: ease-in-out;
}

DOTACustomGame.LobbyInvite:hover #GameImage
{
	pre-transform-scale2d: 1.00;
	saturation: 0.7;
}

DOTACustomGame.LobbyInvite #GameName
{
	color: #ffffff;
	font-size: 17px;
	margin-left: 8px;
	margin-top: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	text-transform: none;
	height: 122px;
	width: 226px;
}

DOTACustomGame.LobbyInvite #GameDescription
{
	font-size: 14px;
	visibility: collapse;
}

DOTACustomGame.FriendContextMenu
{
	margin: 6px 0px 6px 0px;
	padding: 0px;
	border-radius: 0px;
	horizontal-align: center;
	width: 100%;
	background-color: #00000000;
}

DOTACustomGame.FriendContextMenu:hover
{
	background-color: #00000000;
}

DOTACustomGame.FriendContextMenu:active
{
	background-color: #00000000;
}

DOTACustomGame.FriendContextMenu .GameImageContainer
{
	width: 72px;
	height: 54px;
}

DOTACustomGame.FriendContextMenu:hover #GameImage
{
	pre-transform-scale2d: 1.0;
}

DOTACustomGame.FriendContextMenu .CustomGameCell
{
	height: 54px;
	margin-bottom: 0px;
	margin-right: 0px;
	horizontal-align: middle;
}

DOTACustomGame.FriendContextMenu:hover .CustomGameCell
{
	background-color: #00000000;
}

DOTACustomGame.FriendContextMenu #CustomGameCellFooter
{
	width: fit-children;
	height: 54px;
	margin-left: 80px;
	margin-right: 10px;
	background-color: none;
}

DOTACustomGame.FriendContextMenu #GameName
{
	color: #758d8c;
	font-size: 16px;
	margin-left: 2px;
	margin-top: 8px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	height: 18px;
	vertical-align: top;
	transition-property: color;
	transition-duration: 0.0s;
	transition-timing-function: ease-in;
}

DOTACustomGame.FriendContextMenu:hover #GameName
{
	color: white;
}

DOTACustomGame.FriendContextMenu:active #GameName
{
	color: #aaaaaa;
}

DOTACustomGame.FriendContextMenu #GameDescription
{
	visibility: collapse;
}

DOTACustomGame.FriendContextMenu #LobbyCount
{
	visibility: collapse;
}

DOTACustomGame.FriendContextMenu #StarRating
{
	visibility: collapse;
}

DOTACustomGame.FriendContextMenu #ViewGameInfo
{
	color: #758d8c;
	font-size: 15px;
	margin-left: 2px;
	margin-top: 28px;
	white-space: nowrap;
	height: 18px;
}

Button:hover #ViewGameInfo
{
	color: white;
}

a
{
	color: #cbcbcb;
	text-decoration: underline;
}

DOTACustomGame.FinishedPlayingVote .CustomGameCell
{
	height: fit-children;
}

DOTACustomGame.FinishedPlayingVote #TopLayerPanel
{
	visibility: collapse;
}

DOTACustomGame.FinishedPlayingVote #CustomGameCellFooter
{
	width: 100%;
	margin-top: 274px;
	height: fit-children;
}

DOTACustomGame.FinishedPlayingVote .CustomGameCell:hover #CustomGameCellFooter
{
	height: fit-children;
}

DOTACustomGame.FinishedPlayingVote #GameName
{
	color: #ffffff;
	font-size: 20px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 8px;
	margin-top: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: none;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 1px;
	width: 100%;
	height: 38px;
}

DOTACustomGame.FinishedPlayingVote .HorizontalDivider
{
	visibility: collapse;
}

DOTACustomGame.FinishedPlayingVote #GameDescription
{
	visibility: collapse;
}

DOTACustomGame.FinishedPlayingVote #LobbyCount
{
	visibility: collapse;
}

DOTACustomGame.FinishedPlayingVote #StarRating
{
	visibility: collapse;
}

DOTACustomGame.FinishedPlayingVote #SubscriberCount
{
	visibility: collapse;
}

.PenaltyNotify
{
	height: 40px;
	width: 780px;
	font-size: 14px;
	vertical-align: center;
	horizontal-align: center;
	text-align: center;
	margin-bottom: 8px;
	visibility: collapse;
}

.CustomGameDisabled .PenaltyNotify
{
	visibility: visible;
}

