/* =========================================================
   L2JOne / L2Wars - Global CSS reformado
   Menu antigo removido: sem nav, topMenu, winsMenu, o1/o2/o3/o4.
   Menu ativo: .menuL2
   ========================================================= */

html,
body,
.all {
    margin: 0;
    padding: 0;
    min-width: 1102px;
}

body {
    background: url('../imgs/bg-top.jpg') no-repeat center top,
                url('../imgs/bg-bot.jpg') no-repeat center bottom;
    background-color: #1f1306;
    color: #000;
}

body,
a,
a:active,
a:visited,
a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
}

a,
a:active,
a:visited,
a:link {
    cursor: pointer;
    font-weight: bold;
    color: #ffdd90;
}

a:hover { color: #fff2d5; }
a:active { color: #d2940b; }

p { margin: 0; padding: 0; }

hr {
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 20px auto;
    border: 0;
    background: transparent url('../imgs/separator.png') no-repeat center top;
}

h1 {
    display: block;
    width: 80%;
    margin: 24px auto 16px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 29px;
    font-weight: normal;
    color: #353535;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

h2 {
    margin: 30px 0 20px 20px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: normal;
    color: #353535;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.pddInner { padding: 0 20px; }

p.cbold {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.rmsg {
    display: table;
    width: 360px;
    margin: 0 auto 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #108c00;
}

.rmsg.error { background-color: #b30000 !important; }
.rmsg.warn { background-color: #fffca1 !important; color: #000 !important; }

.all {
    width: 1102px;
    position: relative;
    display: table;
    margin: 0 auto;
    padding-top: 599px;
}

/* =========================================================
   MENU PRINCIPAL REFORMADO
   ========================================================= */

.menuL2 {
    width: 1000px;
    height: 76px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    border-radius: 0 0 14px 14px;
    background:
        linear-gradient(to bottom, rgba(255,210,110,.16), rgba(55,19,4,.96)),
        url('../imgs/menu_bg.jpg') repeat-x;
    box-shadow:
        0 8px 22px rgba(0,0,0,.55),
        inset 0 1px 0 rgba(255,235,170,.35);
}

.menuL2 ul {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: flex;
    height: 76px;
    align-items: center;
    gap: 8px;
}

.menuL2 li {
    flex: 1;
}

.menuL2 a {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;

    border-radius: 10px;
    border: 1px solid rgba(255,210,120,.28);

    color: #f4c64d !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .9px;
    text-transform: uppercase;
    text-decoration: none;

    text-shadow:
        0 1px 0 rgba(255,246,183,.55),
        0 0 6px rgba(255,215,0,.45),
        2px 2px 3px #000;

    background:
        linear-gradient(to bottom, rgba(120,55,12,.95), rgba(45,14,3,.95));

    box-shadow:
        inset 0 1px 0 rgba(255,230,160,.25),
        inset 0 -10px 18px rgba(0,0,0,.28),
        0 3px 8px rgba(0,0,0,.45);

    transition: all .22s ease;
}

.menuL2 a:hover {
    color: #fff4b5 !important;

    text-shadow:
        0 0 8px rgba(255,215,0,.9),
        0 0 16px rgba(255,180,0,.7),
        2px 2px 3px #000;

    border-color: rgba(255,230,150,.65);

    background:
        linear-gradient(to bottom, rgba(190,95,18,.98), rgba(85,25,4,.98));

    box-shadow:
        0 0 14px rgba(255,180,70,.35),
        inset 0 1px 0 rgba(255,245,190,.45),
        0 5px 12px rgba(0,0,0,.55);

    transform: translateY(-2px);
}

.menuL2 a:active {
    transform: translateY(1px);
    opacity: .85;
}

.menuL2 li:last-child a {
    border-right: 1px solid rgba(255,210,120,.28);
}

/* ========================================================= */

section {
    display: table;
    width: 1102px;
    padding: 53px 0 60px;
    box-sizing: border-box;
    background: url('../imgs/content_bot.jpg') no-repeat center bottom,
                url('../imgs/content_top.jpg') no-repeat center top,
                url('../imgs/content_repeat.png') repeat-y center 5px,
                url('../imgs/content_repeat.jpg') repeat-y center 5px;
}

article {
    width: 628px;
    padding: 66px 64px;
    margin: 0;
    float: left;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: url('../imgs/central_bot.png') no-repeat center bottom,
                url('../imgs/central_top.jpg') no-repeat center 0,
                url('../imgs/central_repeat.png') repeat-y center 255px,
                url('../imgs/central_repeat.jpg') repeat-y center 255px;
}

article .page {
    display: table;
    width: 100%;
    position: relative;
}

article img,
article object { max-width: 500px !important; }

article a { color: #c00000 !important; }
article a:hover { color: #ff3e02 !important; }
article a:active { color: #94452d !important; }

aside {
    width: 180px;
    display: table;
    float: left;
    padding: 29px 0 0;
}

aside.esq { margin: 0 0 0 57px; }

aside .box {
    width: 180px;
    display: table;
    margin: 0 0 18px;
}

aside .box .title {
    position: relative;
    z-index: 2;
    width: 180px;
    height: 50px;
    margin: 0 0 12px;
}

aside .box .title .bg {
    position: absolute;
    top: -17px;
    width: 320px;
    height: 79px;
    background: transparent url('../imgs/titlebar.png') no-repeat;
}

aside.esq .box .title .bg { left: -81px; background-position: 0 0; }
aside.dir .box .title .bg { right: -81px; background-position: -320px 0; }

aside .box .title .txt {
    width: 180px;
    height: 40px;
    position: absolute;
    top: 5px;
}

aside.esq .box .title .txt { right: 0; }
aside.dir .box .title .txt { left: 0; }

.pt aside .box .title .txt { background: transparent url('../imgs/TXTs_PT.png') no-repeat; }
.en aside .box .title .txt { background: transparent url('../imgs/TXTs_EN.png') no-repeat; }
.es aside .box .title .txt { background: transparent url('../imgs/TXTs_ES.png') no-repeat; }

aside .box .title .txt.t1 { background-position: -8px -2px; }
aside .box .title .txt.t2 { background-position: -8px -42px; }
aside .box .title .txt.t5 { background-position: 8px -162px; }
aside .box .title .txt.t6 { background-position: 8px -202px; }
aside .box .title .txt.t7 { background-position: 8px -242px; }
aside .box .title .txt.t9 { background-position: -8px -322px; }

footer {
    width: 1000px;
    height: 133px;
    line-height: 133px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

a.default,
article a.default,
span.default,
input.default,
button.default {
    cursor: pointer;
    display: block;
    width: 178px;
    margin: 0 0 1px;
    padding: 6px 0 5px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #620d01;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8) !important;
    background: #620d01;
    background: linear-gradient(to bottom, #ad2500 0%, #620d01 100%);
    transition: background-color 0.4s, border-color 0.4s;
}

a.default:hover,
article a.default:hover,
input.default:hover,
button.default:hover,
span.default:hover {
    background: #c41800;
    border-color: #c41800;
    color: #fff !important;
}

a.default:active,
article a.default:active,
input.default:active,
button.default:active,
span.default:active { opacity: .7; }

a.default.dbig,
input.default.dbig,
button.default.dbig {
    display: table;
    width: auto !important;
    padding: 12px 35px 13px;
    font-size: 16px;
}

.loginarea { position: relative; }

.loginarea .error {
    margin: 0 auto 10px;
    padding: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background: #b30000;
}

.loginarea .ess { display: block; padding: 4px 0 6px 10px; }
.loginarea .ess a { font-size: 10px; }

.anpc,
.logged { background: #0e0e0e; color: #787878; }

.anpc {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    border-radius: 3px;
}

.anpc a { font-size: 10px; }

.logged {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 0 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
}

.logged span {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.fieldsBox {
    position: relative;
    width: 178px;
    padding: 1px;
    border-radius: 5px;
    background: #2d2d2d;
}

.fieldsBox .inpt {
    outline: none;
    width: 140px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 10px 0 28px;
    border: 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 12px;
    background: #101010;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2) inset;
}

.fieldsBox .inpt.pass {
    width: 80px;
    margin: 1px 0 0;
    padding: 0 70px 0 28px;
    border-radius: 0 0 4px 4px;
}

.fieldsBox .acc_icon {
    position: absolute;
    width: 11px;
    height: 11px;
}

.fieldsBox .acc_icon.user { left: 10px; top: 10px; background: transparent url('../imgs/login-icons.png') no-repeat 0 0; }
.fieldsBox .acc_icon.pass { left: 10px; top: 39px; background: transparent url('../imgs/login-icons.png') no-repeat 0 -13px; }

.fieldsBox .gologin {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 60px;
    height: 27px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 4px 0 4px 4px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: none;
}

a.donateBanner,
a.donateBanner span,
a.suporteBanner,
a.suporteBanner span {
    width: 180px;
    height: 110px;
    display: block;
    border-radius: 10px;
}

.pt a.donateBanner,
.pt a.donateBanner span { background: transparent url('../imgs/donateb_PT.jpg'); }
.en a.donateBanner,
.en a.donateBanner span { background: transparent url('../imgs/donateb_EN.jpg'); }
.es a.donateBanner,
.es a.donateBanner span { background: transparent url('../imgs/donateb_ES.jpg'); }

.pt a.suporteBanner,
.pt a.suporteBanner span { background: transparent url('../imgs/supportb_PT.jpg'); }
.en a.suporteBanner,
.en a.suporteBanner span { background: transparent url('../imgs/supportb_EN.jpg'); }
.es a.suporteBanner,
.es a.suporteBanner span { background: transparent url('../imgs/supportb_ES.jpg'); }

a.donateBanner span,
a.suporteBanner span {
    opacity: 0;
    transition: opacity .4s;
    box-shadow: 0 0 20px rgba(255,255,255,.8) inset;
}

a.donateBanner:hover span,
a.suporteBanner:hover span { opacity: 1; }

.serverStatus {
    position: relative;
    width: 180px;
    height: 193px;
    margin: 0;
}

.serverStatus div {
    position: absolute;
    left: -22px;
    top: -52px;
    width: 224px;
    height: 246px;
    margin: 0;
}

.serverStatus.on div { background: transparent url('../imgs/server_on.jpg'); }
.serverStatus.off div { background: transparent url('../imgs/server_off.jpg'); }

.indexRank {
    width: 172px;
    margin: 0 auto;
    display: table;
    font-size: 11px;
    color: #e2e2e2;
}

.indexRank > div {
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: table;
    background: transparent url('../imgs/separator_index_rank.png') no-repeat center bottom;
}

.indexRank > div > span { float: right; }

.formpadrao,
.formpadrao > div,
.formpadrao .camp input,
.formpadrao .camp select { border-radius: 3px; }

.formpadrao {
    display: table;
    margin: 0 auto 2px;
    padding: 2px;
    border: 1px solid rgba(0,0,0,.7);
}

.formpadrao > div {
    display: table;
    background: rgba(0,0,0,.7);
}

.formpadrao .desc {
    width: 140px;
    padding: 0 10px;
    font-weight: bold;
    text-align: right;
    color: #fff;
}

.formpadrao .desc,
.formpadrao .camp,
.formpadrao .camp2 {
    float: left;
    height: 40px;
    line-height: 40px;
}

.formpadrao .camp input[type='text'],
.formpadrao .camp input[type='email'],
.formpadrao .camp input[type='password'],
.formpadrao .camp input[type='number'],
.formpadrao .camp input[type='file'],
.formpadrao .camp select,
.formpadrao textarea {
    border: 0;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.4) inset;
}

.formpadrao .camp input[type='text'],
.formpadrao .camp input[type='email'],
.formpadrao .camp input[type='password'],
.formpadrao .camp input[type='number'],
.formpadrao .camp input[type='file'] {
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin: 5px 5px 0 0;
    padding: 0 5px;
}

.formpadrao .camp select {
    width: 210px;
    margin: 5px 5px 0 0;
    padding: 6px 5px 5px;
}

.formpadrao textarea {
    width: 200px;
    height: 300px;
    resize: vertical;
    margin: 0 4px 10px 0;
    padding: 5px;
}

.formpadrao .camp input:focus,
.formpadrao .camp select:hover,
.formpadrao textarea:focus { background: #fffbd5; }

table.default {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

table.default tr th {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,.8);
}

table.default tr td {
    padding: 6px 8px;
    border-left: 1px solid rgba(0,0,0,.2);
    font-size: 12px;
    background: rgba(255,255,255,.4);
}

table.default tr td:first-child { border: 0; }
table.default tr.two td { background: rgba(255,255,255,.7); }

@media (max-width: 1102px) {
    html,
    body,
    .all { min-width: 1102px; }
}
.errorBox {
    width: 178px;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 8px;
    border-radius: 4px;
    background: #b30000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.registerLaunchBox {
    width: 100%;
    text-align: center;
    margin: 0 auto 25px;
}

.registerLaunchBox h2 {
    color: #caa85d;
    font-size: 24px;
    margin-bottom: 10px;
}

.launchSubtitle {
    color: #ddd;
    margin-bottom: 15px;
}

.registerLaunchBox .soon {
    margin: 0 auto;
}

.countdown-date {
    font-size: 24px;
    text-align: center;
    margin: 5px auto 15px;
    color: #000;
}

.countdown-date span {
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    vertical-align: super;
}

.atualstudioCountdown {
    margin: 10px auto 30px;
    text-align: center;
}

#soon-glow {
    color: #000;
    background: transparent;
    text-transform: lowercase;
}

#soon-glow .soon-label {
    color: #000;
    text-shadow: 0 0 .25rem rgba(0,0,0,.75);
}

#soon-glow .soon-ring-progress {
    color: #000;
    background-color: rgba(0,0,0,.15);
}

.soon[data-layout*="group"] {
    padding-top: 20px;
}

.soon[data-face*="glow"] .soon-separator,
.soon[data-face*="glow"] .soon-slot-inner {
    text-shadow: 0 0 .125em rgba(0,0,0,.75);
}
/* Correção para painel admin não ultrapassar o pergaminho */
article .page,
article .page .adminWrap,
article .page .pddInner {
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.adminWrap {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.adminBox {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}

.adminQuickGrid,
.adminLinks,
.adminFormGrid,
.adminFormGrid.full {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.adminCard {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.adminTable {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}

.adminTable th,
.adminTable td {
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* Formulários não podem estourar o layout */
.adminInput,
.adminSelect,
.adminTextarea {
    max-width: 100%;
    box-sizing: border-box;
}

/* Em telas menores, tudo em uma coluna */
@media (max-width: 900px) {
    .adminQuickGrid,
    .adminLinks,
    .adminFormGrid,
    .adminFormGrid.full {
        grid-template-columns: 1fr !important;
    }

    .adminTable {
        table-layout: auto;
        min-width: 650px;
    }

    .adminBox {
        overflow-x: auto;
    }
}