#auctions_header{
	width: 674px;
    padding: 10px 12px 6px 12px;
    box-sizing: content-box;
    color: #ccc;
    font-size: 20px;
    border: solid 1px #000;
    border-bottom: solid 2px #000;
    background: rgba(255,255,255,0.05);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
}

#auctions_filters{
	width:calc(100% - 2px);
	background-color:#111;
	border:solid 1px #000;
	border-top:0;
	position:relative;
}

#auctions_options{
	width:calc(100% - 40px);
	margin-left:20px;
	padding-top:20px;
}

#auctions_search_box{
	width:200px;
	height:21px;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:left;
}
#auctions_search_box input{
	width:100%;
	background:0;
	box-shadow:none;
	border:0;
	outline:0;
	margin:0;
	padding:0;
	font-size:14px;
	color:#ccc;
}

#auctions_order{
	height:21px;
	box-sizing:content-box;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:right;
	cursor:pointer;
	user-select:none;
}

#auctions_order_icon{
	width:16px;
	height:16px;
	float:left;
	margin-top:2px;
	transition: 0.5s;
}

#auctions_order_text{
	margin-left:8px;
	font-size:18px;
	color:#ccc;
	float:left;
	margin-top:3px;
}

#auctions_method_box{
	height:21px;
	box-sizing:content-box;
	margin-right:10px;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:right;
}
#auctions_method{
	width:150px;
	background:0;
	box-sizing:content-box;
	border:0;
	outline:0;
	margin:0;
	padding:0;
	font-size:14px;
	color:#ccc;
	box-shadow:none;
	cursor:pointer;
}

#auctions_show{
	width:calc(100% - 40px);
	margin:20px;
	display:flex;
	align-items:center;
}

#auctions_show_label{
	width:50px;
	margin-left:10px;
	color:#aaa;
	font-size:18px;
}

#auctions_show_containers{
	width:calc(100% - 70px);
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.auctions_show_container{
	height:24px;
	margin-left:10px;
	display:flex;
	align-items:center;
	float:left;
}

.auctions_show_container input[type=checkbox]{
	float:left;
}

.auctions_show_container_text{
	height:14px;
	float:left;
	margin-left:8px;
	color:#aaa;
	font-size:18px;
}

#auction_storage{
	display:none;
}

#auctions_rows{
	width:700px;
}

.auction_none_container {
    width: calc(100% - 24px);
    padding: 12px 12px;
	margin-top:8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: solid 1px #000;
    border-bottom: solid 2px #000;
    background: #1b1b1b;
    background: linear-gradient(135deg, #1b1b1b; 0%, #1e1e1e; 100%);
    float: left;
}

.auction_none {
    width: 100%;
    height: 16px;
    color: #ccc;
    font-size: 18px;
    text-align: center;
}

.auction_row{
	width:600px;
	margin-top:20px;
	padding:20px 49px;
	position:relative;
	background-color:#1b1b1b;
	border:solid 1px #000;
	border-bottom-width:3px;
}

.auction_row_gradient{
	width:700px;
	height:200px;
	position:absolute;
	top:20px;
	left:0px;
	z-index:0;
	background:radial-gradient(ellipse, #333 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
	pointer-events:none;
}

.auction_sidebar{
	width:24px;
	height:100%;
	background:rgba(0,0,0,0.1);
	border-left:solid 1px #121212;
	position:absolute;
	top:0;
	right:0;
}

.auction_watch{
	width:16px;
	height:16px;
	margin:10px 0 0 4px;
	background-image:url(../img/eye_white_icon.png);
	background-size:16px 16px;
	cursor:pointer;
	opacity:0.5;
}
.auction_watch:hover{
	opacity:0.8;
}
.auction_watch.watching{
	background-image:url(../img/eye_blue_icon.png);
	opacity:0.8;
}
.auction_watch.watching:hover{
	opacity:1;
}

.auction_help{
	width:16px;
	height:16px;
	margin:10px 0 0 4px;
	background-image:url(../img/help_white_icon.png);
	background-size:16px 16px;
	cursor:pointer;
	opacity:0.5;
}
.auction_help:hover{
	opacity:0.8;
}

.auction_leader_body{
	width:240px;
	height:24px;
	position:absolute;
	background:#2a2a2a;
	border:solid 1px #000;
	border-radius:13px;
	border-bottom-width:2px;
	left:calc(50% - 120px);
	top:-12px;
	z-index:1;
	pointer-events:none;
	display:none;
}

.auction_leader_badge{
	width:32px;
	height:32px;
	margin-left:-16px;
	margin-top:-4px;
	filter:drop-shadow(0px 0px 2px #9e6c00);
	animation: badgeGlow 2.5s infinite;
	float:left;
}
.auction_leader_badge img{
	width:32px;
	height:32px;
}

@keyframes badgeGlow{
	0%{
		filter:drop-shadow(0px 0px 2px #9e6c00);
	}
	50%{
		filter:drop-shadow(0px 0px 15px #9e6c00);
	}
	100%{
		filter:drop-shadow(0px 0px 2px #9e6c00);
	}
}

.auction_leader_text{
	height:14px;
	margin-left:5px;
	margin-top:6px;
	color:#ccc;
	font-size:18px;
	float:left;
}

.auction_icon_body{
	width:120px;
	height:120px;
	position:absolute;
	left:99px;
	top:20px;
	z-index:1;
	pointer-events:none;
}

.auction_icon_body_inner{
	width:100%;
	height:100%;
	position:relative;
}

.auction_icon_bckg{
	width:120px;
	height:120px;
	position:relative;
}

.auction_icon_bckg_base{
	width:192px;
	height:192px;
	left:-80px;
	top:-70px;
	position:absolute;
	z-index:4;
}
.auction_icon_bckg_base img{
	width:192px;
	height:192px;
	image-rendering:pixelated
}

.auction_character_body{
	width:280px;
	height:50px;
	position:relative;
	margin-top:24px;
	margin-left:176px;
	z-index:2;
	float:left;
}

.auction_character{
	width:280px;
	height:50px;
}

.auction_name{
	width:100%;
	height:22px;
	color:#fff;
	margin-top:5px;
	font-size:26px;
	float:left;
}

.auction_levelvoc{
	width:100%;
	height:16px;
	margin-top:3px;
	color:#bbb;
	font-size:18px;
	float:left;
}

.auction_details_body{
	width:580px;
	height:80px;
	filter:drop-shadow(0 3px 5px #0a0a0a);
	position:relative;
	margin-top:6px;
	margin-left:-10px;
	z-index:2;
	float:left;
}

.auction_details_body_inner{
	width:550px;
	height:80px;
	position:relative;
	z-index:2;
	background:linear-gradient(90deg, #202020 0%, #1a1a1a 100%);
	clip-path:polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.auction_details{
	width:420px;
	height:65px;
	margin-left:30px;
}

.auction_details_column{
	height:65px;
	float:right;
	margin-left:30px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:relative;
}
.auction_details_bid{
	margin-left:0;
}

.auction_details_column[data-active="false"] .auction_details_row{
	opacity:0.3;
}

.auction_details_column_icon{
	width:48px;
	height:48px;
	position:absolute;
	top:8px;
	left:calc(50% - 24px);
	z-index:0;
	opacity:0.15;
}
.auction_details_column_icon img{
	width:48px;
	height:48px;
}

.auction_details_row{
	width:100%;
	position:relative;
	z-index:1;
}

.auction_details_row_header{
	height:18px;
	font-size:22px;
	margin-top:5px;
	color:#fff;
	text-align:right;
}
.auction_time_remaining{
	width:130px;
}

.auction_details_row_sub{
	height:14px;
	font-size:16px;
	margin-top:3px;
	color:#bbb;
	text-align:right;
}

.auction_actions{
	width:420px;
	height:40px;
	position:relative;
	margin:-16px 0 16px 30px;
	z-index:2;
	float:left;
}

.auction_button_container {
	position:relative;
	float: right;
	margin-left:8px;
}

.auction_button {
    height: 14px;
    padding: 9px 9px 8px 11px;
    box-sizing: content-box;
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
	position:relative;
    color: #bbb;
    font-size: 18px;
    cursor: pointer;
	user-select:none;
}
.auction_button.auction_button_bid{
	background-color: #052f06;
}
.auction_button.auction_button_bid:hover{
	background-color: #153f16;
}
.auction_button.auction_button_buynow{
	background-color: #082c43;
}
.auction_button.auction_button_buynow:hover{
	background-color: #183c53;
}
.auction_button.auction_button_view{
	background-color: #282828;
}
.auction_button.auction_button_view:hover{
	background-color: #383838;
}

.auction_button[data-active="false"]{
	opacity:0.3;
}

.auction_action_bid,
.auction_action_buynow{
	margin-left:0;
	float:left;
}

.auction_eq_body{
	width:120px;
	height:165px;
	position:absolute;
	top:35px;
	right:59px;
	filter:drop-shadow(2px 2px 10px #0a0a0a);
	z-index:999;
}

.auction_panel{
	width:max-content;
	height:34px;
	padding:8px;
	position:absolute;
	background: #202020;
	border:solid 1px #000;
	border-bottom-width:2px;
	border-right-width:2px;
	top:45px;
	left:50%;
	transform:translateX(-50%);	
	filter: drop-shadow(2px 2px 10px #0a0a0a);
	z-index:99;
	display:none;
}

.auction_panel:before{
	content:"";
	width:20px;
	height:8px;
	position:absolute;
	top:-8px;
	left:calc(50% - 10px);
	background-color:#000;
	clip-path:polygon(
		50% 0%,
		100% 100%,
		0% 100%
	);
}

.auction_panel:after{
	content:"";
	width:18px;
	height:7px;
	position:absolute;
	top:-7px;
	left:calc(50% - 9px);
	background-color:#202020;
	clip-path:polygon(
		50% 0%,
		100% 100%,
		0% 100%
	);
}

.auction_panel_close{
	width:10px;
	height:10px;
	padding:12px 0 12px 12px;
	float:left;
	cursor:pointer;
}
.auction_panel_close:hover img{
	opacity:1;
}
.auction_panel_close img{
	width:10px;
	height:10px;
	display:block;
	opacity:0.6;
}

.auction_panel input[type=text],
.auction_panel input[type=password]{
	height: 16px;
    padding: 10px 9px 6px 11px;
    outline:0;
	margin:0;
	background:0;
    box-sizing: content-box;
	box-shadow:none;
    color: #ccc;
    font-size: 20px;
	text-align:center;
	float:left;
}
.auction_panel input[type=text]{
	width:100px;
}
.auction_panel input[type=password]{
	width:150px;
}

.auction_notification{
	width:565px;
	height:20px;
	padding:10px;
	background: linear-gradient(90deg, #202020 0%, #1a1a1a 100%);
	border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
	float:left;
	display:none;
}

.auction_notification_indicator{
	width:4px;
	height:20px;
	margin-right:10px;
	border-radius:2px;
	background:#aaa;
	float:left;
}

.auction_notification_text{
	height:16px;
	font-size:20px;
	color:#ccc;
	float:left;
	margin-top:3px;
}

/*CREATE*/

#auction_create_body{
	width: calc(100% - 62px);
	padding:30px;
    background-color: #111;
    border: solid 1px #000;
    border-top: 0;
    position: relative;
}

.auction_create_header{
	width:100%;
	color:#aaa;
	font-size:20px;
}

.auction_create_text{
	width:100%;
	margin-top:5px;
	color:#ccc;
	font-size:18px;
}

.auction_create_container{
	width:calc(100% - 42px);
	padding:20px;
    margin-top: 20px;
    background: radial-gradient(ellipse, #202020 0%, #161616 90%);
    border: solid 1px #000;
}

.auction_requirement_header{
	width:100%;
	color:#aaa;
	font-size:20px;
	margin-top:30px;
}

.auction_requirement{
	width:100%;
	margin-top:12px;
	display:flex;
	align-items:center;
	justify-content:left;
}

.auction_requirement_indicator{
	width:10px;
	height:10px;
	margin-left:10px;
	border-radius:5px;
	background-color:#ff0000;
}

.auction_requirement_text{
	height:12px;
	margin-left:12px;
	color:#ccc;
	font-size:18px;
}

.auction_create_character{
	width:100%;
	margin-top: 20px;
}

.auction_create_character_container{
	width:calc(100% - 152px);
    height:50px;
    background: radial-gradient(ellipse, #202020 0%, #161616 90%);
    border: solid 1px #000;
	float:left;
}

.auction_create_outfit{
	width:80px;
	height:64px;
	margin-top:-14px;
	overflow:hidden;
	float:left;
}
.auction_create_outfit img{
	width:160px;
	height:160px;
	margin-top:-64px;
	margin-left:-80px;
	image-rendering:pixelated
}

.auction_create_name{
	height:20px;
	margin-left:20px;
	margin-top:17px;
	float:left;
	color:#ccc;
	font-size:24px;
}

.auction_create_lvlvoc{
	height:16px;
	margin-right:30px;
	margin-top:20px;
	float:right;
	color:#aaa;
	font-size:20px;
}

.auction_create_select{
	width:135px;
	height:50px;
	background: radial-gradient(ellipse, #262626 0%, #161616 90%);
    border: solid 1px #000;
	float:right;
	user-select:none;
}

.auction_create_select[data-active=true]{
	cursor:pointer;
}
.auction_create_select[data-active=true]:hover{
	background: radial-gradient(ellipse, #2a2a2a 0%, #161616 90%);
	transition:0.2s;
}
.auction_create_select[data-active=true]:hover .auction_create_select_inner{
	color:#ccc;
	transition:0.2s;
}

.auction_create_select_inner{
	width:135px;
	height:20px;
	margin-top:17px;
	color:#aaa;
	font-size:24px;
	text-align:center;
}

.auction_create_character_requirements{
	width:calc(100% - 42px);
    padding:8px 20px 20px 20px;
}

.auction_create_main{
	width:100%;
	margin-top:20px;
}

.auction_create_main_guide{
	width:244px;
	padding:15px 0;
	background: radial-gradient(ellipse, #202020 0%, #1a1a1a 90%);
	border: solid 1px #000; 
	float:right;
}

.auction_create_main_guide_container{
	display:none;
}

.auction_create_main_guide_header{
	width:calc(100% - 40px);
	margin-left:20px;
	color:#ccc;
	font-size:22px;
}

.auction_create_main_guide_section{
	width:100%;
	padding:10px 0;
}
.auction_create_main_guide_section:nth-child(even){
	background:linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 90%);
}

.auction_create_main_guide_title{
	width:calc(100% - 40px);
	margin-left:20px;
	color:#ccc;
	font-size:20px;
}

.auction_create_main_guide_text{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-top:5px;
	color:#aaa;
	font-size:18px;
}

#auction_create_main_inputs{
	width:370px;
	float:left;
}

.auction_create_main_input_tabs{
	width:100%;
	height:45px;
}

.auction_create_main_input_tab{
	height:14px;
	padding:15px;
	background-color:#1a1a1a;
	border:solid 1px #000;
	border-left:0;
	border-bottom:0;
	color:#ccc;
	font-size:18px;
	float:left;
	user-select:none;
	cursor:pointer;
}
.auction_create_main_input_tab:first-child{
	border-left:solid 1px #000;
}

.auction_create_main_input_tab[data-active=true]{
	background-color:#1c1c1c;
	height:15px;
}
.auction_create_main_input_tab[data-active=false]{
	background-color:#161616;
}

.auction_create_main_input{
	display:none;
}

.auction_create_main_input_container{
	width:calc(100% - 42px);
	padding:20px;
	background: radial-gradient(ellipse, #202020 0%, #1c1c1c 100%);
	border: solid 1px #000; 
}

.auction_create_main_input_label{
	width:100%;
	height:14px;
	margin-top:15px;
	color:#ccc;
	font-size:18px;
}
.auction_create_main_input_label:first-child{
	margin-top:0;
}

.auction_create_main_input_container input[type=text],
.auction_create_main_input_container input[type=password]{
	width:calc(100% - 26px);
	height:14px;
	padding:12px 12px 10px 12px;
	margin-top:8px;
	background: #161616;
	border:solid 1px #000;
	box-shadow: none;
	box-sizing:content-box;
	color:#ccc;
	font-size:20px;
}

.auction_create_main_input_buttons{
	width:100%;
}

.auction_create_duration_button{
	width:calc(33% - 27px);
	height:14px;
	padding:12px 12px 10px 12px;
	margin-top:8px;
	background: #161616;
	border:solid 1px #000;
	box-sizing:content-box;
	float:left;
	color:#ccc;
	font-size:20px;
	text-align:center;
	user-select:none;
	cursor:pointer;
}
.auction_create_duration_button[data-active=true]{
	background-color:#262626;
	border-right-width:2px;
	border-bottom-width:2px;
}
.auction_create_duration_button[data-active=false]{
	background-color:#161616;
	border-left-width:2px;
	border-top-width:2px;
}
.auction_create_duration_button[data-active=false]:hover{
	background-color:#1a1a1a;
}

.auction_create_main_input_disclaimer{
	width:100%;
	color:#ccc;
	font-size:18px;
}

.auction_create_main_submit{
	width:100px;
	margin-top:20px;
}

/* MY AUCTIONS */

#auction_my_body{
	width: calc(100% - 62px);
	padding:30px;
    background-color: #111;
    border: solid 1px #000;
    border-top: 0;
    position: relative;
}

.auction_my_header{
	width:100%;
	color:#aaa;
	font-size:20px;
}

.auction_my_text{
	width:100%;
	margin-top:5px;
	color:#ccc;
	font-size:18px;
}

.auction_my_container{
	width:calc(100% - 42px);
	padding:20px;
    margin-top: 20px;
    background: radial-gradient(ellipse, #202020 0%, #161616 90%);
    border: solid 1px #000;
}

.auction_my_action_container{
	width:calc(100% - 40px);
	padding:20px;
	background-color:#181818;
	border:solid 1px #000;
}

.auction_my_action_explanation{
	width:300px;
	color:#ccc;
	font-size:18px;
	float:left;
}

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

.auction_my_actions input[type=text]{
	width:calc(100% - 26px);
	height:14px;
	padding:12px 12px 10px 12px;
	margin-top:0;
	background: #161616;
	border:solid 1px #000;
	box-shadow: none;
	box-sizing:content-box;
	color:#ccc;
	font-size:20px;
}

.auction_my_action_submit{
	height: 14px;
	margin-top:5px;
    padding: 9px 9px 8px 11px;
    box-sizing: content-box;
	background-color: #052f06;
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
    position: relative;
    color: #bbb;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
	float:right;
}
.auction_my_action_submit:hover{
	background-color: #153f16;
}

.auction_myauction_notification{
	width:calc(100% - 23px);
	height:20px;
	padding:10px;
	margin-bottom:20px;
	background: linear-gradient(90deg, #202020 0%, #1a1a1a 100%);
	border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.auction_myauction_notification_indicator{
	width:4px;
	height:20px;
	margin-right:10px;
	border-radius:2px;
	background:#aaa;
	float:left;
}

.auction_myauction_notification_text{
	height:16px;
	font-size:20px;
	color:#ccc;
	float:left;
	margin-top:3px;
}
