
.progression-logo {
	max-width: 75%;
	height: auto;
	margin-top: 20px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: black solid 1px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.65), inset -2px -2px 10px 3px rgba(50, 50, 50, 0.85);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.65), inset -2px -2px 10px 3px rgba(50, 50, 50, 0.85);
	-o-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.65), inset -2px -2px 10px 3px rgba(50, 50, 50, 0.85);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.65), inset -2px -2px 10px 3px rgba(50, 50, 50, 0.85);
}

.progression-logo img { width: 100%; height: 100%;
}

@media (max-width: 700px) {
	.progression-logo { max-width: 98%; }
}

div.content.pages-content { color: transparent !important; }

#mchat-buttons input.button {
	min-height: 25px;
	margin: 7px;
	font-size: 13px;
}

table { float: none !important; width: 93% !important; padding-bottom: 10px !important; margin: auto !important; }

table.zone-details {
	background: url("./images/category.png") 100% 0 no-repeat, #5E333D linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%) !important;
	border-radius: 4px !important;
	padding-bottom: 0 !important;
	margin-bottom: -10px !important;
}

table.zone-details tr {
	background: none !important;
	border-radius: 4px !important;
}

table.zone-details th {
	background: none !important;
}

table.guild-detail {
	margin-bottom: 17px !important;
}

th {
	border: 0 solid #5E333D !important;
	text-transform: none !important;
	line-height: 1.3 !important;
	color: #fefbf5 !important;
	background: url("./images/category.png") 100% 0 no-repeat, #5E333D linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%) !important;
	box-shadow: 1px 1px 3px rgba(23, 13, 35, 0.1) !important;
	text-shadow: 1px 1px 1px rgba(23, 13, 35, 0.3) !important;
	border-radius: 4px !important;
	margin:  !important;
	position: relative !important;
	font-weight: 700 !important;
	font-size: 13px !important;
}

/*
th { color: black !important; font-weight: bold !important; }
*/
th, td { padding: 5px !important; }

td {
	line-height: 1.4 !important;
	vertical-align: middle !important;
}

thead { font-size: 1.1em !important; font-weight: bold !important; }


.forum-toggle {
	position: absolute !important;
	right: 5px !important;
	top: 50% !important;
	margin-top: -8px !important;
	height: 16px !important;
	width: 16px !important;
	text-decoration: none !important;
	outline-style: none !important;
	color: inherit !important;
	transition: opacity 0.3s ease !important;
	opacity: .5 !important;
}

.forum-toggle:hover {
	opacity: 1 !important;
}

th a:hover {
	color: #ded3d0 !important;
}

.forum-toggle {
	position: absolute !important;
	right: 5px !important;
	top: 50% !important;
	margin-top: -8px !important;
	height: 16px !important;
	width: 16px !important;
	text-decoration: none !important;
	outline-style: none !important;
	transition: opacity 0.3s ease !important;
}

.forum-toggle::after {
	content: '\E192' !important;
	font-family: 'Glyphicons Regular', 'Glyphicons' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 16px !important;
	height: 16px !important;
	font-size: 12px !important;
	line-height: 16px !important;
}

.forum-toggle a {
	color: inherit !important;
}

.rtt-zonename { font-size: 1.2em !important; font-weight: bold !important; padding-bottom: 20px !important; }

.rtt-soe-certified img, .guild-detail-soe-certified img {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 17px;
	width: 17px;
	padding-top: 17px;
	overflow: hidden;
	background: url('images/progression-soe-approved.png') no-repeat;
}

.rtt-age-certified img, .guild-detail-age-certified img {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 17px;
	width: 17px;
	padding-top: 17px;
	overflow: hidden;
	background: url('images/progression-certified.png') no-repeat;
}


.ranktabletooltip {background-color:#fff; font-size:100%; padding:5px 5px 5px 5px;}

.ranktabletooltip table {
	border: none;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	width: 518px;
}

.ranktabletooltip td { border:none; border-width:0px; border-color:#CCC; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px;}

.ranktabletooltip th { border:none;}

.rtt-raidhub-certified
{
	line-height: 17px;
	width: 17px;
	padding: 0px;
}

.rtt-soe-certified
{
	line-height: 17px;
	width: 34px;
	padding: 0px;
}

.rtt-age-certified
{
	line-height: 17px;
	width: 17px;
	padding: 0px;
}

.rtt-encountername
{
	text-align: left;
	font-weight: normal;
	line-height: 12px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 150px;
	padding: 0px 0px 5px 5px;
}

.rtt-dateofkill
{
	text-align: right;
	font-weight: normal;
	line-height: 12px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 300px;
	padding: 0px;
}

/*
guilddetail.css
*/

.guild-detail
{ 
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	color: white;
	background-color: white;
	border-radius: 5px !important;
	border-collapse: separate;
	border-spacing: 4px 1px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.45);
	padding: 7px !important;
}

.guild-detail-header
{ 
	border-bottom: 2px solid #d79900;
	background-color: #fff2ba;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #404040;
}

.guild-detail-encountername-header
{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
}

.guild-detail-encountername
{ 
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: 12px;
	color: #404040;
	background-color: white;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 230px;
	padding: 0px 0px 5px 5px;
} 

.guild-detail-certifications-header
{
	width: 68px;
	text-align: right;
}

.guild-detail-certifications-header::after
{
	content: 'Certificate';
}

.guild-detail-raidhub-certified
{
	line-height: 17px;
	width: 17px;
	padding: 0px;
}

.guild-detail-soe-certified
{
	line-height: 17px;
	width: 34px;
	padding: 0px;
}

.guild-detail-age-certified
{
	line-height: 17px;
	width: 17px;
	padding: 0px;
}

.guild-detail-date-header
{
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	width: 200px;
}

.guild-detail-date
{
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	line-height: 12px;
	color: #404040;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 200px;
	padding: 0px;
}

.guild-detail-encountervalue-header
{
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
}

.guild-detail-encounterfirstkillvalue-header
{
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
}

.guild-detail-encounter-value
{
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	line-height: 12px;
	color: green;
	background-color: white;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 68px;
	padding: 0px 5px 0px 0px;
}
.guild-detail-encounter-firstkillvalue
{
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	line-height: 12px;
	color: #E16811;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 68px;
	padding: 0px 5px 0px 0px;
}
.guild-detail-total-header
{
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: white;
	background-color: #fff2ba;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.guild-detail-total
{
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: white;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.guild-detail-total-value
{
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: white;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.guild-detail-category-total
{
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	line-height: 32px;
	color: #404040;
	margin: 25px auto 15px -30px;
	padding-top: 15px;
}

.guild-detail-category-total::before
{
	content: 'Pendragon ';
 }

.guild-detail-category-total::after
{
	content: ': ';
 }

.guild-detail-category-total-value
{
	text-align: left;
	font-weight: 600;
	font-size: 13px;
	line-height: 32px;
	color: #404040;
	margin: 25px auto 15px auto;
	padding-top: 15px;
}

.guild-detail-worldwide-kill-order-header
{
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	width: 68px;
}

.guild-detail-worldwide-kill-order
{
	text-align: right;
	color: #404040;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	width: 68px;
}

