.golden,
.silver {
	font-family: 'pt serif', serif;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	margin: 0
}

[data-gold] {
	color: #ac733c
}

@supports(background-clip:text) or (-webkit-background-clip:text) {
	[data-gold] {
		color: transparent;
		background-image: -webkit-linear-gradient(left, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), -webkit-linear-gradient(left, #c78c48, #cf9147 9.4%, #cf9348 9.4%, #b2763e 33.6%, #ad743c 35.7%, #ac723d 46.9%, #b0773d 51.7%, #b0793e 52.1%, #c4914c 64.6%, #c99750 68.5%, #ce9e54 73.2%, #f4d188);
		background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(90deg, #c78c48, #cf9147 9.4%, #cf9348 9.4%, #b2763e 33.6%, #ad743c 35.7%, #ac723d 46.9%, #b0773d 51.7%, #b0793e 52.1%, #c4914c 64.6%, #c99750 68.5%, #ce9e54 73.2%, #f4d188);
		background-position: 110% 0%, 0 0;
		background-size: 200% auto, auto;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-animation: shine 2s ease-in-out infinite
	}
}

[data-gold]:before {
	content: attr(data-gold);
	color: #f0d8a9;
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: #000 0 .08vw 12px
}

@supports(background-clip:text) or (-webkit-background-clip:text) {
	[data-gold]:after {
		content: attr(data-gold);
		position: absolute;
		top: 0;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		background-image: -webkit-linear-gradient(top, transparent 0%, transparent 48%, rgba(98, 16, 0, 0.5) 50%, transparent 75%);
		background-image: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(98, 16, 0, 0.5) 50%, transparent 75%);
		-webkit-background-clip: text;
		background-clip: text
	}
}

@supports(background-clip:text) or (-webkit-background-clip:text) {
	[data-silver] {
		color: transparent;
		background-image: -webkit-linear-gradient(left, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), -webkit-linear-gradient(right, #8c8c8c 1.3%, #999 15%, #868686 29.6%, #828282 29.6%, #7d7d7d 31.8%, #797979 31.8%, #6a6a6a 38.9%, #d3d3d3);
		background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(270deg, #8c8c8c 1.3%, #999 15%, #868686 29.6%, #828282 29.6%, #7d7d7d 31.8%, #797979 31.8%, #6a6a6a 38.9%, #d3d3d3);
		background-position: 110% 0%, 0 0;
		background-size: 200% auto, auto;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-animation: shine 2s infinite
	}
}

[data-silver]:before {
	content: attr(data-silver);
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: -1;
	top: -.08vw;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: #000 0 .08vw 12px
}

@supports(background-clip:text) or (-webkit-background-clip:text) {
	[data-silver]:after {
		content: attr(data-silver);
		position: absolute;
		width: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background-image: -webkit-linear-gradient(top, transparent 0%, transparent 48%, rgba(17, 17, 17, 0.5) 50%, transparent 75%);
		background-image: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(17, 17, 17, 0.5) 50%, transparent 75%);
		-webkit-background-clip: text;
		background-clip: text
	}
}

@-webkit-keyframes shine {
	0% {
		background-position: 110% 0%, 0 0
	}
	100% {
		background-position: -10% 0%, 0 0
	}
}

@keyframes shine {
	0% {
		background-position: 110% 0%, 0 0
	}
	100% {
		background-position: -10% 0%, 0 0
	}
}



.admincp-button {
	position: absolute;
	top: 10px;
	right: 10px;
}

.page-title {
	color: #CCC;
	font-family: 'PT Sans', sans-serif;
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
}


/* NEWS MODULE */

.panel-news {
	margin-bottom: 30px;
	color: #333;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 0px #e3e3e3;
	-webkit-box-shadow: 0 0 0px #e3e3e3;
	box-shadow: 0 0 0px #e3e3e3;
}

.panel-news .panel-heading {
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-news .panel-title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.panel-news .panel-body {
	padding: 10px;
}

.panel-news .panel-footer {
	border-top: 1px solid #e7e7e7;
	background: #fff;
	font-style: italic;
	font-size: 11px;
	height: 40px;
	color: #777;
}


/* RANKINGS MODULE */

.rankings-table {
	width: 100%;
	border-spacing: 0;
	text-align: center;
	margin-top: 40px;
}

.rankings-class-image {
	width: 30px;
	height: auto;
	border-radius: 0px;
}

.rankings-table tr {
	height: 36px;
	align-items: center;
	padding: 0px 10px;
	font-size: 12px;
	border-bottom: 1px solid rgba(254, 193, 106, 0.5);
	transition: 0.3s;
}

.rankings-table tr:hover {
	background: linear-gradient(to bottom, #bec44e, #717522);
	margin: -1px -15px 0px -15px;
	padding: 0px 35px 0px 35px;
	box-shadow: 0px 0px 10px 0px rgba(254, 193, 106, 0.5);
	height: 37px;
	color: white;
}

.rankings-table tr td a {
	color: white !important;
}

.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}

.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
}

.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 #e3e3e3;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ccc;
	background-color: #292522;
	background-image: linear-gradient(#292522, #191816);
	border-color: #322d2c;
	text-decoration: none;
	border-radius: 2px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.rankings_menu a.active {
	color: red;
	border-color: #333;
}

.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: #263238;
	border: 1px solid #999;
}

.myaccount-table tr td:first-child {
	color: #666;
	font-weight: bold;
	color: #FFF;
}

.myaccount-table tr td {
	border-bottom: 1px solid #999;
	padding: 15px !important;
	color: #FFF;
}

.myaccount-table tr:last-child td {
	border: 0px;
}


/* GENERAL TABLE UI */

.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin: 10px 0px;
}

.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}

.general-table-ui tr:first-child td {
	color: #ff0000;
}

.general-table-ui tr:nth-child(2n+2) td {
	background: #fafafa;
}

.general-table-ui tr td {
	text-align: center;
}

.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: 0px;
	border-radius: 0px;
}


/* TERMS OF SERVICE PAGE */

.tos_list li {
	color: #aa0000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}

.tos_list li p {
	color: #444;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}


/* PAYPAL */

.paypal-gateway-container {
	width: 100%;
	background: #1a2133;
	border: 1px solid #2e374f;
}

.paypal-gateway-logo {
	width: 100%;
	height: 68px;
	background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat top center;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.paypal-gateway-content {
	margin: 10px;
	background: #fef2da;
	border: 2px solid #f79433;
	padding: 10px;
	overflow: auto;
}

.paypal-gateway-conversion-rate {
	margin: 0px auto;
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 10px 0px;
}

.paypal-gateway-form {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.paypal-gateway-form div {
	display: inline-block;
	padding: 0px 10px;
	color: #000;
	font-size: 18px;
}

.paypal-gateway-form input[type=text] {
	width: 40px;
}

.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: #f1f1f1;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;
}

.panel-sidebar>.panel-heading {
	background: #fff;
	color: #ff0000;
	font-family: 'PT Sans', sans-serif;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 3px solid #ff0000;
}

.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: #444 !important;
	font-weight: bold;
}

.panel-usercp ul li a:active,
.panel-usercp ul li a:hover {
	color: #ff0000 !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
}

.sidebar-banner {
	margin: 20px 0px;
	border: 0px;
}

.sidebar-banner img {
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;
	border: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}


/* GENERAL PANEL STYLING */

.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-body .panel-title {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
	font-weight: bold;
}


/* ADD STATS MODULE */

.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.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: 0px;
	border-radius: 0px;
}

.panel-addstats .character-name {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}


/* DOWNLOADS */

.panel-downloads {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.download-description {
	font-size: 11px;
	position: relative;
	top: -7px;
	color: #777;
}

.online-status-indicator {
	margin-left: 5px;
}


/* WEBENGINE CMS */

.webengine-powered {
	color: #777 !important;
}

.webengine-powered:active,
.webengine-powered:hover {
	color: #ff3214 !important;
}


/* GLOBAL TOP BAR */

.global-top-bar {
	width: 100%;
	background: #101010;
	color: #777777;
	padding: 7px 0px 2px 0px;
	text-transform: uppercase;
	font-size: 12px;
}

.global-top-bar .global-top-bar-content {
	width: 1040px;
	margin: 0px auto;
}

.global-top-bar .global-top-bar-content .row {
	margin: 0px;
	padding: 0px;
}

.global-top-bar a.logout {
	color: #ff0000 !important;
}

.global-top-bar a {
	color: #999999 !important;
}

.global-top-bar a:hover {
	color: #ffffff !important;
}

.global-top-bar-nopadding {
	padding: 0px !important;
}

.global-top-bar-separator {
	padding: 0px 5px;
}


/* LANGUAGE PICKER */

.webengine-language-switcher {
	display: inline-block;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	width: 46px;
	height: 12px;
	overflow: hidden;
	transition: all .3s ease;
}

.webengine-language-switcher:hover {
	width: 400px;
}

.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;
}


/* WEBSITE LOGO */

.webengine-mu-logo {
	transition: all .3s ease;
}

.webengine-mu-logo:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}


/* HEADER INFO */

.header-info-container {
	width: 1040px;
	margin: 0px auto;
	text-align: right;
}

.header-info-container .header-info {
	display: inline-block;
	width: 350px;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(5px);
	margin: 0px;
	padding: 20px;
	overflow: auto;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	text-shadow: 1px 1px 3px #000000;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
}

.header-info-container .header-info .header-info-block {
	padding: 0px;
	color: #aaaaaa;
}

.header-info-container .header-info .header-info-block #tServerTime,
.header-info-container .header-info .header-info-block #tLocalTime {
	color: #ffffff;
}

.header-info-container .header-info .header-info-block #tServerDate,
.header-info-container .header-info .header-info-block #tLocalDate {
	color: #cccccc;
}

.header-info-container .header-info .header-info-block .online-count {
	color: #00ff00;
}


/* ONLINE BAR */

.webengine-online-bar {
	width: 100%;
	background: #000000;
	border: 1px solid #555555;
	height: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	overflow: hidden;
	transition: all .3s ease;
}

.webengine-online-bar .webengine-online-bar-progress {
	height: 8px;
	background: #00ff00 url('../img/online_progress_bar.jpg') no-repeat left center;
	-webkit-border-radius: 0px 1px 1px 0px;
	-moz-border-radius: 0px 1px 1px 0px;
	-khtml-border-radius: 0px 1px 1px 0px;
	border-radius: 0px 1px 1px 0px;
}

.webengine-online-bar:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}


/* 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: #000;
	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: #000;
	font-size: 16px;
}

ul.stats span {
	display: block;
	padding-bottom: 1px;
	color: #fff;
}

ul .stats .text {
	width: 50% !important;
	margin-left: 2px;
}

ul .stats .infotx {
	width: 50% !important;
	margin-left: 2px;
	color: #fff;
	text-align: center;
}

ul .stats {
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	font-size: 12px;
	border-bottom: 1px solid rgba(254, 193, 106, 0.5);
	transition: 0.3s;
}

ul .stats a {
	color: #fff;
}

ul .stats:hover {
	background: linear-gradient(to bottom, #bec44e, #717522);
	box-shadow: 0px 0px 10px 0px rgba(254, 193, 106, 0.5);
	height: 37px;
	color: #fff;
}

#rankmt {
	width: 100%;
	outline: 1px solid rgba(198, 228, 245, 0.07);
	background: url(../img/fonditoxd.jpg);
	height: 300px;
	margin-bottom: 10px;
}

.ownermt {
	color: #0F6;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.ownermt span {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	padding-top: 20px;
}

#cscountdown {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	padding-top: 20px;
	color: #F4D03F;
	text-shadow: 1px 1px 1px #000;
}

.timecswigget {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	color: #58D68D;
	text-shadow: 1px 1px 1px #000;
}

.sidebar-title2 {
	height: 62px;
	line-height: 62px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	position: relative;
	box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
	color: #F4D03F;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

.sidebar-title2 {
	height: 62px;
	line-height: 62px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	position: relative;
	box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
	color: #F4D03F;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}


/*! CSS Used fontfaces */

ul .userop span {
	display: block;
	padding-bottom: 1px;
}

ul .userop img {
	width: 20px;
	margin-right: 15px;
}

ul .userop {
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	font-size: 12px;
	border-bottom: 1px solid rgba(254, 193, 106, 0.5);
	transition: 0.3s;
}

ul .userop a {
	color: #fff;
}

ul .userop a:hover {
	color: white !important;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
}

ul .userop:hover {
	background: linear-gradient(to bottom, #bec44e, #717522);
	margin: -1px -15px 0px -15px;
	padding: 0px 35px 0px 35px;
	box-shadow: 0px 0px 10px 0px rgba(254, 193, 106, 0.5);
	height: 37px;
}

.offdeidad {
	padding-right: 0px !important;
}

.sidebar-block {
	outline: 1px solid rgba(198, 228, 245, 0.07);
	background: url(http://localhost:8080/Blue/templates/MUV2/img/sidebar-block-bg.png) center bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.sidebar-title {
	background: url(../img/hunthead.jpg) no-repeat;
	height: 62px;
	line-height: 62px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

.bottom-more {
	display: flex;
	border-top: 1px solid #1a212d;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px 0px 15px;
}

.bottom-more span {
	color: #e41d32;
}

.bottom-more a {
	padding: 10px 20px;
}

.huntbg {
	background-image: url(../img/huntbg.png);
}

.sidebar-blockbc {
	outline: 1px solid rgba(198, 228, 245, 0.07);
	background: url(http://localhost:8080/Blue/templates/MUV2/img/sidebar-block-bg.png) center bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.sidebar-titlebc {
	background: url(../img/bchead.jpg) no-repeat;
	height: 62px;
	line-height: 62px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

.bottom-more {
	display: flex;
	border-top: 1px solid #1a212d;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px 0px 15px;
}

.bottom-more span {
	color: #e41d32;
}

.bottom-more a {
	padding: 10px 20px;
}

.bcbg {
	background-image: url(../img/bcbg.png);
}

.sidebar-blockds {
	outline: 1px solid rgba(198, 228, 245, 0.07);
	background: url(http://localhost:8080/Blue/templates/MUV2/img/sidebar-block-bg.png) center bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.sidebar-titleds {
	background: url(../img/dshead.jpg) no-repeat;
	height: 62px;
	line-height: 62px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

.bottom-more {
	display: flex;
	border-top: 1px solid #1a212d;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px 0px 15px;
}

.bottom-more span {
	color: #e41d32;
}

.bottom-more a {
	padding: 10px 20px;
}

.dsbg {
	background-image: url(../img/dsbg.png);
}

.sidebar-blockcc {
	outline: 1px solid rgba(198, 228, 245, 0.07);
	background: url(http://localhost:8080/Blue/templates/MUV2/img/sidebar-block-bg.png) center bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.sidebar-titlecc {
	background: url(../img/cchead.jpg) no-repeat;
	height: 62px;
	line-height: 62px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

.bottom-more {
	display: flex;
	border-top: 1px solid #1a212d;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px 0px 15px;
}

.bottom-more span {
	color: #e41d32;
}

.bottom-more a {
	padding: 10px 20px;
}

.ccbg {
	background-image: url(../img/ccbg.png);
}

ul.hunt span {
	display: block;
	padding-bottom: 1px;
	color: #fff;
}

ul .hunt .number {
	width: 25% !important;
	margin-left: 2px;
	color: #fff;
}

ul .hunt .class {
	width: 25% !important;
	margin-left: 2px;
	color: #fff;
}

ul .hunt .name {
	width: 50% !important;
	margin-left: 2px;
	color: #fff;
	text-align: center;
}

ul .hunt {
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	font-size: 13px;
	border-bottom: 1px solid rgba(254, 193, 106, 0.5);
	transition: 0.3s;
	font-family: 'Open Sans', sans-serif;
}

ul .hunt a {
	color: #fff;
}

ul .hunt:hover {
	background: linear-gradient(to bottom, #E74C3C, #CB4335);
	box-shadow: 0px 0px 10px 0px rgba(186, 74, 0, 0.5);
	height: 37px;
	color: #fff;
}


/*chaos castle*/

ul.cc span {
	display: block;
	padding-bottom: 1px;
	color: #fff;
}

ul .cc .text {
	width: 50% !important;
	margin-left: 2px;
	color: #fff;
}

ul .cc .infotx {
	width: 50% !important;
	margin-left: 2px;
	color: #fff;
	text-align: center;
}

ul .cc {
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	font-size: 13px;
	border-bottom: 1px solid rgba(254, 193, 106, 0.5);
	transition: 0.3s;
	font-family: 'Open Sans', sans-serif;
}

ul .cc a {
	color: #fff;
}

ul .cc:hover {
	background: linear-gradient(to bottom, #3498DB, #85C1E9);
	box-shadow: 0px 0px 10px 0px rgba(26, 82, 118, 0.5);
	height: 37px;
	color: #fff;
}


/*blood castle*/

ul.bc span {
	display: block;
	padding-bottom: 1px;
	color: #fff;
}

ul .bc .text {
	width: 50% !important;
	margin-left: 2px;
	color: #fff;
}

ul .bc .infotx {
	width: 50% !important;
	margin-left: 2px;
	color: #fff;
	text-align: center;
}

ul .bc {
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	font-size: 13px;
	border-bottom: 1px solid rgba(254, 193, 106, 0.5);
	transition: 0.3s;
	font-family: 'Open Sans', sans-serif;
}

ul .bc a {
	color: #fff;
}

ul .bc:hover {
	background: linear-gradient(to bottom, #AEB6BF, #566573);
	box-shadow: 0px 0px 10px 0px rgba(23, 32, 42, 0.5);
	height: 37px;
	color: #fff;
}


/*devil square*/

ul.ds span {
	display: block;
	padding-bottom: 1px;
	color: #fff;
}

ul .ds .text {
	width: 50% !important;
	margin-left: 2px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

ul .ds .infotx {
	width: 50% !important;
	margin-left: 2px;
	color: #fff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

ul .ds {
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	font-size: 13px;
	border-bottom: 1px solid rgba(254, 193, 106, 0.5);
	transition: 0.3s;
	font-family: 'Open Sans', sans-serif;
}

ul .ds a {
	color: #fff;
}

ul .ds:hover {
	background: linear-gradient(to bottom, #bec44e, #717522);
	box-shadow: 0px 0px 10px 0px rgba(254, 193, 106, 0.5);
	height: 37px;
	color: #fff;
}

.deco {
	background: url('../img/pvpking.gif')repeat;
	color: red;
	text-shadow: 1px 1px 1px red;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.premioweek span {
	font-size: 24px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px black;
	color: #F7DC6F;
}

.online-players {
	color: #0C6 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-shadow: 1px 1px 1px #000;
	background-color: black;
	border-radius: 5px;
	padding: 10px;
	margin-top: 5px;
}

.exp {
	box-shadow: inset 0px 1px 0px 0px #a6827e;
	background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
	background-color: #7d5d3b;
	border-radius: 3px;
	border: 1px solid #54381e;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #4d3534;
}

.exp:hover {
	background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	background-color: #634b30;
}

.exp:active {
	position: relative;
	top: 1px;
}


/*! CSS Used from: https://muvikingo.com/templates/viking/css/custom.css */

.btn-outline.btn-default-drop {
	border-color: #dbdfe6;
	color: #9a9da2;
	background-color: transparent;
}

.btn-outline.btn-default-drop:hover {
	background-color: #9a9da2;
	border-color: #9a9da2;
	color: #fff;
	background-color: transparent;
}

.btn-outline.btn-success-drop {
	border-color: #24d9b0;
	color: #9a9da2;
	border-width: 2px;
	background-color: transparent;
}

.btn-outline.btn-success-drop:hover {
	background-color: #22cca5;
	border-color: #22cca5;
	color: #fff;
}

.btn-outline.btn-info-drop {
	border-color: #0cb2e2;
	color: #9a9da2;
	border-width: 2px;
	background-color: transparent;
}

.btn-outline.btn-info-drop:hover {
	background-color: #0ba7d3;
	border-color: #0ba7d3;
	color: #fff;
}

.btn-outline.btn-warning-drop {
	border-color: #ff7e1f;
	color: #9a9da2;
	border-width: 2px;
	background-color: transparent;
}

.btn-outline.btn-warning-drop:hover {
	background-color: #ff7510;
	border-color: #ff7510;
	color: #fff;
}

.btn-outline.btn-danger-drop {
	border-color: #f34141;
	color: #9a9da2;
	border-width: 2px;
	background-color: transparent;
}

.btn-outline.btn-danger-drop:hover {
	background-color: #f23333;
	border-color: #f23333;
	color: #fff;
}


/*! CSS Used fontfaces */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*! CSS Used from: https://muvikingo.com/templates/viking/vendor/bootstrap/css/bootstrap.css */

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 16px;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem;
}

.dropdown-menu[x-placement^="top"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
}


.monster {
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	font-size: 13px;
	border-bottom: 1px solid rgba(254, 193, 106, 0.5);
	transition: 0.3s;
	font-family: 'Open Sans', sans-serif;
	list-style:none;
}

.monster a {
	color: #fff;
}

.monster:hover {
	background: linear-gradient(to bottom, #bec44e, #717522);
	box-shadow: 0px 0px 10px 0px rgba(254, 193, 106, 0.5);
	height: 37px;
	color: #fff;
}

.monster span {
	display: block;
	padding-bottom: 1px;
	color: #fff;
}

.monster .name {
	width: 50% !important;
	margin-left: 2px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.monster .number {
	width: 50% !important;
	margin-left: 2px;
	color: #fff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}



table .eventtiitle { font-size:14px; color:#FC0; text-align:center; width:100%; }

.fixevents th { text-align: center;}


.systemSpce th { text-decoration: none; height: 30px;font-family: Arial Unicode MS;font-size: 16px;
        background: rgba(93, 109, 126,1); text-align: center;color:#FFF; text-shadow:0px 1px 0px #000; font-weight: normal; }

.systemSpce td { text-decoration: none; height: 30px;font-family: Arial Unicode MS;font-size: 16px;
        background: rgba(175,238,238,0.1); text-align: center;color:#FFF; text-shadow:0px 1px 0px #000; font-weight: normal; border-bottom:1px inset #000; }

.driverfull { border-collapse: collapse;font-family: "exo 2", sans-serif;}
.driverfull th { padding:10px; border-radius:10px 10px 0px 0px;text-decoration: none; height:auto;font-size:18px;font-family: "exo 2", sans-serif;background: rgba(93, 109, 126,0.8); text-align: center;color:#FFF; text-shadow:0px 1px 0px #000; font-weight: normal;}

.driverfull th p{text-decoration: none;font-family: "exo 2", sans-serif; height: 20px;font-size:12px;
     text-align: center;color:#FFF; text-shadow:0px 1px 0px #000; font-weight: normal;}


.driverfull td {text-decoration: none; height: 30px;font-family: Arial Unicode MS;font-size: 16px;font-family: "exo 2", sans-serif;
        background: rgba(175,238,238,0.1); text-align: center;color:#FFF; text-shadow:0px 1px 0px #999; font-weight: normal;}

.downhelp {margin-top:15px;}
.downhelp p { text-decoration: none; height: 30px;font-family: Arial Unicode MS;font-size: 13px;font-family: "exo 2", sans-serif;
         text-align: center;font-weight: normal; margin-top: 5px;}


.btn-down {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
    margin-bottom: 15px;
}

.downhelp a:after { display:none;}


.btn-client {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #999;
    margin-bottom: 20px;
}



/*! CSS Used from: http://localhost:8080/Armus6/templates/Armus6/css/styles.css */
.countdown{margin-bottom:50px;}
.countdown #clock>div{display:inline-block;margin:0 5px;background-color:#222;padding:20px;border-radius:4px;-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);border:1px solid rgba(0, 0, 0, 0.3);}
.countdown span{display:block;font-size:36px;color:#fff;font-weight:600;}
