/* GOW2 TU3 Rankings Calculator */
/* By Mark Willis, MarkWillis.co.uk */

/* Slight revamp in 2025 */



html {background: url('../../img/gow2expbg.jpg') top right no-repeat #180501;}
/* background: url(../../img/logo.jpg) top right no-repeat #000000;  */
body {font-size: 16px; line-height: 1.4em; color: #FFFFFF; text-align: center; font-family: Arial, sans-serif; margin: 0;}

.headerBlock {width: 100%; margin: 0 auto 0 auto;}
.headerBlockInner {padding: 20px 0 20px 0; text-align: left;}
.headerBlockInner h1 {color: #FF9900; font-size: 22px; margin: 0 0 5px 0;}
.headerBlockInner h2 {color: #FFFFFF; font-size: 16px; margin: 0 0 5px 0;}

/* background: #341C09; filter:alpha(opacity=70); -moz-opacity:.70; opacity:.70; */
.contentBlock {
		/*background: url(../../img/contentBG.png); width: 100%; margin: 0 auto 0 auto;*/
		background: #2c1506;
		background: rgb(44 21 6 / 75%);
		
		background: #341c09; /* gears brown from forums */
		background: rgb(52 28 9 / 75%);
		
		
		-webkit-border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		}
.contentBlockInner {padding: 30px; text-align: left;}

.footerBlock {width: 100%; margin: 0 auto 0 auto;}
.footerBlockInner {padding: 10px 0 10px 0; text-align: center; color: #666666; font-size: 14px;}
.footerBlockInner a {color: #666666; font-size: 14px; text-decoration: none;}
.footerBlockInner a:hover {color: #FFFFFF; text-decoration: none;}
.footerBlockInner p {
	font-size: 14px;
	margin: 0 0 5px 0;
}

.mainContent {padding: 0 0 0 0;}

.rankContainer {padding: 10px; text-align: center; border: 1px solid #251000; -moz-border-radius: 10px; -webkit-border-radius: 10px; float: left; margin: 0 10px 10px 0; width: 150px;}
.rankContainerCen {padding: 10px; text-align: center; border: 1px solid #251000; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 0 auto 0 auto; width: 150px;}
.rankContainerFull {padding: 10px; text-align: center; border: 1px solid #251000; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 0 auto 0 auto; text-align: left;}
.rankContainer h3 {font-size: 25px; margin: 5px;}
.rankContainer h3 a {font-size: 25px; margin: 5px;}
.rankContainer h3 a:hover {font-size: 25px; margin: 5px; color: #999999;}
.rankContainer a.level {display: block; font-size: 25px; text-decoration: none; color: #FFFFFF;}
.rankContainer:hover {background: rgba(0, 0, 0, 0.2);}
.rankContainer a.level span.levelNum {display: block; color: #ff9900; text-decoration: underline; margin: 0 0 10px 0;}
.rankContainer a.level span.expTxt {display: block; color: #CCCCCC; font-size: 10px;}
.rankContainer a.level span.expNum {display: block; font-size: 24px; margin: 0px 0 10px 0;}
.rankContainer a.level span.expProgress {display: block; font-size: 12px; color: #ff9900;}

.rankContainer-main {
	background: rgba(0,0,0,0.25);
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rankContainer-main p.head1 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.rankContainer-main p.head2 {
	font-size: 26px;
	color: #FF9900;
	margin: 0 0 10px 0;
}
.rankContainer-main span.confText {
	display: block;
}

.clear {clear: both;}

.rankContainer-left,
.rankContainer-right {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 150px;
	margin: 10px 0px 0px 0px;
	max-width: 50%;
	background: rgba(0,0,0,0.25);
	padding: 0px;
	border: 1px solid #251000;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rankContainer-left {float: left; margin: 10px 0px 0px 10px;}
.rankContainer-right {float: right; margin: 10px 10px 0px 0px;}

.rankContainer-left a,
.rankContainer-right a {
	color: #FFFFFF;
	display: block;
	padding: 12px;
	text-decoration: none;
}

.rankContainer-left a:hover,
.rankContainer-right a:hover {
	text-decoration: none;
}

.rankContainer-left a:hover span.expLevel,
.rankContainer-right a:hover span.expLevel {
	text-decoration: underline;
}

.rankContainer-left a span.expLevel,
.rankContainer-right a span.expLevel {
	display: block;
	color: #FF9900;
	font-size: 22px;
}

.rankContainer-left a span.expTxt,
.rankContainer-right a span.expTxt {
	font-size: 12px;
	color: #CCCCCC;
}

.rankContainer-left h3 {font-size: 25px; margin: 5px;}
.rankContainer-left h3 a {font-size: 25px; margin: 5px;}
.rankContainer-left h3 a:hover {font-size: 25px; margin: 5px; color: #999999;}
.rankContainer-right h3 {font-size: 25px; margin: 5px;}
.rankContainer-right h3 a {font-size: 25px; margin: 5px;}
.rankContainer-right h3 a:hover {font-size: 25px; margin: 5px; color: #999999;}

.infoContainer {padding: 10px; text-align: left; border: 1px solid #251000; -moz-border-radius: 10px; -webkit-border-radius: 10px; float: left; margin: 0; width: 100%; text-align: center;}
.infoContainer.nopad {
	padding: 0px;
}
.confText {color: #666666; font-size: 11px;}

/* General */
.navBar {text-align: left; padding: 5px; border-bottom: 1px solid #251000;}
.navBar a {
	font-size: 14px;
	text-shadow: 0px 1px 0px #111111;
}
a {color: #ff2200; font-weight: bold; font-size: 14px; text-decoration: underline;}
a:hover {color: #999999; font-weight: bold; font-size: 14px; text-decoration: underline;}
.noticebox {border: 1px solid #FFCC00; background: #FFFFCC; padding: 15px; color: #000000; margin: 10px 0 10px 0; text-align: left;}
.noticebox a {color: #333333; text-decoration: none;}
.noticebox a:hover {color: #333333; text-decoration: underline;}
a.newLink {color: #FF9900;}
a.newLink:hover {color: #FFFFFF;}

/* General */
h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0;
}

/* Calculator: 'Artificial Ian' interface by MarkWillis */
.aian-wrapper {position: relative; padding: 0; margin: 0; border: 0;}
.aianBlock-off {display: none; height: 1px; overflow: hidden; width: 1px; position: absolute; left: 0px; top: 0px;}
.aianBlock-on {position: absolute; display: block; left: 0px; top: 0px; width: 600px; background: url(../img/shade-border.png); font-size: 12px; margin: 0 auto 0 auto; -moz-border-radius: 10px; -webkit-border-radius: 10px; z-index: 100;}
.aian-inner {background: #333333; font-size: 12px; margin: 10px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border: 1px solid #000000; color: #FFFFFF;}
.aian-main {padding: 10px; color: #FFFFFF; text-align: left;}
.aian-close {text-align: right; float: right; padding: 0; background: url(../img/close-button.png) center no-repeat;}
.aian-close a {display: block; width: 20px; height: 20px;}
.aian-section {border-bottom: 1px solid #CCCCCC; padding: 10px;}
.aian-section h1 {margin: 0;}
.aian-section h2 {margin: 0;}
.aian-section h3 {margin: 0;}
.aian-section p {color: #333333;}
.aian-section a {color: #000000; text-decoration: underline;}
.aian-section a:hover {color: #000000; text-decoration: none;}
.aiclear {clear: both; height: 1px; overflow: hidden;}

.greyButton {background: #444444; color: #FFFFFF; padding: 5px; border: 1px solid #111111;}

/* Aug 2009 showAll area */
.showall-options {}
.showall-options a {font-size: 14px; text-decoration: none; color: #FF9900;}
.showall-options a:hover {text-decoration: underline; color: #FFFFFF;}
.showall-area {padding: 10px 0 0 0; min-height: 400px;}
.listExp {margin: 0 0 0 15px;}

/* Sep 2009 */
.calcFanBox {width: 300px; float: left;}

/* Oct 2009 */
.donateButtonArea {width: 75px; float: right; margin: 0 0 0 10px;}
.donateButtonArea form {margin: 0; padding: 0;}

/* July 2010 */
.rightPanel {float: right; width: 250px;}
.pad10 {padding: 10px;}
.expMulti {background: url('../../img/expmulti.png') center center no-repeat; width: 240px; height: 70px; margin: 0 auto 0 auto;}
.expMulti p {margin: 0 0 4px 0; font-weight: bold; color: #FF9900;}
.expMulti p img {float: right;}
.expMulti form {margin: 0;}
.expLoader {height: 70px; background: url('../../img/loaders/loadBall.gif') center center no-repeat;}

/* Aug 2011, update 2025 */
h1.title,
h2.title,
h3.title,
h4.title {
	color: #FF9900;
	text-shadow: 0px 2px 0px #111111;
}
div.mainpage_left {
	width: 620px;
	width: calc(100% - 360px);
	float: left;
}
div.mainpage_right {
	width: 300px;
	margin: 0 0 0 20px;
	float: right;
}
div.launcher {
	margin: 15px 0 15px 0;
	text-align: center;
}

/* Mar 2025 */
div.main_page {
	text-align: center;
}
div.wrapper {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* History */
div.history_event {
	margin: 0 0 25px 0;
	background: rgba(0,0,0,0.2);
	padding: 20px;
	border-radius: 20px;
}
div.history_event.event {
	border-left: 4px solid #FF9900;
}
div.history_event h3 {
	color: #FF9900;
	font-size: 22px;
	margin: 0 0 5px 0;
}
div.history_event p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
div.history_event p.date {
	font-size: 12px;
	color: #a3a3a3;
	margin: 0 0 12px 0;
}
div.history_event p a {
	color: #ff2200;
	font-size: 16px;
	text-decoration: underline;
}

/* Calculator */
div.calculator_panel {
	margin: 0 0 40px 0;
	text-align: center;
	padding: 0px;
	min-height: 800px;
}
div.calculator_panel div.expMulti {
	width: 100%;
	max-width: 600px;
	background: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
div.calculator_panel div.controls {
	padding: 0 0 30px 0;
}
div.calculator_panel h3 {
	color: #FF9900;
	margin: 5px 0px 5px 0px;
	font-size: 28px;
}
div.calculator_panel p {
	color: #FFFFFF;
	margin: 0px;
}
div.calculator_panel p.based {
	color: #9f9f9f;
	font-size: 12px;
	margin: 15px 0 15px 0;
}
div.calculator_panel div.rankContainer-left,
div.calculator_panel div.rankContainer-right {
	margin: 10px 0 0 0;
	padding:
}
div.calculator_panel span.progress {
	font-size: 14px;
	color: #d37f00;
}

/* Port mlwgames bar */
div#hold_mlw_network {
	height: 44px;
}
div#mlw_network {
	height: 44px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #1f1f1f;
	color: #FFFFFF;
	z-index: 1000;
	-moz-box-shadow: 1px 1px 3px #111;
	-webkit-box-shadow: 1px 1px 3px #111;
	box-shadow: 1px 1px 3px #111;
}
div#mlw_network_logo {
	width: 116px;
	height: 28px;
	float: left;
}
div#mlw_network_logo a {
	display: block;
	width: 116px;
	height: 28px;
	text-decoration: none;
	color: #000000;
	background: url('../../drmongBar/mlwgames.png');
}
div#mlw_network_links {
	float: right;
	width: 200px;
	text-align: right;
	margin: 0px 2px 0 0;
}
div#mlw_network_links a#mlw_facebook {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	background: url('../../drmongBar/facebook.png');
	text-decoration: none;
	margin: 0 5px 0 5px;
}
div#mlw_network_links a#mlw_twitter {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	background: url('../../drmongBar/twitter.png');
	text-decoration: none;
	margin: 0 5px 0 5px;
}
div#mlw_network_social {
	float: left;
	width: 500px;
	margin: 2px 0 0 15px;
}

/* Comments */
.hold-comments {}
.hold-leavecomment {margin: 20px 0 0 0;}

.commentsData {margin: 1em 0 2em 0; border-bottom: 1px solid #000000; text-align: center; font-weight: bold;}
.commentsPages {color: #FF9900; font-size: 15px; font-weight: bold; text-align: center;}
.commentsPages a {color: #FF9900; font-size: 15px; font-weight: bold; text-decoration: underline;}
.commentsPages a:hover {color: #FFFFFF; font-size: 15px; font-weight: bold; text-decoration: underline;}
.commentsPages .commentsPagesButtons {
	margin: 8px 0 30px 0;
}
.commentsPages .commentsPagesButtons a {
	padding: 8px 12px 8px 12px;
	background: #9d1a06;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.commentsPages .commentsPagesButtons a.active {
	background: #030303;
}

.leave-comment {margin: 1em;}
.leave-comment-control {color: #FF9900; font-size: 18px; font-weight: bold; padding: 5px 0 5px 0;}
.leave-comment-inner {display: block;}
.leave-comment-inner form {margin: 0;}
.leave-comment-inner fieldset {margin: 0; border: 0; padding: 0;}
.leave-comment-inner textarea {width: 100%;}
.leave-comment-done {display: none;}

.comment {border-bottom: 1px dotted #666666; margin: 0 0 2em 0;}
.comment-author {color: #FF9900; font-size: 14px; font-weight: bold;}
.comment-admin {color: #33CC00; font-size: 14px; font-weight: bold;}
.comment-date {color: #999999; font-size: 11px;}
.comment-data {color: #FFFFFF; font-size: 12px; padding: 10px;}


.button_flat {
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 30px;
    background: #CCCCCC;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999999;
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.15);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.3s;
    text-align: center;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: uppercase;
}
.button_flat_gears {
    color: #FFFFFF;
    background-color: #752b00;
    border-color: #290f00;
	text-decoration: none;
}
.button_flat_gears:hover {
    color: #FFFFFF;
    background-color: #a33e04;
    border-color: #290f00;
	text-decoration: none;
}

.button_flat_yellow {
    color: #FFFFFF;
    background-color: #FF9900;
    border-color: #734500;
	text-decoration: none;
}
.button_flat_yellow:hover {
    color: #FFFFFF;
    background-color: #ffb950;
    border-color: #734500;
	text-decoration: none;
}

.navbar_new {
	display: flex;
	justify-content: space-between;
	background: none;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	background: rgba(0,0,0,0.45);
	padding: 20px;
	flex-wrap: wrap;
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.navbar_new a {
	text-decoration: none;
	color: white;
	background: #180204;
	padding: 10px 20px;
	margin: 0px 2px 0px 2px;
	border-radius: 20px;
	transition: background 0.3s, transform 0.2s;
	text-align: center;
	flex: 1;
	max-width: 120px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	
	box-shadow: rgb(255 0 0 / 5%) 0px 10px 25px, rgb(159 27 14 / 38%) 0px -12px 30px, rgb(255 0 0 / 38%) 0px 2px 1px;
}
.navbar_new a.active {
	background: #9d1a06;
	box-shadow: rgb(255 0 0 / 25%) 0px 10px 25px, rgb(159 27 14 / 38%) 0px -12px 30px, rgb(255 0 0 / 38%) 0px 2px 1px;
}
.navbar_new a:hover {
	background: #9c180c;
	transform: scale(1.1);
	box-shadow: rgb(255 0 0 / 5%) 0px 10px 25px, rgb(159 27 14 / 38%) 0px -12px 30px, rgb(255 0 0 / 38%) 0px 2px 1px;
}
.navbar_new a.comments {
	background: #FF9900;
	color: #FFFFFF;
}

.progressBarWrapper {
	width: 100%;
	max-width: 400px;
	height: 22px;
	background: #010101;
	border-radius: 8px;
	overflow: hidden;
	margin: auto;
	position: relative;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.progressBar {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #6f0f00, #eb0900);
	border-radius: 8px;
	transition: width 2s ease-in-out;
}

.progressBar-text {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 14px;
}

/* Bottom floaty */
.bottom-bar {
	display: none;
}

.mobile_show {
	display: none;
}

/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 999px) {
	.headerBlockInner {
		padding: 20px 20px 0px 20px;
	}
	
	div.mainpage_left,
	div.mainpage_right {
		width: 100%;
		float: none;
		margin: 0px;
	}
	
	.contentBlockInner {
		padding: 20px;
	}
	
	.button_flat_mobile_full {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: block;
		width: 100%;
	}
	.hold-bottom-bar {
		height: 100px;
	}
	.bottom-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #ff9900;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		z-index: 1000;
	}
	.bottom-bar .inner {
		padding: 8px 0 0 0;
	}
	
	.bottom-bar::after {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
		animation: shine 2s ease-in-out forwards;
	}
	@keyframes shine {
		0% {
			left: -100%;
		}
			100% {
			left: 100%;
		}
	}
	
	.navbar_new {
		padding: 8px 0px 8px 0px;
		justify-content: space-evenly;
		gap: 0;
	}
	.navbar_new a {
		flex: 50%;
		width: 50%;
		margin: 0px 0px 5px 0px;
	}
	
	/* Levels */
	.rankContainer {
		width: 50%;
		margin: 0px 0px 15px 0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	.mobile_hide {
		display: none;
	}
	.mobile_show {
		display: block;
	}
}