/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d6d1338b");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");

/* RoTracker forum branding. Higher specificity overrides the cached extension header rule. */
html body .site_logo {
	background-color: transparent !important;
	background-image: url("https://rotracker.org/Photos/icon.png?v=20260715") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border-radius: 8px !important;
	height: 42px !important;
	width: 42px !important;
}

html body .site_logo::after {
	content: none !important;
	display: none !important;
}

/* Keep one native Login link and use the cached RoTracker control for signup. */
html body .rotracker-login {
	align-items: center !important;
	background: #2b6f98 !important;
	border: 1px solid #205879 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 0 !important;
	font-weight: 700 !important;
	height: auto !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: -4px 4px 0 8px !important;
	min-height: 28px !important;
	padding: 7px 12px !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

html body .rotracker-login::after {
	content: "Sign up" !important;
	font-size: 12px !important;
	line-height: 1 !important;
	text-shadow: none !important;
}

html body .rotracker-login:hover,
html body .rotracker-login:focus {
	background: #194f70 !important;
	border-color: #143f59 !important;
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

html body .rotracker-register {
	background: #2b6f98 !important;
	border-color: #205879 !important;
	color: #fff !important;
	text-shadow: none !important;
}

html body .rotracker-register:hover,
html body .rotracker-register:focus {
	background: #194f70 !important;
	border-color: #143f59 !important;
	color: #fff !important;
	text-shadow: none !important;
}

/* Match phpBB's native Login control to the RoTracker signup button. */
html body #nav-main > li.rightside > a[href*="mode=login"] {
	align-items: center !important;
	background: #2b6f98 !important;
	border: 1px solid #205879 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	height: 44px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: -4px 4px 0 8px !important;
	padding: 0 10px !important;
	text-decoration: none !important;
	width: 70px !important;
}

html body #nav-main > li.rightside > a[href*="mode=login"] .icon {
	color: inherit !important;
	margin-right: 3px !important;
}

html body #nav-main > li.rightside > a[href*="mode=login"]:hover,
html body #nav-main > li.rightside > a[href*="mode=login"]:focus {
	background: #194f70 !important;
	border-color: #143f59 !important;
	color: #fff !important;
	text-decoration: none !important;
}

@media (max-width: 700px) {
	html body .logo {
		display: inline-block !important;
		float: none !important;
		padding: 4px 8px 0 !important;
	}

	html body .site_logo {
		height: 36px !important;
		width: 36px !important;
	}
}
