@font-face {
     font-family: tibia;
     src: url('../fonts/martel.ttf');
}

@font-face {font-family: "Ninja Naruto"; src: url("//db.onlinewebfonts.com/t/73fedd912ba11f583a359ce4c2e742ed.eot"); src: url("//db.onlinewebfonts.com/t/73fedd912ba11f583a359ce4c2e742ed.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/73fedd912ba11f583a359ce4c2e742ed.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/73fedd912ba11f583a359ce4c2e742ed.woff") format("woff"), url("//db.onlinewebfonts.com/t/73fedd912ba11f583a359ce4c2e742ed.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/73fedd912ba11f583a359ce4c2e742ed.svg#Ninja Naruto") format("svg"); }
	
#main #loading {
	display: none;
	height: 23px;
	width: 23px;
}

/* Image slider background element */
#slider_wrapper {
	width:718px;
	height:205px;
	margin-bottom:10px;
}

#slider {
	overflow:hidden;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

*:focus {
	outline:none;
}

.avatar {
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-top:3px;
}

.fluxslider, .surface, .images, .image1, .image2 {
	-webkit-transform: translate3D(0, 0, 0);
	-moz-transform: translate3D(0, 0, 0);
	-o-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}

input[type="radio"] {
	background-color:transparent !important;
}

/* Slider number links */
.pagination {
	display:none;
}

/* Slider text bar */
.caption {
	padding:10px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	font-weight:bold;
	font-size:12px;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	position:absolute;
	bottom:0px;
}

#slider_next,
#slider_previous {
	border-radius:2px;
	position:absolute;
	padding:10px;
	color:#fff;
	background-color:rgba(0,0,0,0.6);
	z-index:9999999;
}

#slider_next:hover,
#slider_previous:hover {
	background-color:#000;
}

#pm_username_autocomplete {
	z-index:999999;
}

.characters_remaining {
	float:left;
	margin-top:17px;
	margin-left:1px;
	font-size:10px;
	font-weight:bold;
}

/* Modal boxes: alert & confirm */
.popup {
	width:270px;
	display:none;
	z-index:999999;
	padding:20px;
	background-color:#eee;
	border:1px solid #fff;
	position:fixed;
	left:50%;
	text-shadow:none;
	margin-left:-120px;
	top:30%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 0px 35px #000;
	-webkit-box-shadow:0px 0px 35px #000;
	-moz-box-shadow:0px 0px 35px #000;
}

.popup h1 {
	margin:0px;
	padding:0px;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
	color:#000;
	max-height:300px;
	overflow:auto;
}

.popup a {
	display:block;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	line-height: 1;
	padding:10px 20px 10px 20px;
	text-align: center;
	font-weight:bold;
	margin-right:7px;
	margin-left:7px;
	width:50px;
	text-shadow:none;
}

.popup a:hover {
	text-shadow:none;
	text-decoration:none;
	color:#fff;
}

.popup_button {
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-ms-box-shadow: inset 0 1px 0 0 #96ca6d;
	-o-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	text-shadow: 0 -1px 0 #4c9021;
}

.popup_button:hover {
	 background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    -ms-box-shadow: inset 0 1px 0 0 #8dbf67;
    -o-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
}

.popup_button:active {
	border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

.popup_hide {
	background-color: #bfbfbf;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfbfbf), color-stop(100%, #9a9a9a));
	background-image: -webkit-linear-gradient(top, #bfbfbf, #9a9a9a);
	background-image: -moz-linear-gradient(top, #bfbfbf, #9a9a9a);
	background-image: -ms-linear-gradient(top, #bfbfbf, #9a9a9a);
	background-image: -o-linear-gradient(top, #bfbfbf, #9a9a9a);
	background-image: linear-gradient(top, #bfbfbf, #9a9a9a);
	border: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	-webkit-box-shadow: inset 0 1px 0 0 #cbcbcb;
	-moz-box-shadow: inset 0 1px 0 0 #cbcbcb;
	-ms-box-shadow: inset 0 1px 0 0 #cbcbcb;
	-o-box-shadow: inset 0 1px 0 0 #cbcbcb;
	box-shadow: inset 0 1px 0 0 #cbcbcb;
	text-shadow: 0 -1px 0 #8f8f8f;
}

.popup_hide:hover {
	 background-color: #adadad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adadad), color-stop(100%, #a0a0a0));
    background-image: -webkit-linear-gradient(top, #adadad, #a0a0a0);
    background-image: -moz-linear-gradient(top, #adadad, #a0a0a0);
    background-image: -ms-linear-gradient(top, #adadad, #a0a0a0);
    background-image: -o-linear-gradient(top, #adadad, #a0a0a0);
    background-image: linear-gradient(top, #adadad, #a0a0a0);
    -webkit-box-shadow: inset 0 1px 0 0 #bbbbbb;
    -moz-box-shadow: inset 0 1px 0 0 #bbbbbb;
    -ms-box-shadow: inset 0 1px 0 0 #bbbbbb;
    -o-box-shadow: inset 0 1px 0 0 #bbbbbb;
    box-shadow: inset 0 1px 0 0 #bbbbbb;
}

.popup_hide:active {
	border: 1px solid #a0a0a0;
    border-bottom: 1px solid #8b8b8b;
    -webkit-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
}

.popup_links {
	width:214px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}

#popup_bg {
	background-color:#000;
	position:fixed;
	width:100%;
	height:100%;
	z-index:99999;
	display:none;
	top:0;
	left:0;
}

#alert_button {
	float:none;
	width:80px;
	margin-left:auto;
	margin-right:auto;
}

/* Tooltip */
#tooltip, .tooltip {
	padding: 7px;
	/* background-color:#070c21; */
	/* background-color: rgba(7,12,33,0.9); */
	/* -webkit-border-radius: 3px; */
	/* -moz-border-radius: 3px; */
	/* border-radius: 3px; */
	/* border:1px solid #777777; */
	/* border-top:1px solid #cfcfcf; */
	/* -webkit-box-shadow: 0px 0px 3px #000; */
	/* -moz-box-shadow: 0px 0px 3px #000; */
	/* box-shadow: 0px 0px 3px #000; */
	color: #fff;
	font-size: 12px;
	line-height:1.5;
}

#tooltip {
	position: absolute;
	display: none;
	z-index: 99999;
}

.nice_button img {
	margin-right:5px;
}

.page_form table {
	width:60%;
	margin-left:auto;
	margin-right:auto;
}

/* First column (the field label, in most cases) */
.page_form table td:first-child {
	padding-left:20px;
	width:20%;
}

.page_form label {
	font-size:14px;
	margin-right:15px;
}

#forgot {
	margin-top:15px;
	margin-bottom:5px;
}

/* Remember me */
#remember_me {
	margin-top:5px;
	margin-bottom:5px;
}

.realm {
	font-size:12px;
	margin:0px auto 0px auto;
	margin-bottom:5px;
	margin-top:5px;
}

.realm_online {
	float:right;
	font-weight:bold;
}

.realm_bar, .poll_bar {
	margin-top:5px;
	margin-bottom:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

/* Realm status module [bar fill] */
.realm_bar_fill, .poll_bar_fill {
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	height:8px;
}

/* Realmlist box in the realm status sidebox */
#realmlist {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	font-size:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:20px;
	margin-bottom:5px;
}

/* Online players bar and realm bar (used on UCP, profiles) */
.online_realm_button, #ucp_characters h1 {
	display:block;
	padding:7px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:14px;
	text-align:center;
}

.online_realm_button:first-child {
	margin-top:0px;
}

/* Table style, used on vote panel, donate panel, online players etc. */
.nice_table {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
}

.nice_table tr:first-child td {
	font-weight:bold;
	padding:7px;
	font-size:14px;
}

.nice_table tr:not(:first-child) td{
	padding:7px;
	font-size:14px;
	height:40px;
}

.nice_table td:first-child {
	font-weight:bold;
}

/* Shoutbox sidebox module */
#shoutbox form {
	text-align:center;
	margin-bottom:10px;
}

#shoutbox form textarea {
	margin-top:5px;
	height:16px;
}

#shoutbox form input[type="submit"] {
	margin-top:4px;
}

#shoutbox .shout {
	padding:10px;
	font-size:11px;
	overflow:hidden;
}

#shoutbox .shout .shout_author {
	margin-bottom:5px;
	font-size:12px;
}

#shoutbox .shout .shout_date {
	float:right;
	font-size:10px;
}

/* "Older messages" button/link */
#shoutbox #shoutbox_view {
	font-size:14px;
	text-align:center;
	display:block;
	padding-top:10px;
	margin-bottom:5px;
	clear:both;
}

/* Characters remaining counter */
.shout_characters_remaining {
	float:left;
	margin-top:14px;
	font-size:10px;
	width:50px;
}

#shout {
	overflow:hidden;
}

/* PvP ladder sidebox */
#toppvp {
	overflow:hidden;
}

.toppvp_select {
	padding-bottom:10px;
	font-size:14px;
	padding-top:4px;
}

.toppvp_realm {
	float:left;
	width:208px;
	text-align:center;
	font-size:12px;
}

.toppvp_next {
	float:right;
	font-size:14px;
}

.toppvp_previous {
	float:left;
	font-size:14px;
}

.toppvp_character {
	padding:10px;
	font-size:10px;
	text-align:left;
}

.toppvp_character:first-child {
	border-top:none;
}

/* Spot number */
.toppvp_character b {
	margin-right:7px;
}

/* Item quality colors */
.q  { color: #ffd100 }
.q0, .q0 a { color: #9d9d9d }
.q1, .q1 a { color: #ffffff }
.q2, .q2 a, .q2:hover { color: #1eff00 }
.q3, .q3 a { color: #0070dd }
.q4, .q4 a { color: #a335ee }
.q5, .q5 a { color: #ff8000 }
.q6, .q6 a { color: #e5cc80 }
.q7, .q7 a { color: #e5cc80 }
.q8, .q8 a { color: #ffff98 }
.q9, .q9 a { color: #71D5FF }
.q10, .q10 a { color: #ffd100 }

/* Sockets */
.socket-meta   { padding-left: 26px; background: url(../images/misc/socket_meta.gif) no-repeat left center }
.socket-red    { padding-left: 26px; background: url(../images/misc/socket_red.gif) no-repeat left center }
.socket-yellow { padding-left: 26px; background: url(../images/misc/socket_yellow.gif) no-repeat left center }
.socket-blue   { padding-left: 26px; background: url(../images/misc/socket_blue.gif) no-repeat left center }

/* FusionEditor WYSIWYG field */
.fusioneditor .fusioneditor_tools {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#fff;
	border:1px solid #999;
	border-bottom:none;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

/* The tool buttons */
.fusioneditor {
	width:auto;
}

.fusioneditor .fusioneditor_tools a {
	display:block;
	float:left;
	margin-left:5px;
	padding:5px;
	padding-bottom:0px;
	padding-top:4px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:1px solid rgba(0,0,0,0);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}

.fusioneditor .fusioneditor_tools a:hover {
	border:1px solid #b7b7b7;
	background-color:#fff;
	box-shadow:0px 1px 0px #fff inset;
	-webkit-box-shadow:0px 1px 0px #fff inset;
	-moz-box-shadow:0px 1px 0px #fff inset;
}

.fusioneditor .fusioneditor_tools a:active {
	border:1px solid #666;
}

.fusioneditor .fusioneditor_field {
	width:auto;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	padding:8px;
	background-color:#fff;
	border:1px solid #999;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
	overflow:hidden;
}

.fusioneditor .fusioneditor_field:focus {
	border:1px solid #1f9ebc;
}

.fusioneditor .fusioneditor_close {
	float:right;
	margin-right:5px;
}

.fusioneditor .fusioneditor_toolbox {
	border-top:1px solid #999;
	padding:5px;
	margin-top:5px;
	height:50px;
}

.fusioneditor .fusioneditor_toolbox input[type="text"] {
	width:85% !important;
	margin-right:10px;
	margin-left:5px;
}

.fusioneditor .fusioneditor_size {
	height:20px;
	width:16px;
	margin-right:5px;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	color:#666;
}

.fusioneditor .fusioneditor_size:hover {
	color:#000;
}

.fusioneditor .fusioneditor_color {
	height:22px;
	width:17px;
	margin-right:5px;
	margin-top:5px;
	opacity:0.8;
}

.fusioneditor .fusioneditor_color:hover {
	border:1px solid rgba(0,0,0,0) !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	opacity:1;
}

.fusioneditor .fusioneditor_color:active {
	border:1px solid rgba(0,0,0,0) !important;
}

/* User info sidebox */
.sidebox_info {
	padding:5px;
}

.sidebox_info td {
	padding:5px;
	font-size:10px;
}

.sidebox_info td:first-child {
	font-weight:bold;
}

.sidebox_info td img {
	margin-right:5px;
}

.sidebox_info center {
	padding-top:20px;
	padding-bottom:10px;
}

.sidebox_info center a:last-child {
	margin-left:10px;
}

/* Poll sidebox */
.poll_question {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}

#poll_answers .poll_answer,
#poll_results .poll_answer {
	padding:5px;
	font-size:12px;
}

#poll_answers .poll_answer label {
	display:block;
	cursor:pointer;
}

#poll_answers .poll_answer label:hover {
	font-weight:bold;
}

#poll_answers .poll_answer input[type="radio"] {
	margin-right:5px;
}

#poll_results .poll_answer .poll_votes_count {
	float:right;
	font-weight:bold;
}

#poll_actions {
	display:block;
	text-align:center;
	width:80px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

/* Vote reminder */
#vote_reminder {
	width:468px;
	height:60px;
	position:fixed;
	margin-left:-234px;
	left:50%;
	top:50%;
	margin-top:-30px;
	background-color:#000;
	z-index:999999999999;
	display:none;
}

.staff_comment .comment_author img {
	margin-top:3px !important;
}

.comment {
	word-wrap:break-word;
}

.color-c1 { color: #C79C6E; } /* warrior */
.color-c2 { color: #F58CBA; } /* paladin */
.color-c3 { color: #ABD473; } /* hunter */
.color-c4 { color: #FFF569; } /* rogue */
.color-c5 { color: #FFFFFF; } /* priest */
.color-c6 { color: #C41F3B; } /* death knight */
.color-c7 { color: #0070DE; } /* shaman */
.color-c8 { color: #69CCF0; } /* mage */
.color-c9 { color: #9482C9; } /* warlock */
.color-c11 { color: #FF7D0A; } /* druid */
.padraotabela2 { 
	font-size: 13;
	margin: 10px 0 30px 0;
    width: 100%;
}

.padraotabela2  tr th, .padraotabela2  tr td { 
	background: #422500;
    color: #FFF;
    padding: 1px 8px;
    text-align: center;
	border: solid #180d00;
}

.padraotabela2 tr.yellow td {
	font-weight: bold;
    background: #482900;
    color: #FFF;
    padding: 1px 8px;
    text-align: center;
}
.padraotabela2 .yellow th {
	font-weight: bolder;
}

  
.padraotabela2 tr td { 
    text-shadow: 2px 2px 6px black;
    background: #1b120d;
    color: #9a8f7f;
    border: 2px solid #1b120d;
}

.padraotabela { 
	font-size: 13px;
    width: 100%;
}

.padraotabela  tr th, .padraotabela  tr td { 
	background: #3A3A38;
    color: #FFF;
    padding: 1px 8px;
    text-align: center;
	border: solid #180d00;
}

.padraotabela tr.yellow td {
	font-weight: bold;
    background: #3A3A38;
    color: #FFF;
    padding: 1px 8px;
    text-align: center;
}
.padraotabela .yellow th {
	font-weight: bolder;
}

  
.padraotabela tr td { 
    text-shadow: 2px 2px 6px black;
    background: #1b120d;
    color: #9a8f7f;
    border: 2px solid #1b120d;
}

tr.yellow td {
  background: #130c0a;
  color: #FFF;
  border: 1px solid #060302;
  padding: 7px 4px;
  text-align: left;
}

tr.yellow th {
  background: #130c0a;
  color: #FFF;
  border: 1px solid #060302;
  padding: 7px 4px;
  text-align: left;
}
/* guild war */
tr.special:hover td {
   background: skyblue;
}

tr.special {
    cursor: pointer;
}

ul.war_list li {
   font-size:18px;
}

#title {
	position: center;
	width: 730px;
	height: 49px;
	padding: 0;
	background: url(../images/backtitle.png);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

#titlewood {
	position: center;
	width: 730px;
	height: 49px;
	padding: 0;
	background: url(../images/bgwood.png);
	background-repeat: repeat-y;
	margin-bottom: 12px;
}
	
#titlewood .wood {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    font-family: 'Arial';
    padding-top: 16px;
	font-weight: bold;
}
#visual-info-center {
	width: 95%;
	padding:5;
    background-color: #1b120d;
    background-repeat: repeat;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: -7px;
}
#visual-info-item {
	width: 95%;
	padding:5;
    background-color: #1b120d;
    background-repeat: repeat;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: -7px;
}
#visual-info {
    position: center;
    width: 730px;
    height: 49px;
	padding:0;
    background:url(../images/backtitle.png);
    background-repeat: repeat-y;
	position:absolute;
}
#title .name {
	text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    font-family: 'Ninja-Naruto';
    padding-top: 10px;
}

#visual-info .name {
	text-transform: uppercase;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    display: block;
    font-family: 'Ninja-Naruto';
	padding-top: 10px;
}

#visual-info .select {
    position:relative;
    right:-25%;
	top:15%;
	color:#FFF;
    font-size: 14px;
    font-weight: bold;
}

#visual-info-personagens {
    position: absolute;
    width: 727px;
    height: 60px;
    margin: 0;
    background: url(../images/top.png);
    background-repeat: repeat-y;
}

#visual-info-personagens-Bot {
position: absolute;
    width: 727px;
    height: 60px;
    /* margin: 0; */
    margin-top: -70px !important;
    background: url(../images/down.png);
    background-repeat: repeat-y;
}

.tableDetail {
    margin-top: 50;
    font-size: 13;
    width: 95%;
    margin-left: 18;
    background-color: #1b120dc2;
    padding: 20 0;
    /* width: 64.3% !important; */
}

.tableDetail td{
	text-align: left;
}

.tableDetail td tr, .tableDetail tr td, .tableDetail tr th{
	border: none;
    background: none;
	text-align: left;
}

    /* CSS by CorneX */
    .signBgrnd {
        background-image:url('../images/eq/outfit.png');
        background-repeat:no-repeat;
        height:155px;
        width:118px;
    }
    /* Weapon */
    .signBgrnd .wep {
        position: absolute;
        top: 53px;
        left: 2px;
        width: 32px;
        height: 32px;
    }
    .signBgrnd .wep img {
        background-image:url('../images/eq/bg.png');
        max-width: 100%;
    }
    /* Armor */
    .signBgrnd .arm {
        position: absolute;
        top: 39px;
        left: 39px;
        width: 32px;
        height: 32px;
    }
    .signBgrnd .arm img {
        background-image:url('../images/eq/bg.png');
        max-width: 100%;
    }
    /* Helmet */
    .signBgrnd .helm {
        position: absolute;
        top: 3px;
        left: 39px;
        width: 32px;
        height: 32px;
    }
    .signBgrnd .helm img {
        background-image:url('../images/eq/bg.png');
        max-width: 100%;
    }
    /* legs */
    .signBgrnd .legs {
        position: absolute;
        top: 77px;
        left: 39px;
        width: 32px;
        height: 32px;
    }
    .signBgrnd .legs img {
        background-image:url('../images/eq/bg.png');
        max-width: 100%;
    }
    /* boots */
    .signBgrnd .boots {
        position: absolute;
        top: 114px;
        left: 39px;
        width: 32px;
        height: 32px;
    }
    .signBgrnd .boots img {
        background-image:url('../images/eq/bg.png');
        max-width: 100%;
    }
    /* ring */
    .signBgrnd .ring {
        position: absolute;
        top: 91px;
        left: 2px;
        width: 32px;
        height: 32px;
    }
    .signBgrnd .ring img {
        background-image:url('../images/eq/bg.png');
        max-width: 100%;
    }
    /* amulet */
    .signBgrnd .amulet {
        position: absolute;
        top: 18px;
        left: 3px;
        width: 32px;
        height: 32px;
    }
    .signBgrnd .amulet img {
        background-image:url('../images/eq/bg.png');
        max-width: 100%;
    }
    /* backpack */
    .signBgrnd .backpack {
        position: absolute;
        top: 16px;
        left: 76px;
        width: 32px;
        height: 32px;
    }
    .signBgrnd .backpack img {
        background-image:url('../images/eq/bg.png');
        max-width: 100%;
    }
    /* shield */
    .signBgrnd .shield {
        position: absolute;
        top: 52px;
        left: 76px;
        width: 32px;
        height: 32px;
    }
    .signBgrnd .shield img {
        background-image:url('../images/eq/bg.png');
        max-width: 100%;
    }
    /* arrow */
    .signBgrnd .arrow {
       position: absolute;
       top: 91px;
       left: 76px;
       width: 32px;
       height: 32px;
    }
    .signBgrnd .arrow img {
        background-image:url('../images/eq/bg.png');
        max-width: 100%;
    }
	
/* Mensagens Personalizadas */
.msg_gai {
	width:730px;
	height: auto;
	float:left;
	clear:both;
	top:15px;
	margin-bottom:15px;
	position: relative;
	overflow: hidden;
}

.msg_gai:before {
	content: " ";
	display: block;
	position: absolute;
	width: 705px;
	background-color: #1b120d;
	height: 100%;
	margin-top: 38px;
	margin-left: 10px;
}

.msg_gai:after {
	content: " ";
	height: 59px;
	display: block;
	position: absolute;
	width: 727px;
	background-image: url(../images/top.png);
	top: 2px;
}

.msg_gai .msg{
	position:relative;
	width:730px;
	text-align:left;
	padding-top: 0px;
	color:#45351b;
	clear:both;
	float:left;
	padding-bottom: 10px;
	line-height: normal;
}

.msg_gai .msg .msg_text {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    position: relative;
    z-index: 1;
    padding-left: 130px;
    padding-bottom: 55px;
    /* padding-right: 20px; */
    background-position: -20px;
    min-height: 166px;
}

.msg_gai .msg:before {
	background-image: url(../images/down2.png);
	z-index: 2;
}

.msg_gai .msg:after {
	background-image: url(../images/down.png);
	z-index: 3;
}

.msg_gai .msg:before, .msg_gai .msg:after {
	height: 59px;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	content:" ";
	width: 727px;
}

.msg_gai .msg b{
	color: #ffd273;
	font-size: 18px;
	text-transform:uppercase;
}
.msg_gai .msg p{
	text-transform: uppercase;
    font-family: 'Ninja-Naruto';
	color: #ff9d00;
	font-size: 18px;
	padding-top: 10px;
}