/* @import url('https://fonts.googleapis.com/css?family=Patua+One'); */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&display=swap');

html, body {
    height: 100%;
}

body {
    background: url("images/background.webp") no-repeat center 2px fixed;
    background-size: cover;
    background-color: #0d0f12;
    margin: 0;
    padding: 0;
}

a {
	text-decoration: none;
	color: #004294;
	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-spacing: 1px;
    border-collapse: separate;
}

table tr th{
  background: #505050;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}

tr.yellow td {
  background: #505050;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}
table tr td {
  background: #D4C0A1;
  color: #47433F;
}
table.stripped tr:nth-child(even) td {
  background-color: #e4d0b2;
}
table.stripped tr:nth-child(odd) td{
  background-color: #D4C0A1;
}
table.TableContent tr td , table.Table3 tr td {
  background: #f1e0c5;
}
table.TableContent tr.LabelH td {
  background: #D4C0A1;
}
.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(images/border_left.png) repeat-y left top, url(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(images/corners.png) no-repeat 0 0;
	left: -7px;
	top: -5px;
}

.corner_rt {
	position: absolute;
	width: 64px;
	height:64px;
	background: url(images/corners.png) no-repeat -64px 0;
	right: -7px;
	top: -5px;
}

.corner_rb {
	position: absolute;
	width: 64px;
	height:64px;
	background: url(images/corners.png) no-repeat -64px -64px;
	right: -7px;
	bottom: -5px;
}

.corner_lb {
	position: absolute;
	width: 64px;
	height:64px;
	background: url(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(images/widget_bg.png) repeat-y;
}

.center_box .content_bg {
	width: 608px;
	margin: -1px 20px;
	position: relative;
	background: url(images/mid_bot.png) no-repeat center bottom, url(images/mid_top.png) no-repeat center top, url(images/mid_mid.png) repeat-y center top;
	color: #531e01;
}

.center_box .content_bg .content {
	padding: 6px 8px;
}

.left_box .border_bottom, .right_box .border_bottom,  .center_box .border_bottom {
	background: url(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(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(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;
    font-family: 'Cinzel', serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #e0c27a;
    padding: 8px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.left_box ul li a:hover {
    color: #fff8dc;
    background: linear-gradient(
        90deg,
        rgba(255,120,0,0.15),
        rgba(255,180,50,0.35),
        rgba(255,90,0,0.15)
    );
    box-shadow:
        0 0 8px rgba(255,120,0,0.5),
        inset 0 0 12px rgba(255,140,0,0.4);
    text-shadow:
        0 0 5px #ffae00,
        0 0 10px #ff4500;
}

.left_box ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,200,100,0.4),
        transparent
    );
    transition: 0.5s;
}

.left_box ul li a:hover::before {
    left: 100%;
}

.left_box ul li a.active {
    background: linear-gradient(
        90deg,
        rgba(255,140,0,0.4),
        rgba(255,90,0,0.6)
    );
    color: #fff;
    box-shadow:
        0 0 12px rgba(255,80,0,0.6),
        inset 0 0 15px rgba(255,120,0,0.6);
}

.inputtext {
	width: 158px;
	height: 33px;
	background: url(images/quicklogin_input.png);
	padding: 0 10px;
	margin: 0 0 4px 11px;
	border: 0 none;
	color: #9c7d54;
	font-size: 12px;
	text-shadow: 1px 1px 0 #000;
}

.loginbtn {
	width: 83px;
	height: 23px;
	background: url(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(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: 1536px;
	height: 1024px;
	background: url(images/download_btn.png) no-repeat 0 -59px;
	margin: 0 0 10px -2px;
}

.download_client:hover {
	background-position: 0 0;
}

.right_box {
	text-shadow: 0 1px 0 #000;
}

.right_box a {
	color: #ff9000;
	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;
	background: none transparent;
	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;
}

.fantasy-btn {
    font-family: 'Cinzel', serif;
    padding: 8px 18px;
    border-radius: 4px;
    border: 1px solid rgba(255,180,90,0.25);
    background: linear-gradient(180deg, #3a2a18, #1c120a);
    color: #e6c27a;
    cursor: pointer;
    transition: all 0.2s ease;
    text-shadow: 1px 1px 0 #000;
}

.fantasy-btn:hover {
    background: linear-gradient(180deg, #ff8c00, #8b2e00);
    color: #fff;
    box-shadow: 0 0 10px rgba(255,120,0,0.5);
}

.fantasy-btn:active {
    transform: translateY(1px);
}

.btn-green {
    background: linear-gradient(180deg, #2d5a2d, #183318);
    border-color: rgba(80,255,120,0.3);
}

.btn-green:hover {
    background: linear-gradient(180deg, #4caf50, #1b5e20);
}

.btn-red {
    background: linear-gradient(180deg, #5a2d2d, #331818);
    border-color: rgba(255,80,80,0.3);
}

.btn-red:hover {
    background: linear-gradient(180deg, #ff4d4d, #8b0000);
}

