/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 =========================================================
 
*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #111f20;
	border: 1px solid #20393a;
	color: #6c8989;
}
.form-control:focus {
	border: 1px solid #1c919d;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #142526;
    border: 1px solid #20393a;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #133538;
}

.btn-primary {
    color: #1c919d;
    background-color: transparent;
    border-color: #1c919d;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #ffffffba !important;
    background-color: #1c919d !important;
    border-color: #1c919d !important;
}

.form-horizontal .control-label {
	text-align: left !important;
}

.table-bordered {
    border: 1px solid #20393a;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #20393a;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #142526;
}

.table-hover>tbody>tr:hover {
    background-color: #1d3536;
}

.alert-danger {
	color: #ffe2e2;
	background-color: #502c2c;
	border-color: #724a4a;
}

.alert-success {
	color: #d5ffd6;
	background-color: #406830;
	border-color: #82af70;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #2b4748;
}

.help-block {
    color: #6c8989;
}

/* Ragnarok MU logo (Atlans header) */
#header {
	padding: 35px 0 0 0;
}

.webengine-mu-logo {
	display: inline-block;
	max-height: 230px;
	max-width: 230px;
	width: auto;
	height: auto;
	border-radius: 50%;
	background: transparent;
	object-fit: contain;
	filter: drop-shadow(0 0 16px rgba(255, 153, 0, 0.55)) drop-shadow(0 0 28px rgba(148, 0, 211, 0.35));
}

/* Info page — dark panels + bilingual blocks */
.ragnarok-info-panel {
	margin-bottom: 24px;
	background: #142526;
	border: 1px solid #20393a;
	border-radius: 0;
	color: #6c8989;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.ragnarok-info-panel-highlight {
	border-color: #1c919d;
	box-shadow: 0 0 22px rgba(28, 145, 157, 0.18);
}

.ragnarok-info-panel .panel-body {
	padding: 18px 20px;
	background: transparent;
}

.ragnarok-info-panel h3 {
	color: #1c919d;
	margin-top: 0;
	font-weight: bold;
}

.info-subtitle-en {
	display: block;
	color: #97b7b7;
	font-size: 16px;
	font-weight: normal;
	margin-top: 4px;
}

.info-lang-en {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px dashed #20393a;
	color: #97b7b7;
}

.info-cell-en {
	display: block;
	color: #97b7b7;
	font-size: 12px;
	margin-top: 3px;
}

h2 .info-subtitle-en {
	display: inline;
	font-size: 18px;
	margin-left: 8px;
}

/* ── RagnaroK MU — Pre-beta (kompakt) ── */

.rk-prebeta-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin: 0 0 16px;
	padding: 10px 14px;
	background: linear-gradient(90deg, rgba(88, 101, 242, 0.15) 0%, rgba(28, 145, 157, 0.12) 100%);
	border: 1px solid #3a4a7a;
	color: #d5e8e8;
	font-size: 13px;
	line-height: 1.45;
}

.rk-prebeta-banner-home {
	margin-bottom: 18px;
}

.rk-prebeta-banner-compact {
	margin-bottom: 14px;
}

.rk-prebeta-banner a {
	color: #ffda8a;
	font-weight: 700;
}

.rk-prebeta-banner-badge {
	display: inline-block;
	padding: 2px 8px;
	background: #5865f2;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-radius: 3px;
	flex-shrink: 0;
}

.rk-prebeta-banner-text {
	flex: 1 1 200px;
}

.rk-btn-discord {
	color: #fff !important;
	background-color: #5865f2 !important;
	border-color: #5865f2 !important;
}

.rk-btn-discord:hover,
.rk-btn-discord:focus,
.rk-btn-discord:active {
	background-color: #4752c4 !important;
	border-color: #4752c4 !important;
	color: #fff !important;
}

.rk-btn-discord-sm,
.rk-btn-secondary-sm {
	padding: 4px 10px !important;
	font-size: 12px !important;
}

/* Ankieta WWW */
.rk-survey-form .rk-survey-section-title {
	margin: 0 0 16px;
	color: #1c919d;
	font-size: 18px;
}

.rk-survey-label {
	color: #c5d8d8;
	font-weight: 600;
}

.rk-survey-hint {
	color: #97b7b7;
	font-size: 12px;
	margin: -6px 0 8px;
}

.rk-survey-textarea {
	min-height: 100px;
}

.rk-survey-form .checkbox label {
	color: #97b7b7;
	font-weight: normal;
}

.rk-survey-question {
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #20393a;
}

.rk-survey-question:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}