/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

.PopupPanel
{
	width: 1100px;
	height: 640px;
	padding: 0px;
	overflow: clip;
	flow-children: none;
	background-color: gradient( linear, 0% 0%, 100% 0%, from( #333f ), to( #222f ) );
}

.Contents
{
	flow-children: down;
}

.CloseButton
{
	horizontal-align: right;
	width: 30px;
	height: 30px;
	background-size: 60%;
	background-color: #444;
	margin-top: 8px;
	margin-right: 8px;
}

.OverlayText
{
	flow-children: down;
	margin-left: 20px;
	margin-top: 16px;
}

.header
{
	height: 107px;
	width: 100%;
	background-color: gradient( linear, 0% 0%, 100% 0%, from( #8E601B ), to( #161008 ) );
	box-shadow: 0px 0px 64px #00000080;
}

.OverlayHeader
{
	text-transform: uppercase;
	color: #ECD393;
	font-size: 20px;
	font-weight: semi-bold;
	letter-spacing: 1px;
	text-shadow: 0px 3px 4px #000000;
}

#CachePrice
{
	color: white;
	font-size: 28px;
	vertical-align: bottom;
	margin-bottom: 60px;
	margin-left: 20px;
	visibility: collapse;
}

.OverlayDetails
{
	max-width: 330px;
	color: #ccc;
	text-shadow: 0px 0px 4px 2.0 black;
	font-size: 16px;
}

#SplashImage
{
	horizontal-align: center;
	width: 1100px;
	height: 640px;
	background-image: url("s2r://panorama/images/splash_ads/ti10_collectors_cache2_popup_psd.vtex");
	background-repeat: no-repeat;
	background-size: cover;
}

#SplashImage_2
{
	horizontal-align: center;
	width: 1100px;
	height: 640px;
	background-image: url("s2r://panorama/images/splash_ads/ti10_collectors_cache2_popup_psd.vtex");
	background-repeat: no-repeat;
	background-size: cover;
}

.SplashImageShading
{
	vertical-align: bottom;
	width: 700px;
	height: 500px;
}

.SplashImageOverlay
{
	flow-children: down;
	margin-bottom: 100px;
	margin-left: 20px;
	horizontal-align: right;
	vertical-align: bottom;
}

#Contents
{
	flow-children: down;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #000e;
	padding: 16px 20px 20px 20px;
}

#SubTitle
{
	width: 100%;
	height: 100px;
	text-align: center;
	horizontal-align: center;
	padding-top: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: semi-bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 4px #E4C269;
	letter-spacing: 2px;
}

#Title
{
	width: 100%;
	height: 100px;
	text-align: center;
	horizontal-align: center;
	padding-top: 40px;
	font-weight: semi-bold;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 0px 0px 4px #E4C269;
	letter-spacing: 2px;
}

#Message
{
	color: #ccc;
	vertical-align: bottom;
	max-width: 640px;
	font-size: 20px;
	padding: 8px;
}

#DetailsButton
{
	horizontal-align: right;
	margin-right: 110px;
	vertical-align: bottom;
	margin-bottom: 30px;
	box-shadow: black 0px 0px 0px 0px;
	width: 220px;
	height: 42px;
}

#Countdown
{
	width: 100%;
	vertical-align: top;
	flow-children: down;
	margin-top: 30px;
	background-color: gradient (linear, 100% 0%, 0% 0%, from (#4F3612), to (transparent) );
	padding: 8px 0px 8px 20px;
	horizontal-align: right;
}

.time-left
{
	font-weight: semi-bold;
	font-size: 42px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px black;
	color: gradient (linear, 0% 100%, 0% 0%, from (#F8E8B9), to ( #fff) );
}

.remaining
{
	color: #ECD393;
	font-weight: semi-bold;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0px 2px 2px black;
	brightness: 1.4;
	margin-top: -4px;
}

#Countdown.CountdownActive .finished
{
	visibility: collapse;
}

#Countdown.CountdownAfterEnd .time-left,#Countdown.CountdownAfterEnd .remaining
{
	visibility: collapse;
}

.finished
{
	font-weight: semi-bold;
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px black;
	color: gradient (linear, 0% 100%, 0% 0%, from (#F8E8B9), to ( #fff) );
	vertical-align: middle;
}

#Countdown.CountdownActive .finished
{
	visibility: collapse;
}

