/* Sidebar Left and Right
-----------------------------------------------------------------------------*/

.light-fon {
    background: rgba(0, 0, 0, 0);
    margin-bottom: 1px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0);

}
.widget {
    padding: 25px;
    padding-top: 37px;
    min-height: 230px;
}
.panel-body {
    padding: 0px 0px;
	color:#FFFFFF;
	line-height:18px;
	margin-bottom:20px;
}

.panel-body2 {
    padding: 0px 0px;
	color:#FFFFFF;
	line-height:18px;
	margin-bottom:20px;
}
.panel-body3 {
    padding: 0px 0px;
	color:#FFFFFF;
	line-height:14px;
	margin-bottom:20px;
	text-shadow:3px 3px 7px #000;
	font-size:14px;
}



.login {
    background-color: #fff;
    border: 1px solid #f2e6e9;
    color: #2a292e;
}
.login-block p {
    margin-bottom: 10px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}



.lk-form ul {
	list-style-type: none;
	padding: 15px;
	margin: 0px;
}

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

.lk-form ul li a {
	color: #ffffff !important;
	font-weight: bold;
}
.lk-form ul li a:active, .panel-usercp ul li a:hover {
	color: #ffffff !important;
}
.lk-form ul li a:hover {
    padding: 0px 10px;
}
.lk-form ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
}

.panel-heading {
	padding: 10px 0px 0px 10px;	

}	
.panel-title {
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}

.page-title {
	color: #ffffff;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: bold;
}
/** **/
/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #e3e3e3;
}
.myaccount-table tr td:first-child {
	color: #ffffff;
	font-weight: bold;
}
.myaccount-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}
/* NEWS MODULE */
.panel-news {
	margin-bottom: 20px;
	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: #ffffff;
	background: rgba(0, 0, 0, 0);
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
}
.panel-news .panel-body {
	padding: 10px 0px 0px 15px;	
}
.panel-news .panel-footer {
	padding: 10px 10px 0px 15px;	
	border-top: 1px solid #e7e7e7;
	background: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	color: #ffffff;
}

/* DOWNLOADS */
.panel-downloads {
	margin-bottom: 30px;
	background: rgba(0, 0, 0, 0);
	border: 0px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #ffffff;
}
	.download-description {
		font-size: 12px;
		position: relative;
		top: 0px;
		color: #ffffff;
	}

.online-status-indicator {
	margin-left: 5px;
}
/* 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: #ffffff;
	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: #ffffff;
	font-size: 16px;
}

/* 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: 14px;
	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: #4b5789;
	border-bottom: 3px solid #4b5789;
}
.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;
	background: #f1f1f1;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ccc;
}*/

.rankings_menu a {
	display: inline-block;
    width: 150px;
    height: 48px;
    line-height: 40px;
	border: 0px solid #b100f6;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: linear-gradient(to top, #6f9cdd, #4b5789);
	-moz-border-radius: 2px;
	border-radius: 2px;
    color: #FFFFFF;
    text-decoration:none;
	font-weight: bold;
}
.rankings_menu a.active {
	color: #FFFFFF;
	border-color: #b100f6;
}
.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;
}