﻿	body {
    background: #000;
    font:10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    color: #000;
	margin-top:0px;
}
h3 {
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px dashed #999;
}
.help-text {
    font-size: 11px;
    color: #666;
    margin-top: 3px;
}
.help-text.error {
    color: #b00000;
}

.is-invalid {
    border-color: #b00000;
    background: #fff2f2;
}
.page {
    width: 797px;
    margin: 0px auto;
    background: #9a5a1e;
}

/* HEADER */
.header {
    height: 214px;
    text-align: center;
    position: relative;
    background-image: url(../images/nheader.jpg);
}

.logo {
    font-size: 48px;
    color: gold;
    font-weight: bold;
    line-height: 140px;
}

/* TOP BUTTONS */
.top-buttons {
	background-image: url(../images/row_bg.jpg);
}
.top-buttons-body {
    display: flex;
    justify-content: space-between;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 741px;
    margin: 0 auto;
    background: #543012;
}
.btn {
    width: 146px;
    height: 111px;
      color: white;
    font-weight: bold;
    text-shadow: 2px 2px 4px black;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin: 0px;
	font-size: 25px;
    align-items: center;
	justify-content: center;
    display: flex;
	text-decoration: none;
	box-shadow: 1px 1px 5px 1px #000;
}
.btn:hover{
	opacity: 0.7;
}

.top-buttons .how {
	background-image: url(../images/how.jpg);
}
.top-buttons .patch {
	background-image: url(../images/patch.jpg);
}
.top-buttons .castle {
	background-image: url(../images/castles.jpg);
}
.top-buttons .hero {
	background-image: url(../images/heroes.jpg);
}
.top-buttons .clan {
	background-image: url(../images/clan.jpg);
}
/* MENU */
.menu {
background: #b4631f;
    background-image: url(../images/buttonbalk.jpg);
    height: 47px;
}
.menu-body {
	padding: 10px 23px;
    font-size: 14px;
	display: flex;
	position: relative;
}
.menu-item {
    position: relative;
}
.menu-item > a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 4px 6px;
    display: block;
}

.menu a:hover {
    text-decoration: underline;
}
/* SUBMENU */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;

    background: #8b4a18;
    border: 1px solid #6d3f14;
    min-width: 140px;
    z-index: 100;
}

/* submenu linkai */
.submenu a {
    display: block;
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
	border-bottom: 1px solid #6d3f14;
    box-sizing: border-box;
}
.submenu a:last-child {
    border-bottom: none;
}
.submenu a:hover {
    background: #caa14a;
    color: #000;
}

/* HOVER LOGIKA */
.menu-item.has-sub:hover .submenu {
    display: block;
}

/* optional rodyklė */
.menu-item.has-sub > a::after {
    content: "▾";
    font-size: 10px;
}
/* CONTENT */
.content {
    /* background: #efe6dc; */
    background-image: url(../images/row_bg.jpg);
    /* margin: 10px; */
    padding: 17px 34px 34px 34px;
    /* display: flex; */
}
.content-body {
	    display: flex;
    background: #eae1da;
    border-radius: 10px;
    padding: 12px;
	box-shadow: 1px 2px 4px 0px #000000;
}
.footer {
	background-image: url(../images/footergroot.jpg);
	height:22px;
}
/* LEFT / CENTER / RIGHT */
.left {
    width: 130px;
    border-right: 1px dashed #aaa;
    padding-right: 10px;
}

.center {
    flex: 1;
    padding: 0 15px;
}

.right {
    width: 160px;
    border-left: 1px dashed #aaa;
    padding-left: 10px;
}

h3 {
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #999;
}

.status {
    font-size: 14px;
    margin-bottom: 4px;
	width: 120px;
}
.status .on {
	display: inline-block;
    width: 10px;
    height: 10px;
    background: yellow;
    border: 1px solid #000;
	float:right;
	vertical-align: middle;
	margin-top: 6px;
	animation: blinkBgY 4s infinite ease-in-out;
}
.status .off {
	display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    border: 1px solid #000;
	float:right;
	vertical-align: middle;
	margin-top: 6px;
	animation: blinkBgR 4s infinite ease-in-out;
}
@keyframes blinkBgY {
    0% {
        background-color: yellow;
    }
    50% {
        background-color: #bfbfbf;
    }
    100% {
        background-color: yellow;
    }
}
@keyframes blinkBgR {
    0% {
        background-color: red;
    }
    50% {
        background-color: #bfbfbf;
    }
    100% {
        background-color: red;
    }
}
button {
    margin-top: 5px;
}
.form-row {
    margin-bottom: 10px;
}

.form-row label {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}

.form-row input {
    width: 50%;
    padding: 6px;
    border: 1px solid #6d3f14;
    font-size: 12px;
    box-sizing: border-box;
}

.form-row input:focus {
    outline: none;
    border-color: #b4631f;
    background: #fffaf3;
}

.form-btn {
    width: 25%;
    padding: 4px;
    background: #caa14a;
    border: 1px solid #6d3f14;
    font-weight: bold;
    cursor: pointer;
}

.form-btn:hover {
    filter: brightness(1.1);
}
.status-box {
    margin: 0px auto;
    padding: 7px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    font-size: 14px;
    border: 1px dashed #aaa;
    background: #e0e0e0;
}

/* ICON */
.status-icon {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

/* SUCCESS */
.status-box.success {
    color: #18cc80;
}

.status-box.success .status-icon {
    color: #18cc80;
}

/* ERROR */
.status-box.error {
    color: #ff0000;
}

.status-box.error .status-icon {
    color: #ff0000;
}
.char-list {
    padding: 12px;
    margin: 20px auto;
}

.char-list h3 {
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px dashed #999;
}

/* viena char eilutė */
.char-row {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px 6px;
    border-bottom: 1px dashed #bfa98c;
}

.char-row:last-child {
    border-bottom: none;
}

/* rasės ikona */
.char-race {
    width: 48px;
    height: 48px;
    border: 1px solid #6d3f14;
    background: url("../images/races.jpg");
}

/* centrinė dalis */
.char-main {
    flex: 1;
}

.char-name {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 2px;
}

/* info eilutė */
.char-info {
    font-size: 12px;
    display: flex;
    gap: 14px;
}

.char-login {
    font-size: 11px;
    color: #555;
    margin-top: 2px;
}

/* mygtukas */
.char-btn {
    padding: 4px;
    background: #caa14a;
    border: 1px solid #6d3f14;
    font-weight: bold;
    cursor: pointer;
    margin-top: 25px;
}

.char-btn:hover {
    filter: brightness(1.1);
}