:root {
	--arr-bg-color: #15466f;
	--hw-bg-color: #7d8494;
	--sb-bg-color: #77322b;
	--shb-bg-color: #343062;
	--ew-bg-color: #acacac;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}

@-webkit-keyframes color {
	0%, 100% {
		stroke: #0057e7;
	}
	40% {
		stroke: #008744;
	}
	66% {
		stroke: #ffa700;
	}
	80%, 90% {
		stroke: #d62d20;
	}
}

@keyframes color {
	0%, 100% {
		stroke: #0057e7;
	}
	40% {
		stroke: #008744;
	}
	66% {
		stroke: #ffa700;
	}
	80%, 90% {
		stroke: #d62d20;
	}
}

.ext-link-icon {
	width: 24px;
	height: 24px;
	margin: 8px;
}

.ext-link-icon:hover {
	opacity: .8;
}

.expansionsMenu {
	padding: 0;
	background-color: #7d8494;
}

.navbar.navbar-arr {
	background-color: var(--arr-bg-color);
	color: rgba(255, 255, 255, .84);
}

.navbar.navbar-hw {
	background-color: var(--hw-bg-color);
	color: rgba(255, 255, 255, .84);
}

.navbar.navbar-sb {
	background-color: var(--sb-bg-color);
	color: rgba(255, 255, 255, .84);
}

.navbar.navbar-shb {
	background-color: var(--shb-bg-color);
	color: rgba(255, 255, 255, .84);
}

.navbar.ew {
	background-color: var(--ew-bg-color);
	color: rgba(255, 255, 255, .84);
}

.navbar.navbar-generic {
	background-color: #000;
	color: rgba(255, 255, 255, .84);
}

.arr {
	background-color: var(--arr-bg-color);
}

.arr:hover {
	background-color: #1a578a;
}

.hw {
	background-color: var(--hw-bg-color);
}

.hw:hover {
	background-color: #89909f;
}

.sb {
	background-color: var(--sb-bg-color);
}

.sb:hover {
	background-color: #8e3c33;
}

.shb {
	background-color: var(--shb-bg-color);
}

.shb:hover {
	background-color: #403b7a;
}

.ew {
	background-color: var(--ew-bg-color);
}

.ew:hover {
	background-color: #a7a3a3;
}

.expansions {
	width: 100%;
}

.expansion-row {
	margin-top: 20px
}

.expansion-block {
	width: 100%;
	padding: 18px 0;
	border-radius: 2px;
	text-align: center;
	position: relative;
	display: block;
}

.expansion-block img {
	vertical-align: middle;
	height: 30px;
	display: block;
	margin: auto;
}

.navbar .navbar-nav > li > a {
	padding-top: 16px;
	padding-bottom: 16px;
}

.navbar-header {
	padding-left: 0;
	padding-right: 0;
}

.navbar-toggle {
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-group {
	margin: 0;
	padding: 0;
}

.checkbox, .radio {
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
}

.equal {
	margin-right: 0;
	margin-left: 0;
}

@media (min-width: 992px) {
	.row.equal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.mob-items {
	.mob-item {
		padding: 0;
		cursor: pointer;
		background-color: #fff;
		border: 1px solid #ddd;
		margin-top: -1px;
		margin-left: -1px;
	}

	.mob-item label .tag {
		padding-left: 2px;
		color: rgba(0, 0, 0, .84);
		font-size: .9em;
	}

	.mob-item label .lvl-tag {
		font-weight: 700;
		font-style: italic;
		color: #af2626;
		margin-left: 4px;
		font-size: .9em;
	}

	.mob-item label .location {
		color: rgba(0, 0, 0, .81);
		font-size: .8em;
		font-style: italic;
	}

	.mob-item .checkbox label {
		width: 100%;
		height: 100%;
		padding: 10px 15px;
	}
}

.mob-result-item .lvl-tag {
	font-weight: 700;
	font-style: italic;
	color: #af2626;
	margin-left: 4px;
	font-size: .9em;
}

.mob-result-item .name-tag {
	margin-left: 8px;
	font-weight: 700;
}

.mob-result-item .slay-tag {
	font-weight: 700;
}

.mob-result-item .action-tag {
	margin-left: 4px;
}

.mob-result-item .fate-icon-tag {
	width: 20px;
	height: 20px;
	margin-left: 4px;
}

.mob-result-item .fate-name-tag {
	display: none;
}

@media (max-width: 767px) {
	.mob-result-item .fate-icon-tag {
		display: none;
	}

	.mob-result-item .fate-name-tag {
		display: block;
		width: 100%;
		clear: both;
	}

	.mob-result-item .fate-name-tag .fate-img-tag {
		width: 24px;
		height: 24px;
		margin: 2px 4px 0 8px;
	}
}

.outsideWrapper {
	width: 500px;
	height: 500px;
	position: sticky;
	top: 10px;
}

.insideWrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.coveredImage, .coveringCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.coveringCanvas {
	background-color: rgba(255, 0, 0, .1);
}

.icon-flag {
	height: 18px;
	margin-top: -1px;
	margin-right: 12px;
	border-radius: 4px;
}

.state-icon {
	left: -5px;
}

.list-group-item-primary {
	color: #fff;
	background-color: #428bca;
}

.list-group .list-group-item.active .list-group-item-heading, .list-group .list-group-item.active .list-group-item-text {
	color: #fff;
}

.well .list-group {
	margin-bottom: 0;
}

.canvas-route {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.lower-navbar {
	padding-left: 12px;
}

.header-logo {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

.contact-link {
	color: #0079d3;
}

.contact-link:active, .contact-link:hover, .contact-link:visited {
	color: #0079d3;
}

@media (max-width: 767px) {
	.lower-navbar.navbar-nav .navbar-btn.dropdown-toggle {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lower-navbar.navbar-nav .open .dropdown-menu {
		position: absolute;
		background-color: #fff;
	}

	.lower-navbar.navbar-nav .open .dropdown-menu h4, .lower-navbar.navbar-nav .open .dropdown-menu p {
		white-space: normal;
	}

	.page-header h2 {
		font-size: 26px;
	}

	.header-logo {
		width: 60px;
		height: 60px;
	}
}

@media (min-width: 441px) and (max-width: 767px) {
	.page-header h2 {
		font-size: 22px;
	}

	.lower-navbar.navbar-nav .open .dropdown-menu {
		width: 420px;
	}

	.outsideWrapper {
		width: 320px;
		height: 320px;
		margin: 4px auto;
	}
}

@media (max-width: 440px) {
	body {
		font-size: 12px;
	}

	.lower-navbar.navbar-nav .open .dropdown-menu {
		width: 300px;
	}

	.navbar-fixed-top .navbar-collapse .dropdown .dropdown-menu li {
		padding: 4px;
	}

	.page-header h2 {
		font-size: 22px;
	}

	.jumbotron {
		padding: 4px 8px;
	}

	.panel-body {
		padding: 4px;
	}

	.well {
		padding: 8px;
	}

	.header-logo {
		width: 50px;
		height: 50px;
		float: left;
	}

	.outsideWrapper {
		width: 250px;
		height: 250px;
		margin: 4px auto 12px auto;
	}

	.nav-pills > li {
		width: 100%;
	}

	.list-group .list-group-item .list-group-item-heading, .list-group .list-group-item .list-group-item-text {
		white-space: normal;
	}
}

@media (max-width: 319px) {
	body {
		width: 320px;
		min-width: 320px;
		overflow-x: scroll;
	}
}

.snackbar.okay {
	background-color: #039be5;
	color: #fff;
}

.snackbar.warn {
	background-color: #ff9800;
	color: #000;
}

.circular {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100px;
	position: relative;
	width: 100px;
}

.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}

.news .news-footer {
	text-align: right;
	width: 100%;
}

.news .news-footer .news-author {
	font-style: italic;
}

.news .news-footer .news-date abbr {
	font-style: italic;
	text-decoration: none;
	border-bottom: none;
}

#loadingPanel {
	position: absolute;
	cursor: progress;
	background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
}

#loadingPanel .loader {
	position: absolute;
	left: 48%;
	top: 48%;
}

#loadingPanel .loader .spinner-border {
	width: 3rem;
	height: 3rem;
}

.footer {
	margin-top: 1em;
	margin-right: 1em;
	padding-bottom: 70px;
}

.badge.even-larger-badge {
	font-size: 1.1em;
}

.fixed-bottom {
	background-color: #222;
}

.tab-spinner {
	width: 1rem;
	height: 1rem;
	vertical-align: middle;
}
