@import url('https://fonts.googleapis.com/css?family=Patua+One');
body {
	background: url(/legacy-theme/images/bg.png) no-repeat center top fixed #0d0f12;
	background-size: cover; /* scale to fill viewport */
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #d3d3d3;
}
a
{
	text-decoration: none;
	color: #ffffff;
	transition: color 0.1s linear;

}
a:hover
{
	color: #ff5a00;
}
ul {
  margin: 2px 0 0 0;
  padding: 0;
}
textarea{
max-width: 530px !important;
}
ul li {
  list-style-type: none;
  margin: 0 0 6px 0;
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol {
  margin: 8px 0 5px 5px;
}

ol li {
  margin: 0 0 11px 0;
}

.form_settings {
  margin: 15px 0 0 0;
}

.form_settings p {
  padding: 0 0 4px 0;
}

.form_settings span {
  float: left;
  width: 200px;
  text-align: left;
}

.form_settings input, .form_settings textarea {
  padding: 5px;
  width: 299px;
  font: 100% arial;
  border: 1px solid #E5E5DB;
  background: #FFF;
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
}

.form_settings .submit {
  font: 100% arial;
  border: 0;
  width: 99px;
  margin: 0 0 0 212px;
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer;
  background: #3B3B3B;
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
}

.form_settings textarea, .form_settings select {
  font: 100% arial;
  width: 299px;
}

.form_settings select {
  width: 310px;
}

.form_settings .checkbox {
  margin: 4px 0;
  padding: 0;
  width: 14px;
  border: 0;
  background: none;
}

.separator {
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}

table {
  margin: 10px 0 5px 0;
  /*width: 100%;*/
    border-collapse: separate;
	background: #3B3B3B;
}

table tr th{
  background: #1a1a1a;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}s

tr.yellow td {
  background: #ffffff;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}
table tr td {
  background-image: url('/legacy-theme/images/darkimage.png');
  background-size: cover;
  border: 1px solid #3B3B3B;
}

table.stripped tr:nth-child(even) td {
	background-image: url('/legacy-theme/images/darkimage.png');
	background-size: cover;
}
table.stripped tr:nth-child(odd) td{
	background-image: url('/legacy-theme/images/darkimage.png');
	background-size: cover;
}
table.TableContent tr td , table.Table3 tr td {
	background-image: url('/legacy-theme/images/darkimage.png');
	background-repeat: no-repeat;
	background-size: cover;
}
table.TableContent tr.LabelH td {
	background-image: url('/legacy-theme/images/darkimage.png');
	background-size: cover;
}
.TableContainer table{
  margin: 0 !important;
}
.TableContainer td {
  padding: 2px 3px !important;
}
table tr td img{
  max-width: 520px;
}
input.hover:hover
{
	cursor: pointer;
}
/* guild war */
tr.special:hover td {
   background: orange;
}

tr.special {
    cursor: pointer;
}

ul.war_list li {
   font-size:18px;
}

.container_main
{
	width: 1170px;
	margin: 350px auto 0 auto;
}
.container_left, .container_right
{
	width: 246px;
	float: left;
	margin: 15px 0 0 0;
}
.container_mid
{
	min-height: 200px;
	width: 648px;
	float: left;
	margin: 0 15px;
}
.left_box, .right_box, .center_box
{
	width: 100%;
	background: url(/legacy-theme/images/border_left.png) repeat-y left top, url(/legacy-theme/images/border_right.png) repeat-y right top;
	position: relative;
	margin-bottom: 18px;
}
.corner_lt, .corner_rt, .corner_rb, .corner_lb
{
	z-index: 5;
}
.corner_lt
{
	position: absolute;
	width: 64px;
	height:64px;
	background: url(/legacy-theme/images/corners.png) no-repeat 0 0;
	left: -7px;
	top: -5px;
}
.corner_rt
{
	position: absolute;
	width: 64px;
	height:64px;
	background: url(/legacy-theme/images/corners.png) no-repeat -64px 0;
	right: -7px;
	top: -5px;
}
.corner_rb
{
	position: absolute;
	width: 64px;
	height:64px;
	background: url(/legacy-theme/images/corners.png) no-repeat -64px -64px;
	right: -7px;
	bottom: -5px;
}
.corner_lb
{
	position: absolute;
	width: 64px;
	height:64px;
	background: url(/legacy-theme/images/corners.png) no-repeat 0 -64px;
	left: -7px;
	bottom: -5px;
}
.left_box .content, .right_box .content
{
	margin: -1px 20px;
	width: 200px;
	padding: 3px 3px;
	background: url(/legacy-theme/images/widget_bg.png) repeat-y;
}
.center_box .content_bg
{
	width: 608px;
	margin: -1px 20px;
	position: relative;
	background: url(/legacy-theme/images/mid_bot.png) no-repeat center bottom, url(/legacy-theme/images/mid_top.png) no-repeat center top, url(/legacy-theme/images/mid_mid.png) repeat-y center top;
	color: #ffffff;
}
.center_box .content_bg .content
{
	padding: 6px 8px;
}

.left_box .border_bottom, .right_box .border_bottom,  .center_box .border_bottom
{
	background: url(/legacy-theme/images/border_bottom.png) repeat-x center bottom;
	width: 100%;
	display: block;
	height: 20px;
}
.left_box .title, .right_box .title,  .center_box .title
{
	background: url(/legacy-theme/images/border_top.png) repeat-x center top;
	width: 100%;
	height: 45px;
	position: relative;
}
.rise-up-content
{
	position: relative;
	z-index: 10;
}
.left_box ul li a:after
{
	content: "";
	width: 100%;
	background: url(/legacy-theme/images/line.png) no-repeat center top;
	height: 2px;
	display: block;
	margin-left: -10px;
}
.title span
{
	width: 100%;
	height: 45px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}
.title img
{
	position: absolute;
	left: 20px;
	top: 6px;
	z-index: 6;
}
.left_box ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 8px;
}
.left_box ul li
{
	padding: 1.5px 0 2px 0;
	margin: 0;
}
.left_box ul li a
{
	display: block;
	color: #e7e7e7;
	text-shadow: 1px 1px 0 #000;
	transition: all 0.1s linear;
}
.left_box ul li a:hover
{
	color: orange;
	padding-left: 3px;

}
.inputtext
{
	width: 158px;
	height: 33px;
	background: url(/legacy-theme/images/quicklogin_input.png);
	padding: 0 10px;
	margin: 0 0 4px 11px;
	border: 0 none;
	color: #ffffff;
	font-size: 12px;
	text-shadow: 1px 1px 0 #000;
}
.loginbtn
{
	width: 83px;
	height: 23px;
	background: url(/legacy-theme/images/login_btn.png) 0 -23px;
	padding: 0;
	margin: 0 0 4px 12px;
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
}
.loginbtn:hover
{
	cursor: pointer;
	background-position: 0 0;
}
.createbtn
{
	vertical-align: middle;
	display: inline-block;
	width: 83px;
	height: 23px;
	background: url(/legacy-theme/images/register_btn.png) 0 -23px;
	padding: 0;
	margin: 0 0 4px 7px;
	border: 0 none;
}
.createbtn:hover
{
	cursor: pointer;
	background-position: 0 0;
}
.download_client
{
	display: block;
	width: 249px;
	height: 69px;
	background: url(/legacy-theme/images/download_2.png) no-repeat;
	background-size: 249px 69px;
	margin: 0 0 10px -2px;
}
.download_client:hover
{
	background-position: 0 0;
}
.right_box
{
	text-shadow: 0 1px 0 #000;
}
.right_box a
{
	color: #ffffff;
	transition: color 0.1s linear;
}
.right_box a:hover
{
	color: #ff4e00;
}
table.sinfotable
{
	margin: 0 8px;
	font-size: 13px;
	width: 183px;
}
table.sinfotable td
{
	border-bottom: 1px solid #4c4b46;
    border-top: 1px solid #1c1c1a;
	color: #fff;
	padding: 4px 0;
}
ul.toplvl
{
	list-style: none;
	margin: 0 8px;
}
ul.toplvl li
{
	padding: 1px 0;
	margin: 0;
}
.lvl
{
    display: block;
    background: #cc7e0f;
    float: right;
    height: 15px;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    padding: 0px 5px;
    border-radius: 4px;
    box-shadow: 0 1px 0 #101010;
    border-top: 1px solid #ffc36d;
}
.acc_menu
{
	width: 183px;
	margin: 0 8px;
}
.acc_menu a
{
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(255,255,255,0.2) inset, 0 -1px 3px rgba(0,0,0,0.5) inset;
	border-radius: 3px;
	color: #fff;
	transition: all 0.1s linear;
	margin: 1px 0;
}
.acc_menu a:hover
{
	background: rgba(0,0,0,0.4);
}
.footer_cnt
{
	width: 1170px;
	float: left;
	margin: 20px 0 70px 0;
}



/* SLIDER */

.slider
{
	width: 207px;
    height: 100px;
    margin-left: -3px;
    margin-top: -3px;
    margin-bottom: -2px;
}

#slides
{
	display: none;
	width: 207px;
	height: 100px;
	float: left;
	z-index: 90;
	overflow: initial !important;
	position: relative;
}
.slidesjs-pagination
{
	z-index: 999;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
ul.slidesjs-pagination
{
	list-style: none;
	padding: 3px;
	border-radius: 5px;
	margin: 0;
	background: rgba(0,0,0,0.5);
}
.slidesjs-pagination li
{
	float: left;
	margin: 0 3px;
	padding: 0;
}
.slidesjs-pagination li a
{
	background: rgba(255,255,255,0.3);
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	overflow: hidden;
	text-indent: -999999999px;
	line-height: 99px;
	color: rgba(0,0,0,0.6);
	border-radius: 15px;
}
.slidesjs-pagination li a:hover
{
	background: rgba(255,255,255,0.5);
}
.slidesjs-pagination li a.active
{
	background: rgba(255,255,255,0.5);
}
.top-bar
{
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Patua One', cursive;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, -1px 0px 0 #000, -1px 0px 0 #000;
	font-weight: normal;
	font-size: 18px;
}
.top-bar a
{
	color: #f66545;
}

.hs-layout {
  display:flex;
  flex-direction:column;
  gap:14px;
}

.hs-title { 
  text-align:center; 
  margin:8px 0 8px; 
  font-size:22px; 
  color:#fff; 
  letter-spacing:.04em; 
}

.hs-filter-block {
  margin-bottom: 12px;
}

.hs-filter-label {
  font-size: 13px;
  font-weight: 600;
  color: #cfcfcf;
  margin: 0 0 6px 2px;
}

.hs-btns {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:8px;
  background:#1b1b1b;
  border:1px solid #2b2b2b;
  border-radius:10px;
}

.hs-btns.combined {
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:10px;
  background:#1b1b1b;
  border:1px solid #2b2b2b;
  border-radius:10px;
}

.hs-row {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  justify-content:center;
}

.hs-btn {
  padding:6px 12px;
  border:1px solid #3c3c3c;
  border-radius:999px;
  background:#232323;
  color:#cfcfcf;
  text-decoration:none;
  font-size:13px;
  transition:.15s;
}

.hs-btn:hover { color:#fff; border-color:#6f6fff; }
.hs-btn.active {
  background:#6f6fff;
  border-color:#6f6fff;
  color:#fff;
  box-shadow:0 0 0 2px rgba(111,111,255,.25) inset;
}

.hs-main { width:100%; }
.hs-table {
  width:100%;
  border-collapse:collapse;
  color:#e0e0e0;
  background:#1b1b1b;
  border:1px solid #2b2b2b;
  border-radius:8px;
  overflow:hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 6px 14px rgba(0,0,0,.45);
}
.hs-table thead th {
  background:#2a2a2a;
  color:#fff;
  padding:10px 12px;
  text-align:left;
  font-weight:700;
  border-bottom:1px solid #303030;
  white-space:nowrap;
}
.hs-table tbody td {
  padding:10px 12px;
  border-bottom:1px solid #2a2a2a;
  vertical-align:middle;
}
.hs-table tbody tr:last-child td { border-bottom:none; }


.hs-flag  { width:28px; text-align:center; }
.hs-rank, .hs-value, .hs-points { text-align:center; white-space:nowrap; }
.hs-outfit{ width:72px; text-align:center; }
.hs-outfit img{ width:64px; height:64px; image-rendering:pixelated; }

.hs-name a { color:#fff; text-decoration:none; }
.hs-name small { display:block; color:#bcbcbc; margin-top:2px; }
.badge-on { color:#7cff7c; font-weight:700; }
.badge-off { color:#ff7c7c; }

.hs-points { text-align:right; white-space:nowrap; }

.hs-pagination { 
  display:flex; 
  gap:10px; 
  justify-content:flex-end; 
  margin:10px 0 0; 
}
.hs-pagination a {
  background:#2a2b34; 
  color:#fff; 
  text-decoration:none; 
  font-weight:600;
  border:1px solid #3d3e48; 
  border-radius:6px; 
  padding:6px 10px;
}
.hs-pagination a:hover { 
  background:#3d3e48; 
  border-color:#9b6cff; 
}

@media(max-width:700px){
  .hs-btns { justify-content:center; }
}

.hs-filter-label.center {
  text-align:center;
  font-size:14px;
  font-weight:600;
  color:#cfcfcf;
  margin-bottom:6px;
}

.hs-btns.compact {
  gap:6px;
  padding:6px;
}

.hs-btns.center {
  justify-content:center;
}

.hs-toolbar { margin-bottom: 8px; }
.hs-table   { margin-bottom: 12px; }
.hs-main    { padding-bottom: 12px; }
.hs-pagination { margin-top: 12px; }

.AuctionInput {
  width: 115px;
  margin-right: 7px;
  float: left;
}

.AuctionFilterHelper {
  clear: both;
}

.AuctionInputLong {
  width: 237px;
}

#CurrentTradesItemSearch #ItemInput {
  width: 350px;
}

.DisplayOptionsContent #ItemInput {
  width: 352px;
}

.DisplayOptionsContent {
  min-height: 25px;
  min-width: 600px;
}

.DisplayOptionsContent .DisplayOptionsLabel {
  float: left;
  padding-top: 2px;
}

.DisplayOptionsButton .BigButton {
  position: absolute;
  right: 5px;
}

.Content .BoxContent td {
  font-family:
    Verdana,
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 10pt;
  color: #5a2800;
}

.LabelV120 {
  font-weight: 700;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
  width: 120px;
}

.PageNavigation {
  padding-right: 10px;
  padding-bottom: 7px;
}

.TableContentContainer {
  border: 1px solid #6a4a2f;
  position: relative;
  margin-right: 7px;
  margin-bottom: 5px;
  height: 100%;
  background-color: #2b2b2b;
  padding: 0;
}

.InnerTableContainer .TableContentContainer {
  box-shadow: 3px 3px 2px #3a3a39;
}

.AuctionCharacterName {
  font-weight: 700;
  margin-bottom: 4px;
}

.AuctionBody {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #ffffff;
}

.AuctionOutfit {
  position: relative;
}

.AuctionBodyBlock {
  margin-top: 5px;
  margin-bottom: 5px;
}

.AuctionDisplay {
  flex-basis: 112px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 0;
  padding: 1px;
  background-color: #353534;
  border: 1px solid #ffffff;
  box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 75%);
  float: left;
  margin-right: 10px;
}

.AuctionNewIcon {
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 100;
}

.AuctionOutfitImage {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 100;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  width: 80px;
}

.AuctionItemsViewBox {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
  grid-auto-rows: 38px;
}

.VSCCoinImages {
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
}

.CVIcon.CVIconObject {
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.CVIcon.CVIconObject.NoEquipment {
  font-size: 10px;
  text-align: center;
}

.NoEquipment p {
  margin-top: 2px;
}

.CVIcon {
  float: left;
  position: relative;
  z-index: 150;
  cursor: help;
  background-color: #302f2f;
  border: 1px solid #ffffff;
  margin: auto;
  padding: 1px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.CVIcon.CVIconObject img {
  width: 32px;
  height: 32px;
}

.ObjectAmount {
  position: absolute;
  bottom: 0;
  right: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  z-index: 100;
  color: #fff;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.ShortAuctionData {
  position: relative;
  min-width: 300px;
  flex-shrink: 0;
  flex-grow: 1;
  padding: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  background-color: #353534;
  border: 1px solid #ffffff;
  box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
}

.ShortAuctionData .AuctionTimer {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 200px;
  text-align: right;
  background-color: #f1e0c6;
  color: red;
}

.ShortAuctionData .ShortAuctionDataLabel {
  width: 115px;
  font-weight: 700;
  float: left;
}

.ShortAuctionDataValue {
  text-align: right;
}

.ShortAuctionDataBidRow {
  margin-top: 5px;
}

.CurrentBid {
  width: 142px;
  flex-shrink: 0;
  margin-left: 10px;
  padding: 5px;
  text-align: center;
  background-color: #353534;
  border: 1px solid #ffffff;
  box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.CurrentBid .Container {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.MyMaxBidLabel {
  font-weight: 700;
}

.MyMaxBidInput {
  width: 131px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.SpecialCharacterFeatures {
  flex-basis: 300px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  padding: 10px;
  background-color: #3a3a3a;
  border: 1px solid #ffffff;
  box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
}

.CharacterTradeTopBar {
    display: flex;
    justify-content: center;
    margin-bottom: 3px;
	margin-top: 2px;
}

.premium-points {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;

    background: linear-gradient(180deg, #2c2c2c 0%, #1a1a1a 100%);
    border: 1px solid #3d3d3d;
    border-radius: 8px;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06),
        0 2px 6px rgba(0,0,0,.4);
}

.premium-points .label {
    font-weight: 600;
    color: #cfcfcf;
}

.premium-points .value {
    font-weight: bold;
    color: #ffd85e;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.premium-points img {
    width: 14px;
    height: 14px;
}

.AuctionBidButton {
    background: linear-gradient(180deg, #3a3a3a 0%, #1f1f1f 100%) !important;
    border: 1px solid #6b5f3a;
    border-radius: 6px;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 2px 4px rgba(0,0,0,.6);

    padding: 0;
}

.AuctionBidButton .BigButtonOver {
    display: none !important;
}

.AuctionBidButton .BigButtonText {
    background: transparent !important;
    border: none !important;

    color: #f5e7c6 !important;
    font-weight: bold;
    font-size: 13px;

    width: 100%;
    height: 100%;

    padding: 6px 14px;
    margin: 0;

    text-align: center;
    cursor: pointer;

    text-shadow: 0 1px 2px rgba(0,0,0,.7);
}

.AuctionBidButton:hover {
    background: linear-gradient(180deg, #4a4a4a 0%, #262626 100%) !important;
}