
.selectableNone {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.selectableText:hover {
	user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
}

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

h2 {
	color: #c6c6c6;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}



.itemHolder {
	position: relative;
	width: 98px;
	height: 98px;
	background-color: #333333;
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/economy/trade_itemholder.png' );
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.itemHolder.disabled {
	background-position: 0 -98px;
}

.itemHolder.consumed_item {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

.item_currency_amount, .item_currency_name {
	position: absolute;
	left: 0;
	right: 0;
	top: 65%;

	text-align: center;
	font-size: 18px;

	overflow: hidden;
	text-overflow: ellipsis;
}

.item_currency_name {
	display: none;
}

.item.in_drag .item_currency_name {
	display: block;
}

.item.in_drag .item_currency_amount {
	display: none;
}

.item.unknownItem {
	text-align: center;
}

.item img:not(.item_throbber) {
	width: 96px;
}

.item.unknownItem img {
	margin-top: 32px;
}

.trade_item_box .item, .market_dialog_contents .item {
	border: 1px solid #3a3a3a;
	background-color: #292929;
	width: 96px;
	height: 96px;
}

html.responsive .trade_item_box.dynamicSizing .item,
html.responsive .market_dialog_contents.dynamicSizing  .item {
	width: auto;
	height: 98%;
	height: calc( 100% - 2px );
}

html.responsive .trade_item_box.dynamicSizing .slot_inner {
	height: 100%;
}

html.responsive .dynamicSizing .item img:not(.item_throbber) {
	width: 100%;
	display: block;
}

html.responsive .dynamicSizing .inventory_ctn .inventory_page {
	float: none;
	height: auto;
}

html.responsive .dynamicSizing .inventory_ctn
{
	width: 100%;
	height: auto;
}

.trade_area .item .item_image {

}



a.inventory_item_link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 2;
}

a.inventory_item_link:focus {
	outline: 0 none;
}


.trade_item_box {
	background-color: #000000;
	border: 1px solid #2c2c2d;
	padding: 6px 0 0 6px;
}

.trade_item_box.dynamicSizing {
	padding: 0;
}



/* steam gift styles */

.item_actions, .item_owner_actions {
}

.item_actions .btn_small, .item_owner_actions .btn_small {
	margin-right: 12px;
	margin-bottom: 16px;
}

a.item_action {
	display: inline-block;
	border: 1px solid #99938d;
	border-radius: 3px;
	-moz-border-radius: 3px;

	color: #e5e2df;

	height: 22px;
	line-height: 22px;

	font-size: 11px;
	padding: 0 19px;

	margin-right: 22px;
	margin-bottom: 13px;
	background-repeat: repeat-x;

	background-color: #5c5957;
	background-image: url('https://community.fastly.steamstatic.com/public/images/economy/item_action_btn.png');
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAWCAIAAACOpGH9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpiyExLZvr//z8G/vcPRP8D0/+A9H8o/e8fMhuhBk0/QIABALdaQAnvsp4ZAAAAAElFTkSuQmCC');
}

a.item_action:hover {
	text-decoration: none;
	color: #ffffff;
}



.economy_popup_msg {
	position: relative;

	background-color: #5c7e10;
	border-radius: 3px;
	-moz-border-radius: 3px;

	font-size: 11px;
	color: #cccccc;

	padding: 7px 28px 7px 8px;

	margin-bottom: 10px;
}

#mainContents .economy_popup_msg {
	margin-right: 17px;
}

.economy_popup_msg.trade_welcome_msg {
	font-size: 12px;
	color: #ffffff;
	margin-top: 4px;
	margin-bottom: 4px;
}

.economy_popup_msg b {
	color: #abce4e;
	font-weight: normal;
}

.welcome_dismiss {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #446501;
	width: 18px;
	height: 16px;

	background-image: url('https://community.fastly.steamstatic.com/public/images/economy/economy_welcome_dismiss.png');

	cursor: pointer;
}






#hover {
	position: absolute;
	z-index: 200;
}

#hover .shadow_content {
	margin: 12px;
}

#hover .hover_box {
	background-color: #242424;
}

#hover a {
	font-size: 12px;
	color: inherit;
}

#trade_hover {
	width: 500px;
}

.item_desc_content {
	position: relative;
	padding: 22px 0 22px 218px;
	min-height: 192px;

	background-color: #1d1d1d;
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/economy/trade_hover_background.png' );
	background-repeat: no-repeat;
	background-position: center top;

	overflow: hidden;
}

.item_desc_descriptors a, .item_desc_descriptors a:hover {
	font-size: inherit;
}

.item_desc_icon {
	position: absolute;
	left: 8px;
	top: 8px;
	right: 8px;
}

.item_desc_icon_center {
	height: 192px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.item_desc_content .item_desc_description {
	color: #b4b4b4;
	font-size: 14px;
	padding-right: 8px;
}
.item_desc_content .item_desc_description .descriptor.accessories_desc {
	padding-top: 8px;
}

.item_desc_descriptors {
	margin-bottom: 16px;
}

.item_market_actions {
	background-color: #181818;
}

.hover_item_name {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		}

.hover_item_name_small {
	font-size: 12px;
}

.hover_item_name_conversion {
	color: #767676;
}

.fraud_warning {
	color: #bd4847;
}

.fraud_warning_sub_text {
	color: #767676;
}

.fraud_warning .fraud_warning_msg
{
	text-align: left;
}
.fraud_warning .fraud_warning_msg:not(:last-child)
{
	margin-bottom: 9px;
}

.item_desc_content .fraud_warning {
	margin-bottom: 9px;
}

.item_desc_game_info {
	position: relative;
	padding-left: 36px;
	color: #767676;
	min-height: 32px;
	margin-bottom: 16px;
}

.item_desc_game_info .item_desc_game_icon {
	position: absolute;
	left: 0;
	top: 0;
}

.item_desc_game_info .item_desc_game_icon > img {
	border-radius: 3px;
	width: 32px;
	height: 32px;
}



/* inventory paging */


#inventroy_displaycontrols {
	margin-bottom: 8px;
}

#inventory_pagecontrols {
	text-align: center;
	line-height: 22px;
	float: right;
}

#inventory_pagecontrols .pagecontrol_element {
	float: right;
}

.pagecontrol_element.pagecounts {
	padding: 0 14px;
}

.filter_right_controls {
	float: right;
	width: 200px;
}

.filter_tag_button_ctn {
	white-space: nowrap;
	padding-top: 4px;
}

.filter_ctn.inventory_filters .filter_tag_button_ctn {
	float: left;
	padding-top: 5px;
}

.filter_control_ctn {
	position: relative;
	float: left;
}

#filter_clear_btn {
	position: absolute;
	right: 4px;
	top: 7px;
	width: 16px;
	height: 16px;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVdJREFUeNqM009EBGEYx/GZbSwRe4qI/lw6bDZLW4eUKFJEl05Rx9KpxJ4iukWXutQhkTp26hDpkFJERFqW6LpEpxgiou/Lb3j2Nat9+Bzmmfd95n3ed96wVCoFKdGCIvKI8YZq2sDIe+7ANhbQ5r2rYReH+EmSGTNgHK9YTpnsohN7uNeH6goUcIH24P8YxjVabYFT5Mygy5SJN2bp7oNbSYFpbVgS+5jFuskdYworJrfmWo1UwIbbwDMV+kI/yuq7bMa5FkZdgV6vgNuHW63iRLketeCPzWd05n64U+gzz9125224Au9e7hdLOMIQ5nGHSbVko+oKXHnJHe3BhJZ9jlU8epv4jYdIBZ4xqBcbOq5NZJU7QBcWvdOKQ92Fgv6wXNBcvGDErSL5kSqYw2cTk58woxbq7oLbqAH9NHHKxJp+rjF8JMmwwXXOqq2iilUaXec/AQYATLo/RECYZloAAAAASUVORK5CYII= );

	background-repeat: no-repeat;
	z-index: 12;
	cursor: pointer;
}

#filter_control {
	width: 200px;
}

.filter_ctn.inventory_filters #filter_control {
	width: 416px;
	border-radius: 3px;
	border: 1px solid rgba( 0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px rgba( 255, 255, 255, 0.2);
	padding-bottom: 1px;
	background-color: rgba( 0, 0, 0, 0.2);
}

.filter_ctn {
	margin-bottom: 12px;
}

input.filter_search_box {
	padding: 4px 4px;
	color: #828282;
	font-size: 12px;
	outline: none;
	border: 1px solid;
	border-color: #292929;
	background-color: #101010;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

			border-radius: 0px;
}

input.filter_search_box::-webkit-input-placeholder {
	color: #555555;
	font-style: italic;
}

input.filter_search_box:-moz-placeholder {
	color: #555555;
	font-style: italic;
}

.filter_tag_options {
	border: 1px solid #292929;
	padding: 12px;
	padding-bottom: 0;
}

.filter_tag_show {
	line-height: 32px
}

.filter_tag_container {
}

#filter_control.filtered, #inventories.filtered, .filter_tag_options.filtered {
	border: 1px solid #4d729a;
}

.filter_tag_options.filter_collapsed {
	display: none;
}

.econ_tag_count {
	font-size: 71.4%;
}

.econ_tag_filter_collapsable_tags_showlink {
	padding-left: 8px;
	line-height: 19px;
}


/* Steam gift styles */
.item_desc_content.app753.context1 .item_desc_descriptors {
	color: #767676;
	font-size: 12px;
}

.not_tradable_msg {
	font-size: 14px;
	color: #B4B4B4;
	margin-bottom: 3px;
}

.not_tradable_note {
	font-size: 11px;
}

.not_tradable_note a, .not_tradable_note a:visited {
	color: #767676;
	text-decoration: underline;
}

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

.inventory_iteminfo {
	border: 2px solid #3A3A3A;
}

.inventory_iteminfo .item_desc_content {
	padding: 238px 11px 11px 11px;
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/economy/inventory_hover_background.png')
}

/* Overrides for launcher specific trade UI */
body.compact_trading_ui .item_desc_content {
	padding: 11px;
	background-image: none;
}

body.compact_trading_ui .item_desc_icon {
	display: none;
}

body.compact_trading_ui .appselect {
	display: none;
}

#iteminfo0, #iteminfo1 {
	width: 346px;
	top: 0px;
	left: 0px;
}

#iteminfo0 .item_desc_content, #iteminfo1 .item_desc_content {
	min-height: 207px; /* this + computed height of .item_market_actions should equal 261 */
}

@media screen and (max-height: 639px)
{
	.economy_item_popup #iteminfo0 .item_desc_content,
	.economy_item_popup #iteminfo1 .item_desc_content {
		min-height: 0;
	}
}

.item_market_actions {
	padding: 11px;
	min-height: 32px;
}

#iteminfo_clienthover {
	width: 350px;
}

.economy_item_popup #iteminfo_clienthover {
	width: auto;
}

.hover_arrow_left, .hover_arrow_right {
	position: absolute;
	top: 48px;

	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	width: 0;
	height: 0;
}

.hover_arrow_left {
	border-right: 14px solid #3A3A3A;
	left: 0;
}

.hover_arrow_right {
	border-left: 14px solid #3A3A3A;
	right: 0;
}

.hover_arrow_inner {
	position: absolute;
	top: -12px;
	background-repeat: no-repeat;
	width: 13px;
	height: 25px;
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/economy/item_hover_arrow.png' );
}

.hover_arrow_left .hover_arrow_inner {
	left: 2px;
	background-position: left top;
}

.hover_arrow_right .hover_arrow_inner {
	right: 2px;
	background-position: right top;
}

#market_buynow_dialog_contents {
    min-width: 800px;
}
#market_buynow_dialog_paymentinfo_bottomactions {
    margin-top: 20px;
}

.market_buynow_confirmation_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 50px;
	gap: 10px;
}

.market_buynow_confirmation_header {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
}

.market_dialog_purchase_confirmation_inner {
	background: radial-gradient(circle at top left, rgba(74, 81, 92, 0.4) 0%, rgba(75, 81, 92, 0) 60%), #25282e;
	margin: 0px 50px 0px 50px;
	padding: 0px 50px 0px 20px;
	display: flex;
	align-items: center;
	gap: 25px;
	max-width: 60%;
}

.market_dialog_purchase_confirmation_inner_image {
	width: 94px;
	height: 136px;
	padding-top: 15px;
}

.market_dialog_purchase_confirmation_inner_image_small {
	padding: 20px 0px;
}

.market_dialog_purchase_confirmation_inner_text {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}}

.market_dialog_topwarning {
	border: 1px solid #4C4C4C;
	color: white;

	padding: 12px;
	margin-bottom: 14px;
}

.market_dialog_topinfo {
	color: white;
	padding: 12px 0;
}

.market_dialog_topinfo a {
	text-decoration: underline;
}

.market_dialog_contents {
	border: 1px solid #4C4C4C;
	padding: 25px;
}

#market_sell_dialog_background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background-image: radial-gradient(90px 110px, circle closest-corner, #333, #1D1D1D);
	background-image: -moz-radial-gradient(90px 110px, circle closest-corner, #333, #1D1D1D);
	background-image: -webkit-radial-gradient(90px 110px, circle closest-corner, #333, #1D1D1D);
}

.market_dialog_title_cancel {
	float: right;
	font-size: 12px;
	cursor: pointer;
}

.market_dialog_title_cancel_X {
	position: relative;
	top: -1px;

	margin-left: 10px;
	color: #C4C4C4;
	font-size: 14pt;
	font-weight: bold;

	vertical-align: middle;
}

a.market_dialog_title_cancel:hover {
	text-decoration: none;
	color: #ffffff;
}

a.market_dialog_title_cancel:hover .market_dialog_title_cancel_X {
	text-decoration: none;
	color: #ffffff;
}

.market_dialog_content {
	padding: 11px 0px 11px 0px;
}

.market_sell_dialog_input_area {
	position: relative;
	text-align: center;
}

#market_sell_dialog_input_boxes {
}

.market_sell_dialog_input_group {
	white-space: nowrap;
}

.market_sell_dialog_input_multiline {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

#market_sell_dialog_error {
	margin-top: 12px;
}

.market_dialog_content_dark {
	background: #262626;
}

.market_dialog_content_darker {
	background: #1D1D1D;
}

.market_dialog_content_spacer {
	height: 13px;
}

.market_dialog_content_separator {
	height: 1px;
	background: #1D1D1D;
	border-bottom: 1px solid #3B3B3B;
}

.market_modal_dialog .market_listing_table {
	border: none;
	padding: 0;
}

.market_sell_dialog_field_label {
	color: #FFFFFF;
}

.market_input_spacer {
	display: inline-block;
	width: 50px;
}

input.market_dialog_input {
	top: 0;
	height: 1.5em;
}

input.market_dialog_input:focus {
	border-color: #85BC3C;
}

@media screen and (max-width: 910px)
{
	html.responsive input.market_dialog_input {
		/* so iOS doesn't zoom */
		font-size: 16px;
	}

 	html.responsive #market_sell_dialog_confirm_buttons .market_dialog_bottom_buttons {
		margin-top: 16px;
		margin-bottom: 16px;
	}

	html.responsive #marker_sell_dialog_terms {
		line-height: 16px;
	}

	html.responsive #marker_sell_dialog_terms input[type=checkbox] {
		float: left;
		margin: 0 6px 0 0;
	}

	html.responsive #marker_sell_dialog_terms label {
		overflow: hidden;
		display: block;
    }

	html.responsive .economy_item_hoverable {
		cursor: pointer;
	}

}
	html.responsive.touch input.market_dialog_input {
		/* so iOS doesn't zoom */
		font-size: 16px;
	}

 	html.responsive.touch #market_sell_dialog_confirm_buttons .market_dialog_bottom_buttons {
		margin-top: 16px;
		margin-bottom: 16px;
	}

	html.responsive.touch #marker_sell_dialog_terms {
		line-height: 16px;
	}

	html.responsive.touch #marker_sell_dialog_terms input[type=checkbox] {
		float: left;
		margin: 0 6px 0 0;
	}

	html.responsive.touch #marker_sell_dialog_terms label {
		overflow: hidden;
		display: block;
    }

	html.responsive.touch .economy_item_hoverable {
		cursor: pointer;
	}

.market_dialog_bottom_buttons {
	margin-top: 33px;
}

.market_dialog_bottom_buttons > a {
	float: right;
	margin: 0 0 10px 10px;
	min-width: 100px;
	text-align: center;
}

#market_sell_quantity_input {
	padding: 0 0.5em;
	width: 3em;
}

#market_sell_quantity_available {
	color: #898989;
}

#market_sell_currency_input, #market_sell_buyercurrency_input {
	margin-bottom: 4px;	padding: 0 0.5em;
	width: 7em;
}

#market_price_includesfees {
	display: inline-block;
	vertical-align: text-top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#market_sell_dialog_confirm_buttons .market_dialog_bottom_buttons {
	position: relative;
	min-height: 32px;
}

#market_sell_dialog_buyback_details_wrapper
{
	float: left;
	margin-top: 8px;
}

#market_sell_dialog_buyback
{
	margin-bottom: -2px;
	color: #799905;
}

#market_sell_dialog_buyback input[type=text]
{
	color: #799905;
	border-color: #799905;
	padding-left: 2px;
}

.market_item_action_buyback_at_price
{
	color: #799905;
	margin-bottom: 12px;
}

#market_buyback_warning
{
	color: #799905;
	border-color: #799905;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	text-align: center;
	width: calc( 100% - 40px );
}

#market_buyback_warning a
{

}

#market_sell_buyback_until
{
	color: #8f98a0;
	text-align: left;
	padding-top: 10px;
	clear: both;
}

#market_sell_dialog_accept, #market_sell_dialog_buyback_buttons {
	float: right;
	margin: 0.4em 0 0 1em;
	white-space: nowrap;
	overflow: hidden;
}

#market_sell_dialog_declinebuyback
{
	padding-right: 4px;
}

#market_sell_dialog_buyback_buttons
{
	padding-top: 4px;
}

#market_sell_dialog_buyback
{
	 width: 650px;
}

#market_sell_buyback_details b
{
	color: #ffffff;
}

#market_sell_dialog_throbber {
	position: absolute;
	bottom: -2px;
	right: 34px;
}

#marker_sell_dialog_terms {
	float: left;
	text-align: left;
}

#market_sell_quantity_available {
	margin-right: 26px;
}

#market_removelisting_dialog_accept {
	margin: 0 0.5em 0.5em 0;
}

.item_market_action_button {
	display: inline-block;
	font-size: 12px;
}

.item_market_action_button_left {
	background-position: left top;
}

.item_market_action_button_contents {
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 4px;
	min-width: 53px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
}

a.item_market_action_button {
	text-decoration: none
}

.item_market_action_button_right {
	background-position: right center;
}

.item_market_action_button_edge {
	float: left;
	width: 3px;
	height: 24px;
}

.item_market_action_button_blue > span {
	background-image:url('https://community.fastly.steamstatic.com/public/images/economy/btn_blue_small.png');
}

.item_market_action_button_blue:hover > span, .item_market_action_button_blue .item_market_action_button_preload {
	background-image:url('https://community.fastly.steamstatic.com/public/images/economy/btn_blue_small_hover.png');
}

.item_market_action_button_green > span {
	background-image:url('https://community.fastly.steamstatic.com/public/images/economy/btn_green_small.png');
}

.item_market_action_button_green:hover > span, .item_market_action_button_green .item_market_action_button_preload {
	background-image:url('https://community.fastly.steamstatic.com/public/images/economy/btn_green_small_hover.png');
}

.item_market_action_button_edit > span {
	background-image:url('https://community.fastly.steamstatic.com/public/images/economy/transparentpixel.png');
}

.item_market_action_button_edit:hover > span, .item_market_action_button_edit .item_market_action_button_preload {
	background-color: #2B475E;
}

.market_listing_row_action:hover > a {
	background-color: #2B475E;
}

.item_market_action_button_edit {
	height: 30px;
	line-height: 30px;
}

.item_market_action_button_edit .item_market_action_button_contents {
	height: 30px;
	line-height: 30px;
}

.item_market_action_button_edit .item_market_action_button_edge {
	width: 5px;
	height: 30px;
}

.game_button {
	display: inline-block;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	margin-top: 10px;
}

.game_button_left {
	background-position: left top;
}

.game_button_contents {
	float: left;
	height: 34px;
	line-height: 34px;
	width: 237px;
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
}

.game_button_game_icon > img {
	position: absolute;
	left: 3px;
	top: 3px;

	width: 32px;
	height: 32px;
	overflow: hidden;
}

.game_button_game_name {
	display: inline-block;
	padding-left: 42px;

	max-width: 195px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a.game_button {
	text-decoration: none
}

.game_button_right {
	background-position: right center;
}

.game_button_edge {
	float: left;
	width: 3px;
	height: 34px;
}

.game_button > span {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(49, 54, 58, 1), rgba(43, 46, 52, 1)) repeat scroll 0 0;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom, #3a4043 0%, #25282d 100%);
	border-image-slice: 1;
	padding: 2px;
}

.game_button:hover > span, .game_button .game_button_preload {
	background: #2b475e;
}

.market_dialog_iteminfo .item_desc_game_info .item_desc_game_icon {
	position: inherit;
	float: left;
	margin-right: 0.525em;
}

.market_headertip_container {
	padding: 20px 20px;
	background-color: #292929;
}

.market_headertip_container:nth-child(3) {
    padding-top: 0px;
}

.market_headertip_container_warning {
	background-color: #2B2E34;
	margin-top: 20px;
	border: 1px solid #632929;
}

.market_headertip {
	padding: 5px;
	border: 1px solid #AEAEAE;
	color: white;
}

.market_restrictions img {
	float:left;
	margin-right: 5px;

	width: 38px;
	height: 38px;
}

.market_headertip_text {
	padding-top: 4px;
}

#market_headertip_itemsold_itemname {
	font-weight: bold;
}

.market_hover_tip {
	background-color: #3F3F3F;
	color: #D6D6D6;
	position: absolute;
	z-index: 100;
	border: 1px solid #747474;

	width: 288px;
	padding: 12px;

	box-shadow: 4px 4px 3px black;
	-moz-box-shadow: 4px 4px 3px black;
	-webkit-box-shadow: 4px 4px 5px black;
}

#market_timecanuse {
    color: #84BD3A;
}

.jqplot-highlighter-tooltip {
    background: #303030;
    border-radius: 2px;
    box-shadow: 2px 2px 10px #000000;
	color: white;
	padding: 5px;
}
.jqplot-highlighter-tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(48, 48, 48, 0);
    border-top-color: #303030;
    border-width: 10px;
    margin-left: -10px;
}

.jqplot-yaxis {
	text-align: right;
	right: 0 !important;
	width: 60px !important;
}

.jqplot-yaxis-tick {
	min-width: 92%;
}

.jqplot-xaxis {
	overflow: hidden;
}

.priceHistoryTime {
	display: none;
}

.jqplot-highlighter-tooltip .priceHistoryTime {
	display: inline;
}

.zoom_controls .zoomopt {
	display: inline-block;
	padding: 0 5px;
}

.pricehistory_zoom_controls {
	float: right;
	margin-right: 45px;
}

.pricehistory_notavailable_info {
	height: 50px;
	padding: 50px 0;
	font-size: 200%;
	text-align: center;
}

.tradeoffer .btn_report {
	margin-top: -8px;
	float: right;
}

.trade_scam_report_label {
	margin-bottom: 4px;
}

.slot_app_fraudwarning {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 16px;
	height: 16px;
	z-index: 4;

	background-image:url('https://community.fastly.steamstatic.com/public/images/sharedfiles/icons/icon_warning.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.fraud_warning_image {
	padding-right: 5px;
}

.fraud_warning_box {
	border: 1px solid #393939;
	padding: 5px;
	background-color: #1d1d1d;
}


#goo_exchange_dialog {
	position: absolute;
	background: #383635 bottom no-repeat url( 'https://community.fastly.steamstatic.com/public/images/economy/trade_currency_dialog.png?v=3' );
	border: 1px solid black;
	width: 436px;
	height: 318px;
	z-index: 1000;

	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.goo_exchange_dialog_corner {
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: right bottom no-repeat url( 'https://community.fastly.steamstatic.com/public/images/economy/trade_currency_dialog_corner.png?v=1' );
	width: 174px;
	height: 153px;
}

.goo_exchange_dialog_title {
	position: absolute;
	top: 27px;
	left: 0;
	width: 434px;
}

.goo_exchange_dialog_info {
	position: absolute;
	top: 42px;
	left: 0;
	width: 418px;

	padding: 0 8px;
	font-size: 12px;
	font-weight: normal;
	color: #767676;
}

.goo_exchange_dialog_input_area {
	background: no-repeat url( 'https://community.fastly.steamstatic.com/public/images/economy/trade_currency_entry_background.png?v=1' );
	width: 136px;
	height: 54px;
	padding-left: 54px;
	text-align: left;
}

#goo_exchange_dialog_input_area {
	position: absolute;
	left: 123px;
	top: 69px;
}

#goo_exchange_dialog_input_icon_area {
	position: absolute;
	left: 4px;
	top: 6px;
	width: 42px;
	height: 42px;
}

.goo_exchange_dialog_input_area input {
	background-color: transparent;
	border: none;
	font-size: 24px;
	font-weight: bold;
	padding: 2px 0 0;
	margin: 0;
	line-height: 44px;
	height: 44px;
	width: 130px;
	outline: none;
}

.goo_exchange_dialog_error {
	width: 434px;
	line-height: 32px;
	color: #ff0000;
	font-weight: normal;
	font-size: 14px;
}

#goo_exchange_dialog_error {
	position: absolute;
	top: 118px;
	left: 0;
}

#goo_exchange_dialog_remaining {
	position: absolute;
	top: 227px;
	left: 0;

	width: 434px;
	line-height: 42px;
}

#goo_exchange_dialog_remaining img {
	vertical-align: middle;
}

.goo_exchange_dialog_footer {
	position: absolute;
	bottom: 0;
	left: 9px;

	width: 416px;
	text-align: right;
}

.goo_exchange_dialog_footer a.item_action {
	margin-right: 0;
	margin-left: 5px;
	text-align: left;
	padding: 0 5px;
	width: 82px;
}

.goo_exchange_slider_ctn {
	padding-top: 20px;
	width: 381px;
}

#goo_exchange_slider_ctn {
	position: absolute;
	top: 146px;
	left: 28px;
}

.trade_wallet #goo_exchange_slider_ctn {
	top: 216px;
}

.goo_exchange_slider_count {
	position: absolute;
	top: 0;
	height: 20px;
	line-height: 20px;
	color: #b7b7b7;

	font-size: 15px;
	font-weight: bold;
	text-align: center;

	width: 104px;
}

.goo_exchange_slider_ctn .slider {
	position: relative;
	height: 42px;
}

.goo_exchange_slider_ctn .slider_background, .goo_exchange_slider_ctn .slider_progress {
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/economy/slider_background.png' );
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 12px;
	top: 20px;

	height: 9px;
	width: 357px;
}

.goo_exchange_slider_ctn .slider_progress {
	background-position: -357px 0;
}

.goo_exchange_slider_ctn .slider .handle {
	position: absolute;
	background-image: url( 'https://community.fastly.steamstatic.com/public/images/economy/slider_handle.png' );
	background-position: left top;
	background-repeat: no-repeat;
	width: 24px;
	height: 35px;
	top: 5px;
}

.goo_exchange_slider_ctn .slider .handle.active {
	background-position: right;
}


.economy_item_popup {
	position: relative;
	height: 96%;
	height: calc( 100% - 16px );
	max-width: 346px;
	margin: 0 auto;
}

.economy_item_popup_dismiss {
	position: absolute;
	right: -12px;
	top: -15px;
	height: 30px;
	width: 30px;
	border: 3px solid #cccccc;
	color: #cccccc;
	text-align: center;
	line-height: 30px;
	background: #000000;
	border-radius: 20px;
	font-size: 20px;

	cursor: pointer;
}

.economy_item_popup_only {
	display: none;
}

.economy_item_popup .economy_item_popup_only {
	display: block;
}

html.responsive .newmodal.economy_modal_ctn {
	overflow: visible;
}

.item_desc_addtotrade_ctn {
}

.item_desc_addtotrade, .item_desc_addtotrade > span {
	display: block;
	width: auto;
}

.item_desc_addtotrade > span {
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}

.economy_item_popup #iteminfo0,
.economy_item_popup #iteminfo1 {
	max-width: 95%;
	max-width: calc( 100% - 4px );
}

.escrow_explanation{
	max-width: 600px;
	font-size: 14px;
}
.escrow_explanation_q {
	color: #5aa9d6;
	padding-bottom: 10px;
	font-size: 16px;
}
.escrow_explanation_a {
	padding-bottom: 30px;
}
.escrow_explanation_a a {
	text-decoration: underline;
}

@media screen and (max-width: 650px )
{
	html.responsive .market_sell_dialog_input_area {
		text-align: left;
	}
}

.sendgift_area {
	max-width: 380px;
	margin: 0 auto;
	text-align: center;
}

.sendgift_item {
	max-width: 354px;
	margin: 24px auto;
	padding: 0 10px;
	text-align: left;
}

.sendgift_area h2 {
	font-size: 32px;
}

.sendgift_recipient {
	line-height: 32px;
	font-size: 18px;
	display: inline-block;
}

.sendgift_recipient > * {
	vertical-align: middle;
}

.sendgift_recipient .playerAvatar {
	display: inline-block;
	margin-right: 8px;
}

.sendgift_description {
	text-align: center;
	font-size: 24px;
}

.sendgift_actions {
	margin-top: 12px;
}

.inventory_loading_indicator {
	opacity: 0;
	transition: opacity 0.5s;
}

body.inventory_loading .inventory_loading_indicator {
	opacity: 1.0;
}

.app_tags_container .inventory_loading_indicator {
	text-align: center;
	padding: 40px 0;
}


.inventory_load_error {
	margin: 12px;
	padding: 12px;
	background-color: #2B2E34;
	margin-top: 20px;
	border: 1px solid #632929;
}

.inventory_load_error_header {
	display: flex;
	align-items: center;
}

.inventory_load_error_header .message {
	padding: 0 8px;
}


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

	html.responsive .inventory_load_error_header {
		flex-wrap: wrap;
	}
	html.responsive .inventory_load_error_header .message {
		flex: 1;
		min-width: 75%;
	}
}
