/*	--------------------------	*/
/*	--------------------------	*/
/*	$CP - Control Panel Styles	*/
/*	--------------------------	*/
/*	--------------------------	*/
/*	Main CP box					*/
/*	--------------------------	*/
.cp-menu {
	float:left;
	width: 19%;
	margin: 1em 1% 5px 0;
}
.cp-main {
	float: left;
	width: 80%;
}
.cp-main .content {
	padding: 0;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@NB: Most of this is		*/
/*	probably unnecessary.		*/
/*	Only 2 relevant instances	*/
/*	of .panel-container class.	*/
/*
	mcp_header.html
	<div id="cp-main" class="cp-main mcp-main panel-container">

	ucp_header.html
	<div id="cp-main" class="cp-main ucp-main panel-container">

/*	--------------------------	*/
.panel-container .panel p {
	font-size: 1.2rem;
}
.panel-container .panel ol {
	margin-left: 2em;
	font-size: 1.2rem;
}
.panel-container li.header dt,
.panel-container li.header dd {
	margin-bottom: 2px;
}
.panel-container .table1 {
	margin-bottom: 1em;
}
.panel-container .table1 th {
	font-weight: 700;
}
/*	--------------------------	*/
/*	--------------------------	*/
.cp-main .pm-message {
	float: none;
	width: auto;
	margin: 10px 0;
	border: 1px solid;
}
.pm-message h2 {
	padding-bottom: 5px;
}
.cp-main .postbody h3, .cp-main .box2 h3 {
	margin-top: 0;
}
/*	@WTF?	*/
.cp-main #topicreview .postbody h3 {
    position: absolute;
	z-index: -1;
}
/*	@WTF? Inherit from .post!	*/
.panel-container .postbody p.author {
	font-size: 1.2rem;
}
.cp-main .buttons {
	margin-left: 0;
}
.cp-main .linklist {
	margin: 0;
}
ul.cplist {
	margin-bottom: 15px;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	MCP: Specific tweaks.		*/
/*	--------------------------	*/
.mcp-main .postbody {
	width: 100%;
}
.tabs-container h2 {
	float: left;
	margin-bottom: 0px;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	CP tabs, shared elsewhere.	*/
/*	--------------------------	*/
.tabs, .minitabs {
	margin: 1em 7px 0;
}
h2 + .tabs {
	margin: 0 7px;
}
.minitabs {
	float: right;
	max-width: 50%;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WIP: Use flex for these?	*/
/*	--------------------------	*/
.tabs > ul, .minitabs > ul {
	position: relative;
	list-style: none;
	display: flex;
}
.minitabs > ul {
	justify-content: flex-end;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WIP: Simplify selectors?	*/
/*	--------------------------	*/
.tab {
	padding: 0 1px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8rem;
}
.tab a {
	display: block;
	position: relative;
	padding: 8px 10px;
	white-space: nowrap;
}
.tab a:hover, .tab a:focus {
	position: relative;
	z-index: 1;
	text-decoration: none;
}
.activetab a {
	position: relative;
	z-index: 1;
	font-weight: 700;
	pointer-events: none;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	Responsive tabs.			*/
/*	--------------------------	*/
.responsive-tab {
	position: relative;
}
.responsive-tab > a.responsive-tab-link {
	display: block;
	position: relative;
	width: 16px;
	font-size: 1.6rem;
	line-height: 1.6rem;
	text-decoration: none;
}
/*	@WTF?	*/
.responsive-tab .responsive-tab-link:before {
	position: absolute;
	left: 10px;
	top: 7px;
	width: 14px;
	height: 2px;
	content: '';
	border-top: 6px double;
	border-bottom: 2px solid;
}
/*	@NB: .tab .dropdown ??	*/
.tabs .dropdown, .minitabs .dropdown {
	top: 20px;
	margin-right: -2px;
	font-size: 1.2rem;
	font-weight: 400;
}
.minitabs .dropdown {
	margin-right: -4px;
}
/*	@NB: .tab .dropdown-up ??	*/
.tabs .dropdown-up .dropdown,
.minitabs .dropdown-up .dropdown {
	top: auto;
	bottom: 20px;
}
.tabs .dropdown li {
	text-align: end;
}
.minitabs .dropdown li {
	text-align: start;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	UCP/MCP navigation menu.	*/
/*	--------------------------	*/
/*	--------------------------	*/

/*	--------------------------	*/
/*	--------------------------	*/
/*	Sub-navigation list.		*/
/*	--------------------------	*/
.navigation {
	width: 100%;
	padding-top: 36px;
}
.navigation ul {
	list-style: none;
}
.navigation li {
	padding: 1px 0;
}
#active-subsection {
	font-weight: 700;
	pointer-events: none;
}
/*	Sub-section links.	*/
.navigation a {
	display: block;
	padding: 4px 8px;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	Preferences panel layout.	*/
/*	--------------------------	*/
.cp-main h2 {
	margin-left: 10px;
	padding: 0 0 .5em;
	border-bottom: none;
}
/*	@WTF? Friends list.	*/
.cp-mini {
	overflow-y: auto;
	max-height: 200px;
	padding: 5px 10px;
	margin: 10px 15px 10px 5px;
	border-radius: 7px;
}
#cp-menu .cp-mini {
	display: none;
}
.mini dt {
	font-weight: 700;
}
.mini dd {
	padding-top: 4px;
}
.friend-online {
	font-weight: 700;
}
.friend-offline {
	font-style: italic;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WIP: PM stuffz, again. :P	*/
/*	--------------------------	*/
/*	--------------------------	*/
/*	Rules list for PM options.	*/
/*	--------------------------	*/
.def-rules li {
	padding: 1px;
}
/*	--------------------------	*/
.current {}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@NB: PM marking colours.	*/
/*	--------------------------	*/
.pmlist .row {
	box-sizing: border-box;
}
/*	--------------------------	*/
/*	@WIP: ucp_header.html		*/
/*	--------------------------	*/
.pm-legend {
	margin-bottom: 3px;
	padding-left: 3px;
	border-left: 10px solid;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WTF? Avatar gallery.		*/
/*	--------------------------	*/
.gallery label {
	position: relative;
	float: left;
	width: auto;
	margin: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid;
}
.gallery label:hover {}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WIP: Post poll styles.		*/
/*	--------------------------	*/
/*	--------------------------	*/
.topic_poll .content {
	padding: 0 5px;
}
.polls dl {
	font-size: 1.2rem;
	border-top: 1px solid;
}
.polls .voted {
	font-weight: 700;
}
.polls dt {
	display: inline-block;
	width: 30%;
}
.polls dd {
	display: inline-block;
	margin: 0;
	padding: 2px 4px;
}
.poll_option_select input {
	margin: 0;
}
.polls .resultbar {
	width: 50%;
	padding: 2px 0;
}
.resultbar>div {
	height: 20px;
}
.pollbar1 {
	opacity: .4;
}
.pollbar2 {
	opacity: .55;
}
.pollbar3 {
	opacity: .7;
}
.pollbar4 {
	opacity: .85;
}
.pollbar5 {
	opacity: 1;
}
.poll_option_percent {
	margin: 0;
}
.poll_option_percent span {
	padding: 0 4px;
	font-weight: 400;
}
.vote-submitted {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	$Forms - General.			*/
/*	--------------------------	*/
/*	--------------------------	*/
/*	Common description lists.	*/
/*	--------------------------	*/
fieldset dl {
	padding: 4px 0;
}
fieldset dt {
	float: left;
	width: 40%;
	text-align: start;
}
fieldset dd {
	margin-left: 41%;
	margin-bottom: 3px;
	vertical-align: top;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	Specific layout 1.			*/
/*	--------------------------	*/
.fields1 dt, .fields2 dt {
	width: 15em;
	border-right-width: 0;
}
.fields1 dd, .fields2 dd {
	margin-left: 15em;
	border-left-width: 0;
}
.fields1 div {
	margin-bottom: 10px;
}
/*	--------------------------	*/
/*	Set margin back to 0 for	*/
/*	reCaptcha div: PHPBB3-9587	*/
/*	--------------------------	*/
.fields1 .live-search div {
	margin-bottom: 0;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	Form elements.				*/
/*	--------------------------	*/
dt label {
	font-weight: 700;
	text-align: start;
}
dd label {
	white-space: nowrap;
}
dd input, dd textarea {
	margin-right: 3px;
}
dd select {
	width: auto;
}
dd select[multiple] {
	width: 100%;
}
dd textarea {
	width: 85%;
}
/*	--------------------------	*/
/*	--------------------------	*/
.timezone {
	width: 95%;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WTF? Fuckery here too.		*/
/*	Display options: viewtopic	*/
/*	and viewforum pages.		*/
/*	--------------------------	*/
fieldset.display-options {
	margin: 0;
	padding: 4px 7px 7px;
}
.display-options {
	margin: 3px 0 5px 0;
	text-align: center;
}
.display-options label {
	padding-right: 2px;
	white-space: nowrap;
}
.display-options a {
	margin-top: 3px;
}
.dropdown .display-options {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}
.dropdown .display-options label {
	display: block;
	margin: 4px;
	padding: 0;
	text-align: end;
	white-space: nowrap;
}
.dropdown .display-options select {
	min-width: 120px;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	Display actions: UCP/MCP.	*/
/*	--------------------------	*/
.display-actions {
	padding-right: 1em;
	text-align: end;
	white-space: nowrap;
}
.display-actions .button2 + div {
	padding-top: 1em;
}
.display-actions label {
	padding-right: 2px;
	white-space: nowrap;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	MCP forum selection.		*/
/*	--------------------------	*/
.forum-selection {
	float: right;
	margin: 5px 0 3px 0;
}
.forum-selection2 {
	float: right;
	margin: 13px 0 3px 0;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	Submit button fieldset.		*/
/*	--------------------------	*/
.submit-buttons {
	margin: 5px 0;
	text-align: center;
	vertical-align: middle;
}
.submit-buttons input {
	vertical-align: middle;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WTF? Input field styles.	*/
/*	--------------------------	*/
.inputbox {
	padding: 0 6px;
	line-height: 2.6rem;
	vertical-align: middle;
}
.inputbox:hover, .inputbox:focus {
	outline-style: none;
}
.inputbox:focus::placeholder {
	color: transparent;
}
select, .format-buttons select {
	min-height: 28px;
	max-height: 28px;
	line-height: 2.8rem !important;
}
select[multiple="multiple"] {
	max-height: 280px !important;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WTF? This fuckery can be	*/
/*	cleaned up for sure. :P		*/
/*	--------------------------	*/
.full {width: 95%}
.inputbox {width:85%}
.medium, input.medium {width:50%}
.narrow, input.narrow {width:25%}
.tiny {width: 10%}
input.tiny {width:150px}
/*	--------------------------	*/
.autowidth {
	width: auto !important;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WIP: Form button styles.	*/
/*	Rationalise these!			*/
/*	--------------------------	*/
.button1, .button2, a.button1, a.button2 {
	min-height: 2.8rem;
	max-height: 2.8rem;
	padding: 0 9px;
	line-height: 2.8rem;
	-webkit-appearance: none;
}
/*	--------------------------	*/
/*	@WTF? Alternative button.	*/
/*	--------------------------	*/
.button2 { 
	border: 1px solid;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	Anchors styled as buttons.	*/
/*	--------------------------	*/
a.button1, a.button2 {
	vertical-align: text-bottom;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	Hover and focus states.		*/
/*	--------------------------	*/
/*	--------------------------	*/
.button1:hover, .button2:hover, 
a.button1:hover, a.button2:hover,
.button1:focus, .button2:focus {
	text-decoration: none;
	outline-style: none;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WTF? Posting page AGAIN?	*/
/*	--------------------------	*/
#preview .inner {
	max-width: 72rem;
	margin-inline: auto;
}
#preview + hr {
	display: none;
}
#preview h3,
#postingbox h3 {
	padding: 0 0 4px;
	font-size: inherit;
	border-bottom: 1px solid var(--groovetop);
	box-shadow: 0 1px 0 var(--groovebot);
}
#postingbox h3 {
	margin: 0 1rem 7px;
}
/*	Simplify QR title!	*/
#qr_postform .inner,
#postingbox .inner {
	width: 74.2rem;
	max-width: 100%;
	margin-inline: auto;
}
#qr_postform .inner > *,
#qr_postform .fields1 > * {
	box-sizing: border-box;
	max-width: calc(100vw - 20px);
}
#qr_postform dl {
	position: absolute;
	z-index: -1;
}
#postingbox dl,
#postingbox .message-box,
#postingbox .input-box {
	box-sizing: border-box;
	max-width: calc(100vw - 20px);
}
#postingbox dl {
	padding: .5rem 1rem;
	line-height: 2.8rem;

	dt {
		float: left !important;
		width: 6em;
	}
	dd {
		margin-left: 6em;

		.inputbox {
			max-width: 100%;
		}
	}
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	BBC buttons in the editor.	*/
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WIP: Could be simpler.		*/
/*	@NB: Ditto select styling.	*/
/*	--------------------------	*/
.format-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	
	> .button {
		width: 4rem;
		height: 2.8rem;
		margin: 5px 1px;
		padding: 0;
		overflow: hidden;
	}
	.bbcode-color, .bbcode-font,
	.bbcode-list-, .bbcode-media {
		display: none;
	}
	.bbcode-clear::before, .bbcode-hr::before,
	.bbcode-icon::before, .bbcode-strike::before,
	.bbcode-sub::before, .bbcode-sup::before {
		display: block;
		width: auto;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		font-family: FontAwesome;
		font-size: inherit;
		line-height: 2.8rem;
	}
	.bbcode-u .icon {
		font-size: 1.6rem;
		line-height: 2.8rem;
	}
	.bbcode-strike::before {
		content: '\f0cc';
		font-size: 1.5rem;
		line-height: 2.8rem;
	}
	.bbcode-sup::before {
		content: '\f12b';
		font-size: 1.6rem;
		line-height: 2.5rem;
	}
	.bbcode-sub::before {
		content: '\f12c';
		font-size: 1.6rem;
		line-height: 2.5rem;
	}
	> .bbcode-size {
		margin: 5px 1px;
		padding-inline: 6px;
	}
	.bbcode-clear {
		width: 4.8rem;
	}
	.bbcode-clear::before {
		width: 3.4rem;
		margin: .5rem auto;
		padding: 1px;
		line-height: 1.5rem;
		content: '\f03e  \f03e';
		outline: 1px solid;
	}
	.bbcode-hr::before {
		content: '\f068';
		transform: scaleX(2);
	}
	.bbcode-icon::before {
		content: '\f2b4';
	}
	input, select {
		min-height: 2.8rem;
		max-height: 2.8rem;
		/*	0 -1px 5px?	*/
		margin: 0 -2px 5px 0;
		line-height: 2.8rem;
		vertical-align: top;
	}
	input {
		padding: 0 4px;
	}
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	Emoticons panel.			*/
/*	--------------------------	*/
.smiley-box {
	display: flex;
	flex-wrap: wrap;

	img {
		margin: 0;
	}
}
.smiley-box > a {
	margin: 4px;
	padding: 4px;
	background-color: #0000;
	outline: 2px solid #0000;
}
.smiley-box > a:hover,
.smiley-box > a:focus {
	background-color: var(--groovebot);
	outline-color: var(--buttoncol);
	border-radius: 3px;
	transition: background-color .2s, outline-color .2s;
}
.smiley-box-extras {
	float: right;
	margin-bottom: 0;
	margin-inline-start: auto;
}
.smiley-box-links {
	margin: 8px 0 0;
	padding: 0 9px;
	line-height: 2.6rem;
	text-decoration: none;
	border: 1px solid;
}
/*	----------------------	*/
/*	----------------------	*/
/*	Quick and full reply	*/
/*	(& other) textareas.	*/
/*	----------------------	*/
.message-box textarea {
	width: 100%;
	padding: 0.5em 1rem 1em;
	font-family: corbel;
	font-size: 1.6rem;
	line-height: 3ex;
	letter-spacing: .02em;
	word-spacing: .04em;
	resize: vertical;
}
/*	----------------------	*/
/*	Lines 1363-70: core.js	*/
/*	NB: Check the colours.	*/
/*	Use existing variable?	*/
/*	----------------------	*/
textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, .5);
}
textarea.drag-n-drop-highlight {
	outline-color: rgba(17, 163, 234, .5);
}
/*	----------------------	*/
/*	----------------------	*/
/*	NB: Unwanted elements.	*/
/*	----------------------	*/
.smiley-box > strong,
.smiley-box-links[href="#review"],
#postingbox .bbcode-status {
	display: none;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WTF? Attachments AGAIN?	*/
/*	--------------------------	*/
#options-panel {
	margin-top: 0;
}
#attach-panel {
	margin-top: 0;

	p:first-child {
		margin: 0;
	}
	.file-list-container {
		margin: 0;
		padding: 0;

		.table1.fixed-width-table {
			table-layout: fixed;
			margin-bottom: 2px;

			tr {
				border: 1px solid var(--darkerbor);
			}
			/*	------------------	*/
			/*	Javascript fuckup!	*/
			/*	------------------	*/
			.file-inline-bbcode[style*="block"] {
				display: inline-block !important;
			}
		}
	}

}
/*	--------------------------	*/
#pmheader-postingbox, .cp-main #postingbox {
	margin: 0;
	padding: 0 15px;
}
.cp-main #options-panel {
	margin: 0;
}
.cp-main #attach-panel {
	padding: 0 15px;
}
.cp-main #message:first-child {
	margin-top: 1em;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	$Icons
/*	--------------------------	*/
/*	--------------------------	*/
/*	@WIP: Rename .fa class to	*/
/*	allow using any icon font.	*/
/*	Alter font-family to suit.	*/
/*	--------------------------	*/
.icon, .button .icon,
.uncited:before {
	display: inline-block;
	color: inherit;
  	font-weight: 400;
  	font-style: normal;
  	font-variant: normal;
  	font-family: FontAwesome;
  	font-size: inherit;
  	line-height: inherit;
	/*	optimizelegibility		*/
	/*	screws things up: #1094	*/
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.icon:before {
	padding-right: 2px;
}
.button .icon:before {
	padding-right: 0;
}
/*	--------------------------	*/
/*	--------------------------	*/
.post-buttons .dropdown-contents .icon {
    float: right;
    margin-left: 5px;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	These can be deprecated.	*/
/*	--------------------------	*/
/*	@NB: Forced icon sizes.		*/
/*	--------------------------	*//*
.icon.icon-xl {
	font-size: 2rem;
}
.icon.icon-lg {
	font-size: 1.6rem;
}
.icon.icon-md {
	font-size: 1rem;
}
.icon.icon-sm {
	font-size: .8rem;
}
.icon-tiny {
	width: 12px;
	font-size: 1.6rem;
	vertical-align: text-bottom;
	transform: scale(0.65, 0.75);
}
/*	--------------------------	*/
/*	Forced icon colours.		*/
/*	--------------------------	*//*
.icon.icon-black, a:hover .icon.icon-black {color:#000}
.icon.icon-bluegray, a:hover .icon.icon-bluegray {color:#536482}
.icon.icon-gray, a:hover .icon.icon-gray {color:#777}
.icon.icon-green, a:hover .icon.icon-green {color:#1b9a1b}
.icon.icon-lightgray, a:hover .icon.icon-lightgray {color:#999}
.icon.icon-orange, a:hover .icon.icon-orange {color:#ff6600}
.icon.icon-red, a:hover .icon.icon-red {color:#bc2a4d}
/*	--------------------------	*/
/*	Unwanted, in blockquotes.	*/
/*	--------------------------	*/
/*	.fa-quote-left
.uncited:before {
	vertical-align: top;
	padding-inline: 0 5px;
	font-size: .9rem;
	content: '\f10d';
}
/*	.fa-quote-right
.rtl .uncited:before {
	content: '\f10e';
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	BBCode styles.
/*	--------------------------	*/
/*	--------------------------	*/
/*	Code blocks in posts.		*/
/*	--------------------------	*/
.codebox {
	margin: 8px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	word-wrap: normal;
	border: 1px solid;
}
.codebox p {
	margin: 0;
	padding: 6px 8px;
	font-weight: 700;
}
.codebox pre {
	padding: 0;
}
.codebox code {
	display: block;
	overflow: auto;
	max-height: 200px;
	padding: 8px;
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	Quote blocks in posts.		*/
/*	--------------------------	*/
blockquote {
	overflow: hidden;
	margin: 8px;
	padding: 8px;
	font-size: 1.4rem;
	line-height: 3ex;
	border: 1px solid;
}
blockquote cite {
	display: flex;
	padding-bottom: 1rem;
	font-style: normal;
	line-height: 1.8rem;
}
blockquote cite a:first-child {
	margin-inline-end: .3em;
	font-weight: 700;
}
cite > .responsive-hide {
	display: block !important;
	overflow: hidden;
	margin-inline: .2em;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*	--------------------------	*/
/*	Pointer link in cites.		*/
/*	--------------------------	*/
blockquote cite a + a {
	order: 3;
	margin-inline: auto 0;
}
blockquote cite a + a .icon {
	width: auto;
	font-size: 1.8rem;
}
/*	----------------------	*/
/*	----------------------	*/
/*	Forum & topic icons.	*/
/*	@NB: Simplify these!	*/
/*	----------------------	*/
.forums .row-item:before, .topics .row-item:before,
.pmlist .row-item:before, .cplist .row-item:before {
	position: absolute;
	display: block;
	top: 8px;
	left: 0;
	width: 3.2rem;
	height: 3.2rem;
	font-family: FontAwesome;
	font-size: 1.4rem;
	line-height: 3.2rem;
	text-align: center;
}
@keyframes UnreadPulse {
	0%	{opacity:.75}
	60%	{opacity:.75}
	80%	{opacity:1}
	100%{opacity:.75}
}
/*	----------------------	*/
/*	Read and unread icons.	*/
/*	----------------------	*/
.topiclist dl[class*="_unread"]::before,
.topiclist dl[class*="_read"]::before,
.row-item.forum_link:before {
	color: var(--boardicon);
	font-size: 2.8rem;
}
.subforum .icon {
	color: var(--boardicon);
	font-size: 1.2em;
}
.topiclist dl[class*="_unread"]::before,
.subforum.unread .icon {
	animation: UnreadPulse 3s infinite;
}
.topiclist dl[class*="_read"]::before,
.subforum.read .icon {
	opacity: .5;
}
.row-item.forum_link:before {
	font-size: 2.4rem;
	opacity: .8;
}
/*	------------------	*/
/*	Board/topic rows	*/
/*	use .fa-comments-o	*/
.topiclist dl[class*="forum_"]::before,
.topiclist dl[class*="topic_"]::before {
	content: "\f0e6";
}
/*	------------------	*/
/*	Announcements use	*/
/*	.fa-bullhorn		*/
.topiclist dl[class*="global_"]::before,
.topiclist dl[class*="announce_"]::before {
	content: "\f0a1";
}
/*	------------------	*/
/*	Redirects will use	*/
/*	.fa-external-link	*/
.row-item.forum_link:before {
	line-height: 3.5rem;
	content: "\f08e";
}
/*	--------------	*/
/*	.fa-thumb-tack	*/
.topiclist dl[class*="sticky_"]::before {
	content: "\f08d";
}
/*	--------------	*/
/*	.fa-lock		*/
.topiclist dl[class*="_locked"]::before {
	content: "\f023";
}
/*	--------------	*/
/*	.fa-arrow-right	*/
.topiclist dl[class*="_moved"]::before {
	content: "\f061";
	font-size: 3.2rem;
}
.topic_moved .lastpost, .topic_moved .posts {
	display: none;
}
/*	--------------	*/
/*	.fa-envelope	*/
.pm_read:before, .pm_unread:before {
	content: "\f0e0";
}
/*	--------------	*/
/*	.fa-star		*/
.topiclist dl[class*="_mine"]::after {
	position: absolute;
	display: block;
	top: 3px;
	left: 29px;
	width: .9rem;
	height: .9rem;
	color: #bf4000;
	font-family: FontAwesome;
	font-size: .9rem;
	content: "\f005";
}
/*	--------------------------	*/
/*	--------------------------	*/
/*	------ End of file. ------	*/
/*	--------------------------	*/
/*	--------------------------	*/
