@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'martelregular';
  src: url('../fonts/martel/regular.eot');
  src: url('../fonts/martel/regular.eot?#iefix') format('embedded-opentype'), url('../fonts/martel/regular.woff') format('woff'), url('../fonts/martel/regular.ttf') format('truetype'), url('../fonts/martel/regular.svg#martelregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Verdana, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  font-size: 12px;
  color: #5a2800;
  padding: 0;
  margin: 0;
}
.titleheader h1 {
  font-family:Martel;
  font-size:48px;
  color:#5a0000;
  margin: -3 0 0 20;
  -webkit-font-smoothing: antialiased;
}
abbr {
  border-bottom: 1px dotted #5a2800;
  cursor: help;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #03C;
}
a:hover {
  text-decoration: underline;
}
.martel {
  font-family: martelregular, sans-serif;
  text-shadow: 2px 2px 2px #000;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
.button {
  font-family: Verdana, Tahoma, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  background-image: url('../images/button-bg.jpg');
  border: none;
  border-bottom: 1px solid #424242;
  border-top: 1px solid #848484;
  background-repeat: repeat;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  border-radius: 7px;
  font-weight: bold;
  padding: 3px 20px;
  min-width: 110px;
  cursor: pointer;
  font-size: 9px;
  outline: none;
  color: #fff;
  margin: 0;
}
.button:hover {
  text-decoration: underline;
}
.skill-bar {
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  overflow: hidden;
  max-width: 202px;
  min-width: 202px;
  width: 202px;
  height: 6px;
}
.skill-bar .progress {
  border: 1px solid #f1e0c6;
  background-color: #118a22;
  height: 4px;
}
.featherlight-content {
  width: 710px;
  color: #333;
}
.featherlight-content h1,
.featherlight-content h2,
.featherlight-content h3,
.featherlight-content h4,
.featherlight-content h5,
.featherlight-content h6 {
  margin: 5px 0;
}

/* /////////
// General /
///////// */

body{
        background: #000;
        font-family:Verdana, Tahoma, Helvetica, sans-serif;
        color:#5a2800;
        margin:0;
        padding:0;
}

a{
        color:#0042a0;
        text-decoration:none;
        font-weight: bold;
}
a:hover{
        color:#0080c2;
        text-decoration:underline;
        font-weight: bold;
}

.m_position{
        width:958px;
        position:relative;
        margin:0 auto;
}

table {
        font-size: 13px;
        color: #5a2800;
        margin: 10px 0 0 0;
        width: 100%;
        border-spacing: 1px;
}
table tr th, table tr td {
        padding: 4px 4px;
}
table tr:nth-child(odd) td{
        background: #d4c0a1;
}
table tr:nth-child(even) td{
        background: #f1e0c6;
}
table tr:first-child th, table tr:first-child td{
        background: #505050;
        color: #efefef;
        font-weight: bold;
        text-align: left;
}
tr.darkborder  td{
        background: #d4c0a1 !important;
        color: #5a2800 !important;
}
tr.lightborder  td{
        background: #f1e0c6 !important;
        color: #5a2800 !important;
}
table.transborder  tr td{
        background-color:transparent !important;
        color: #5a2800 !important;
        font-weight: normal !important;
        text-align: center !important;
}
table.footertable  tr td{
        background-color:transparent !important;
        border-spacing: 0px;
}

input[type="submit"],
input[type="button"] {
        font-family: Verdana, Tahoma, sans-serif !important;
        border: none;
        border-bottom: 1px solid #424242;
        border-top: 1px solid #848484;
        text-align: center;
        border-radius: 7px;
        font-weight: bold;
        padding: 3px 20px;
        min-width: 110px;
        cursor: pointer;
        font-size: 9px;
        background:#505050;
        color:#efefef;
}

.input-middle {
  width: 300px;
}

input,
select {
  padding: 6px 12px;
  border-radius: 3px;
  outline: none;
  margin-top: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input:focus,
input:active {
  border-color: #271100;
}

select {
  padding: 6px 12px;
}

/* /////////
// Header //
///////// */

.m_status{
        margin:0px 30px;
        font-family: Martel;
        font-size:16px;
        border-bottom:1px solid #057A9E;
        padding:8px;
        color:#fff;
}

.m_online{
        padding:10px;
        font-size:11px;
        color:#fff;
}
.m_online a{
color:#0080c2;
text-decoration:underline;
font-weight: bold;
}
.m_online a:hover{
color:#0042a0;
text-decoration:underline;
}


.inner{
        list-style:none;
        margin:2px 5px;
        padding:6px;
        font-size:12px;
        color:#057A9E;
        padding-left:10px;
}
.inner li{ padding:1px;}
.inner a{
        font-weight: normal;
        padding:6px;
        font-size:12px;
        color:#057A9E;
        display:block;
        padding-left:10px;
        text-decoration:none;
}
.inner a:hover{
        color:white;
        text-decoration:underline;
        background:DarkSlateGrey;
}

/* /////////
// Content /
///////// */

.znewsdate {
        background-color:transparent !important;
        color:white !important;
        font-size:9px;
        font-weight: bold;
}
.zheadline {
        /*background:url(../images/newsheadline_background.gif) repeat-x !important;
        color: #efefef !important; */
        background:url(../images/maureske_red_body.gif) !important;
        background-repeat: repeat;
        color:white !important;
        font-size:14px;
        font-family: Verdana;
        /*font-size:20px;
        font-family: Martel;*/
        width:384px;
        height:28px;
        vertical-align:bottom;
}
.znewsbody {
        background-color:transparent !important;
        color:#5a2800 !important;
        padding:15px 20px 10px 10px;
        text-align:justify;
}
.galleryImage {
    max-width: 80%;
    height: auto;
}

/* /////////
// Footer //
///////// */
#m_footer {
        float: left;
        color: #FFFFFF;
    font-family: Verdana, sans-serif;
        font-size: 9px;
}
#m_footer a{
        color:white;
        text-decoration:none;
}
#m_footer a:hover{
        color:white;
        text-decoration:none;
}

/* /////////
// Znote ///
///////// */

#progress {
 width: 130px;
 position: relative;
 padding: 3px;
}

#percent {
        position: absolute;
        margin-left:50px;
                font-weight: bold;
}

#bar {
        height: 16px;
        background-color: #7f9a65;
                border-radius: 7px;
}

/* ////////////////////
// Tibia old layout ///
//////////////////// */

#pandaac {
  margin: 15px auto;
  width: 1247px;
  position: relative;
}
#pandaac #header {
  background-image: url('../images/logo-tibians.png');
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #000;
  background-repeat: repeat;
  width: 1065px;
  height: 64px;
  display: block;
}
#pandaac #header img {
  display: block;
}
#pandaac #topbar {
  background-image: url('../images/topbar-bg.png');
  background-repeat: repeat;
  padding-left: 130px;
  height: 20px;
  color: #fff;
  width: 937px;
}
#pandaac #topbar ul {
  table-layout: fixed;
  text-align: center;
  padding: 3px 0 0 0;
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
}
#pandaac #topbar ul li,
#pandaac #topbar ul a {
  font-family: martelregular, sans-serif;
  text-shadow: 2px 2px 2px #000;
  font-weight: normal;
  font-size: 16px;
}
#pandaac #topbar ul li:hover,
#pandaac #topbar ul a:hover {
  text-shadow: 2px 2px 2px #00f;
}
#pandaac #topbar ul li {
  display: table-cell;
}
#pandaac #topbar ul a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
#pandaac #content-container {
  zoom: 1;
}
#pandaac #content-container:before,
#pandaac #content-container:after {
  content: "";
  display: table;
}
#pandaac #content-container:after {
  clear: both;
}
#pandaac #content-container #sidebar {
  position: relative;
  width: 130px;
  float: left;
  z-index: 10;
}
#pandaac #content-container #sidebar #sidebar-links {
  box-shadow: 3px 3px 3px 1px #000;
  background-image: url('../images/sidebar-bg.png');
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-repeat: repeat;
  padding-bottom: 10px;
  text-align: center;
}
#pandaac #content-container #sidebar #sidebar-links .line {
  margin: 5px 0;
}
#pandaac #content-container #sidebar #sidebar-links .line:first-child {
  margin-top: 0;
}
#pandaac #content-container #sidebar #sidebar-links ul {
  text-align: left;
  list-style: none;
  padding: 5px 0;
  display: block;
  width: 100%;
  margin: 0;
}
#pandaac #content-container #sidebar #sidebar-links ul li,
#pandaac #content-container #sidebar #sidebar-links ul a {
  font-family: martelregular, sans-serif;
  text-shadow: 2px 2px 2px #000;
  font-weight: normal;
  font-size: 15px;
}
#pandaac #content-container #sidebar #sidebar-links ul li {
  display: block;
  margin: 5px 0 5px 28px;
}
#pandaac #content-container #sidebar #sidebar-links ul a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #fff;
}
#pandaac #content-container #sidebar #sidebar-links ul a:hover:before {
  background-position: -8px 0;
}
#pandaac #content-container #sidebar #sidebar-links ul a:before {
  background: url('../images/sidebar-icon.png') no-repeat 0 0;
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  left: -12px;
  width: 8px;
  top: 3px;
}
#pandaac #content-container #sidebar #sidebar-misc {
  text-align: center;
  margin-top: 30px;
  color: #fff;
}
#pandaac #content-container #sidebar #sidebar-misc a:not(.martel) {
  font-size: 10px;
  color: #419AFF;
}
#pandaac #content-container #sidebar .line {
  background: url('../images/line-short.png') center center no-repeat;
  text-align: center;
  display: block;
  margin: 3px 0;
  height: 4px;
  width: 100%;
}
#pandaac #content-container #sidebar .bar {
  background: url('../images/bar.gif') center center no-repeat;
  text-align: center;
  display: block;
  margin: 3px 0;
  height: 4px;
  width: 100%;
}
#pandaac #content-container #sidebar .line.wide {
  background: url('../images/line-wide.png') center center no-repeat;
}
#pandaac #content-container #main {
  border-style: solid;
  border-width: 7px 9px 9px 8px;
  -moz-border-image: url('../images/content-border.png') 7 9 9 8 repeat;
  -webkit-border-image: url('../images/content-border.png') 7 9 9 8 repeat;
  -o-border-image: url('../images/content-border.png') 7 9 9 8 repeat;
  border-image: url('../images/content-border.png') 7 9 9 8 fill repeat;
  width: 920px;
  float: left;
}
#pandaac #content-container #main #content {
  background-image: url('../images/content-bg.jpg');
  background-repeat: repeat;
  padding: 10px;
}

/* ///////////\/\\\\\\\\\\\
   // Znote YOUTUBE BB \\
   ///////////\/\\\\\\\\\\\ */

div.youtube {
 width: 100%;
 max-width: 560px;
}

div.aspectratio {
 width: 100%;
 padding-bottom: 56.25%; /* 16:9 */
 position: relative;
}

div.aspectratio > iframe {
 position: absolute;
 top: 0; bottom: 0; left: 0; right: 0;
 width: 100%;
 height: 100%;
}

/* ////////////////////
// Change Log System //
//////////////////// */

#changelogTable {
        width: 735px;
}

/* Rules */
.rules-list {
  list-style: none;
  padding: 10px 0 0 10px;
}
.rules-list-item {
  margin-top: 5px;
}

.rules-title {
  margin-bottom: 0;
}

.alert {
  padding: 10px;
  border-radius: 3px;
}

.alert-warning {
  background: #fefcf2;
  border: 1px solid #5a2800;
}

.my-acccount-link {
  font-size: 16px !important;
  position: relative;
  color: lightgreen !important;
}

.my-account-sidebar li a::before {
  background: none !important;
}

.red-link {
  color: #ff0000 !important;
  margin-top: 5px;
  font-size: 13px !important;
}

.red-link:hover {
  text-shadow: 2px 2px 2px #00f !important;
}

.sidebar-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}

.players-online-wrapper {
  width: 150px;
  height: 100px;
  margin: 50px auto 0 auto;
  background: url('../images/pedestal-and-online.gif') no-repeat center top;
  position: relative;
  background-size: contain;
}

.c-demon {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  left: 35%;
  transform: translateX(-50%);
  background: url('../images/demon.gif') no-repeat center center;
  background-size: contain;
  top: -25px; /* SUBIR el demonio - ajusta este valor */
  z-index: 6;
}

.players-online-w {
  position: absolute;
  width: 100%;
  top: 72px; /* SUBIR el texto - ajusta este valor */
  left: 0px;
  text-align: center;
  z-index: 3;
}

.players-online-l {
  font-size: 7px;
  color: rgb(255, 215, 0);
  margin-bottom: 2px;
}

.players-online-l a {
  color: #00FF00 !important;
  text-decoration: none !important;
  font-weight: bold;
}

.players-online-l a:hover {
  color: #ffff00 !important;
}

.players-online-n {
  color: #ffd700;
  font-size: 7px;
  font-weight: bold;
}

.p-online {
  color: #ffffff;
  text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00;
  cursor: pointer;
  font-weight: bold;
}

.p-total {
  color: #ff4444;
  font-weight: bold;
}

.box-side-wrapper {
  width: 180px;
  margin: 0 auto;
  position: relative;
  top: -3px;
}

.download-wrapper-header,
.network-wrapper-header {
  width: 180px;
  height: 31px;
  background: url("../images/top_level-download.png");
  margin: 0 auto;
  position: relative;
  left: -3px;
}

.box-side-header {
  width: 168px;
  height: 15px;
  margin: 0 auto;
  background: url("../images/top-header-bg.png");
}

.network-wrapper-header {
  background: url("../images/network-header.png");
}

.box-side-middle {
  box-sizing: border-box;
  width: 168px;
  background: url("../images/box-side-middle.png") repeat-y;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
}

.box-side-footer {
  width: 179px;
  height: 28px;
  background: url("../images/top-header-footer.png");
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.btn-download {
  text-transform: uppercase;
  color: #fff;
  background: #4CAF50;
  border: 1px solid #1B5E20;
  border-radius: 2px;
  padding: 10px 8px;
  font-size: 14px;
  display: block;
  margin: 0 5px;
}

.btn-download:hover {
  color: #fff;
  text-decoration: none;
  background: #388E3C;
  border-color: #2E7D32;
}

.btn-download:active {
  background: #2E7D32;
  border-color: #1B5E20;
}

.box-face {
  margin-top: 10px;
}

.btn-criar-conta {
  background: #F44336;
  border-color: #B71C1C;
}

.btn-criar-conta:hover {
  background: #E53935;
  border: 1px solid #D32F2F;
}

.btn-criar-conta:active {
  background: #C62828;
  border: 1px solid #B71C1C;
}

.criar-conta-bg.png

#u_0_4 {
  color: red !important;
}

.register-wrapper-header {
  background: url("../images/criar-conta-bg.png");
}

.zheadline {
  background: url('../images/maureske_red_left.gif') left center no-repeat, 
              url('../images/maureske_red_right.gif') right center no-repeat, 
              url('../images/maureske_red_body.gif') repeat-x center;
  background-color: transparent !important;
  color: #efefef;
  font-weight: bold;
  padding: 0;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
}

.znewsdate {
  color: #aaa;
  font-size: 11px;
}

.znewsbody {
  background-color: #F1E0C6;
  padding: 10px;
}

  /* Container for the entire guild list box */
  .guild-container {
    background-color: #D4C0A1;
    border: 1px solid #5A2800;
    border-radius: 8px;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 1px 1px 10px #000;
  }

  /* Table styling reminiscent of Tibia 7.x */
  .guild-table {
    width: 100%;
    border-collapse: collapse;
    color: #5A2800;
  }
  .guild-table th {
    background-color: #5A2800;
    color: #D4C0A1;
    padding: 8px;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #8B4513;
  }
  .guild-table td {
    padding: 8px;
    border-bottom: 1px solid #C6A778;
  }
  /* Alternate row colours to improve readability */
  .guild-table tr:nth-child(odd) {
    background-color: #D4C0A1;
  }
  .guild-table tr:nth-child(even) {
    background-color: #F1E0C6;
  }
  /* Hover effect for rows */
  .guild-table tr:hover {
    background-color: #E6D3B1;
    cursor: pointer;
  }
  /* Create guild button styling */
  .create-guild-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #5A2800;
    border: 1px solid #8B4513;
    color: #D4C0A1;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
  }
  .create-guild-btn:hover {
    background-color: #7a431c;
  }
  /* About Guilds informational box */
  .about-guilds {
    margin-top: 30px;
    padding: 15px;
    background-color: #D4C0A1;
    border-radius: 5px;
    border-left: 4px solid #8B4513;
    color: #5A2800;
  }
  
    /* Container styling for admin sections */
  .admin-box {
    width: 100%;
    background-color: #D4C0A1;
    border: 1px solid #5A2800;
    border-radius: 8px;
    box-shadow: 1px 1px 10px #000;
    margin-bottom: 20px;
  }
  .admin-box table {
    width: 100%;
    border-collapse: collapse;
    color: #5A2800;
  }
  .admin-box th {
    background-color: #5A2800;
    color: #D4C0A1;
    padding: 8px;
    font-weight: bold;
    text-align: left;
  }
  .admin-box td {
    padding: 8px;
  }
  .admin-box tr:nth-child(odd) td {
    background-color: #D4C0A1;
  }
  .admin-box tr:nth-child(even) td {
    background-color: #F1E0C6;
  }
  /* Form elements */
  .admin-box input[type="text"],
  .admin-box select,
  .admin-box textarea {
    width: 100%;
    padding: 4px;
    border: 1px solid #8B4513;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #FFF8DC;
    color: #5A2800;
  }
  .admin-box input[type="submit"] {
    background-color: #5A2800;
    border: 1px solid #8B4513;
    color: #D4C0A1;
    padding: 6px 20px;
    border-radius: 4px;
    cursor: pointer;
  }
  .admin-box input[type="submit"]:hover {
    background-color: #7a431c;
  }
  /* BBCode hint styling */
  .bbcode-hint {
    font-size: 11px;
    margin-top: 8px;
    color: #5A2800;
  }