/*
 * Mu Exul — integrated Momentum theme
 * Dark/purple/gold style baked into style.css.
 * override.css is no longer required for the visual design.
 */

@font-face {
	font-family: FaceYourFears;
	src: url('../fonts/FaceYourFears.ttf');
}

html {
	min-width: 1300px;
	height: 100%;
	background: #090d22;
}

body {
	/* Mu Exul page background: artwork on top + purple/blue site colour below it. */
	background-color: #090d22;
	background-image:
		linear-gradient(180deg, rgba(6, 8, 18, 0.00) 0px, rgba(9, 13, 34, 0.20) 360px, rgba(9, 13, 34, 0.92) 720px, #070a18 100%),
		url('../img/background.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: top center, top center;
	background-size: 100% auto, 100% auto;
	background-attachment: scroll, scroll;
	color: #d6d3e8;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0;
	min-height: 100%;
}

a {
	color: #c5bfff;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:hover, a:focus {
	color: #f2d68a;
	text-decoration: none;
}

img {
	border: 0px;
}

input[type=text], input[type=password], input[type=number], .form-control {
	background: rgba(12, 18, 40, 0.95);
	border: 1px solid #4c3bb4;
	color: #eee9ff;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, .form-control:focus {
	border: 1px solid #7b63ff;
	box-shadow: 0 0 8px rgba(123, 99, 255, 0.35);
	outline: none;
}

#header {
	width: 100%;
	min-width: 1300px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	color: #fff;
	padding: 70px 0px;
}

#container {
	width: 1300px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
}

#content {
	width: 100%;
	overflow: auto;
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.module-contents {
	/* Main content panel: dark purple/blue, not pure black. */
	background: linear-gradient(180deg, rgba(17, 22, 50, 0.62), rgba(9, 13, 34, 0.50));
	padding: 15px 15px 30px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 1px solid #5b46d8;
	box-shadow: 0 0 18px rgba(91, 70, 216, 0.35);
	color: #ddd8f3;
	overflow: auto;
	min-height: 800px;
}

.footer {
	font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
	width: 100%;
	font-size: 14px;
	color: #a7a0c7;
	padding: 60px 0px;
	background: #05070f url('../img/footer_background.png') no-repeat bottom center;
	overflow: auto;
	border-top: 2px solid #5d3df0;
}
	.footer > .footer-container {
		width: 1300px;
		margin: 0px auto;
	}
	.footer-time {
		font-size: 45px;
		color: #f2d68a; text-shadow: 0 0 12px rgba(0,0,0,.8);
		font-weight: bold;
		position: relative;
		top: -10px;
	}

#navbar {
	background: #11162a url('../img/navbg.jpg') no-repeat top center;
	width: 1275px;
	margin: 0px auto;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 1px solid #7a5eff; box-shadow: 0 0 14px rgba(115,87,255,.35);
}

#navbar ul{
	text-align: center;
	margin: 0px;
	-webkit-padding-start: 0px;
}

#navbar ul li {
	font-family: 'Lato', sans-serif;
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
}

#navbar ul li a {
	display: inline-block;
	color: #f2d68a !important; text-shadow: 0 0 8px rgba(0,0,0,.6);
	text-decoration: none;
	padding: 20px 25px;
	font-weight: bold;
}

#navbar ul li a:active, #navbar ul li a:focus, #navbar ul li a:hover {
	text-decoration: none;
	background: rgba(93,61,240,.25);
}


/* CASTLE SIEGE BANNER */
.castle-siege-banner {
	width: 100%;
	background: #000 url('../img/castle_siege_banner_bg.jpg') no-repeat center center;
	background-size: cover;
	margin: 0px auto -5px auto;
	padding: 15px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	overflow: auto;
	/*font-family: FaceYourFears;*/
	color: #fff;
	-webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
}
.cs-timeleft {
	/*font-family: FaceYourFears;*/
	font-size: 32px;
	color: #fff;
}
.cs-timeleft span {
	color: #ff0000;
}
.castle-siege-banner-guildlogo {
	background: #000000;
	display: inline-block;
	border: 1px solid #555;
	padding: 5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.castle-siege-banner-title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d4a6ff;
	text-shadow: 1px 1px 2px #000000; 
}
.castle-siege-banner-castleowner, .castle-siege-banner-castleowner a {
	font-family: FaceYourFears;
	font-size: 35px;
	text-shadow: 1px 1px 4px #000000; 
	color: #fff;
}
.castle-siege-banner-countdown {
	font-family: FaceYourFears;
	font-size: 32px;
	text-shadow: 0px 0px 3px #000000; 
}
	.castle-siege-banner-countdown span {
		color: #ba70ff;
	}
/* <-- CASTLE SIEGE BANNER END */


.admincp-button {
	position:absolute;
	top:10px;
	right:10px;
}

.page-title {
	color: #f2d68a;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	background: rgba(10, 16, 36, 0.78);
	color: #ddd8f3;
	border: 1px solid #4c3bb4;
	-moz-box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
	-webkit-box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
	box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
}
.panel-news .panel-heading {
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(27, 22, 56, 0.82);
	border-bottom: 1px solid #5b46d8;
	color: #f3d98c;
}
.panel-news .panel-title {
	color: #f3d98c;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.panel-news .panel-footer {
	border-top: 1px solid #4c3bb4;
	background: rgba(14, 20, 43, 0.95);
	font-style: italic;
	font-size: 11px;
	height: 40px;
	color: #bcb4e9;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 80%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	-moz-box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
	-webkit-box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
	box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
	margin: 0px auto;
}
.rankings-class-image {
	width: 30px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.rankings-table tr td {
	background: rgba(8, 13, 31, 0.56);
	border-bottom: 1px solid rgba(100, 85, 200, 0.28);
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
	color: #eee9ff;
}
.rankings-table-place {
	color: #f3d98c;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.rankings-table tr:first-child td {
	background: rgba(21, 18, 48, 0.82);
	color: #f3d98c;
	border-bottom: 3px solid rgba(123, 99, 255, 0.45);
	font-weight: bold;
}
.rankings-table tr td:first-child {
	width: 100px;
}
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 80%;
	overflow: auto;
	text-align: center;
	margin: 0px auto 20px auto;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
	display: inline-block;
	width: 150px;
	border: 1px solid #5b46d8;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: linear-gradient(180deg, rgba(28, 22, 58, 0.96), rgba(9, 14, 32, 0.96));
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #d8d2ff;
	box-shadow: inset 0 0 10px rgba(123, 99, 255, 0.15), 0 0 8px rgba(0, 0, 0, 0.35);
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	font-weight: bold;
}
.rankings_menu a.active {
	background: linear-gradient(180deg, rgba(212, 163, 75, 0.95), rgba(89, 59, 20, 0.95));
	border-color: #f0d28a;
	color: #0b1020;
	box-shadow: 0 0 14px rgba(240, 210, 138, 0.35);
}
.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: rgba(10, 16, 36, 0.78);
	border: 1px solid #4c3bb4;
	color: #ddd8f3;
	box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
}
.myaccount-table tr td:first-child {
	color: #f3d98c;
	font-weight: bold;
}
.myaccount-table tr td {
	background: rgba(8, 13, 31, 0.56);
	border-bottom: 1px solid rgba(100, 85, 200, 0.28);
	padding: 15px !important;
	color: #eee9ff;
}
.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: rgba(10, 16, 36, 0.78);
	border: 1px solid #4c3bb4;
	padding: 10px;
	margin: 10px 0px;
	color: #ddd8f3;
	box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
}
.general-table-ui tr td {
	background: rgba(8, 13, 31, 0.56);
	padding: 5px;
	vertical-align: middle !important;
	text-align: center;
	color: #eee9ff;
	border-color: rgba(100, 85, 200, 0.28);
}
.general-table-ui tr:first-child td {
	background: rgba(21, 18, 48, 0.82);
	color: #f3d98c;
	border-color: rgba(123, 99, 255, 0.45);
	font-weight: bold;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: rgba(13, 19, 42, 0.62);
}
/* .general-table-ui tr td alignment is included above. */
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

/* TERMS OF SERVICE PAGE */
.tos_list li {
	color: #f2d68a;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #d6d3e8;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
}

/* PAYPAL */
.paypal-gateway-container {
	width: 100%;
}

.paypal-gateway-content {
	background: rgba(10, 16, 36, 0.78);
	border: 3px solid #5b46d8;
	padding: 15px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #eee9ff;
}

.paypal-gateway-logo {
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0.06) url('../img/paypal-logo-200-68.png') no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.paypal-gateway-conversion-rate {
	margin: 0px auto;
	text-align: center;
	color: #f3d98c;
	font-size: 18px;
	padding: 10px 0px;
}

.paypal-gateway-form {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.paypal-gateway-form div {
	display: inline-block;
	padding: 0px 10px;
	color: #eee9ff;
	font-size: 24px;
}

.paypal-gateway-form input[type=text] {
	width: 60px;
	font-size: 24px;
	border: 3px solid #f79433;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #f79433;
}

.paypal-gateway-continue {
	margin: 0px auto;
	text-align: center;
}

.paypal-gateway-continue input[type=submit] {
	background: url('../img/paypal-submit.jpg') no-repeat;
	width: 200px;
	height: 40px;
	border: 0px;
}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}

/* SIDEBAR */
.panel-sidebar {
	background: rgba(10, 16, 36, 0.78);
	border: 1px solid #4c3bb4;
	color: #ddd8f3;
	box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
}

.panel-sidebar > .panel-heading {
	background: rgba(27, 22, 56, 0.82);
	color: #f3d98c;
	font-family: 'Lato', sans-serif;
	border: 0px;
	border-bottom: 1px solid #5b46d8;
}

.panel-sidebar > .panel-heading > .panel-title {
	font-weight: bold;
	color: #f3d98c;
}

.panel-usercp {
	background: url('../img/usercp_bg.jpg') no-repeat top center;
	background-size: cover;
}

.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-usercp ul li a {
	color: #d8d2ff !important;
	font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: #f3d98c !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
	width: 30px;
	height: auto;
}

.sidebar-banner {
	text-align: center;
	margin: 20px 0px;
	border: 0px;
}

.sidebar-banner img {
	border: 0px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
	width: 100%;
	height: auto;
}

/* PANEL SIDEBAR EVENT TIMERS */
.panel-sidebar-events {
	background: #000000 url('../img/panel_events_bg.jpg') no-repeat top center;
	background-size: cover;
	border: 3px solid #444;
}
	.panel-sidebar-events > .panel-heading {
		background: rgba(27, 22, 56, 0.82);
		color: #f3d98c;
		font-family: 'Lato', sans-serif;
		border: 0px;
		border-bottom: 1px solid #5b46d8;
	}

	.panel-sidebar-events > .panel-heading > .panel-title {
		font-weight: bold;
	}
	.panel-sidebar-events > .panel-body {
		color: #ccc;
	}
		.panel-sidebar-events > .panel-body > .table {
			margin-bottom: 0px !important;
		}

.event-schedule-open {
	color: #00ff00;
}

.event-schedule-inprogress {
	color: #ffff00;
}

.panel-sidebar-events .smalltext {
	font-size: 11px;
	position: relative;
	top: -5px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: rgba(10, 16, 36, 0.78);
	border: 1px solid #4c3bb4;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #ddd8f3;
	box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
}

.panel-body .panel-title {
	color: #f3d98c;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid rgba(100, 85, 200, 0.28);
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: rgba(10, 16, 36, 0.78);
	border: 1px solid #4c3bb4;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #ddd8f3;
	box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}
.panel-addstats .character-name {
	color: #f3d98c;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid rgba(100, 85, 200, 0.28);
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* HELPER CLASSES */
.rounded_corners_image {
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

/* DOWNLOADS */
.panel-downloads {
	margin-bottom: 30px;
	background: rgba(10, 16, 36, 0.78);
	border: 1px solid #4c3bb4;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #ddd8f3;
	box-shadow: 0 0 14px rgba(76, 59, 180, 0.28);
}
	.download-description {
		font-size: 11px;
		position: relative;
		top: -7px;
		color: #bcb4e9;
	}

.online-status-indicator {
	margin-left: 5px;
}

/* WEBENGINE CMS */
.webengine-powered { color: #777 !important; }
.webengine-powered:active, .webengine-powered:hover { color: #ff3214 !important; }

/* LANGUAGE PICKER */
.webengine-language-switcher {
	display: inline-block;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	overflow: hidden;
	transition: all .3s ease;
}
	.webengine-language-switcher li {
		display: inline-block;
		list-style-type: none;
		background: #333333;
		padding: 0px 5px 2px 5px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-khtml-border-radius: 3px;
		transition: all .3s ease;
	}
	.webengine-language-switcher li:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}
	.webengine-language-switcher li a {
		color: #999999;
	}
	.webengine-language-switcher li a:hover {
		color: #ffffff !important;
	}

/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
	background: #333;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0px auto;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
	.myaccount-character-block img {
		width: 100px;
		height: auto;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
		.myaccount-character-block img:hover {
			-webkit-filter: brightness(120%);
			filter: brightness(120%);
		}
.myaccount-character-block-location {
	font-size: 12px;
	color: #d6d3e8;
	margin-bottom: 20px;
	margin-top: 2px;
	line-height: 1.2;
}
.myaccount-character-block-level {
	position: relative;
	top: -77px;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
}
.myaccount-character-name a {
	font-weight: bold;
	color: #f3d98c;
	font-size: 16px;
}

/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

	.rankings-class-filter li {
		display: inline-block;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 10px;
	}
	
	.rankings-class-filter li:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #d8d2ff;
	font-size: 11px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #f3d98c !important;
	}

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 40px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* =========================================================
   MU EXUL INTEGRATED BOOTSTRAP / WEBENGINE FIXES
   These rules are part of style.css now. No override.css needed.
   ========================================================= */

.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;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.thumbnail {
	background-color: #11162a;
	border: 1px solid #3a3267;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #6b52ff;
}

.btn-primary {
	color: #f2d68a;
	background-color: #201a3d;
	border-color: #6b52ff;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff !important;
	background-color: #5d3df0 !important;
	border-color: #8e79ff !important;
}

.btn-yellow {
	color: #f2d68a;
	background-color: #2a223f;
	border-color: #8668ff;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:hover {
	color: #fff !important;
	background-color: #3d2f72 !important;
	border-color: #d9c68d !important;
}

.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
	color: #ffffff !important;
}

table,
.table,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	background-color: transparent !important;
	color: #ddd8f3 !important;
	border-color: rgba(100, 85, 200, 0.25) !important;
}

.table-striped > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(even),
.table-striped > tbody > tr:nth-of-type(odd) > td,
.table-striped > tbody > tr:nth-of-type(even) > td,
.table-striped > tbody > tr:nth-of-type(odd) > th,
.table-striped > tbody > tr:nth-of-type(even) > th,
.table > tbody > tr,
.table > tbody > tr > td,
.table > tbody > tr > th,
.general-table-ui tr,
.general-table-ui tr td,
.general-table-ui tr:nth-child(odd) td,
.general-table-ui tr:nth-child(even) td,
.myaccount-table tr,
.myaccount-table tr td,
.myaccount-table tr:nth-child(odd) td,
.myaccount-table tr:nth-child(even) td {
	background: rgba(8, 13, 31, 0.72) !important;
	background-color: rgba(8, 13, 31, 0.72) !important;
	color: #eee9ff !important;
	border-color: rgba(100, 85, 200, 0.28) !important;
}

.table > thead > tr > th,
.table > thead > tr > td,
.general-table-ui tr:first-child td,
.rankings-table tr:first-child td {
	background: rgba(21, 18, 48, 0.95) !important;
	background-color: rgba(21, 18, 48, 0.95) !important;
	color: #f3d98c !important;
	border-color: rgba(123, 99, 255, 0.45) !important;
	font-weight: bold;
}

.table > tbody > tr:nth-child(even) > td,
.general-table-ui tr:nth-child(even) td,
.myaccount-table tr:nth-child(even) td {
	background: rgba(13, 19, 42, 0.82) !important;
	background-color: rgba(13, 19, 42, 0.82) !important;
}

tr.info > td,
tr.success > td,
tr.warning > td,
tr.danger > td,
td.info,
td.success,
td.warning,
td.danger {
	background: rgba(14, 20, 43, 0.9) !important;
	background-color: rgba(14, 20, 43, 0.9) !important;
	color: #eee9ff !important;
}

.rankings_menu a:hover,
.rankings_menu a:active {
	background: linear-gradient(180deg, rgba(91, 70, 216, 0.9), rgba(30, 22, 70, 0.96)) !important;
	border-color: #8a63ff !important;
	color: #f3d98c !important;
	box-shadow: 0 0 12px rgba(138, 99, 255, 0.45) !important;
}

.alert,
.alert-danger,
.alert-warning,
.alert-info,
.alert-success {
	background: rgba(10, 16, 36, 0.92) !important;
	border: 1px solid #5b46d8 !important;
	color: #f3d98c !important;
	box-shadow: 0 0 12px rgba(91, 70, 216, 0.25) !important;
}

.alert-danger {
	border-color: rgba(180, 70, 120, 0.65) !important;
	color: #ffb7c8 !important;
}

/* ===== MU EXUL V4 BACKGROUND FIX =====
   Keeps the bottom of long/empty pages purple-blue instead of a flat black screen. */
#content,
#container {
	background: transparent;
}

body::before {
	content: "";
	position: fixed;
	z-index: -1;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 72% 20%, rgba(93, 61, 240, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(9, 13, 34, 0.10), rgba(7, 10, 24, 0.92));
}
/* =========================================
   MU EXUL FIXED HEADER LAYOUT
   Same position on PC and mobile
   ========================================= */

#header {
	width: 100%;
	min-width: 1300px;
	margin: 0 auto;
	text-align: center;
	overflow: visible;
	color: #fff;
	padding: 70px 0px;
	position: relative;
}

.header-stage {
	position: relative;
	width: 1300px;
	height: 260px;
	margin: 0 auto;
}

/* Main logo stays centered */
.header-logo {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: block;
}

.header-logo img {
	display: block;
	height: auto;
}

/* Server info text, fixed left of logo */
.header-overlay-link {
	position: absolute;
	top: 145px;
	top: 145px;
	left: 50px;
	width: 330px;
	z-index: 5;
	display: block;
	text-align: left;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-overlay-link:hover {
	text-decoration: none;
	transform: translateY(-2px);
	opacity: 0.95;
}

.hoi-label {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 11px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #f2d68a;
	background: rgba(20, 16, 45, 0.55);
	border-radius: 20px;
	box-shadow: 0 0 12px rgba(123, 99, 255, 0.25);
}

.hoi-main {
	display: block;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.1;
	color: #fff3c1;
	text-shadow:
		0 0 8px rgba(242, 214, 138, 0.25),
		0 0 18px rgba(123, 99, 255, 0.25),
		2px 2px 8px rgba(0, 0, 0, 0.9);
	margin-bottom: 10px;
}

.hoi-line {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
	color: #eee9ff;
	text-shadow:
		1px 1px 6px rgba(0, 0, 0, 0.95),
		0 0 10px rgba(93, 61, 240, 0.30);
}

.header-overlay-link:hover .hoi-main {
	color: #f2d68a;
}

.header-overlay-link:hover .hoi-line {
	color: #ffffff;
}

/* MuExul legal/footer pages */
.muexul-footer-links {
	margin: 16px 0 12px 0;
	padding: 12px 16px;
	background: rgba(93, 61, 240, 0.12);
	border: 1px solid rgba(242, 214, 138, 0.28);
	border-radius: 8px;
	box-shadow: 0 0 14px rgba(93, 61, 240, 0.16);
}
.muexul-footer-links a {
	color: #f2d68a !important;
	font-weight: bold;
	text-decoration: none !important;
	transition: all .15s ease-in-out;
}
.muexul-footer-links a:hover,
.muexul-footer-links a:focus {
	color: #ffffff !important;
	text-shadow: 0 0 8px rgba(242, 214, 138, 0.55);
}
.muexul-footer-links span {
	color: #7a5eff;
	padding: 0 10px;
}
.muexul-legal-page {
	color: #ddd8f3;
	font-size: 15px;
	line-height: 1.7;
}
.muexul-legal-page h3 {
	color: #f2d68a;
	font-size: 20px;
	margin-top: 26px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(242, 214, 138, 0.22);
}
.muexul-legal-page p {
	margin-bottom: 12px;
}
.muexul-legal-page ul {
	padding-left: 24px;
	margin-bottom: 15px;
}
.muexul-legal-page li {
	margin-bottom: 7px;
}
.muexul-policy-date {
	color: #a7a0c7;
}
.muexul-policy-notice {
	background: rgba(93, 61, 240, 0.12);
	border: 1px solid rgba(242, 214, 138, 0.28);
	border-radius: 8px;
	padding: 14px 16px;
	margin: 16px 0 20px 0;
	box-shadow: 0 0 14px rgba(93, 61, 240, 0.16);
}
.muexul-policy-signature {
	margin-top: 28px;
	color: #f2d68a;
}

