
html {
	height: 100%;
}

body {
	background:  #1b2838;

	text-align: left;

	color: #8F98A0;
	font-size: 14px;

	margin:0;
	padding:0;
}

body.flat_page {
	position: relative;
	min-height: 100%;
}

body.flat_page.black {
	background: #000000;
}
body.flat_page.no_bg {
	background: none;
}

body.flat_page.blue {
	color: #636363;
}

/* this makes the footer appear at the bottom of the window on short pages */
body.flat_page .responsive_page_frame {
	position: static;
}

body.standard_page {
	min-width: 958px;
}

body, textarea {
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

.pagecontent {
	padding-bottom: 128px;
}
.pagecontent.in_client, .pagecontent.no_header {
	background-position: center top;
}
body.flat_page.blue .pagecontent {
	background: none;
}
@media screen and (max-width: 910px)
{
	html.responsive .pagecontent {
	   padding-bottom: 0;
	}

}
	html.responsive.touch .pagecontent {
	   padding-bottom: 0;
	}

.pagecontent.no_footerpad {
	padding-bottom: 0;
}

.maincontent {
	width: 948px;
	margin: 0 auto;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a, .whiteLink {
	color: #ebebeb;
	text-decoration: none;
	cursor: pointer;
}


a.hoverunderline:hover {
	text-decoration: underline;
}

a.underlinedLink, span.underlinedLink {
	color: #ebebeb;
	text-decoration: underline;
	cursor: pointer;
}

a.whiteLink:hover, .whiteLink:hover, a.linkStandard:hover, a.linkTitle:hover, a.underlinedLink:hover, span.underlinedLink:hover {
	color: #66C0F4;
	text-decoration: none;
	cursor: pointer;
}

form {
	margin:0;
	padding:0;
}

input[type=text], input[type=password], input[type=number], select {
	color: #909090;
	background-color: rgba( 0, 0, 0, 0.2 );
	border: 1px solid #000;
	/* should set this on individual styles we know look good with it */
	/* box-shadow: 1px 1px 0 0 rgba( 91, 132, 181, 0.2 ); */
	border-radius: 3px;
}



#footer {
	position:relative;
	text-align:left;
	width: auto;
	font-size: 12px;
	color: #8F98A0;
	border:0;
	margin: 0;
	padding: 32px 0;
	background-color: rgba( 0, 0, 0, 0.4 );
}

div#footer.compact {
    position: sticky;
    bottom: 0;
    left: 0;
    width: fit-content;
    padding: 0;
    background: none;
    z-index: 3;
}
div#footer.compact .footer_content {
    width: calc((100vw - 948px)/2);
}
div#footer.compact .footer_content #footerText {
    padding: 0 0 24px 12px;
    line-height: 16px;
    color: #537793;
}

div#footer.compact .footer_content #footerText a {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 7px;
    color: #799AB4;
}
div#footer.compact .footer_content #footerText a:hover {
    color: white;
}

div#footer.compact .footer_content #footerText .link_ssa,
div#footer.compact .footer_content #footerText .copyright {
    display: block;
}

@media screen and ( max-width: 1400px ) {
    html.responsive div#footer.compact {
        height: 32px;
    }

    html.responsive div#footer.compact .footer_content {
        width: 32px;
        height: 32px;
        padding-top: 4px;
        background: black;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        transition: width 0.5s ease;
    }
    html.responsive div#footer.compact .footer_content:hover {
        width: 100%;
    }
    html.responsive div#footer.compact .footer_content .copyIcon {
        display: inline-block !important;
        font-size: 20px;
        margin-right: 8px;
        margin-left: 4px;
    }
    html.responsive div#footer.compact .footer_content #footerText {
        padding: 4px;
        display: flex;
        flex-direction: row;
    }
    html.responsive div#footer.compact .footer_content #footerText .link_ssa,
    html.responsive div#footer.compact .footer_content #footerText .copyright,
    html.responsive div#footer.compact .footer_content #footerText a {
        display: inline-block;
    }

}


body.flat_page #footer, body.headerless_page #footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	padding-top: 16px;
	background: transparent;
}
body.flat_page #footer {
	background-color: #000000;
}
body.flat_page.blue #footer {
	background: none;
}

body #footer .responsive_optin_link {
	display: none;
}

body.flat_page #footer_spacer,
body.headerless_page #footer_spacer {
	height: 78px;
	padding-top: 16px;
	clear: both;
}

body.flat_page #footer_spacer.steam_china_footer_spacer,
body.flat_page #footer_spacer.steam_china_footer_spacer {
    height: 227px;
}


#footer .footer_content {
	position: relative;
	width: 958px;
	margin: 0 auto;
}

#footer a {
	color: #C6D4DF;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footerText {
	padding: 2px 0 0 123px;
	line-height: 14px;
	display: block;
	color: #8F98A0;
}

#footerLogo {
	position: absolute;
	left: 16px;
	top: 4px;
}


.friendBlock {
	height:36px;
	padding: 4px 0 4px 4px;
	margin-bottom:4px;
	font-size:11px;
	line-height:13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	position: relative;

	background-color: rgba( 84, 133, 183, 0.2);
}
a.friendBlock {
	display: block;
}

.friendBlockLinkOverlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	z-index: 2;
}

.friendBlock a.friendBlockInnerLink {
	position: relative;
	z-index: 3;
	color: #ffffff;
}

.friendBlock:hover {
	cursor:pointer;
	background-color: rgba( 117, 204, 255, 0.3);
}

.friendBlock .playerAvatar {
	float:left;
	margin-right: 7px;
}

.friendBlock .friendBlockContent {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.friendBlock .friend_join_game_link {
	text-decoration: underline;
}

.friendBlock .friend_join_game_link:hover {
	color: white;
}

.friendBlock .blockedText {
	color: red;
	font-weight: bold;
}

.friendBlockStatusIcon {
	float: right;
	height: 40px;
	line-height: 40px;
	padding: 0 7px;
}
.friendBlockStatusIcon img {
	vertical-align: middle;
}


.friendBlock .friendPlayerLevel {
	float: right;
	margin: 4px 4px 0 0;
}

.responsive_friendblocks_ctn {
	max-width: 898px;
	margin: 0 auto;
}

@media screen and (max-width: 910px)
{
	html.responsive .responsive_friendblocks .friendBlock,
	html.responsive .responsive_friendblocks .friendBlock:nth-child(3n) {
		margin-right: 0.8%;
	}
}

@media screen and (max-width: 910px) and (min-width: 601px)
{

	html.responsive .responsive_friendblocks .friendBlock {
		width: 32%;
	}

	html.responsive .responsive_friendblocks .friendBlock:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 600px ) and (min-width: 401px)
{
	html.responsive .responsive_friendblocks .friendBlock {
		width: 48%;
	}

	html.responsive .responsive_friendblocks .friendBlock:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 400px )
{
	html.responsive .responsive_friendblocks .friendBlock {
		width: auto;
		float: none;
	}
}

@media screen and ( max-width: 500px )
{
	html.responsive .commentthread_paging.has_view_all_link .pagebtn,
	html.responsive .commentthread_paging.has_view_all_link .commentthread_pagelinks,
	html.responsive .commentthread_paging.has_view_all_link .commentthread_pagedropdown	{
		display: none;
	}
}


@media screen and (max-width: 910px)
{

	html.responsive .commentthread_pagelinks {
		display: none;
	}

	html.responsive .commentthread_pagedropdown {
		display: inline;
	}

	html.responsive .commentthread_comment_author .community_ban_action {
		display: none;
	}

	html.responsive .commentthread_comment_author .actionlink:not(.community_ban_action) {
		visibility: visible;
	}

}

	html.responsive.touch .commentthread_pagelinks {
		display: none;
	}

	html.responsive.touch .commentthread_pagedropdown {
		display: inline;
	}

	html.responsive.touch .commentthread_comment_author .community_ban_action {
		display: none;
	}

	html.responsive.touch .commentthread_comment_author .actionlink:not(.community_ban_action) {
		visibility: visible;
	}

/* used to display the " - public" next to a group name */
.pubGroup {
	font-size:11px;
	color:#d05f29;
	font-weight:bold;
}

body.flat_page > .perf_timing_area .perf_timing_link, body.headerless_page > .perf_timing_area .perf_timing_link {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.perf_timing_area {
	display: block;
	text-align: center;
	margin-bottom: 14px;
}

.perf_timing_data {
	position: relative;
	background-color: #000000;
	margin: 0px auto 48px auto;
	padding: 8px;
	text-align: left;
	width: 936px;
	font-size: 14px;
}
.nowrap {
	white-space: nowrap;
	overflow: hidden;
}

/* note that the old gameLogoHolder_default style does nothing now */

.gameLogo {
	width:184px;
	height:69px;
	border:0;
	padding: 4px;
	margin:0;
	background: rgba( 0, 0, 0, 0.5 );
}

.gameLogo img {
	border:0;
	width:184px;
	height:69px;
}


/* ---------------- comment threads -------------*/
.commentthread_header, .commentthread_footer {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 1px;
	padding-bottom: 15px;
	padding-top: 10px;
}
.commentthread_header {
	border-bottom: 1px solid #363f4c;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	flex-direction: row;
}
.commentthread_footer {
	border-top: 1px solid #363f4c;
}

.commentthread_header .commentthread_count {
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	overflow: hidden;
}

.commentthread_header_and_count {
	background-image: url( data:image/png;base64,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 );
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 24px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.commentthread_count_label {
	margin-right: 8px;
}

.commentthread_subscribe_checkbox_ctn {
	display: flex;
	gap: 4px;
}

.commentthread_subscribe_ctn {
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	cursor: pointer;
}

.commentthread_subscribe_hint {
	font-size: 10px;
	line-height: 12px;
	vertical-align: text-top;
	cursor: default;
}

.commentthread_subscribe_hint .commentthread_subscribe_hint_q {
	color: #66c0f4;
}

.commentthread_subscribe_checkbox {
	display: inline-block;
	position: relative;
	height: 12px;
	width: 12px;
	vertical-align: middle;

	border: 1px solid #385377;
	border-top-color: #070a0f;
	border-left-color: #070a0f;

	border-top-right-radius: 1px;
	border-bottom-left-radius: 1px;

	background: rgba( 0, 0, 0, 0.2 );
}

.commentthread_subscribe_check {
	position: absolute;
	display: none;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;

	background: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASJJREFUeNpi/P//PwMlgIVcjcGLD70H0UzkaA6cv/cpkBIgywC/mdvOMLGwSsHMIskA145FM1m5eIxB7B+Pnz9YG2t3gGgDrArbi/mkFdJA7J+fPxzYWhWuSLQXlF0CfSUMLOtB7H9/fj87NaW+ESaHYoBJelWaXdWkBnQDdMIzehiZmHhB7Du71pS8unb+AFYD5G08ZopqGtQ7Nc3uZWRkBPvVa9K6TSwcnGog9uvrFxovL5++HFkPI3JC8p+98yayYhANMhBEf3//ZvP2/OBGoPqzOA1AN+T/v3+fQU7/8+P7reP9FenITsfqBRAAKQRpAJsO1Awy5MrKGSXYNGN1AQwELTzwCWTA83NHS471V/biiiFGSjMTEwOFgGIDAAIMAKHJfj735eNRAAAAAElFTkSuQmCC' ) no-repeat center;
}

.commentthread_subscribe_ctn.checked .commentthread_subscribe_check {
	display: block;
}

.commentthread_subscribe_ctn.waiting .commentthread_subscribe_check {
	display: block;
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/login/throbber.gif' );
	background-size: contain;
}

.commentthread_paging {
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.commentthread_paging_viewall_ctn {
	display: flex;
}

.commentthread_pagelink {
	cursor: pointer;
	color: #ffffff;
}

.commentthread_pagelinks_ctn {
	height: fit-content;
	line-height: normal;
}

.commentthread_pagelinks {
	margin: 0 8px;
}

.commentthread_pagedropdown {
	display: none;
}

/* fix some bad workshop.css styles */
.commentthread_pagedropdown select {
	width: auto;
}

.commentthread_pagelink:hover {
	text-decoration: underline;
}

.commentthread_pagelink.active {
	cursor: default;
	color: #939393;
}

.commentthread_pagelink.active:hover {
	text-decoration: none;
}

.commentthread_entry {
	min-height: 44px;
	background-color: rgba( 0, 0, 0, 0.2 );
	position: relative;

	padding: 8px;
}

.commentthread_allcommentslink {
	margin-right: 12px;
}

a.commentthread_allcommentslink:hover {
	text-decoration: underline;
}

.commentthread_user_avatar {
	float: left;
	margin-right: 8px;
}

.commentthread_entry_quotebox_quote {
	position: absolute;
	left: 50px;
	top: 13px;
	width: 17px;
	height: 18px;
}

.commentthread_entry_quotebox {
	border: none;
	padding: 4px 6px 4px 6px;
	font-size: 12px;
	background-color: rgba( 0, 0, 0, 0.4 );
	border-radius: 4px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #354357;
	border-bottom: 1px solid #354357;
	overflow: hidden;
}

.commentthread_textarea {
	resize: none;
	outline: none;
	background-color: transparent;
	border: none;
	width: 100%;
	overflow: hidden;
	color: #BFBFBF;
}

.commentthread_entry_submitlink {
	text-align: right;
	padding-top: 5px;
}

.commentthread_entry_submitlink .emoticon_button {
	margin-right: 8px;
}

.commentthread_entry_autosubscribe {
	padding-bottom: 8px;
}

.commentthread_entry_error {
	color: #ff0000;
	padding-top: 6px;
}

.commentthread_textarea::-webkit-input-placeholder{
	font-style: italic;
	color: #515152;
}

.commentthread_textarea:-moz-placeholder {
	font-style: italic;
	color: #515152;
}

.commentthread_comment_container {
	margin-top: 19px;
	padding: 10px;
}

.commentthread_comment {
	position: relative;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-bottom: 8px;
	min-height: 40px;
	padding-left: 58px;

	/* The descendant comment text element has overflow set, but a chrome bug allows some unicode characters to spill out of that.  overflow at this level seems to stop it */
	overflow: hidden;
}
.commentthread_comment.highlighted {
	border: 3px solid red;
	background-color: rgba( 255, 255, 255, 0.1 );
}

.detailBox .commentthread_comment:not(.hidden_post):hover,
.group_comments .commentthread_comment:not(.hidden_post):hover,
.profile_comment_area .commentthread_comment:not(.hidden_post):hover {
	background: rgba(255,255,255,0.05);
}

.valve_links {
	margin: 15px 0 0 0;
	display: block;
}

.commentthread_comment.commentthread_newcomment {

}

.commentthread_comment_avatar {
	position: absolute;
	left: 5px;
	top: 8px;
}

.commentthread_valve_icon
{
	vertical-align: middle;
	margin-left: 5px;
	width: 59px;
	height: 16px;
}

.commentthread_comment_author {
	margin-bottom: 2px;
	line-height: 16px;
}

.commentthread_comment_author a {
	font-size: 14px;
}

.commentthread_comment_author a.actionlink {
	color: #B0AEAC;
	font-size: 11px;
	visibility: hidden;
}

.commentthread_comment_author a.actionlink:hover {
	text-decoration: underline;
}
.commentthread_comment_author .commentthread_comment_actions {
	float: right;
	margin-right: 8px;
}

.commentthread_comment_author .commentthread_comment_actions a.actionlink {
	margin-left: 10px;
}

.commentthread_comment:hover .commentthread_comment_author a.actionlink {
	visibility: visible;
}

.commentthread_comment:hover .commentthread_comment_author a.actionlink img {
	height: 16px;
}

.commentthread_comment_timestamp {
	font-size: 13px;
	color: #56707f;
	margin-left: 4px;
}

.commentthread_comment_reportprob {
	font-size: 14px;
	color: #e16262;
	margin-left: 4px;
}

.commentthread_comment_reportprob.small {
	font-size: 11px;
	color: #e16262;
	margin-left: 4px;
}

.commentthread_comment_text {
	font-size: 13px;
	color: #acb2b8;
	word-wrap: break-word;
	overflow-y: auto;
	max-height: 400px;
	line-height: 18px;
}

.commentthread_comment_text a {
	color: #c6d4df;
	text-decoration: underline;
}

.commentthread_comment_text a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}

.commentthread_comment_text .content_check_warning,
.commentthread_comment_text .needs_content_check {
	opacity: 0.5;
	font-style: italic;
}

.commentthread_comment_text .content_check_moderator {
	margin-top: 5px;
	color: #c38a4c;
	font-style: italic;
}
.commentthread_comment_text .failed_content {
	color: #acb2b8;
	padding: 5px;
	margin-top: 5px;
	background: rgba( 21, 31, 44, 0.7 );
	border: 1px solid #c38a4c;
	display: flex;
}

.commentthread_comment_text .failed_content .actual_content {
	max-width: 75%;
}

.commentthread_comment_text .failed_content .content_check_controls {
	margin-left: auto;
}
.commentthread_comment_text .failed_content .content_check_controls > a {
	text-decoration: none;
}

.commentthread_comment_friendindicator {
	position: absolute;
	left: 33px;
	top: 24px;
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/skin_1/comment_friendindicator_small.png' );
	width: 20px;
	height: 20px;
	z-index: 2;

	cursor: pointer;
}

.commentthread_edit_buttons {
	text-align: right;
}

.commentthread_workshop_authorbadge {
	color: #e9d528;
}

.commentthread_workshop_publishedfilesbadge {
	display: inline-block;
	padding: 0 6px;
	border-radius: 3px;
	line-height: 22px;
	margin: 0 4px;
	background-color: #425979;
}

.commentthread_steamworks_developerbadge {
	display: inline-block;
	padding: 0 6px;
	border-radius: 3px;
	line-height: 22px;
	margin: 0 4px;
	background-color: #AC966A;
}

.commentthread_prepopulate_prompt {
	margin-bottom: 8px;
	color: #67c1f5;
}


.comment_hidden_border {
	border: 1px dotted #4c5f76;
}

.comment_hidden_content {
	display: flex;
	flex: 1 100%;
	justify-content: space-between;
	padding: 10px;
	color: #4c5f76;
}

.comment_hidden_action {
	text-decoration: underline;
}

.comment_hidden_action:hover {
	color: #ffffff;
	cursor: pointer;
}

.commentthread_comment_reports img {
	vertical-align: text-top;
}

.edit_content_descriptors {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.edit_content_descriptors .content_descriptor {

}
.edit_content_descriptors .content_descriptor .content_descriptor_name {
	display: inline-block;
}
.edit_content_descriptors .content_descriptor .content_descriptor_desc {
	color: #97a0ab;
	margin-left: 24px;
	font-size: 12px;
}

/** Styles for modal popup */

.modal_top_band {
	background-color:#37516d;
	width:548px;
	height:25px;
	margin-bottom:1px;
}

.modal_close {
	float:right;
	width:9px;
	height:9px;
	margin-right:9px;
	margin-top:7px;
	line-height: 9px;
	cursor: pointer;
}

.modal_box {
	background: -webkit-linear-gradient( top, rgba(102,192,244,1) 5%, rgba(47,137,188,1) 95%);
	background: linear-gradient( to bottom, rgba(102,192,244,1) 5%, rgba(47,137,188,1) 95%);
	padding: 3px;
	width:542px;

	font-size: 12px;
	color: #ffffff;
	text-align: left;
}
.modal_box .modal_box_ctn
{
	width:502px;
	background-color:#1a2635;
	padding:20px;
}
.modal_box #forum_movetopic_modal_content #forum_movetopic_form {
	background: transparent;
}

.modal_box h1, .modal_box h5 {
	font-weight: normal;
}

.modal_box h2 {
	color: #c6d4df;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

			font-size: 22px;
	margin-bottom: 10px;
}

.modal_low_block {
	background-color:#171717;
	padding:20px 20px 0px 20px;
	height:54px;
	padding-top:24px;
	color:#b0aeac;
}


.modal_steam_ico {
	float:left;
	padding-right:18px;
	margin-top:-4px;
}



#modalBG {
	position:fixed;
	z-index:900;
	background-color:#000000;
	filter:alpha(opacity=60);
	opacity:0.8;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.modal_frame {
	width:508px;
	position:absolute;
	z-index:1000;
	background-color:#000000;
}


/* big gray buttons for the modal */
.gray_square_button {
	height: 34px;
	line-height: 34px;
	color: #e5e2df;
	font-size: 14px;
	padding: 0 2px;
	margin: 0 8px;

	border: none;

	position: relative;
	display: inline-block;

	cursor: pointer;
}

a.gray_square_button:hover {
	text-decoration: none;
	color: #e5e2df;
}

.modal_box .gray_square_button {
	margin-left: 0;
	margin-right: 16px;
}

.gray_square_button .left, .gray_square_button .right, .gray_square_button .button_label {
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/economy/gray_square_button.png' );
}

.gray_square_button .left, .gray_square_button .right {
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	height: 34px;
	width: 2px;
}

.gray_square_button .left {
	background-position: 0 0;
	left: 0;
}

.gray_square_button .right {
	background-position: -2px 0;
	right: 0;
}

.gray_square_button .button_label {
	background-repeat: repeat-x;
	background-position: 0 -34px;
	padding: 0 32px;
	text-align: left;
}

.modal_box .gray_square_button .button_label {
	min-width: 62px;
}

.gray_square_button.active .left {
	background-position: 0 -68px;
}

.gray_square_button.active .right {
	background-position: -2px -68px;
}

.gray_square_button.active .button_label {
	background-position: 0 -102px;
}

button.gray_square_button::-moz-focus-inner
{
	padding: 0;
	border: none;
}


	/* not logged in modal dialog */

.notLoggedInText {
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 0;
	text-align: center;
}

.notLoggedInButtons {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.notLoggedInButtons > a {
	margin-right: 5px;
}


/* new input styles */

input.gray_bevel:-moz-placeholder, textarea.gray_bevel:-moz-placeholder, .gray_bevel textarea:-moz-placeholder, .gray_bevel input:-moz-placeholder {
	font-style: italic;
	color: #7c7c7c;
}

input.gray_bevel::-webkit-input-placeholder, textarea.gray_bevel::-webkit-input-placeholder, .gray_bevel textarea::-webkit-input-placeholder, .gray_bevel input::-webkit-input-placeholder {
	font-style: italic;
	color: #7c7c7c;
}

input.gray_bevel, textarea.gray_bevel, .gray_bevel, .commentthread_comment_edit_textarea_ctn {
	background-color: rgba( 0, 0, 0, 0.2 );
	border-radius: 3px;
	border: 1px solid #000;
	box-shadow: 1px 1px 0 0 rgba( 91, 132, 181, 0.2 );
	color: #C6D4DF;

	margin-bottom: 6px;
	outline: none;


	padding: 4px 6px;
}

.gray_bevel.for_text_input {
	display: inline-block;
	padding-bottom: 1px;
	height: 25px;
}

.gray_bevel input {
	line-height: 21px;
	height: 21px;
}

.newmodal_prompt_textarea {
	height: 396px;
}

.newmodal_prompt_with_textarea {
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 500px;
}

.gray_bevel input, .gray_bevel textarea {
	border: none;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	font-size: 13px;
	color: #C6D4DF;
}

.gray_bevel.fullwidth {
	display: block;
}

.gray_bevel.fullwidth.for_text_input input, .gray_bevel.fullwidth textarea {
	width: 100%;
}

input.gray_bevel {
	height: 20px;
}

textarea.gray_bevel, .gray_bevel textarea {
	resize: none;
}

select.gray_bevel {
	background-color: #212f43;
	border-radius: 3px;
	border: 1px solid rgba( 91, 132, 181, 0.2 );
	box-shadow: 1px 1px 0px #000000;
	color: #BFBFBF;

	margin-bottom: 6px;
	outline: none;

	padding: 0px;
	line-height: 27px;
	height: 27px;
	font-size: 14px;
}


/* sharing published files*/
#SharePopup
{
	min-width: 550px;
	background-color: rgba(59, 63, 72, 0.5);
	border-radius: 3px;
	padding: 10px;
	text-align: left;
}

.share_controls_steam, .share_controls_steam a
{

	width: 328px;
	height: 50px;
	margin-right: 15px;
	font-size: 16px;
	font-family: Arial;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	background-image: url( 'https://community.fastly.steamstatic.com/public/images//sharedfiles/share_status_off.jpg' );
}

.share_controls_steam:hover, .share_controls_steam:hover a
{
	background-image: url( 'https://community.fastly.steamstatic.com/public/images//sharedfiles/share_status_on.jpg' );
	text-decoration: none;
}

.share_controls_other
{
    display: flex;
}

.share_controls_divider
{
	background-color: #161616;
	border-bottom: 1px solid #4c4c4c;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.share_controls_page_link
{
	padding-top: 5px;
	line-height: 26px;
	height: 26px;
	font-size: 12px;
	color: #8f8f8f;
}

.share_ctn {
    display: flex;
}

.shareItemLink
{
	padding-left: 5px;
}

.shareItemLink .btn_medium {
    height: 48px;
}

.shareItemLink .btn_medium > span
{
    padding: 8px 10px 0px 10px;
}

.shareItemLink .btn_medium > span > img {
    height: 32px;
    width: 32px;
}

.share_controls_page_link form
{
	display: inline-block;
}

.share_controls_page_link input
{
	top: 0px;
	padding: 5px;
	min-width: 500px;
	background-color: rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0 0 rgba( 91, 132, 181, 0.2 );
	border: 1px solid #000;
	border-radius: 3px;
	color: #C6D4DF;
}

#ShareOnSteamDialog
{
	min-height: 290px;
	width: 560px;
}


.migrated_profile_page_old .pagecontent {
	padding-bottom: 0;
}

.migrated_profile_page_old #BG_bottom, .migrated_profile_page_old #BG_top {
	margin: 0 auto;
}

.emoticon_button {
	display: inline-block;

	height: 36px;
	width: 36px;

	background-image: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAyRkRGRkFGMjNFMjExQTExQ0E1RUVDNzk3QzRFRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMzgxRUQ1QjYwOTMxMUU1OUQzNzkwMUIxQjA3MDExNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMzgxRUQ1QTYwOTMxMUU1OUQzNzkwMUIxQjA3MDExNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRDU0MzUwNDM0NUVFNTExOTQ4NEY2QkZCMzgwMjBBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAyRkRGRkFGMjNFMjExQTExQ0E1RUVDNzk3QzRFRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pkg7SNkAAAKgSURBVHjatFftcdswDGV5HsAjqBM0mSDKBFUmqDVBkt/+EefO/m1nAqkTxJnA6gRRJrA6QdkJWjL36HtFKeorxh3Osk2BjwAeAH5ar9dqgKTQK6tzqxf43VitrTZW36zu8dwpy+VSzXqsc5vdWb3Fc9ualL5vrVZWH/EZlS4QbvMHsXkDwz9pgwR6RWC819yae3hqEAi36bM4XWn1KWaM3s0APoGNA4CUoRd04DcX51cC4E7y2WreA4DPj5LeMQBWIEydILwHEnx36K/7JllAHJhLAn8HjYI4EAB3ip2aLg0OUlPSZm0gVkS51viNFCOAFJzsmrL7Fs/7D/JACEhOYd9KEJ6GvPAcUqN2OFn40GuilAIFjUhUx5Q/eGmIOJu/rB4pzApeNgTkHURG8SkDdPUGvg0E4StsIhLRIOQnmxpVTlHtl5lt6P8h8kOEgeXF5+Jms0lmRMmXFnpdYk01EMSKTixB7NnbM6qMdYTnzYREjP33Hm4tYiVFxnOMXEQo29o7FGXuEWX8CPemPTf2jCuIXasxrXyP7E3hkQcou9O0DD4h1+9iIAxRKVRqUwGmy81y8++gvgmE+gSixgZfWgxVxAw/0s0jIGoa90wkXB5ExSAyNK6u+l8FaKZGVNMTaM2FY0DiTZWvHoAddI3GyZqRpXmMJKJXnSj6RLQ8tzcK2UM0Na6GJp/5mQDwIR994mpCdU/U254BANv9p25oUZx2hLj4YAAHGpxuYoMuz5YLlOypockEgP+m91DvyAlIhr6xGMmCZzqIHHZVVwPLaRb0F5cj7gxJj5P79RnlwHVba5/1GEq21De2UD9jOKO/UfLnAXob0H815UJciyaWUd2PVdgGm5eR/tEbhGxiOd22Fc2nDW7pjajAveSvAAMANCO6us8cVJgAAAAASUVORK5CYII=' );
	background-repeat: no-repeat;
	background-size: 100% 100%;

	cursor: pointer;
}

.emoticon_button:hover, .emoticon_button.focus {
	background-image: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAyRkRGRkFGMjNFMjExQTExQ0E1RUVDNzk3QzRFRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjU1MUI0MDYwOTMxMUU1OTUyMjlCQ0MwQTgyRDc5MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjU1MUIzRjYwOTMxMUU1OTUyMjlCQ0MwQTgyRDc5MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRDU0MzUwNDM0NUVFNTExOTQ4NEY2QkZCMzgwMjBBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAyRkRGRkFGMjNFMjExQTExQ0E1RUVDNzk3QzRFRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp+wFVoAAAI+SURBVHjavFiBcYMwDHS4DOARvEHZIGSCskEZgU5QOkGuE9BOQDtB2glIJ4BOAJ2AyncyJ1Tj2AlEd3+kYMvvty3J3QzDIAIsQewAEhDj+x5wArSAb8A7/vYzTeIMJKAAdEOYHQGJh3+xOaNEDnjCWRvTM/wE/OBTm0LsUClqus0jKhWkhMSZUCsBsadyGaAhfTt8Z+1jexkzB5qM8pHVgowt48GHhGQE8gsHp9ATqF0+eQfaOFuAAJ0c9Z3OkSgWVsBFpMO/JyQUWbtqBQJ0v9GNPiFR2hiuBKq4MiQkUaFwSBi6R1L027Cj/W88c4wmzAgSdlRDSNA4wydnlNcERYRRTpDYL1h07Mn3EPsiv3nfj0mkJYwLxzlPrtiIc1F2PK5i7uzeAGavFRGRqLdIquVKxXUWz7wfx4scnTNAA6jwWVgy5JxJJF8Cap0nsb/VdCo3uXxPUrNxVDkGPs2ol8y03bP2R2z7vMUPEqXncu2x4QM+lYfMfPA3wKuF8Ohriw31AHczjj6JQqakkw4SJ1Lu9Y7lUqN/zPFj4LgRaICUEQscibiN3U9UQ2YNz2wrQvGaxXzIyYdkZRJHnrFtZV29YjrPbIUTT73DissSkxReu2rMw0pEKIGOlwy2DiUhUi2wNCkjEPvcOziR7sLKW+EkBhcBFwleC5pglntchFI2CbMH4kvvojo0HyxBrEXoYPOLIV9a2umw/eLKoL63clNrlgE3c6OaXOJW7vofhSD1aYu3dHNjb0Mc/gkwADlAbL3OpPROAAAAAElFTkSuQmCC' );
}

.emoticon_button.small {
	height: 22px;
	width: 22px;
	vertical-align: middle;
}

.emoticon_popup_ctn {
	position: absolute;
}

.emoticon_popup {
	background-color: #3b3938;
	padding: 8px;
	box-shadow: 0 0 12px #000000;
}

.emoticon_popup_content {
	max-height: 96px;
	max-width: 352px;
	overflow-y: auto;
}

.large .emoticon_popup_content {
	max-height: 200px;
	max-width: 352px;
}

.large .emoticon_popup_content .emoticon_option {
	width: 60px;
	height: 60px;
	margin: 10px;
}

img.emoticon {
	vertical-align: text-bottom;
	height: 18px;
	width: 18px;
}

.emoticon_popup_content .emoticon_option {
	width: 28px;
	margin: 2px;

	text-align: center;

	line-height: 18px;
	height: 18px;
	padding: 5px 0;

	float: left;
}

.emoticon_popup_content .emoticon_option:hover {
	background-color: #201f1d;
	cursor: pointer;
}


.economyitem_hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1200;
}
.economyitem_hover_content {
	width: 350px;
	margin: 12px;
	box-shadow: 0 0 12px #000000;
}

.tooltip_hint {
	cursor: default;
	font-size: 12px;
	font-style: normal;
	color: #686868;
}

.community_tooltip {
	background: #c2c2c2;
	color: #3d3d3f;
	font-size: 11px;
	border-radius: 3px;
	padding: 5px;
	max-width: 225px;
	white-space: normal;
	box-shadow: 0 0 3px #000000;
}

/* formatting help dialog */
.tagrow {
	margin-bottom: 8px;
	padding: 0 4px 4px 4px;
	position: relative;
	font-size: 12px;
    border-bottom: 1px solid #444;
    user-select: text;
}

.tagrow.tagrow_header {
	background-color: #1E1E1F;
	color: #626467;
    padding-bottom: 0px;
	line-height: 18px;
    border-bottom: none;
}

.tagrow .tag {
	color: #cccccc;
}

.tagrow .tagexample ul {
    list-style-position: outside;
}

.tagsyntax {
	float: left;
	width: 57%;
	margin-right: 3%;
}

.tagexample {
	float: left;
	width: 38%;
}

.tagexample a {
	text-decoration: underline;
}

.tagexample a:hover {
	color: #ffffff;
}


@media screen and (max-width: 910px)
{
	html.responsive .maincontent {
		width: auto;
		margin-left: 1%;
		margin-right: 1%;
	}

	html.responsive .emoticon_popup_ctn {
		position: fixed;
		left: 5px;
		right: 5px;
		bottom: 5px;
		overflow-y: auto;
		z-index: 20;
		height: 176px;
		max-height: 40%;
	}

	html.responsive .emoticon_popup_content {
		max-width: none;
		max-height: none;
	}

	/* 16px font size prevents iphone from zooming */
	html.responsive .gray_bevel input,
	html.responsive .gray_bevel textarea {
		font-size: 16px;
	}

	html.responsive .responsive_tab_ctn.sharedfiles_responsive_tab .responsive_tab_control
	{
		display: block;
		text-align: center;
		background: #0d121a;
		border: 1px solid #66C0F4;
		border-image: linear-gradient(#66C0F4, #417B9c);
		border-image-slice: 1;
	}

	html.responsive .responsive_tab_ctn.sharedfiles_responsive_tab .responsive_tab_control select {
		width: 98%;
		-webkit-appearance: none;
		background-image: url( 'https://community.fastly.steamstatic.com/public/images/mobile/dropdown_30.png' );
		background-repeat: no-repeat;
		background-position: right 5px;
		background-size: 15px;
		background-color: #0d121a;
	}
}


@media screen and (max-width: 910px)
{
	html.responsive textarea.commentthread_textarea {
		font-size: 16px;
	}

}
	html.responsive.touch textarea.commentthread_textarea {
		font-size: 16px;
	}

/* styles that hide things on non-migrated pages */
.responsive_menu_only {
	display: none;
}

.nonresponsive_hidden {
	display: none;
}


#tabs_baseline {
	clear:left;
}

.responsive_tab_baseline {
	background-color: #417B9C;
	max-width: 958px;
	height: 5px;
}

.responsive_tab_ctn.sharedfiles_responsive_tab {
	text-align: center;
}

.responsive_tab_ctn.sharedfiles_responsive_tab .responsive_tab_control {
	display: inline-block;
	padding: 6px 8px;
	font-size: 16px;
	color: #ffffff;

	background: #57749e; /* Old browsers */
	background: -webkit-linear-gradient( top, #66C0F4 5%, #417B9C 95%);
	background: linear-gradient( to bottom, #66C0F4 5%, #417B9C 95%);
}

@media screen and (max-width: 480px)
{
	html.responsive .responsive_tab_ctn.sharedfiles_responsive_tab .responsive_tab_control
	{
		display: block;
		text-align: center;
        background: #0d121a;
        border: 1px solid #66C0F4;
        border-image: linear-gradient(#66C0F4, #417B9c);
        border-image-slice: 1;
	}
	html.responsive .responsive_tab_ctn.sharedfiles_responsive_tab .responsive_tab_control select {
		width: 98%;
		-webkit-appearance: none;
		background-image: url( 'https://community.fastly.steamstatic.com/public/images/mobile/dropdown_30.png' );
		background-repeat: no-repeat;
		background-position: right 5px;
		background-size: 15px;
		background-color: #0d121a;
	}
	html.responsive div.responsive_tab_baseline,
	html.responsive div.responsive_tab_baseline.nonresponsive_hidden {
		display: none;
	}
}

img.badge_icon {
	width: 80px;
	height: 80px;
}

img.badge_icon.small {
	width: 54px;
	height: 54px;
}

.player_nickname_hint {
	color: #61696d;
	font-size: 18px;
	line-height: 16px;
}
