@charset "UTF-8";

/* --- bb_code.css --- */

/* .bbCodeX classes are designed to exist inside .baseHtml. ie: they have no CSS reset applied */

details summary::marker { display:none; }

.bbCodeBlock
{
	padding: 5px 15px;
margin-bottom: 15px;
margin-left: 15px;
border-left: 2px solid rgb(33, 150, 243);
overflow: auto;

}

	.bbCodeBlock .bbCodeBlock,
	.hasJs .bbCodeBlock .bbCodeSpoilerText,
	.messageList.withSidebar .bbCodeBlock
	{
		margin-right: 0;
	}

	/* mini CSS reset */
	.bbCodeBlock pre,
	.bbCodeBlock blockquote
	{
		margin: 0;
	}

	.bbCodeBlock img
	{
		border: none;
	}

.bbCodeBlock .type
{
	font-size: 1rem;
font-family: Roboto,Source Sans Pro,arial,sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Noto Sans,Helvetica;
background-color: rgb(255,255,255);

}

.bbCodeBlock pre,
.bbCodeBlock .code
{
	font-size: 10pt;
font-family: Consolas, 'Courier New', Courier, monospace;
background-color: rgb(226, 236, 241);
background-repeat: repeat-x;
background-position: top;
word-wrap: normal;
overflow: auto;
line-height: 26px;
min-height: 30px;
max-height: 500px;
_width: 600px;
direction: ltr;
background-image: -webkit-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: -moz-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: -ms-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: -o-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);

}

.bbCodeBlock .code
{
	white-space: nowrap;
}

.bbCodeQuote
{
	border-left: 2px solid rgb(33, 150, 243);

}

.bbCodeQuote .attribution
{
	font-size: 1rem;
color: rgb(84,106,122);
background-color: rgb(255,255,255);
background-repeat: repeat-x;
background-position: top;

}

.bbCodeQuote .quoteContainer
{
	overflow: hidden;
	position: relative;

	font-style: italic;
font-size: 1rem;
color: rgb(125, 140, 151);
background-color: rgb(255, 255, 255);
background-repeat: repeat-x;
background-position: top;
margin-top: 5px;

}


	.bbCodeQuote .quoteContainer .quote
	{
		max-height: 150px;
		overflow: hidden;
		padding-bottom: 1px;
	}

		.NoJs .bbCodeQuote .quoteContainer .quote
		{
			max-height: none;
		}

	.bbCodeQuote .quoteContainer .quoteExpand
	{
		//display: none;
		box-sizing: border-box;
		position: absolute;
		height: 80px;
		top: 70px;
		left: 0;
		right: 0;

		font-size: 12px;
		line-height: 1;
		text-align: center;
		color: rgb(138, 162, 174);
		cursor: pointer;
		padding-top: 65px;
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);

		border-bottom-left-radius: ;
		border-bottom-right-radius: ;
	}

	.bbCodeQuote .quoteContainer .quoteExpand.quoteCut
	{
		display:block!important;
	}

	.bbCodeQuote .quoteContainer.expanded .quote
	{
		max-height:none;
	}

	.bbCodeQuote .quoteContainer.expanded .quoteExpand
	{
		display:none!important;
	}


	.bbCodeQuote img
	{
		max-height: 150px;
	}

	.bbCodeQuote iframe,
	.bbCodeQuote .fb_iframe_widget,
	.bbCodeQuote object,
	.bbCodeQuote embed
	{
		max-width: 200px;
		max-height: 150px;
	}

	.bbCodeQuote iframe:-webkit-full-screen
	{
		max-width: none;
		max-height: none;
	}

	.bbCodeQuote iframe:-moz-full-screen
	{
		max-width: none;
		max-height: none;
	}

	.bbCodeQuote iframe:-ms-fullscreen
	{
		max-width: none;
		max-height: none;
	}

	.bbCodeQuote iframe:fullscreen
	{
		max-width: none;
		max-height: none;
	}

.bbCodeSpoilerButton
{
	margin: 5px 0;
	max-width: 99%;
}

	.bbCodeSpoilerButton > span
	{
		display: inline-block;
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

.hasJs .bbCodeSpoilerText
{
	display: none;
	color: rgb(125, 140, 151);
background-color: rgb(245,245,245);
padding: 15px;
border: 0 solid rgb(144,164,174);
border-top-style: solid;
border-radius: 2px;
overflow: auto;

}

	.hasJs .bbCodeSpoilerText .bbCodeSpoilerText,
	.hasJs .bbCodeSpoilerText .bbCodeBlock,
	.hasJs .messageList.withSidebar .bbCodeSpoilerText
	{
		margin-right: 0;
	}

.NoJs .bbCodeSpoilerContainer
{
	background-color: rgb(47,59,67); /* fallback for browsers without currentColor */
	background-color: currentColor;
}

	.NoJs .bbCodeSpoilerContainer > .bbCodeSpoilerText
	{
		visibility: hidden;
	}

	.NoJs .bbCodeSpoilerContainer:hover
	{
		background-color: transparent;
	}

		.NoJs .bbCodeSpoilerContainer:hover > .bbCodeSpoilerText
		{
			visibility: visible;
		}


@media (max-width:800px)
{
	.Responsive .bbCodeBlock,
	.Responsive.hasJs .bbCodeSpoilerText
	{
		margin-right: 0;
	}
}


/* --- login_bar.css --- */

/** Login bar basics **/

#loginBar .pageContent 
{
	color: rgb(250,250,250);
background-color: rgb(84,110,122);

}

	

	#loginBar .pageContent
	{
		padding-top: 0;
		position: relative;
		_height: 0px;
	}

	#loginBar a
	{
		color: rgba(255,255,255,.8);

	}

	#loginBar form
	{
		padding: 25px 0;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;

	}

		#loginBar .xenForm .ctrlUnit,
		#loginBar .xenForm .ctrlUnit > dt label
		{
			margin: 0;
			border: none;
		}

		#loginBar .xenForm .ctrlUnit > dd
		{
			position: relative;
		}

	#loginBar .lostPassword,
	#loginBar .lostPasswordLogin
	{
		font-size: 11px;
	}

	#loginBar .rememberPassword
	{
		font-size: 11px;
	}

	#loginBar .textCtrl
	{
		color: rgb(255,255,255);
background: rgba(0, 0, 0, 0.15);
border-color:  rgb(0, 0, 0); border-color:  rgba(0, 0, 0, 0.15); _border-color:  rgb(0, 0, 0);

	}

	#loginBar .textCtrl[type=text]
	{
		font-weight: bold;

	}

	#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
	{
		background: rgba(0, 0, 0, 0.15) !important;
		color: rgb(255,255,255);
	}

	#loginBar .textCtrl:focus
	{
		background: rgba(0, 0, 0, 0.3) none;

	}

	#loginBar input.textCtrl.disabled
	{
		color: rgb(84,106,122);
background-color: #000;
border-style: dashed;

	}

	#loginBar .button
	{
		min-width: 85px;
		*width: 85px;
	}

		#loginBar .button.primary
		{
			font-weight: bold;
		}

/** changes when eAuth is present **/

#loginBar form.eAuth
{
	-x-max-width: 720px; /* normal width + 170px */
}

	#loginBar form.eAuth .ctrlWrapper
	{
		border-right:  1px dotted rgb(250, 250, 250); border-right:  1px dotted rgba(250, 250, 250, .5); _border-right:  1px dotted rgb(250, 250, 250);
		margin-right: 220px;
		box-sizing: border-box;
	}

	#loginBar form.eAuth #eAuthUnit
	{
		position: absolute;
		top: 0px;
		right: 0;
		width: 200px;
	}

		#eAuthUnit li
		{
			margin-top: 10px;
			line-height: 0;
		}

/** handle **/

#loginBar #loginBarHandle label 
{
	font-weight: bold;
font-size: 1rem;
color: #FFF;
background-color: rgb(84,110,122);
padding: 0 15px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
position: absolute;
right: 0;
display: inline-block;
text-align: center;
z-index: 1;
line-height: 30px;
height: 30px;

}


@media (max-width:800px)
{
	.Responsive #loginBar form.eAuth .ctrlWrapper
	{
		border-right: none;
		margin-right: 0;
		padding-top: 25px;
	}

	.Responsive #loginBar form.eAuth #eAuthUnit
	{
		position: static;
		width: 200px;
		margin: 0 auto;
	}
}
@media (max-width:610px)
{
	.Responsive #loginBar .xenForm .ctrlUnit > dd {padding-left: 0; padding-right: 0;}
	.Responsive #loginBar form.eAuth #eAuthUnit {width: auto; margin-left: 25px; margin-right: 25px;}
}



/* --- message.css --- */



.messageList
{
	
}

.article .sectionHead h2 {font-size: 1.6rem;color: #458;padding:5px;} 
.article .messageContent h2 {font-size:1.5rem; color:#368; margin-bottom:1px;}
.article .messageContent h3 {font-size:1.45rem; color:#854; margin-bottom:1px;}
.article .messageContent h4 {font-size:1.35rem; color:#458; margin-bottom:1px;}
.article .messageContent h5 {font-size:1.25rem; color:#368; margin-bottom:1px;}
.article .signature {display:block!important;}

.messageList .message
{
	margin: 25px auto;

	background-color: #fff;
padding: 0;
border: 0 solid rgb(224,224,224);
border-radius: 2px;
box-shadow: 0 2px 3px rgba(0,0,0,.25);

}

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

/*** Message block ***/

.message .messageInfo
{
	background-color: transparent;
padding: 0;
border-bottom: 1px none black;

	zoom: 1;
}

	.message .newIndicator
	{
		color: rgb(233, 30, 99);
padding: 0;
margin: 0;
border-radius: 2px;
font-size: inherit;
float: right;
text-transform: uppercase;


	}
		

	.message .messageContent
	{
		padding: 15px 0;
min-height: 40px;
overflow: hidden;
*zoom: 1;

	}
	.message .messageTextEndMarker
	{
		height: 0;
		font-size: 0;
		overflow: hidden;
	}
	.message .editDate
	{
		text-align: right;
		margin-top: 5px;
		font-size: 12px;
		color: rgb(84,106,122);
	}

	.message .signature
	{
		font-size: 0.8rem;
color: rgb(125, 140, 151);
background-color: rgb(245,245,245);
padding: 15px;
border-width: 0;
margin: 15px -15px -15px;
box-shadow: 0px 2px 0 rgba(0,0,0,.25) inset;

	}

	

.message .videotag {
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 480px;
    background: #000000;
}

	.message .messageMeta
	{
		font-size: 0.85rem;
padding: 15px;
border-top: 1px solid rgb(224,224,224);
margin: 15px -15px -15px;
overflow: hidden;
zoom: 1;
box-sizing: border-box;

	}
	.Portal .message .messageMeta { padding:5px 10px; clear:both; }
	.Portal .message .messageInfo { margin:15px; }

		.message .privateControls
		{
			float: left;

		}

		.message .publicControls
		{
			float: right;

		}
			.message .privateControls .item
			{
				margin-right: 10px;
				float: left;
			}

				.message .privateControls .item:last-child
				{
					margin-right: 0;
				}

			.message .publicControls .item
			{
				margin-left: 10px;
				float: left;
			}
				.message .messageMeta .control
				{
					color: rgb(125, 140, 151);
padding-right: 8px;
padding-left: 8px;
margin: 0 1px 4px 0;
border-radius: 2px;
line-height: 1;
float: none;
display: inline-block;
vertical-align: bottom;

				}
					.message .messageMeta .control:focus
					{
						
					}
					.message .messageMeta .control:hover
					{
						color: rgb(33, 150, 243);
text-decoration: none;

					}
					.message .messageMeta .control:active
					{
						color: rgb(233, 30, 99);
background-color: transparent;

					}
	/*** multiquote +/- ***/

	

		.messageNotices li
	{
		font-size: 0.85rem;
color: rgb(138, 162, 174);
background-color: rgb(226, 236, 241);
padding: 15px;
margin-bottom: 15px;
border: 1px solid rgb(166, 188, 198);
border-radius: 2px;

	}
	
		.messageNotices .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			background: url('styles/material/xenforo/xenforo-ui-sprite.png') no-repeat 1000px 1000px;
		}
	
			.messageNotices .warningNotice .icon { background-position: -48px -32px; }		
			.messageNotices .deletedNotice .icon { background-position: -64px -32px; }		
			.messageNotices .moderatedNotice .icon {background-position: -32px -16px; }
	.message .likesSummary
	{
		color: rgb(96,125,139);
background-color: rgb(226, 236, 241);
padding: 5px;
margin-top: 15px;
border-radius: 2px;

	}
	.message .messageText > *:first-child
	{
		margin-top: 0;
	}

/* inline moderation changes */

.InlineModChecked .messageUserBlock,
.InlineModChecked .messageInfo,
.InlineModChecked .messageNotices,
.InlineModChecked .bbCodeBlock .type,
.InlineModChecked .bbCodeBlock blockquote,
.InlineModChecked .attachedFiles .attachedFilesHeader,
.InlineModChecked .attachedFiles .attachmentList
{
	background-color: rgb(224,244,250);

}

.InlineModChecked .messageUserBlock div.avatarHolder,
.InlineModChecked .messageUserBlock .extraUserInfo
{
	background: transparent;
}

.InlineModChecked .messageUserBlock .arrow span
{
	border-left-color: rgb(224,244,250);
}

/* message list */

.messageList .newMessagesNotice
{
	margin: 10px auto;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid rgb(245,245,245);
	background: rgb(250,250,250) url(styles/material/xenforo/gradients/category-23px-light.png) repeat-x top;
	font-size: 11px;
}

/* deleted / ignored message placeholder */

.messageList .message.placeholder
{
}

.messageList .placeholder .placeholderContent
{
	overflow: hidden; zoom: 1;
	color: rgb(144,164,174);
	font-size: 12px;
}

	.messageList .placeholder a.avatar
	{
		float: left;
		display: block;
	}
		.messageList .placeholder a.avatar img
		{
			display: block;
			width: 32px;
			height: 32px;
		}
	

/* messages remaining link */

.postsRemaining a,
a.postsRemaining
{
	font-size: 12px;
	color: rgb(84,106,122);
}


@media (max-width:610px)
{
.MultiQuoteControl, .ReplyQuote { display:none!important; }
}

@media (max-width:800px)
{
	.Responsive .message .newIndicator
	{
		margin-right: 0;
		border-top-right-radius: 2px;
	}
		.Responsive .message .newIndicator span
		{
			display: none;
		}
}

@media (max-width:610px)
{
	.Responsive .message .messageInfo
	{
		margin-left: 0;
		padding: 0 10px;
	}

	.Responsive .message .messageContent
	{
		min-height: 0;
	}
	

	.Responsive .message .postNumber,
	.Responsive .message .authorEnd
	{
		display: none;
	}
	.Responsive .message .signature
	{
		display: none;
	}
	.Responsive .messageList .placeholder a.avatar
	{
		margin-right: 10px;
	}
}


/* --- message_user_info.css --- */

.messageUserInfo
{
	background-color: rgb(250,250,250);
border: 0px solid rgb(224,224,224);
border-right-width: 1px;
border-radius: 2px;
float: left;
width: 180px;

}

	.messageUserBlock
	{
		
		position: relative;
	}
		.messageUserBlock div.avatarHolder
		{
			padding: 15px 25px;
border-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
text-align: center;


			position: relative;
		}
			.messageUserBlock div.avatarHolder .avatar
			{
				display: block;
				font-size: 0;
			}
			.messageUserBlock div.avatarHolder .onlineMarker
			{
				position: absolute;
				top: 14px;
				left: 24px;
				
				color: rgb(127, 185, 0);
border: 7px solid transparent;
border-top-color: rgb(127, 185, 0);
border-left-color: rgb(127, 185, 0);
border-top-left-radius: 5px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
top: -1px;
left: -1px;

			}
		.messageUserBlock .userText
		{
			padding: 5px 25px;
border: 0 solid rgb(224,224,224);
text-align: center;
display: block;

		}
		.messageUserBlock .userBanner
		{
			display: block;
			margin-bottom: 5px;
			margin-left: -31px;
			margin-right: -31px;
		}
		.messageUserBlock .userBanner:last-child
		{
			margin-bottom: 0;
		}
		.messageUserBlock a.username
		{
			color: rgb(96,125,139);
display: block;
overflow: hidden;
text-align: center;
font-weight: 500;

		}
		.messageUserBlock .userTitle
		{
			font-size: 11px;
display: block;
clear: both;

		}
		.messageUserBlock .extraUserInfo
		{
			font-size: 11px;
padding: 5px 25px 15px;
border: 0 solid rgb(224,224,224);
border-radius: 2px;
border-top-left-radius: 0;
border-top-right-radius: 0;

		}
			.messageUserBlock .extraUserInfo dl
			{
				margin: 2px 0 0;
			}
			
			.messageUserBlock .extraUserInfo dl:first-child {margin-top: 0;}

			.messageUserBlock .extraUserInfo img
			{
				max-width: 100%;
			}
		.messageUserBlock .arrow
		{
			position: absolute;
			top: 10px;
			right: -10px;
			display: block;
			width: 0px;
			height: 0px;
			line-height: 0px;
			border: 10px solid transparent;
			border-left-color: rgb(224,224,224);
			-moz-border-left-colors: rgb(224,224,224);
			border-right: none;
			/* Hide from IE6 */
			_display: none;
		}
			.messageUserBlock .arrow span
			{
				position: absolute;
				top: -10px;
				left: -11px;
				display: block;
				width: 0px;
				height: 0px;
				line-height: 0px;
				border: 10px solid transparent;
				border-left-color: ;
				-moz-border-left-colors: ;
				border-right: none;
			}




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


@media (max-width:610px)
{
	.Responsive .messageUserInfo
	{
		float: none;
		width: auto;
		margin-bottom: 5px;
	}

	.Responsive .messageUserBlock
	{
		overflow: hidden;
		position: relative;
	}

	.Responsive .messageUserBlock div.avatarHolder
	{
		float: left;
		padding: 5px;
	}

		.Responsive .messageUserBlock div.avatarHolder .avatar img
		{
			width: 48px;
			height: 48px;
		}

	.Responsive .messageUserBlock h3.userText
	{
		margin-left: 64px;
	}
	.Responsive .messageUserBlock .userBanner
	{
		max-width: 150px;
		margin-left: 0;
		margin-right: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		position: static;
		display: inline-block;
	}
		.Responsive .messageUserBlock .userBanner span
		{
			display: none;
		}

	.Responsive .messageUserBlock .extraUserInfo
	{
		display: none !important;
	}

	.Responsive .messageUserBlock .arrow
	{
		display: none;
	}
}


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

#moderatorBar
{
	background-color: rgb(84,110,122);
	border-bottom: 1px solid rgb(144,164,174);	
	font-size: 11px;
}

/*#moderatorBar
{
	box-shadow: 0 0 5px rgb(120,144,156);
	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(245,245,245);
}

	#moderatorBar a:hover
	{
		text-decoration: none;
		background-color: rgb(96,125,139);
		color: rgb(250,250,250);
	}

/* 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(96,125,139);
	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;
}

/* --- thread_view.css --- */

.thread_view .threadAlerts
{
	border: 1px solid rgb(250,250,250);
	border-radius: 5px;
	font-size: 11px;
	margin: 10px 0;
	padding: 5px;
	line-height: 16px;
	background-image: url('styles/material/xenforo/gradients/form-button-white-25px.png');
}
	
	.thread_view .threadAlerts dt
	{
		color: rgb(224,224,224);
		display: inline;
	}
	
	.thread_view .threadAlerts dd
	{
		color: rgb(96,125,139);
		font-weight: bold;
		display: inline;
	}
	
		.thread_view .threadAlerts .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			margin-left: 5px;
			background: url('styles/material/xenforo/xenforo-ui-sprite.png') no-repeat -1000px -1000px;
		}
		
			.thread_view .threadAlerts .deletedAlert .icon { background-position: -64px -32px; }
			.thread_view .threadAlerts .moderatedAlert .icon { background-position: -32px -16px; }
			.thread_view .threadAlerts .lockedAlert .icon { background-position: -16px -16px; }
	
.thread_view .threadAlerts + * > .messageList
{
	border-top: none;
}

.thread_view .threadNotices
{
	background-color: rgb(255,255,255);
	border: 1px solid rgb(245,245,245);
	border-radius: 5px;
	padding: 10px;
	margin: 10px auto;
}

.thread_view .InlineMod
{
	overflow: hidden; zoom: 1;
}
