@charset "UTF-8";

/* --- funbox.css --- */

.funzone img {
	max-width: 100%;
}

.funzone.funbox_left {
	float: left;
}
.funzone.funbox_center {
	margin: 0 auto;
	text-align: center;
}
.funzone.funbox_right {
	float: right;
}

@media( max-width: 520px) {
	.dfpHideMobile {
		display: none;
	}
}

@media( min-width: 521px) and (max-width: 800px) {
	.dfpHideTabletPortrait {
		display: none;
	}
}

@media( min-width: 801px) and (max-width: 1050px) {
	.dfpHideTabletLandscape {
		display: none;
	}
}

@media( min-width: 1051px) {
	.dfpHideDesktop {
		display: none;
	}
}

/* --- moderator_bar.css --- */

#moderatorBar
{
	background-color: rgb(48, 62, 90);
	border-bottom: 1px solid rgb(110, 128, 157);	
	font-size: 11px;
}

/*#moderatorBar
{
	box-shadow: 0 0 5px rgb(83, 100, 130);
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 100;
}

body
{
	padding-top: 25px;
}*/

/* clearfix */ #moderatorBar { zoom: 1; } #moderatorBar:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

#moderatorBar .pageContent
{
	padding: 2px 0;
	overflow: auto;
}

#moderatorBar a
{
	display: inline-block;
	padding: 2px 10px;
	border-radius: 3px;
}

#moderatorBar a,
#moderatorBar .itemCount
{
	color: rgb(243, 247, 255);
}

	#moderatorBar a:hover
	{
		text-decoration: none;
		background-color: rgb(65, 81, 110);
		color: rgb(248, 250, 255);
	}

/* TODO: maybe sort out the vertical alignment of the counters so they they are properly centered */

#moderatorBar .itemLabel,
#moderatorBar .itemCount
{
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

#moderatorBar .itemCount
{	
	background: rgb(65, 81, 110);
	padding-left: 6px;
	padding-right: 6px;
	
	text-align: center;
	
	font-weight: bold;
	
	border-radius: 2px;
	text-shadow: none;
}

	#moderatorBar .itemCount.alert
	{
		background: #e03030;
		color: white;
		box-shadow: 2px 2px 5px rgba(0,0,0, 0.25);
	}
	
#moderatorBar .adminLink
{
	float: right;
}

#moderatorBar .permissionTest,
#moderatorBar .permissionTest:hover
{
	background: #e03030;
	color: white;
	box-shadow: 2px 2px 5px rgba(0,0,0, 0.25);
	font-weight: bold;
}

/* --- ta_register.css --- */

#uix_wrapper {
	background-image: url('https://toucharcade.com/community/styles/toucharcade/toucharcade/register.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

#uix_wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(49,62,88,0) 0%, #242E42 98.05%);
}

footer {position: relative;}

.register_form .ta_canvasPanel .navTab .navLink {color: rgba(255,255,255,.7);}

.register_form .ta_canvasPanel .navTab .navLink:hover {color: #fff;}
