@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

html {
	min-width: 1000px;
	height: 100%;
}

body {
	background: #03080c url('../img/body-bg-top.jpg') no-repeat top center;
	color: #d5d5d5;
	font-family: 'Roboto Condensed', 'Helvetica', 'sans-serif';
	font-size: 14px;
	margin: 0;
	height: 100%;
}

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

a:hover {
	color: #ffda8a;
}

img {
	border: 0px;
}

input[type=text], input[type=password], input[type=number] {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
	border: 1px solid #ccc;
}

#container {
	/*width: 1140px;*/
	width: 1260px;
	height: auto;
	/*margin: 0px auto;*/
	margin: 171px auto 0px auto;

}

#header {
	width: 1140px;
	margin: 0px auto;
	text-align: center;
}

#headerLogo {
	width: 100%;
	margin: 50px 0px;
}

.footer {
	width: 1260px;
	margin: 0px auto;
	background: #071e2c;
	padding: 50px 60px;
	font-size: 12px;
	overflow: auto;
	border-top: 3px solid #ff6000;
}

.footer-time {
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: -10px;
}

/* GLOBAL MENU */
.globalmenu {
	background: #171717;
}

.globalmenu > .globalmenu-content {
	width: 1140px;
	margin: 0px auto;
	color: #cccccc;
	padding: 10px 0px;
}

/* NAVBAR */
.navbar {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

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

.navbar ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
	margin: 20px 20px;
	font-weight: 400;
}

.navbar ul li a {
	color: #ffffff;
	text-decoration: none;
}

.navbar ul li a:hover,
.navbar ul li a:active,
.navbar ul li a:focus {
	color: #ff6000 !important;
	text-decoration: none;
}

#content {
	width: 100%;
	overflow: auto;
	min-height: 800px;
	/*background: #ffffff;*/
	background: #07131F;
	padding: 20px;
	/*-moz-border-radius: 5px 5px 0px 0px;*/
	/*-webkit-border-radius: 5px 5px 0px 0px;*/
	/*border-radius: 5px 5px 0px 0px;*/
	/*-khtml-border-radius: 5px 5px 0px 0px;*/
	margin-top: -169px; /* remove after grand open */
}

.sidebar {
	/*padding-left: 35px;*/
}

.page-title {
	/*color: #3b76ee;*/
	color: #ff6000;
	font-size: 32px;
	margin-bottom: 10px;
	text-align:center;
}

/* NEWS MODULE */
.panel-news {
	margin-bottom: 40px;
	border: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-news .panel-heading {
	padding-top: 10px;
	padding-bottom: 10px;
	/*background: #f1f1f1;*/
	background: #072433;

	/*border-left: 3px solid #3b76ee;*/
	border-left: 3px solid #ff6000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}
.panel-news .panel-title {
	/*color: #3b76ee;*/
	color: #ff6000;

	font-size: 18px;
}
.panel-news .panel-body {
	padding: 15px;
	background: #071e2c;

}
/* DOWNLOADS */
.panel-downloads {
	margin-bottom: 30px;
	-moz-box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 10px #000;
	background: #181818;
	border: 1px solid #1f1f1f;
}
	.download-description {
		font-size: 11px;
		position: relative;
		top: -7px;
		color: #777;
	}
.panel-news .panel-footer {
	/*border-top: 1px solid #e7e7e7;*/
	border-top: 1px solid #ff6000;
	/*background: #fff;*/
	background: #07131F;

	font-style: italic;
	font-size: 11px;
	height: 40px;
	/*color: #555;*/
	color: #073548;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.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 {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}
.rankings-table-place {
	color: #666;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.rankings-table tr:first-child td {
	color: #ff6004;
	border-bottom: 3px solid #ff6004;
}
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin: 25px 0px;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
	display: inline-block;
	width: 130px;
	border: 1px solid #071e2c;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: #072433;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	
	color: #ccc;
}
.rankings_menu a:hover,
.rankings_menu a:active,
.rankings_menu a:focus {
	color: #ff6000 !important;
	border-color: #083a4f;
}
.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: 50px !important;
	height: auto !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;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
}

/* ACCOUNT CHARACTER TABLE */
.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: #a2a5a7;
	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: #ff6000;
	font-size: 16px;
}
/**/
.account-character-table {
	
}
.account-character-table tr th {
	color: #3b76ee;
}
.account-character-table tr td {
	vertical-align: middle !important;
}
.account-character-table tr td 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;
}
/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #072433;
	border: 1px solid #ff6000;
	padding: 10px;
	margin: 10px 0px;
}
.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: #fbbd8d;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #071e2c;
}
.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 {
	padding-right: 40px;
}
.tos_list li {
	color: #3b76ee;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #555;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
}

/* SIDEBAR */
.panel-sidebar {
	background: #071e2c;
	border: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	color: #fff;
}

.panel-sidebar > .panel-heading {
	background: #072433;
	color: #ff6000;
	border: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	border-bottom: 3px solid #ff6000;
	padding: 10px 3px;
	font-weight: bold;
	text-align: center;

}

.sidebar-banner {
	text-align: center;
	margin: 20px 0px;
	-moz-box-shadow: 0 0 10px #072433;
	-webkit-box-shadow: 0 0 10px #072433;
	box-shadow: 0 0 10px #072433;
	border: 0px;
	-webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
	filter: grayscale(80%);
}

.sidebar-banner:hover {
	-moz-box-shadow: 0 0 10px #083a4f;
	-webkit-box-shadow: 0 0 10px #083a4f;
	box-shadow: 0 0 10px #083a4f;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.sidebar-banner img {
	border: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}

/* USERCP SIDEBAR PANEL */
.panel-usercp {
	background: url('../img/usercp_bg2.html') no-repeat top center;
}

.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: #fff !important;
	/*font-weight: bold;*/
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: #ff6000 !important;
}

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

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #071e2c;
	border: 1px solid #072433;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	color: #ff6000;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #07131F;
	-webkit-box-shadow: 0 0 5px #07131F;
	box-shadow: 0 0 5px #07131F;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}
.panel-addstats .character-name {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #07131F;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* LOGIN AND REGISTER */
.facebook-button,
.facebook-button:hover,
.facebook-button:active,
.facebook-button:focus {
	background: #4366a7;
	color: #ccccff !important;
	font-size: 16px;
	width: 90%;
	display: block;
	padding: 15px 10px;
	margin: 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0px 3px 3px 0px #cccccc;
	-webkit-box-shadow: 0px 3px 3px 0px #cccccc;
	box-shadow: 0px 3px 3px 0px #cccccc;
}

.facebook-button > .social-logo {
	background: url('../img/social_icon_facebook.html');
	width: 27px;
	height: 26px;
	display: inline-block;
	margin: 0px 25px -5px 25px;
	padding: 0px;
}

.facebook-button > .social-text {
	position: relative;
	top: -3px;
}

.google-button,
.google-button:hover,
.google-button:active,
.google-button:focus {
	background: #d44a30;
	color: #ffcccc !important;
	font-size: 16px;
	width: 90%;
	display: block;
	padding: 15px 10px;
	margin: 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0px 3px 3px 0px #cccccc;
	-webkit-box-shadow: 0px 3px 3px 0px #cccccc;
	box-shadow: 0px 3px 3px 0px #cccccc;
}

.google-button > .social-logo {
	background: url('../img/social_icon_google.html');
	width: 27px;
	height: 26px;
	display: inline-block;
	margin: 0px 25px -5px 25px;
	padding: 0px;
}

.google-button > .social-text {
	position: relative;
	top: -3px;
}

.btn-login {
    color: #ffffff;
    background-color: #f62b2b;
    border: 1px solid #f52b2b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
    box-shadow: 2px 2px 3px #f52b2b;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
}
.btn-login:active, .btn-login:focus, .btn-login:hover {
    color: #ffffff !important;
    background-color: #f62b2b !important;
	border-color: #f52b2b !important;
}

.login-help-block {
	font-size: 12px;
}

.login-help-block a {
	color: #4681d2;
}

.login-help-block a:hover,
.login-help-block a:active,
.login-help-block a:focus {
	color: #4681d2 !important;
	text-decoration: underline !important;
}

.login-help-block ul {
	padding: 0px 0px 0px 12px;
	color: #888;
	margin-top: 20px;
}

.register-social-block {
	background: #ecf1f7;
	padding: 20px 10px;
	margin: 0px !important;
}
.register-social-block a,
.register-social-block a:hover,
.register-social-block a:active,
.register-social-block a:focus {
	color: #3b5998 !important;
}
.register-social-block a.social-name {
	font-weight: bold;
}

/* ACCOUNT TABLE */
.account-table {
	margin-bottom: 40px;
}

.account-table tr:first-child th {
	border-top: 2px solid #3b76ee !important;
}

.account-table tr:first-child td {
	border-top: 2px solid #333333 !important;
}

.account-table tr th {
	width: 180px;
	background: #071e2c;
	font-weight: normal;
}

.account-table tr th, .account-table tr td {
	border-bottom: 1px solid #071e2c;
	padding: 10px 10px 10px 18px !important;
}

/* HELPER CLASSES */
.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}

.rounded-image-corners {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}

.status.label {
	font-family: Consolas;
	text-transform: uppercase;
}

.status-online {
	background-color: #00cc00;
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	width: 10px;
	height: 10px;
}

.status-offline {
	background-color: #aaaaaa;
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	width: 10px;
	height: 10px;
}

.text-alt {
	color: #aaaaaa;
	font-style: italic;
}

.account-character-requirements {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #777;
}

/* RANKINGS */
.rankings-player-class-img {
	width: 40px;
	height: auto;
}

.rankings-player-gens-img {
	width: 40px;
	height: auto;
}

/* CASTLE SIEGE BANNER */
.castle-siege-banner {
	background: #000000 url('../img/castle_siege_banner.html') no-repeat top center;
	width: 1140px;
	height: 120px;
	margin: 0px auto;
	-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;
	border: 1px solid #2f2f2f;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
}

/* DOWNLOADS */
.downloads-table {
	margin-bottom: 50px;
}

.downloads-table tr th:first-child {
	width: 70%;
}

.requirements-table {
	margin-bottom: 50px;
}

img.logo-menu {
	height: 22px;
	-webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
	filter: grayscale(80%);
}

img.logo-menu:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
#grandOpenArea {
	color: #fff;
	width: 40%;
	margin: 0 auto;
	background-color:rgba(0, 0, 0, 0.5);
	padding: 15px 80px;
	border-radius: 5px;
	font-size: 14pt;
}

#grandOpenDate {
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	font-size: 18pt;
	color: #ff6000;
}

#grandOpen {
	color: #fff;
	/*animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;*/
}
@keyframes blinker { to { opacity: 1; color: #ff6000; } }

.grayscale {
	-webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
	filter: grayscale(80%);
}
.grayscale:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.btn-darkblue {
	background: #072433;
	color: #d5d5d5;
	border: 1px solid #07131F;
}

.btn-darkblue:hover {
	background: #072433;
	color: #ff6000;
	border: 1px solid #083a4f;
}

.btn-darkblue:focus {
	background: #072433 !important;
	color: #ff6000 !important;
	border: 1px solid #083a4f;

}

.table-green-heading thead tr {
	background: #072433;
	color: #ff6000;
	border: 0px;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	border-bottom: 3px solid #ff6000;
	padding: 10px 3px;
	font-weight: normal !important;
	text-align: center;
}

.table-green-heading tr td 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;
}

.table-blue-heading thead tr {
	background: #072433;
	color: #479cb5;
	border: 0px;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	border-bottom: 3px solid #479cb5;
	padding: 10px 3px;
	font-weight: normal !important;
	text-align: center;
}

.table-blue-heading tr td 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;
}

.color-blue {
	color: #479cb5;
}

.input-bg-green {
	background: #ff6000 !important;
	color: #000 !important;
	border: 1px solid #ff6000 !important;
}

.color-lemon {
	color: #ff6000;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.no-padding {padding:0 !important;}
.no-margin {margin:0 !important;}

.bold-mid {
	font-weight: bold;
}

.alert-info {
	background: #59d6ff;
	color: #073c4b;
	border: 1px solid #073c4b;
}

.alert-warning {
	background: #f3c14c;
	color: #68541e;
	border: 1px solid #68541e;
}

.alert-danger {
	background: #c6001b;
	color: #ffc1c3;
	border: 1px solid #cd5858;
}

.alert-success {
	background: #ff6000;
	color: #124a12;
	border: 1px solid #134d13;
}

.alert-info a {
	color: #000 !important;
	font-weight: bold;
}

.mark-info {
	color: #9fd5ff;
}

.icon-bar {
	position: fixed;
	top:0;
	bottom:0;
	margin:auto;
	width: 90px; /* Set a specific width */
	height: 50%;
	background: none; /* Dark-grey background */

}

.icon-bar a {
	display: block; /* Make the links appear below each other instead of side-by-side */
	text-align: center; /* Center-align text */
	padding: 16px; /* Add some padding */
	transition: all 0.3s ease; /* Add transition for hover effects */
	color: #072433; /* White text color */
	font-size: 36px; /* Increased font-size */
	-webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
	filter: grayscale(80%);
}

.icon-bar a:hover {
	/*background-color: #000; !* Add a hover color *!*/
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

@media all and (max-width: 1400px) {
	.icon-bar {
		display:none;
	}
}

.vault {
	background: #0c0c0a;
}
.vault tr td {
	width: 40px;
	height: 40px;
}
.vault tr td:hover {
	border: 1px solid #65645d;
}

.filled {
	background: #040402;
}

tr.item:hover {
	cursor: pointer;
}
tr.item td:first-child:hover {
	border-left: 1px solid #d8b849;
	padding-left: 12px;
}

.color-excellent {color: #47cb82;}
.color-ancient {color: #0be50b;}
.color-lb {color: #7c9ece;}
.color-harmony {color: #d8b849;}
.color-y {color: #e3bf45;}
.color-divine {color: #e22ae2;}
.color-exp {color: #c63cc7;}
.color-socket {color: #8752bc;}
.color-class {color: #6e0000;}
.color-expire {color: #b3703c;}

.inventory-grid {
	position: relative;
	background: url('../img/inventory.html') no-repeat;
	min-width: 295px;
	min-height: 546px;
}
.inventory-grid-item {
	position: absolute;
	border: 1px solid #171717;
	background-repeat: no-repeat;
	background-position: center;
	background-size:80%;
}

.inventory-grid-item:hover {
	border: 1px solid #65645d;
	cursor: pointer;
}



.inventory-gloves {
	top: 155px;
	left: 8px;
	max-width: 60px;
	max-height: 60px;
}

.inventory-pants {
	top: 155px;
	right: 117px;
	max-width: 60px;
	max-height: 60px;
}

.inventory-helm {
	top: 5px;
	right: 117px;
	max-width: 60px;
	max-height: 60px;
}

.inventory-armor {
	top: 74px;
	right: 117px;
	max-width: 60px;
	max-height: 70px;
}

.inventory-pendant {
	top: 24px;
	left: 73px;
	max-width: 40px;
	max-height: 40px;
}

.inventory-ring_right {
	top: 174px;
	right: 72px;
	max-width: 40px;
	max-height: 40px;
}

.inventory-ring_left {
	top: 174px;
	left: 73px;
	max-width: 40px;
	max-height: 40px;
}

.inventory-earring_left {
	top: 104px;
	left: 73px;
	max-width: 40px;
	max-height: 40px;
}

.inventory-earring_right {
	top: 104px;
	right: 72px;
	max-width: 40px;
	max-height: 40px;
}

.inventory-hand_right {
	top: 74px;
	right: 8px;
	max-width: 60px;
	max-height: 70px;
}

.inventory-hand_left {
	top: 74px;
	left: 18px;
	max-width: 60px;
	max-height: 70px;
}

.inventory-boots {
	top: 155px;
	right: 8px;
	max-width: 60px;
	max-height: 60px;
}

.inventory-pentagram {
	top: 217px;
	right: 8px;
	max-width: 60px;
	max-height: 60px;
}

.inventory-wings {
	top: 5px;
	right: 7px;
	max-width: 100px;
	max-height: 60px;
}

.inventory-pet {
	top: 15px;
	left: 18px;
	width: 55px;
	height: 55px;
}

.inventory-zen {
	position: absolute;
	bottom: 22px;
	left: 30px;
	text-align: right;
	width: 100px;
	color: #e3bf45;

}

.inventory-ruud {
	position: absolute;
	bottom: 2px;
	left: 30px;
	text-align: right;
	width: 100px;
	color: #e3bf45;
}

.vault-grid {
	position: relative;
	background: url('../img/vault.html') no-repeat;
	min-width: 295px;
	min-height: 547px;
	padding-top: 27px;
	padding-left: 44px;
}

.vault-grid-modern {
	position: relative;
	background-color: #0c0c0a;
	background-image: url('../img/vault-grid-bg.html');
	width: 320px;
	min-height: 600px;
	max-height: 600px;
	border:1px solid #302f2a;
}

.grid-item {
	position:absolute;
	border-right: 1px solid #302f2a;
	border-bottom: 1px solid #302f2a;
	background-color: #040402;
	background-repeat: no-repeat;
	background-position: center;
	background-size:80%;
}

.grid-item:hover, .grid-item-modern:hover {
	border: 1px solid #65645d;
	cursor: pointer;
}

.grid-item:focus, .grid-item-modern:focus {
	border: 1px solid #ff6000;;
}
.grid-item:hover, .grid-item-modern:hover {
	border: 1px solid #292929;
	cursor: pointer;
}

.grid-item:focus, .grid-item-modern:focus {
	border: 1px solid #ff6000;;
}

.grid-zen {
	position:absolute;
	top:440px;
	left:80px;
	width:150px;
	text-align:right;
	color: #e3bf45;
}

.grid-item-modern {
	position:absolute;
	border-right: 1px solid #171717;
	border-bottom: 1px solid #171717;
	/*background-color: #040402;*/
	background-repeat: no-repeat;
	background-position: center;
}

.grid-loader {
    position:absolute;
    font-size: 30pt;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    text-align: center;
    z-index: 9999;
}

.headerInfo {
	font-weight:bold;
	font-variant: small-caps;
	color: #ff6000;

	vertical-align: bottom !important;
	line-height: 20px !important;
	padding-top: 30px !important;
	border-bottom:2px solid #ff6000 !important;
	text-align: center;
}
.lGreen {
	color: #ff6000;
}

#mydiv {
	border: 1px solid #ff6000;
	width: 40px;
	height: 40px;
}

#sell-item-container {
	background: #012604;
	border-radius: 10px;
	border: 1px solid #659a18;

}

.black-link > a {
	color: #000 !important;
}

.grandResetLabel {
	vertical-align: super;
	font-size: 8pt;
	color: #ff6000;
}

.margin-top-1 { margin-top: 1rem; }
.margin-top-2 { margin-top: 2rem; }
.margin-top-3 { margin-top: 3rem; }
.margin-top-4 { margin-top: 4rem; }

.margin-bottom-1 { margin-bottom: 1rem; }
.margin-bottom-2 { margin-bottom: 2rem; }
.margin-bottom-3 { margin-bottom: 3rem; }
.margin-bottom-4 { margin-bottom: 4rem; }

/* 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;
}
/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	-moz-box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 10px #000;
	background: #181818;
	border: 1px solid #1f1f1f;
}

.panel-body .panel-title {
	color: #fbbd8d;
	font-family: 'Cinzel', Arial, serif;
	font-size: 14px;
	border-bottom: 1px solid #1a1915;
	margin-bottom: 20px !important;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	-moz-box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 10px #000;
	background: #181818;
	border: 1px solid #1f1f1f;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	border: 1px solid #59411c;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.panel-addstats .character-name {
	color: #fbbd8d;
	font-family: 'Cinzel', Arial, serif;
	font-size: 14px;
	border-bottom: 1px solid #1a1915;
	padding: 20px 0px;
	margin-bottom: 20px !important;
}
/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: #000000;
	border: 1px solid #1f1f1f;
}
.myaccount-table tr td:first-child {
	color: #fbbd8d;
}
.myaccount-table tr td {
	border-bottom: 1px solid #1f1f1f;
	padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}

/* 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: #ef391c;
	font-size: 11px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #fff !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%);
}

.admincp-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ffffff !important;
	border: 2px solid #000000 !important;
	color: #000000 !important;
	font-weight: bold !important;
}