@CHARSET "ISO-8859-1";

.inactive_state_commander {
	opacity: 0.5;
}

.inactive_state_order {
	opacity: 0.5;
}

.inactive_state_level {
	opacity: 0.4;
}

.inactive_state_unit {
	opacity: 0.4;
}

.inactive_state_slot {
	opacity: 0.4;
}

.inactive_state_option {
	opacity: 0.4;
}

.inactive_state_type {
	opacity: 0.4;
}

.img {
	max-width: 100%;
}

.optionTooltip {
	font-size: 80%;
	position: absolute;
	background-color: #576680;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	border: 5px solid #576680;
	padding: 10px;
	left: -80px;
	top: 100px;
	z-index: 10;
	display: none;
	box-shadow: 0px 0px 0px 1px #fff inset;
}

.statisticTooltip {
	font-size: 80%;
	position: absolute;
	background-color: #576680;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 10px;
	left: -80px;
	top: 100px;
	z-index: 10;
	display: none;
}

.groupTooltip {
	font-size: 80%;
	position: absolute;
	color: #576680;
	background-color: #fff;
	text-align: left;
	border-radius: 6px;
	border: 5px solid #576680;
	padding: 10px;
	left: -80px;
	top: 100px;
	z-index: 10;
	display: inline-grid;
	box-shadow: 0px 0px 0px 1px #fff inset;
	max-height: 190px;
}

.groupTooltipReg {
	max-height: 190px;
}

.subunitHidden {
	display: none;
}

.subunit:hover {
	color: #576680;
	background-color: #fff;
}

.statTable {
	border-collapse: collapse;
	border: 1px solid #fff;
	text-align: center;
}

.statTableHeader {
	padding: 5px;
	border: 1px solid #fff;
}

.statTableCell {
	padding: 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-transform: capitalize;
}