html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  border-width: 0px !important;
  overflow-x: hidden;
}
#grid-main {
  height: 100%;
}
#log {
  max-width: 244px;
  width: 25%;
  padding-right: 50px;
}
#switch,
#switch-content {
  padding: 0;
}
#grid-switch {
  margin: 0px !important;
  border: 0;
  padding: 0;
}
#tab-header {
  margin: 5px 0px;
}
#tab-header h2 {
  margin: 2px 0px;
}
#unit-main {
  padding-left: 28px;
  /* for the self-bar */
}
.sticky-footer {
  height: 65px;
  padding: 10px 0;
  display: none;
}
.sticky-footer-push {
  margin: 0;
  height: 65px;
}
.sticky-footer-wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -65px;
}
.game-opacity-controller {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
div.grid-content {
  margin: 0px 0px 15px 0px !important;
  padding: 15px;
}
div.grid-content .grid .unit {
  padding-top: 0;
  padding-bottom: 0;
}
img,
p,
span,
h1,
h2,
h3,
div,
span,
canvas {
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -ms-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
#vision-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.vision-step-0 #grid-main {
  opacity: 0.5;
}
.vision-step-0 #grid-main img,
.vision-step-0 #grid-main .canvas-container canvas,
.vision-step-0 #grid-main .vision-image,
.vision-step-0 #grid-main .vis-container {
  opacity: 0.15;
}
.vision-step-0 #grid-main p,
.vision-step-0 #grid-main h1,
.vision-step-0 #grid-main h2,
.vision-step-0 #grid-main h3,
.vision-step-0 #grid-main .vision-text,
.vision-step-0 #grid-main .stats-indicator,
.vision-step-0 #grid-main .list-amount,
.vision-step-0 #grid-main .item-name,
.vision-step-0 #grid-main #mainmap-sector-details-content td,
.vision-step-0 #grid-main #log span {
  opacity: 0.5;
}
.vision-step-1 #grid-main {
  opacity: 0.6;
}
.vision-step-1 #grid-main img,
.vision-step-1 #grid-main .canvas-container canvas,
.vision-step-1 #grid-main .vision-image,
.vision-step-1 #grid-main .vis-container {
  opacity: 0.32;
}
.vision-step-1 #grid-main p,
.vision-step-1 #grid-main h1,
.vision-step-1 #grid-main h2,
.vision-step-1 #grid-main h3,
.vision-step-1 #grid-main .vision-text,
.vision-step-1 #grid-main .stats-indicator,
.vision-step-1 #grid-main .list-amount,
.vision-step-1 #grid-main .item-name,
.vision-step-1 #grid-main #mainmap-sector-details-content td,
.vision-step-1 #grid-main #log span {
  opacity: 0.6;
}
.vision-step-2 #grid-main {
  opacity: 0.7;
}
.vision-step-2 #grid-main img,
.vision-step-2 #grid-main .canvas-container canvas,
.vision-step-2 #grid-main .vision-image,
.vision-step-2 #grid-main .vis-container {
  opacity: 0.49;
}
.vision-step-2 #grid-main p,
.vision-step-2 #grid-main h1,
.vision-step-2 #grid-main h2,
.vision-step-2 #grid-main h3,
.vision-step-2 #grid-main .vision-text,
.vision-step-2 #grid-main .stats-indicator,
.vision-step-2 #grid-main .list-amount,
.vision-step-2 #grid-main .item-name,
.vision-step-2 #grid-main #mainmap-sector-details-content td,
.vision-step-2 #grid-main #log span {
  opacity: 0.7;
}
.vision-step-3 #grid-main {
  opacity: 0.8;
}
.vision-step-3 #grid-main img,
.vision-step-3 #grid-main .canvas-container canvas,
.vision-step-3 #grid-main .vision-image,
.vision-step-3 #grid-main .vis-container {
  opacity: 0.66;
}
.vision-step-3 #grid-main p,
.vision-step-3 #grid-main h1,
.vision-step-3 #grid-main h2,
.vision-step-3 #grid-main h3,
.vision-step-3 #grid-main .vision-text,
.vision-step-3 #grid-main .stats-indicator,
.vision-step-3 #grid-main .list-amount,
.vision-step-3 #grid-main .item-name,
.vision-step-3 #grid-main #mainmap-sector-details-content td,
.vision-step-3 #grid-main #log span {
  opacity: 0.8;
}
.vision-step-4 #grid-main {
  opacity: 0.9;
}
.vision-step-4 #grid-main img,
.vision-step-4 #grid-main .canvas-container canvas,
.vision-step-4 #grid-main .vision-image,
.vision-step-4 #grid-main .vis-container {
  opacity: 0.83;
}
.vision-step-4 #grid-main p,
.vision-step-4 #grid-main h1,
.vision-step-4 #grid-main h2,
.vision-step-4 #grid-main h3,
.vision-step-4 #grid-main .vision-text,
.vision-step-4 #grid-main .stats-indicator,
.vision-step-4 #grid-main .list-amount,
.vision-step-4 #grid-main .item-name,
.vision-step-4 #grid-main #mainmap-sector-details-content td,
.vision-step-4 #grid-main #log span {
  opacity: 0.9;
}
.vision-step-5 #grid-main {
  opacity: 1;
}
.vision-step-5 #grid-main img,
.vision-step-5 #grid-main .canvas-container canvas,
.vision-step-5 #grid-main .vision-image,
.vision-step-5 #grid-main .vis-container {
  opacity: 1;
}
.vision-step-5 #grid-main p,
.vision-step-5 #grid-main h1,
.vision-step-5 #grid-main h2,
.vision-step-5 #grid-main h3,
.vision-step-5 #grid-main .vision-text,
.vision-step-5 #grid-main .stats-indicator,
.vision-step-5 #grid-main .list-amount,
.vision-step-5 #grid-main .item-name,
.vision-step-5 #grid-main #mainmap-sector-details-content td,
.vision-step-5 #grid-main #log span {
  opacity: 1;
}
.vision-step-6 #grid-main {
  opacity: 1;
}
.vision-step-6 #grid-main img,
.vision-step-6 #grid-main .canvas-container canvas,
.vision-step-6 #grid-main .vision-image,
.vision-step-6 #grid-main .vis-container {
  opacity: 1;
}
.vision-step-6 #grid-main p,
.vision-step-6 #grid-main h1,
.vision-step-6 #grid-main h2,
.vision-step-6 #grid-main h3,
.vision-step-6 #grid-main .vision-text,
.vision-step-6 #grid-main .stats-indicator,
.vision-step-6 #grid-main .list-amount,
.vision-step-6 #grid-main .item-name,
.vision-step-6 #grid-main #mainmap-sector-details-content td,
.vision-step-6 #grid-main #log span {
  opacity: 1;
}
.vision-step-7 #grid-main {
  opacity: 1;
}
.vision-step-7 #grid-main img,
.vision-step-7 #grid-main .canvas-container canvas,
.vision-step-7 #grid-main .vision-image,
.vision-step-7 #grid-main .vis-container {
  opacity: 1;
}
.vision-step-7 #grid-main p,
.vision-step-7 #grid-main h1,
.vision-step-7 #grid-main h2,
.vision-step-7 #grid-main h3,
.vision-step-7 #grid-main .vision-text,
.vision-step-7 #grid-main .stats-indicator,
.vision-step-7 #grid-main .list-amount,
.vision-step-7 #grid-main .item-name,
.vision-step-7 #grid-main #mainmap-sector-details-content td,
.vision-step-7 #grid-main #log span {
  opacity: 1;
}
.vision-step-8 #grid-main {
  opacity: 1;
}
.vision-step-8 #grid-main img,
.vision-step-8 #grid-main .canvas-container canvas,
.vision-step-8 #grid-main .vision-image,
.vision-step-8 #grid-main .vis-container {
  opacity: 1;
}
.vision-step-8 #grid-main p,
.vision-step-8 #grid-main h1,
.vision-step-8 #grid-main h2,
.vision-step-8 #grid-main h3,
.vision-step-8 #grid-main .vision-text,
.vision-step-8 #grid-main .stats-indicator,
.vision-step-8 #grid-main .list-amount,
.vision-step-8 #grid-main .item-name,
.vision-step-8 #grid-main #mainmap-sector-details-content td,
.vision-step-8 #grid-main #log span {
  opacity: 1;
}
.vision-step-9 #grid-main {
  opacity: 1;
}
.vision-step-9 #grid-main img,
.vision-step-9 #grid-main .canvas-container canvas,
.vision-step-9 #grid-main .vision-image,
.vision-step-9 #grid-main .vis-container {
  opacity: 1;
}
.vision-step-9 #grid-main p,
.vision-step-9 #grid-main h1,
.vision-step-9 #grid-main h2,
.vision-step-9 #grid-main h3,
.vision-step-9 #grid-main .vision-text,
.vision-step-9 #grid-main .stats-indicator,
.vision-step-9 #grid-main .list-amount,
.vision-step-9 #grid-main .item-name,
.vision-step-9 #grid-main #mainmap-sector-details-content td,
.vision-step-9 #grid-main #log span {
  opacity: 1;
}
.vision-step-10 #grid-main {
  opacity: 1;
}
.vision-step-10 #grid-main img,
.vision-step-10 #grid-main .canvas-container canvas,
.vision-step-10 #grid-main .vision-image,
.vision-step-10 #grid-main .vis-container {
  opacity: 1;
}
.vision-step-10 #grid-main p,
.vision-step-10 #grid-main h1,
.vision-step-10 #grid-main h2,
.vision-step-10 #grid-main h3,
.vision-step-10 #grid-main .vision-text,
.vision-step-10 #grid-main .stats-indicator,
.vision-step-10 #grid-main .list-amount,
.vision-step-10 #grid-main .item-name,
.vision-step-10 #grid-main #mainmap-sector-details-content td,
.vision-step-10 #grid-main #log span {
  opacity: 1;
}
body.dark {
  background: #202220;
  color: #fdfdfd;
  font-family: Arial, sans-serif;
  font-size: 11pt;
  line-height: 1.3em;
  /* WEBKIT BROWSERS */
}
body.dark .centered {
  margin-left: auto;
  margin-right: auto;
}
body.dark .hidden {
  display: none;
}
body.dark .nowrap {
  white-space: nowrap;
}
body.dark .unselectable {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
body.dark .centered {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.dark .strike-through,
body.dark .strike-through p {
  text-decoration: line-through;
  opacity: 0.9;
}
body.dark .container-dimmed .dimmable {
  opacity: 0.5;
}
body.dark span.icon {
  padding: 2px;
}
body.dark img.icon-ui-generic {
  height: 1.5em;
  width: 1.5em;
}
body.dark img.icon-centered,
body.dark .block-centered {
  display: block;
  margin: auto;
}
body.dark .shadowed-basic {
  -webkit-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
}
body.dark .lvl13-box-1 {
  background-color: #282a28;
  border: 2px solid #3a3a3a;
}
body.dark .lvl13-box-2 {
  background: "inherit";
  border: 1px solid #3a3a3a;
}
body.dark span.hl-functionality {
  font-weight: bold;
}
body.dark .p-meta {
  color: rgba(255, 255, 255, 0.5);
}
body.dark .dimmed {
  color: #666;
}
body.dark .columns-container {
  display: flex;
  gap: 5px;
}
body.dark .columns-container-vcenter {
  align-items: center;
}
body.dark .columns-child {
  flex: 1;
}
body.dark .columns-child-small {
  flex: 0;
}
body.dark .fullwidth {
  width: 100%;
  margin: 0.5em 0;
}
body.dark .full-width {
  width: 100%;
  margin: 0.5em 0;
}
body.dark td,
body.dark th {
  transition: all 0.15s;
}
body.dark .balancing-tab table {
  font-size: 80%;
}
body.dark table.spacious {
  margin: 5px 0px;
}
body.dark table.spacious td {
  padding: 2px 5px;
}
body.dark table.spacious td:last-child {
  padding-right: 0px;
}
body.dark table.spacious td:first-child {
  padding-left: 0px;
}
body.dark table.updating td {
  background: rgba(230, 70, 70, 0.15);
}
body.dark table.borders td {
  border: 1px solid #3a3a3a;
}
body.dark table.borders th {
  background: #2f322f;
}
body.dark table.borders th.alt-1 {
  background: #358;
}
body.dark table.borders th.alt-2 {
  background: #385;
}
body.dark table.borders th.alt-3 {
  background: #853;
}
body.dark table.borders td.alt-1 {
  background: rgba(51, 85, 136, 0.2);
}
body.dark table.borders td.alt-2 {
  background: rgba(51, 136, 85, 0.2);
}
body.dark table.borders td.alt-3 {
  background: rgba(136, 85, 51, 0.2);
}
body.dark table th.sortable {
  background: #444;
  cursor: pointer;
}
body.dark table.highlight-row tr:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.dark table th.foldable-table-header {
  background: #444;
  cursor: pointer;
}
body.dark table th.foldable-table-header.folded-table-header {
  background: #444;
  font-weight: bold;
  cursor: pointer;
}
body.dark td.folded-table-cell,
body.dark th.folded-table-cell {
  min-width: 1px !important;
  overflow: hidden;
  text-overflow: clip;
  max-width: 1px;
  padding: 0;
  color: transparent;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
body.dark td.minwidth {
  width: 5%;
}
body.dark td.maxwidth {
  width: 95%;
}
body.dark td.textwidth {
  width: 5%;
  white-space: nowrap;
}
body.dark td.list-amount,
body.dark td.list-storage {
  min-width: 30pt;
  text-align: center;
}
body.dark td.list-ordinal {
  min-width: 10pt;
  text-align: center;
}
body.dark td.list-description {
  padding-left: 10px;
}
body.dark td.list-action {
  text-align: center;
  width: 100pt;
}
body.dark td.list-main {
  text-align: center;
}
body.dark td.item-name {
  min-width: 8em;
}
body.dark td.text-overflow {
  font-size: 75%;
  width: 6em;
  max-width: 6em;
  overflow: hidden;
  white-space: nowrap;
}
body.dark th.th-number {
  text-align: center;
}
body.dark th.th-text {
  text-align: left;
}
body.dark td.bg-reset {
  background: #282a28;
}
body.dark tr.current {
  background: #2f322f;
  border-color: #2f322f;
}
body.dark tr.header-mini {
  font-size: 85%;
}
body.dark hr {
  color: #555;
  margin: 1em 5px;
  border: none;
  border-top: 1px #555 solid;
  height: 1px;
}
body.dark table td {
  padding: 0px 2px;
}
body.dark td > button,
body.dark td > div.container-btn-action {
  margin-left: 0px;
}
body.dark button {
  cursor: pointer;
}
body.dark ::-moz-selection {
  background: #ccc;
}
body.dark ::selection {
  background: #ccc;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
  font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.1pt;
  text-transform: uppercase;
}
body.dark h3,
body.dark h4 {
  margin: 1em 0 0.5em 0;
}
body.dark h4 {
  margin: 1em 0 0.5em 0;
}
body.dark a {
  border: none !important;
  background: inherit !important;
}
body.dark a:hover {
  color: #fff !important;
}
body.dark a:link,
body.dark a:visited {
  color: #fdfdfd;
}
body.dark .p-dense,
body.dark .p-dense p {
  margin: 0.25em 0;
}
body.dark p.nomargin {
  margin: 0;
}
body.dark .ui-anim {
  transform: scale(1.15, 1.15);
  opacity: 0.8;
  font-weight: bold;
}
body.dark .ui-anim-negative {
  color: #e64646 !important;
}
body.dark button {
  width: 95pt;
  padding: 8px 16px;
  margin: 4px;
  z-index: 2;
  font-weight: 500;
  position: relative;
  text-transform: lowercase;
  background: #202220;
  color: #fdfdfd;
  border: 1px solid #777;
}
body.dark button:hover {
  color: #fff !important;
  border-color: #777;
}
body.dark button:active {
  position: relative;
  top: 1px;
}
body.dark button,
body.dark ul.tabs li {
  transition: color 0.2s;
}
body.dark button.action {
  border-width: 2px;
  margin: 0px;
  margin-bottom: 0px;
  white-space: nowrap;
}
body.dark button.action.multiline {
  white-space: normal;
}
body.dark button.btn-secondary {
  border-width: 1px;
}
body.dark button.action-move {
  width: 55px;
}
body.dark button.context {
  width: auto;
  display: inline;
  float: right;
}
body.dark button.btn-wide {
  width: 110pt;
}
body.dark button.btn-narrow {
  width: 80pt;
}
body.dark button.btn-compact {
  width: auto;
  min-width: 2.5em;
  padding: 8px 10px;
}
body.dark button.btn-mini {
  width: auto;
  padding: 4px 8px;
}
body.dark button.btn-glyph {
  font-weight: bold;
  width: 1.5em;
  height: 1.5em;
  margin: 1px 2px;
  padding: 1px;
  font-size: 1em;
  vertical-align: middle;
  text-align: center;
  line-height: 1em;
  border-width: 1px;
  border-radius: 1px;
}
body.dark button.btn-glyph img {
  max-width: 1em;
  max-height: 1em;
  margin: auto;
}
body.dark button.btn-glyph-big {
  width: auto !important;
  min-width: 2.5em;
  padding-left: 0;
  padding-right: 0;
}
body.dark button.btn-meta {
  width: auto;
  padding: 2px 7px;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border-width: 0px;
  text-transform: lowercase;
}
body.dark button.btn-meta-float {
  float: right;
}
body.dark button.btn-meta:hover {
  text-decoration: underline;
}
body.dark div.container-btn-action {
  display: inline-block;
  padding: -1px;
  margin: 4px 6px;
  border-width: 0px;
}
body.dark table div.container-btn-action {
  margin: 2px 2px;
}
body.dark table.dense div.container-btn-action {
  margin: 2px 2px;
}
body.dark div.container-btn-action button {
  margin: -1px;
}
body.dark .callout-container hr {
  margin: 0.25em 3px;
}
body.dark .cooldown-reqs {
  height: 5px;
  width: 0%;
  padding: 0;
  border-width: 0px;
  transition: all 0.1s;
}
body.dark .cooldown-duration {
  background: rgba(100, 100, 100, 0.25);
}
body.dark button .cooldown-action,
body.dark button .cooldown-duration {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
}
body.dark .cooldown-action {
  background-color: rgba(68, 68, 68, 0.5);
}
body.dark .cooldown-reqs {
  background-color: rgba(68, 68, 68, 0.5);
}
body.dark button.btn-disabled,
body.dark li.disabled {
  opacity: 0.65;
  cursor: default !important;
}
body.dark button.btn-disabled-vision {
  opacity: 0.2;
  color: rgba(0, 0, 0, 0) !important;
}
body.dark button.btn-disabled-vision:hover {
  opacity: 0.65;
}
body.dark button.btn-disabled-basic,
body.dark button.btn-disabled-vision,
body.dark button.btn-disabled-resources,
body.dark li.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal !important;
}
body.dark button.action.btn-disabled-basic,
body.dark button.btn-disabled-vision,
body.dark li.disabled {
  text-decoration: line-through !important;
}
body.dark button.action.btn-disabled-basic:before {
  content: "\00a0";
}
body.dark button.action.btn-disabled-basic:after {
  content: "\00a0";
}
body.dark button.btn-disabled-basic,
body.dark button.btn-disabled-vision,
body.dark button.btn-disabled-resources,
body.dark button.btn-disabled-cooldown {
  border-color: #444;
  color: #999 !important;
}
body.dark .button-detail-label {
  margin: -4px 0 2px 0;
}
body.dark div.container-btn-action:hover + div.btn-callout,
body.dark div.btn-callout:hover,
body.dark .info-callout-target:hover + div.info-callout,
body.dark div.info-callout:hover,
body.dark div.container-btn-action:focus + div.btn-callout,
body.dark div.btn-callout:focus,
body.dark .info-callout-target:focus + div.info-callout,
body.dark div.info-callout:focus {
  display: block;
}
body.dark div.btn-callout,
body.dark div.info-callout {
  text-align: left;
  display: none;
  position: absolute;
  width: 100%;
  min-width: 80px;
  z-index: 5;
  text-transform: none;
}
body.dark div.btn-callout {
  width: 100%;
  text-align: center;
  top: 37px;
  pointer-events: none;
  opacity: 0.95;
}
body.dark div.info-callout {
  width: auto;
  min-width: 50%;
  max-width: 100%;
}
body.dark .info-callout-target {
  border-width: 0px;
  border-style: solid;
  padding: 0px;
  margin: 0px;
  cursor: help;
  display: inline-block;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
  background: #202220;
  color: #fdfdfd;
  border: 1px solid #555;
}
body.dark .item div.info-callout-target,
body.dark .res div.info-callout-target,
body.dark .resultlist li div.info-callout-target,
body.dark .itemlist div.info-callout-target {
  border-width: 0px;
  background-color: inherit;
}
body.dark .info-callout-target-small + div.info-callout {
  width: auto !important;
  max-width: none !important;
  white-space: nowrap;
}
body.dark div.callout-container {
  position: relative;
  display: inline-block;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
  font-size: 85%;
  overflow-wrap: break-word;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
  padding: 4px;
}
body.dark .info-callout button {
  padding: 4px 8px;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
  -webkit-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
}
body.dark .info-callout-content-section-long {
  white-space: normal;
}
body.dark div.callout-arrow-up {
  border-bottom-color: #555 !important;
  width: 0;
  height: 0;
  z-index: 10;
  position: relative;
  top: 0px;
  margin: 0 0 0 3.5px;
  margin: 0px auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
}
body.dark .item div.callout-arrow-up {
  margin: 0 0 0 2px;
}
body.dark span.action-risk {
  display: block;
}
body.dark span.action-cost-blocker-storage {
  text-decoration: line-through;
}
body.dark span.action-cost-blocker {
  color: #666;
}
body.dark .action-separator {
  display: block;
  width: 10px;
  height: 10px;
}
body.dark ul.tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.dark ul.tabs li {
  display: inline-block;
  margin: 0px 1px;
  padding: 5px 10px 5px 10px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  top: 2px;
  height: 32px;
  cursor: pointer;
  text-transform: lowercase;
  background-color: #202220;
  border-color: #3a3a3a;
  box-sizing: border-box;
}
body.dark ul.tabs li.selected {
  font-weight: bold;
  z-index: 2;
  width: auto;
}
body.dark ul.tabs li.selected {
  background: #282a28;
}
body.dark ul.tabs li:hover {
  text-decoration: underline;
}
body.dark ul.tabs li.selected {
  border-color: #3a3a3a;
  border-bottom-color: #282a28;
}
body.dark ul.tabs li span {
  display: inline-block;
  overflow-x: hidden;
  width: 100%;
}
body.dark div.popup {
  background: #282a28;
  border: 2px solid #3a3a3a;
  padding: 20px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  min-width: 30%;
  max-width: 60%;
  -webkit-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
}
body.dark div.popup-ingame {
  z-index: 16;
}
body.dark div.popup-meta {
  z-index: 26;
}
body.dark div.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
body.dark div.popup-overlay-ingame {
  z-index: 15;
}
body.dark div.popup-overlay-meta {
  z-index: 25;
}
body.dark .tab-options {
  float: right;
}
body.dark .stepper {
  text-align: center;
  min-width: 70px;
  vertical-align: middle;
  margin: 1px;
  white-space: nowrap;
}
body.dark .stepper button {
  margin: 0;
}
body.dark .stepper button[data-type="minus"] {
  border-radius: 7px 0px 0px 7px;
}
body.dark .stepper button[data-type="plus"] {
  border-radius: 0px 7px 7px 0px;
}
body.dark .horizontal-select {
  display: flex;
  align-items: center;
  margin: 2px 0;
}
body.dark .horizontal-select-title {
  background: #282a28;
  padding: 1px 8px;
}
body.dark .horizontal-select-list {
  padding: 0;
  margin: 0;
}
body.dark .horizontal-select-option {
  background: #202220;
  border: 1px solid #555;
  padding: 1px 5px;
  margin: 0 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
body.dark .horizontal-select-option:hover {
  background: #444;
  border-color: ligten(#555, 10%);
}
body.dark .horizontal-select-option.selected {
  background: #444;
}
body.dark .stats-indicator {
  display: block;
  margin: 0 2px 0 0;
  white-space: nowrap;
}
body.dark .stats-indicator span {
  display: inline-block;
  margin: auto 0 auto 1px;
}
body.dark .stats-indicator span.label {
  text-transform: lowercase;
}
body.dark .stats-indicator span.value {
  text-align: center;
  margin-left: 4px;
}
body.dark .stats-indicator .value,
body.dark .stats-indicator .value-total,
body.dark .stats-indicator .change,
body.dark .stats-indicator .forecast {
  color: #bbb;
}
body.dark .stats-indicator .change,
body.dark .stats-indicator .forecast {
  font-size: 85%;
  vertical-align: middle;
}
body.dark .stats-indicator .progress {
  height: 0.5em;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}
body.dark .stats-indicator .progress-wrap {
  margin: auto 1px auto 3px;
}
body.dark .change-indicator {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-size: 100%;
  margin: 0px 2px;
  opacity: 0.75;
  vertical-align: middle;
}
body.dark .indicator-even {
  background-image: url('../img/eldorado/icon-even-dark.png');
  opacity: 0.25;
}
body.dark .indicator-decrease {
  background-image: url('../img/eldorado/icon-decrease-dark.png');
}
body.dark .item-comparison-badge .indicator-decrease {
  opacity: 0.25;
}
body.dark .indicator-increase {
  background-image: url('../img/eldorado/icon-increase-dark.png');
}
body.dark .indicator-fastincrease {
  background-image: url('../img/eldorado/icon-fastincrease-dark.png');
}
body.dark .indicator-equipped {
  background-image: url('../img/eldorado/icon-checkmark-dark.png');
  opacity: 0.5;
}
body.dark .collapsible-container {
  margin: 5px 0px;
}
body.dark .collapsible-container {
  border: 1px solid #3a3a3a;
}
body.dark .collapsible-header {
  background: #2f322f;
  cursor: pointer;
  margin: 0px;
  padding: 5px 30px 5px 10px;
  background-image: url('../img/open-iconic/arrow-circle-top-2x-dark.png');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
body.dark .collapsible-header.collapsible-collapsed {
  background-image: url('../img/open-iconic/arrow-circle-bottom-2x-dark.png');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
body.dark .collapsible-content {
  margin: 5px 10px;
  display: none;
}
body.dark .progress {
  width: 100%;
  max-width: 250px;
  height: 1em;
  border-width: 0px !important;
  line-height: 1.3;
}
body.dark .progress-wrap {
  background-color: #666;
  margin: 2px 0;
  border: 0px;
  overflow: hidden;
  position: relative;
}
body.dark .progress-wrap-science {
  background-color: #358 !important;
}
body.dark .progress-multibar-container {
  display: flex;
  margin: 2px 0;
}
body.dark .progress-multibar-container .progress-wrap {
  display: inline-block !important;
  margin: 0px;
}
body.dark .progress-bar {
  left: 0;
  top: 0;
  position: absolute;
  background: #2f322f;
}
body.dark .progress-label {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  font-size: 85%;
  text-align: center;
  vertical-align: text-top;
}
body.dark .progress-bar-change {
  background: #444;
  position: absolute;
  width: 0%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.dark .canvas-container {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-width: 1px !important;
}
body.dark .canvas-container {
  border: 1px solid #3a3a3a;
}
body.dark .scroll-position-container {
  padding: 5px;
  position: relative;
  overflow: hidden;
}
body.dark .scroll-position-indicator {
  position: absolute;
  background: #3a3a3a;
}
body.dark .scroll-position-indicator-vertical {
  width: 100%;
  height: 50%;
  min-height: 10px;
  min-width: 10px;
  top: 10px;
  left: 0;
}
body.dark .scroll-position-indicator-horizontal {
  height: 100%;
  width: 50%;
  min-width: 10px;
  min-height: 10px;
  top: 0;
  left: 10px;
}
body.dark .scrollable.scroll-enabled {
  cursor: all-scroll;
}
body.dark .bubble {
  background-color: #ccc;
  color: #202220;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  font-size: 85%;
}
body.dark table .bubble {
  position: inherit;
  top: inherit;
  left: inherit;
}
body.dark .bubble-even {
  background-image: url('../img/eldorado/icon-even.png');
  opacity: 0.25;
}
body.dark .bubble-decrease {
  background-image: url('../img/eldorado/icon-decrease.png');
}
body.dark .bubble-increase {
  background-image: url('../img/eldorado/icon-increase.png');
}
body.dark .bubble-fastincrease {
  background-image: url('../img/eldorado/icon-fastincrease.png');
}
body.dark .container-relative {
  position: relative;
  display: inline-block;
}
body.dark .container-relative p {
  margin: 0;
}
body.dark .container-nomargin {
  margin: 0;
}
body.dark .statsbar {
  padding: 3px 2px;
}
body.dark .actionbox,
body.dark .infobox,
body.dark .buttonbox {
  margin: 6px 0px;
}
body.dark .infobox {
  padding: 0px 0px 5px 0px;
}
body.dark .infobox-scrollable {
  border: 1px solid #3a3a3a;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 12em;
}
body.dark .infobox-scrollable-header {
  margin: 1.5em 0 0 0;
}
body.dark .actionbox {
  padding: 3px 0px;
}
body.dark .textbox {
  padding: 10px 0px;
  max-width: 70em;
}
body.dark .divbox {
  margin: 10px 0 10px 0;
}
body.dark .inventorybox {
  border-color: #3a3a3a;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  padding: 5px 0px 2px 0px;
  margin: 5px 0px;
  min-height: 1em;
  min-width: 1em;
  vertical-align: top;
}
body.dark .inventorybox ul li {
  background: inherit !important;
  margin: 0px 2px 2px 0px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  position: relative;
}
body.dark .inventorydivision {
  width: 49%;
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding-top: 2.5em;
  margin-top: -5px;
}
body.dark .inventorydivision-with-footer {
  padding-bottom: 2em;
}
body.dark .inventorydivision .inventorybox-header {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 5px 0;
}
body.dark .inventorydivision:first-child .inventorybox-header {
  border-radius: 10px 0 0 0;
}
body.dark .inventorydivision:last-child .inventorybox-header {
  border-radius: 0 10px 0 0;
}
body.dark .inventorydivision .inventorybox-footer {
  position: absolute;
  bottom: 3px;
  left: 0;
  margin: 0;
  width: 100%;
}
body.dark #common-popup .inventorybox ul {
  min-width: 380px;
  width: 100%;
}
body.dark .inventorybox ul,
body.dark .ul-horizontal {
  padding: 0px;
  margin: 0px;
}
body.dark .inventorybox-negative > li {
  opacity: 80%;
}
body.dark .highlightbox,
body.dark .inventorybox-header,
body.dark .inventorybox-footer {
  background: #2f322f;
  border-color: #2f322f;
}
body.dark .li-item-negative {
  background: rgba(230, 70, 70, 0.15) !important;
  border: 1px solid #E13232 !important;
}
body.dark .item-slot,
body.dark .follower-slot {
  background: inherit !important;
  margin: 0px 2px 2px 0px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  position: relative;
}
body.dark .item-slot.highlighted,
body.dark .follower-slot.highlighted {
  border-color: #7b7b7b;
  color: #ffffff;
}
body.dark .item-slot-big {
  width: 55px;
  height: 70px;
}
body.dark .follower-slot-big {
  width: 65px;
  height: 75px;
}
body.dark .item-slot-small,
body.dark .follower-slot-small {
  width: 37px;
  height: 37px;
}
body.dark .item-slot-equipped,
body.dark .follower-slot-selected {
  border-color: #555;
}
body.dark .item-equipped,
body.dark .follower-selected {
  background: #2f322f;
}
body.dark .item-broken {
  border: red;
  background: linear-gradient(90deg, #282a28 0%, #282a28 50%, rgba(230, 70, 70, 0.35) 50%, rgba(230, 70, 70, 0.35) 100%) !important;
}
body.dark .item-slot-type-empty,
body.dark .follower-slot-type-empty {
  font-size: 85%;
  text-align: center;
  display: inline-block;
  opacity: 0.25;
  width: 100%;
  font-style: oblique;
}
body.dark .item-slot-type-equipped,
body.dark .follower-slot-type-selected {
  font-size: 85%;
  text-align: center;
  width: 55px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
}
body.dark .item-slot-type-equipped {
  font-size: 85%;
  text-align: center;
  display: inline-block;
}
body.dark .item-slot-type-equipped {
  width: 55px;
  height: 70px;
  line-height: 70px;
}
body.dark .follower-slot-type-equipped {
  width: 65px;
  height: 75px;
  line-height: 75px;
}
body.dark .item-slot-image,
body.dark .follower-slot-image {
  position: absolute;
}
body.dark .item-slot-big .item-slot-image {
  left: 9.5px;
  top: 27px;
}
body.dark .follower-slot-big .follower-slot-image {
  left: 14.5px;
  top: 29.5px;
}
body.dark .item-slot-name,
body.dark .item-slot-type-equipped,
body.dark .follower-slot-type-selected {
  background-color: #2f322f;
  width: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 1.05em;
  height: auto;
  max-height: 1.9em;
  padding: 0.35em 0;
}
body.dark .item-slot.highlighted .item-slot-type-equipped,
body.dark .follower-slot.highlighted .follower-slot-type-selected {
  background: #434743;
}
body.dark .item-slot-effect {
  display: none;
}
body.dark .item-slot-name {
  bottom: 0px;
  opacity: 0;
}
body.dark .item-slot-type-equipped,
body.dark .follower-slot-type-selected {
  top: 0px;
}
body.dark .item-slot-simple {
  border-width: 0px !important;
}
body.dark div.item-slot > div,
body.dark div.item-slot > span,
body.dark .follower-slot > div,
body.dark .follower-slot > span {
  position: absolute;
  cursor: default;
}
body.dark .follower-slot-follower {
  width: 100%;
  display: block;
  text-align: center;
}
body.dark ul.itemlist,
body.dark ul.resultlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
body.dark .itemlist li {
  display: inline-flex;
}
body.dark .item,
body.dark .res {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
  margin: 2px;
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
body.dark .item,
body.dark .res,
body.dark .li-item-negative,
body.dark .li-item-positive {
  background: #282a28;
  border: 2px solid #3a3a3a;
}
body.dark .item.highlighted {
  background: #414441;
  border-color: #6d6d6d;
}
body.dark .res {
  border-radius: 0 !important;
  margin: 8px 6px 6px 6px !important;
  padding: 0px !important;
  border-width: 1px;
}
body.dark .item img,
body.dark .li-item-negative img,
body.dark .li-item-positive img {
  margin: -3px 0px 3px 0px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
body.dark .res img {
  margin: -2px 1px 8px 1px;
  vertical-align: middle;
  height: 12px;
  width: 12px;
}
body.dark .item div.item-count,
body.dark .res div.item-count {
  border-width: 1px;
  color: #bbb;
  font-size: 75%;
  position: absolute;
  bottom: -0.9em;
  left: -2px;
  min-width: 100%;
  padding: 0 1px;
  line-height: 1em;
  text-align: center;
  z-index: 3;
}
body.dark li.item-with-count {
  margin-bottom: 1em;
}
body.dark .warning,
body.dark .warning span,
body.dark li.li-item-negative,
body.dark .item-slot-lost .item-count {
  color: #e64646 !important;
}
body.dark hr.warning {
  border-color: #e64646 !important;
}
body.dark .warning.progress-wrap {
  background: #e64646 !important;
}
body.dark .warning .progress-label {
  color: #fdfdfd !important;
}
body.dark .inventorybox-negative,
body.dark .item-slot-lost .item-count {
  border: 1px solid #E13232 !important;
}
body.dark .item-comparison-indicator {
  background-size: 100%;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
}
body.dark .item-comparison-badge {
  top: -11px;
  right: -11px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #555;
  padding: 2px;
  border-radius: 6px;
  background: #282a28;
}
body.dark .dev-hud {
  opacity: 0.75;
  background: #999;
  padding: 1px;
  border-radius: 5px;
  z-index: 100;
}
body.dark .dev-hud:hover {
  opacity: 1;
}
body.dark .status-badge {
  float: right;
  padding: 0 0.75em;
  border-radius: 1em;
  height: 1em;
}
body.dark .status-badge {
  background: #2f322f;
}
body.dark input,
body.dark select,
body.dark textarea {
  background-color: #202220;
  color: #fdfdfd;
  border: 1px solid #3a3a3a;
}
body.dark input[type=range] {
  background: inherit;
  border: none;
  margin: 3px 5px;
  vertical-align: middle;
  cursor: pointer;
  height: 20px;
  -webkit-appearance: none;
}
body.dark input[type=range]:focus {
  outline: none;
}
body.dark input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #202220;
}
body.dark input[type=range]::-webkit-slider-thumb {
  border: 1px solid #888;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #fdfdfd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
body.dark input[type=range]:focus::-webkit-slider-runnable-track {
  background: #202220;
}
body.dark input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #202220;
}
body.dark input[type=range]::-moz-range-thumb {
  border: 1px solid #888;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #fdfdfd;
  cursor: pointer;
}
body.dark input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
body.dark input[type=range]::-ms-fill-lower {
  background: #fdfdfd;
  border: 0px solid #000000;
  border-radius: 2px;
}
body.dark input[type=range]::-ms-fill-upper {
  background: #fdfdfd;
  border: 0px solid #000000;
  border-radius: 2px;
}
body.dark input[type=range]::-ms-thumb {
  margin-top: 1px;
  border: 1px solid #888;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #fdfdfd;
  cursor: pointer;
}
body.dark input[type=range]:focus::-ms-fill-lower {
  background: #fdfdfd;
}
body.dark input[type=range]:focus::-ms-fill-upper {
  background: #fdfdfd;
}
body.dark .checkbox,
body.dark input[type=checkbox] {
  width: 1em;
  height: 1em;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  margin: 1px 3px;
  vertical-align: middle;
  cursor: pointer;
}
body.dark .checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
body.dark select {
  margin: 0px 5px;
  padding: 1px 3px;
}
body.dark input.amount {
  width: 30pt;
  margin: 0;
  padding: 1px;
  text-align: center;
  border-width: 1px 0px;
}
body.dark .sub-page-container {
  padding: 10px 20px;
}
body.dark .faq-category h3 {
  text-transform: none;
  font-size: inherit;
}
body.dark #log {
  background: none;
}
body.dark #log ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
body.dark #log ul li {
  margin: 0px 0px 0.8em 0px;
}
body.dark #log .msg {
  display: block;
}
body.dark #log-overlay {
  height: 100%;
  max-width: 214px;
  width: 100%;
  position: inherit;
  pointer-events: none;
  top: 0;
}
body.dark #log ul li.log-loaded,
body.dark #log ul li.log-loaded span {
  color: #666;
}
body.dark span.time,
body.dark span.msg-camp-level {
  font-size: 75%;
  vertical-align: middle;
}
body.dark span.msg-count,
body.dark span.time,
body.dark span.msg-camp-level {
  color: #bbb;
}
body.dark .lvl13-fade-down {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
}
body.dark .header-section {
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 0px 0px;
  float: left;
  padding: 0px 2px;
}
body.dark #main-header-camp {
  width: 100%;
}
body.dark #main-header-bag {
  min-width: 20%;
  max-width: 25%;
}
body.dark #main-header-equipment {
  max-height: 122px;
  text-align: center;
  padding: 2px;
}
body.dark #main-header-items {
  min-width: 35px;
  max-width: 35%;
}
body.dark #header-tribe-container {
  margin-bottom: 5px;
}
body.dark #grid-switch-content {
  z-index: 1;
  position: relative;
}
body.dark #grid-main-header .unit {
  padding: 2px;
  position: relative;
}
body.dark #statsbar-resources .callout-container {
  width: 33%;
  border: 0px;
}
body.dark #header-self-bar {
  position: fixed;
  width: 60px;
  z-index: 5;
  text-align: center;
  padding: 5px 3px;
  margin-left: -80px;
  font-size: 80%;
}
body.dark #header-self-bar ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.dark #header-self-bar > span {
  display: block;
}
body.dark #header-self-bar .stats-indicator {
  margin: 1px 0px;
  width: 100%;
  line-height: 1em;
}
body.dark #header-self-bar .callout-container {
  width: 100%;
}
body.dark #header-self-bar .stats-indicator .value {
  font-size: 85%;
  margin: 3px 0;
}
body.dark #header-self-bar .info-callout {
  width: 75px;
  max-width: 75px;
}
body.dark #header-self-bar .change-indicator {
  vertical-align: top;
  margin: 0.2em 0 0 0.25em;
}
body.dark #header-self-bar div.callout-arrow-up {
  margin: 0 0 0 23px;
}
body.dark #grid-location-header {
  padding: 10px 0px 0px 0px;
}
body.dark #grid-location-header h1,
body.dark #grid-location-header img {
  display: inline-block;
  vertical-align: middle;
}
body.dark #level-icon {
  margin: 3px 3px 3px 0;
  width: 2.5em;
  height: 2.5em;
}
body.dark .item-bag-options {
  margin-top: 5px;
}
body.dark #bag-resources > .callout-container {
  max-width: 49%;
}
body.dark #notification-player {
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #555;
}
body.dark #notification-player .progress {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
body.dark span#out-position-indicator {
  font-size: 80%;
  line-height: 1.1em;
}
body.dark #footer {
  padding: 1px 5px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
body.dark ul#game-options,
body.dark ul#game-options-extended {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0px;
  line-height: 1em;
  display: table;
  float: right;
}
body.dark ul#game-options li,
body.dark ul#game-options-extended li {
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
}
body.dark #game-version,
body.dark #game-msg {
  display: inline-block;
  text-transform: lowercase;
}
body.dark #game-msg {
  flex-grow: 1;
}
body.dark .sticky-footer .one-quarter {
  height: 2px;
  padding: 0px;
}
body.dark span.improvement-badge {
  padding: 5px;
  margin: 1px;
  background-color: #282a28;
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  min-width: 1em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
body.dark span.improvement-badge.badge-disabled {
  color: #999;
}
body.dark span.improvement-count {
  font-weight: bold;
}
body.dark span.improvement-badge.improvement-upgrade-level {
  position: absolute;
  background-color: #2f322f;
  top: -1px;
  right: -1px;
  padding: 0 1px !important;
  font-size: 75%;
  width: 1em;
}
body.dark #in-population-details > div {
  width: 100%;
}
body.dark .changelog-type {
  padding: 2px 5px;
  border-width: 1px;
  border-style: solid;
  margin: 0px 5px 0px 0px;
  border-color: #3a3a3a;
}
body.dark #changelog {
  font-size: 85%;
  margin-left: 10px;
  margin-right: 10px;
}
body.dark #changelog ul {
  padding: 0 0 0 2em;
  margin: 0.25em 0 1em 0;
  list-style-type: none;
}
body.dark #changelog li {
  position: relative;
  line-height: 1.35em;
}
body.dark #changelog li:before {
  width: 7px;
  height: 7px;
  background: #ccc;
  content: ".";
  position: absolute;
  left: -1em;
  top: 0.375em;
  display: inline-block;
  overflow: hidden;
}
body.dark #minimap-background-container {
  position: relative;
  height: 224px;
  width: 224px;
}
body.dark #minimap-container {
  position: absolute;
  top: 12px;
  left: 12px;
}
body.dark #out-container-compass,
body.dark #out-container-compass-actions {
  text-align: center;
  width: 224px;
}
body.dark #out-container-compass canvas,
body.dark #out-container-compass-actions table {
  margin-left: auto;
  margin-right: auto;
}
body.dark #table-out-actions-movement {
  margin-top: 10px;
}
body.dark #mainmap-container-container {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.dark #mainmap-container-ascii {
  display: block;
  padding: 5px;
  margin: 5px;
  font-family: monospace;
}
body.dark #mainmap-container-ascii textarea {
  width: 100%;
}
body.dark #trade-caravans-outgoing-container tr {
  border-width: 3px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: transparent;
}
body.dark #trade-caravans-outgoing-container tr.selected {
  border-color: #2f322f;
}
body.dark .trade-caravans-outgoing-plan {
  border-width: 3px;
  border-top-width: 0px;
}
body.dark .row-detail-indicator {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
}
body.dark .row-detail-indicator {
  color: #bbb;
}
body.dark #incoming-caravan-popup-multiplier {
  justify-content: flex-end;
  font-size: 85%;
  margin-bottom: 1em;
}
body.dark .camp-overview-production,
body.dark .camp-overview-stats {
  font-size: 85%;
}
body.dark .camp-overview-name {
  max-width: 5em;
  white-space: nowrap;
  overflow-x: hidden;
}
body.dark .camp-overview-btn {
  text-align: center;
}
body.dark td.camp-overview-level {
  padding: 0 2px;
  width: 1em;
}
body.dark .camp-overview-level-container {
  background: inherit;
  border-color: #3a3a3a;
  border-radius: 1.75em;
  text-align: center;
  font-size: 85%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 2px auto;
  vertical-align: middle;
  font-weight: bold;
}
body.dark .lvl-container-camp-normal {
  border-width: 3px;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
body.dark .lvl-container-camp-outpost {
  border-width: 2px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
body.dark .lvl-container-camp-capital {
  border-width: 3px;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
body.dark tr.camp-overview-camp {
  border-style: solid;
  border-width: 1px;
}
body.dark .camp-overview-lvl14 {
  text-align: center;
  height: 1em;
}
body.dark #camp-overview hr {
  margin: 0;
  border: 1px solid #444;
}
body.dark #resultlist-inventorymanagement-found ul li,
body.dark #resultlist-loststuff-lost ul li {
  border-width: 0px;
  padding-bottom: 5px;
}
body.dark #resultlist-inventorymanagement .inventorybox {
  max-width: 550px;
}
body.dark ul.resultlist li {
  margin: 0px 3px;
  background-color: transparent;
}
body.dark ul.resultlist-positive li:before {
  content: "+ ";
}
body.dark #switch {
  background-color: #202220;
}
body.dark div.grid-content {
  background: #282a28;
  border: 2px solid #3a3a3a;
}
body.dark #in-game-date {
  float: right;
}
body.dark .blueprint:hover {
  border-width: 2px !important;
}
body.dark .blueprint-piece-box {
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0px 3px;
  border-width: 2px;
  border-style: solid;
  vertical-align: middle;
}
body.dark .blueprint-piece-box-found {
  background: #444;
  border-color: #555;
}
body.dark .blueprint-piece-box-missing {
  background: #282a28;
  border: 2px solid #3a3a3a;
}
body.dark .blueprint-piece-box img {
  margin: 0.4em;
  width: 1.2em;
  height: 1.2em;
}
body.dark .event-starting {
  animation: event-end 1.3s step-end infinite;
  animation-timing-function: ease-in-out;
}
body.dark .event-ending {
  animation: event-end 1.3s step-end infinite;
  animation-timing-function: ease-in-out;
}
@keyframes event-end {
  0% {
    opacity: inherit;
  }
  50% {
    opacity: 0.4;
  }
}
body.dark #fight-popup {
  min-width: 35%;
}
body.dark .fight-damage-indicator,
body.dark .fight-status-indicator {
  margin: 0;
  font-size: 85%;
  font-weight: bold;
  position: absolute;
  top: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.dark .fight-damage-indicator {
  color: #E13232;
  right: -3em;
}
body.dark .fight-status-indicator {
  color: #bbb;
  right: -5em;
}
body.dark .fight-status-stunned {
  color: #999;
}
body.dark #fight-popup-enemy-stats {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.dark #fight-popup-enemy-difficulty {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.dark .reqs-list-entry {
  display: block;
}
body.dark .reqs-checkmark {
  background-image: url('../img/eldorado/icon-checkmark-dark.png');
  background-repeat: no-repeat;
  background-image: url(../img/eldorado/icon-checkmark-dark.png);
  background-size: 1em 1em;
  background-position: center;
  display: inline-block;
  height: 1em;
  width: 1em;
}
body.dark #manage-save-textarea {
  font-size: 85%;
}
body.dark .loading-content,
body.dark .thinking-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(32, 34, 32, 0.5);
}
body.dark .loading-spinner {
  text-align: center;
  width: 100%;
  position: relative;
  top: 50%;
  left: 0;
}
body.dark .loading-spinner .loading-dot {
  background: #ccc;
  width: 11px;
  height: 11px;
  margin: 2px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.3s infinite ease-in-out both;
  animation: sk-bouncedelay 1.3s infinite ease-in-out both;
}
body.dark .loading-spinner .loading-dot1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
body.dark .loading-spinner .loading-dot2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
body.dark .loading-spinner .loading-dot3 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body.dark div {
  scrollbar-color: #2f322f #666;
}
body.dark div ::-webkit-scrollbar {
  width: 11px;
  background: #2f322f;
}
body.dark div ::-webkit-scrollbar-track {
  background: #2f322f;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
body.dark div ::-webkit-scrollbar-button {
  background: #666;
  display: none;
}
body.dark div ::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 5.5px;
}
body.dark div ::-webkit-scrollbar-thumb:hover {
  background: #888;
}
body.dark div ::-webkit-scrollbar-thumb:window-inactive {
  background: #666;
}
body.dark div ::-webkit-scrollbar-corner,
body.dark div ::-webkit-resizer {
  background: rgba(102, 102, 102, 0.75) !important;
  border: 0px solid rgba(102, 102, 102, 0.75);
  box-shadow: none;
}
body.dark div ::-webkit-scrollbar-corner:hover,
body.dark div ::-webkit-resizer:hover {
  background: rgba(136, 136, 136, 0.75) !important;
  border: 0px solid rgba(102, 102, 102, 0.75);
  box-shadow: none;
}
body.dark #minimap {
  overflow: hidden;
}
body.dark #mainmap {
  overflow: hidden;
}
body.dark #mainmap,
body.dark #researched-upgrades-vis {
  overflow: hidden;
}
body.dark .canvas-overlay {
  position: absolute;
  top: 0;
  pointer-events: none;
}
body.dark .canvas-overlay-cell {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
  font-size: 70%;
  display: table;
  line-height: 0.85;
}
body.dark .canvas-overlay-cell p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.dark .map-overlay-cell {
  width: 11px;
  height: 11px;
  border: none;
}
body.dark .map-overlay-cell:hover {
  background: #fdfdfd;
}
body.dark .map-overlay-cell.selected {
  background: #fdfdfd;
  outline: 5px solid rgba(255, 255, 255, 0.5);
}
body.dark #researched-upgrades-vis-container {
  max-height: 300px;
}
body.dark .upgrades-overlay-cell {
  width: 85px;
  height: 22px;
  color: #202220;
}
body.dark .upgrades-overlay-cell:hover {
  background: rgba(253, 253, 253, 0.1);
}
body.dark #tab-vis-in {
  border: 2px solid #3a3a3a;
  padding: 0;
}
body.dark #tab-vis-in-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
body.dark #vis-camp-info-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: #2f322f;
  font-size: 75%;
  padding: 1px;
  vertical-align: middle;
  text-align: center;
  z-index: 9;
}
body.dark .vis-camp-layer {
  position: absolute;
  top: 0;
}
body.dark .vis-camp-building-container {
  background: transparent;
  border-radius: 3px;
  border: 2px dotted transparent;
  position: absolute;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 75%;
  color: transparent;
}
body.dark .vis-camp-building-container.filled {
  display: none;
}
body.dark .vis-camp-floor {
  background: #2f322f;
  position: absolute;
  left: 0px;
}
body.dark .vis-camp-building {
  position: absolute;
  opacity: 1;
  width: 12px;
  height: 12px;
  z-index: 3;
  font-size: 75%;
}
body.dark .vis-camp-building-z0 {
  z-index: 4;
}
body.dark .vis-camp-building-z1 {
  z-index: 3;
}
body.dark .vis-camp-building-z2 {
  z-index: 2;
}
body.dark .vis-camp-building-z3 {
  z-index: 1;
}
body.dark .vis-camp-building-z4 {
  z-index: 0;
}
body.dark.vision-step-0 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.8) 70%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.8) 70%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.8) 70%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.8) 70%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.8) 70%, #202220 100%);
}
body.dark.vision-step-1 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.795) 73%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.795) 73%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.795) 73%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.795) 73%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.795) 73%, #202220 100%);
}
body.dark.vision-step-2 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.79) 76%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.79) 76%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.79) 76%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.79) 76%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.79) 76%, #202220 100%);
}
body.dark.vision-step-3 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.785) 79%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.785) 79%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.785) 79%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.785) 79%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.785) 79%, #202220 100%);
}
body.dark.vision-step-4 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.78) 82%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.78) 82%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.78) 82%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.78) 82%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.78) 82%, #202220 100%);
}
body.dark.vision-step-5 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.775) 85%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.775) 85%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.775) 85%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.775) 85%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.775) 85%, #202220 100%);
}
body.dark.vision-step-6 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.77) 88%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.77) 88%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.77) 88%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.77) 88%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.77) 88%, #202220 100%);
}
body.dark.vision-step-7 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.765) 91%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.765) 91%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.765) 91%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.765) 91%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.765) 91%, #202220 100%);
}
body.dark.vision-step-8 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.76) 94%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.76) 94%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.76) 94%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.76) 94%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.76) 94%, #202220 100%);
}
body.dark.vision-step-9 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.755) 97%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.755) 97%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.755) 97%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.755) 97%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.755) 97%, #202220 100%);
}
body.dark.vision-step-10 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.75) 99%, #202220 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.75) 99%, #202220 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.75) 99%, #202220 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.75) 99%, #202220 100%);
  background: radial-gradient(circle at 50% 50%, rgba(32, 34, 32, 0) 0%, rgba(32, 34, 32, 0) 50%, rgba(32, 34, 32, 0.75) 99%, #202220 100%);
}
body.sunlit {
  background: #fbfbfb;
  color: #202220;
  font-family: Arial, sans-serif;
  font-size: 11pt;
  line-height: 1.3em;
  /* WEBKIT BROWSERS */
}
body.sunlit .centered {
  margin-left: auto;
  margin-right: auto;
}
body.sunlit .hidden {
  display: none;
}
body.sunlit .nowrap {
  white-space: nowrap;
}
body.sunlit .unselectable {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
body.sunlit .centered {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.sunlit .strike-through,
body.sunlit .strike-through p {
  text-decoration: line-through;
  opacity: 0.9;
}
body.sunlit .container-dimmed .dimmable {
  opacity: 0.5;
}
body.sunlit span.icon {
  padding: 2px;
}
body.sunlit img.icon-ui-generic {
  height: 1.5em;
  width: 1.5em;
}
body.sunlit img.icon-centered,
body.sunlit .block-centered {
  display: block;
  margin: auto;
}
body.sunlit .shadowed-basic {
  -webkit-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
  -moz-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
  box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
}
body.sunlit .lvl13-box-1 {
  background-color: #fff;
  border: 1px solid #aaa;
}
body.sunlit .lvl13-box-2 {
  background: "inherit";
  border: 1px solid #aaa;
}
body.sunlit span.hl-functionality {
  font-weight: bold;
}
body.sunlit .p-meta {
  color: rgba(0, 0, 0, 0.5);
}
body.sunlit .dimmed {
  color: #999;
}
body.sunlit .columns-container {
  display: flex;
  gap: 5px;
}
body.sunlit .columns-container-vcenter {
  align-items: center;
}
body.sunlit .columns-child {
  flex: 1;
}
body.sunlit .columns-child-small {
  flex: 0;
}
body.sunlit .fullwidth {
  width: 100%;
  margin: 0.5em 0;
}
body.sunlit .full-width {
  width: 100%;
  margin: 0.5em 0;
}
body.sunlit td,
body.sunlit th {
  transition: all 0.15s;
}
body.sunlit .balancing-tab table {
  font-size: 80%;
}
body.sunlit table.spacious {
  margin: 5px 0px;
}
body.sunlit table.spacious td {
  padding: 2px 5px;
}
body.sunlit table.spacious td:last-child {
  padding-right: 0px;
}
body.sunlit table.spacious td:first-child {
  padding-left: 0px;
}
body.sunlit table.updating td {
  background: rgba(250, 0, 0, 0.15);
}
body.sunlit table.borders td {
  border: 1px solid #aaa;
}
body.sunlit table.borders th {
  background: #e6e6e6;
}
body.sunlit table.borders th.alt-1 {
  background: #6af;
}
body.sunlit table.borders th.alt-2 {
  background: #6fa;
}
body.sunlit table.borders th.alt-3 {
  background: #fa6;
}
body.sunlit table.borders td.alt-1 {
  background: rgba(102, 170, 255, 0.2);
}
body.sunlit table.borders td.alt-2 {
  background: rgba(102, 255, 170, 0.2);
}
body.sunlit table.borders td.alt-3 {
  background: rgba(255, 170, 102, 0.2);
}
body.sunlit table th.sortable {
  background: #ddd;
  cursor: pointer;
}
body.sunlit table.highlight-row tr:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.sunlit table th.foldable-table-header {
  background: #ddd;
  cursor: pointer;
}
body.sunlit table th.foldable-table-header.folded-table-header {
  background: #ddd;
  font-weight: bold;
  cursor: pointer;
}
body.sunlit td.folded-table-cell,
body.sunlit th.folded-table-cell {
  min-width: 1px !important;
  overflow: hidden;
  text-overflow: clip;
  max-width: 1px;
  padding: 0;
  color: transparent;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
body.sunlit td.minwidth {
  width: 5%;
}
body.sunlit td.maxwidth {
  width: 95%;
}
body.sunlit td.textwidth {
  width: 5%;
  white-space: nowrap;
}
body.sunlit td.list-amount,
body.sunlit td.list-storage {
  min-width: 30pt;
  text-align: center;
}
body.sunlit td.list-ordinal {
  min-width: 10pt;
  text-align: center;
}
body.sunlit td.list-description {
  padding-left: 10px;
}
body.sunlit td.list-action {
  text-align: center;
  width: 100pt;
}
body.sunlit td.list-main {
  text-align: center;
}
body.sunlit td.item-name {
  min-width: 8em;
}
body.sunlit td.text-overflow {
  font-size: 75%;
  width: 6em;
  max-width: 6em;
  overflow: hidden;
  white-space: nowrap;
}
body.sunlit th.th-number {
  text-align: center;
}
body.sunlit th.th-text {
  text-align: left;
}
body.sunlit td.bg-reset {
  background: #fff;
}
body.sunlit tr.current {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
body.sunlit tr.header-mini {
  font-size: 85%;
}
body.sunlit hr {
  color: #999;
  margin: 1em 5px;
  border: none;
  border-top: 1px #999 solid;
  height: 1px;
}
body.sunlit table td {
  padding: 0px 2px;
}
body.sunlit td > button,
body.sunlit td > div.container-btn-action {
  margin-left: 0px;
}
body.sunlit button {
  cursor: pointer;
}
body.sunlit ::-moz-selection {
  background: #ccc;
}
body.sunlit ::selection {
  background: #ccc;
}
body.sunlit h1,
body.sunlit h2,
body.sunlit h3,
body.sunlit h4,
body.sunlit h5,
body.sunlit h6 {
  font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.1pt;
  text-transform: uppercase;
}
body.sunlit h3,
body.sunlit h4 {
  margin: 1em 0 0.5em 0;
}
body.sunlit h4 {
  margin: 1em 0 0.5em 0;
}
body.sunlit a {
  border: none !important;
  background: inherit !important;
}
body.sunlit a:hover {
  color: #000 !important;
}
body.sunlit a:link,
body.sunlit a:visited {
  color: #202220;
}
body.sunlit .p-dense,
body.sunlit .p-dense p {
  margin: 0.25em 0;
}
body.sunlit p.nomargin {
  margin: 0;
}
body.sunlit .ui-anim {
  transform: scale(1.15, 1.15);
  opacity: 0.8;
  font-weight: bold;
}
body.sunlit .ui-anim-negative {
  color: #e64646 !important;
}
body.sunlit button {
  width: 95pt;
  padding: 8px 16px;
  margin: 4px;
  z-index: 2;
  font-weight: 500;
  position: relative;
  text-transform: lowercase;
  background: #fbfbfb;
  color: #202220;
  border: 1px solid #777;
}
body.sunlit button:hover {
  color: #000 !important;
  border-color: #4a4a4a;
}
body.sunlit button:active {
  position: relative;
  top: 1px;
}
body.sunlit button,
body.sunlit ul.tabs li {
  transition: color 0.2s;
}
body.sunlit button.action {
  border-width: 2px;
  margin: 0px;
  margin-bottom: 0px;
  white-space: nowrap;
}
body.sunlit button.action.multiline {
  white-space: normal;
}
body.sunlit button.btn-secondary {
  border-width: 1px;
}
body.sunlit button.action-move {
  width: 55px;
}
body.sunlit button.context {
  width: auto;
  display: inline;
  float: right;
}
body.sunlit button.btn-wide {
  width: 110pt;
}
body.sunlit button.btn-narrow {
  width: 80pt;
}
body.sunlit button.btn-compact {
  width: auto;
  min-width: 2.5em;
  padding: 8px 10px;
}
body.sunlit button.btn-mini {
  width: auto;
  padding: 4px 8px;
}
body.sunlit button.btn-glyph {
  font-weight: bold;
  width: 1.5em;
  height: 1.5em;
  margin: 1px 2px;
  padding: 1px;
  font-size: 1em;
  vertical-align: middle;
  text-align: center;
  line-height: 1em;
  border-width: 1px;
  border-radius: 1px;
}
body.sunlit button.btn-glyph img {
  max-width: 1em;
  max-height: 1em;
  margin: auto;
}
body.sunlit button.btn-glyph-big {
  width: auto !important;
  min-width: 2.5em;
  padding-left: 0;
  padding-right: 0;
}
body.sunlit button.btn-meta {
  width: auto;
  padding: 2px 7px;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border-width: 0px;
  text-transform: lowercase;
}
body.sunlit button.btn-meta-float {
  float: right;
}
body.sunlit button.btn-meta:hover {
  text-decoration: underline;
}
body.sunlit div.container-btn-action {
  display: inline-block;
  padding: -1px;
  margin: 4px 6px;
  border-width: 0px;
}
body.sunlit table div.container-btn-action {
  margin: 2px 2px;
}
body.sunlit table.dense div.container-btn-action {
  margin: 2px 2px;
}
body.sunlit div.container-btn-action button {
  margin: -1px;
}
body.sunlit .callout-container hr {
  margin: 0.25em 3px;
}
body.sunlit .cooldown-reqs {
  height: 5px;
  width: 0%;
  padding: 0;
  border-width: 0px;
  transition: all 0.1s;
}
body.sunlit .cooldown-duration {
  background: rgba(100, 100, 100, 0.25);
}
body.sunlit button .cooldown-action,
body.sunlit button .cooldown-duration {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
}
body.sunlit .cooldown-action {
  background-color: rgba(136, 136, 136, 0.3);
}
body.sunlit .cooldown-reqs {
  background-color: rgba(136, 136, 136, 0.3);
}
body.sunlit button.btn-disabled,
body.sunlit li.disabled {
  opacity: 0.65;
  cursor: default !important;
}
body.sunlit button.btn-disabled-vision {
  opacity: 0.2;
  color: rgba(0, 0, 0, 0) !important;
}
body.sunlit button.btn-disabled-vision:hover {
  opacity: 0.65;
}
body.sunlit button.btn-disabled-basic,
body.sunlit button.btn-disabled-vision,
body.sunlit button.btn-disabled-resources,
body.sunlit li.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal !important;
}
body.sunlit button.action.btn-disabled-basic,
body.sunlit button.btn-disabled-vision,
body.sunlit li.disabled {
  text-decoration: line-through !important;
}
body.sunlit button.action.btn-disabled-basic:before {
  content: "\00a0";
}
body.sunlit button.action.btn-disabled-basic:after {
  content: "\00a0";
}
body.sunlit button.btn-disabled-basic,
body.sunlit button.btn-disabled-vision,
body.sunlit button.btn-disabled-resources,
body.sunlit button.btn-disabled-cooldown {
  border-color: #999;
  color: #666 !important;
}
body.sunlit .button-detail-label {
  margin: -4px 0 2px 0;
}
body.sunlit div.container-btn-action:hover + div.btn-callout,
body.sunlit div.btn-callout:hover,
body.sunlit .info-callout-target:hover + div.info-callout,
body.sunlit div.info-callout:hover,
body.sunlit div.container-btn-action:focus + div.btn-callout,
body.sunlit div.btn-callout:focus,
body.sunlit .info-callout-target:focus + div.info-callout,
body.sunlit div.info-callout:focus {
  display: block;
}
body.sunlit div.btn-callout,
body.sunlit div.info-callout {
  text-align: left;
  display: none;
  position: absolute;
  width: 100%;
  min-width: 80px;
  z-index: 5;
  text-transform: none;
}
body.sunlit div.btn-callout {
  width: 100%;
  text-align: center;
  top: 37px;
  pointer-events: none;
  opacity: 0.95;
}
body.sunlit div.info-callout {
  width: auto;
  min-width: 50%;
  max-width: 100%;
}
body.sunlit .info-callout-target {
  border-width: 0px;
  border-style: solid;
  padding: 0px;
  margin: 0px;
  cursor: help;
  display: inline-block;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
  background: #fbfbfb;
  color: #202220;
  border: 1px solid #999;
}
body.sunlit .item div.info-callout-target,
body.sunlit .res div.info-callout-target,
body.sunlit .resultlist li div.info-callout-target,
body.sunlit .itemlist div.info-callout-target {
  border-width: 0px;
  background-color: inherit;
}
body.sunlit .info-callout-target-small + div.info-callout {
  width: auto !important;
  max-width: none !important;
  white-space: nowrap;
}
body.sunlit div.callout-container {
  position: relative;
  display: inline-block;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
  font-size: 85%;
  overflow-wrap: break-word;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
  padding: 4px;
}
body.sunlit .info-callout button {
  padding: 4px 8px;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
  -webkit-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
  -moz-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
  box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
}
body.sunlit .info-callout-content-section-long {
  white-space: normal;
}
body.sunlit div.callout-arrow-up {
  border-bottom-color: #999 !important;
  width: 0;
  height: 0;
  z-index: 10;
  position: relative;
  top: 0px;
  margin: 0 0 0 3.5px;
  margin: 0px auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
}
body.sunlit .item div.callout-arrow-up {
  margin: 0 0 0 2px;
}
body.sunlit span.action-risk {
  display: block;
}
body.sunlit span.action-cost-blocker-storage {
  text-decoration: line-through;
}
body.sunlit span.action-cost-blocker {
  color: #999;
}
body.sunlit .action-separator {
  display: block;
  width: 10px;
  height: 10px;
}
body.sunlit ul.tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.sunlit ul.tabs li {
  display: inline-block;
  margin: 0px 1px;
  padding: 5px 10px 5px 10px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  top: 2px;
  height: 32px;
  cursor: pointer;
  text-transform: lowercase;
  background-color: #fbfbfb;
  border-color: #aaa;
  box-sizing: border-box;
}
body.sunlit ul.tabs li.selected {
  font-weight: bold;
  z-index: 2;
  width: auto;
}
body.sunlit ul.tabs li.selected {
  background: #fff;
}
body.sunlit ul.tabs li:hover {
  text-decoration: underline;
}
body.sunlit ul.tabs li.selected {
  border-color: #aaa;
  border-bottom-color: #fff;
}
body.sunlit ul.tabs li span {
  display: inline-block;
  overflow-x: hidden;
  width: 100%;
}
body.sunlit div.popup {
  background: #fbfbfb;
  border: 2px solid #aaa;
  padding: 20px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  min-width: 30%;
  max-width: 60%;
  -webkit-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
  -moz-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
  box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
}
body.sunlit div.popup-ingame {
  z-index: 16;
}
body.sunlit div.popup-meta {
  z-index: 26;
}
body.sunlit div.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 215, 215, 0.85);
}
body.sunlit div.popup-overlay-ingame {
  z-index: 15;
}
body.sunlit div.popup-overlay-meta {
  z-index: 25;
}
body.sunlit .tab-options {
  float: right;
}
body.sunlit .stepper {
  text-align: center;
  min-width: 70px;
  vertical-align: middle;
  margin: 1px;
  white-space: nowrap;
}
body.sunlit .stepper button {
  margin: 0;
}
body.sunlit .stepper button[data-type="minus"] {
  border-radius: 7px 0px 0px 7px;
}
body.sunlit .stepper button[data-type="plus"] {
  border-radius: 0px 7px 7px 0px;
}
body.sunlit .horizontal-select {
  display: flex;
  align-items: center;
  margin: 2px 0;
}
body.sunlit .horizontal-select-title {
  background: #fff;
  padding: 1px 8px;
}
body.sunlit .horizontal-select-list {
  padding: 0;
  margin: 0;
}
body.sunlit .horizontal-select-option {
  background: #fbfbfb;
  border: 1px solid #999;
  padding: 1px 5px;
  margin: 0 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
body.sunlit .horizontal-select-option:hover {
  background: #ddd;
  border-color: ligten(#999, 10%);
}
body.sunlit .horizontal-select-option.selected {
  background: #ddd;
}
body.sunlit .stats-indicator {
  display: block;
  margin: 0 2px 0 0;
  white-space: nowrap;
}
body.sunlit .stats-indicator span {
  display: inline-block;
  margin: auto 0 auto 1px;
}
body.sunlit .stats-indicator span.label {
  text-transform: lowercase;
}
body.sunlit .stats-indicator span.value {
  text-align: center;
  margin-left: 4px;
}
body.sunlit .stats-indicator .value,
body.sunlit .stats-indicator .value-total,
body.sunlit .stats-indicator .change,
body.sunlit .stats-indicator .forecast {
  color: #777;
}
body.sunlit .stats-indicator .change,
body.sunlit .stats-indicator .forecast {
  font-size: 85%;
  vertical-align: middle;
}
body.sunlit .stats-indicator .progress {
  height: 0.5em;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}
body.sunlit .stats-indicator .progress-wrap {
  margin: auto 1px auto 3px;
}
body.sunlit .change-indicator {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-size: 100%;
  margin: 0px 2px;
  opacity: 0.75;
  vertical-align: middle;
}
body.sunlit .indicator-even {
  background-image: url('../img/eldorado/icon-even.png');
  opacity: 0.25;
}
body.sunlit .indicator-decrease {
  background-image: url('../img/eldorado/icon-decrease.png');
}
body.sunlit .item-comparison-badge .indicator-decrease {
  opacity: 0.25;
}
body.sunlit .indicator-increase {
  background-image: url('../img/eldorado/icon-increase.png');
}
body.sunlit .indicator-fastincrease {
  background-image: url('../img/eldorado/icon-fastincrease.png');
}
body.sunlit .indicator-equipped {
  background-image: url('../img/eldorado/icon-checkmark.png');
  opacity: 0.5;
}
body.sunlit .collapsible-container {
  margin: 5px 0px;
}
body.sunlit .collapsible-container {
  border: 1px solid #aaa;
}
body.sunlit .collapsible-header {
  background: #e6e6e6;
  cursor: pointer;
  margin: 0px;
  padding: 5px 30px 5px 10px;
  background-image: url('../img/open-iconic/arrow-circle-top-2x.png');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
body.sunlit .collapsible-header.collapsible-collapsed {
  background-image: url('../img/open-iconic/arrow-circle-bottom-2x.png');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
body.sunlit .collapsible-content {
  margin: 5px 10px;
  display: none;
}
body.sunlit .progress {
  width: 100%;
  max-width: 250px;
  height: 1em;
  border-width: 0px !important;
  line-height: 1.3;
}
body.sunlit .progress-wrap {
  background-color: #999;
  margin: 2px 0;
  border: 0px;
  overflow: hidden;
  position: relative;
}
body.sunlit .progress-wrap-science {
  background-color: #6af !important;
}
body.sunlit .progress-multibar-container {
  display: flex;
  margin: 2px 0;
}
body.sunlit .progress-multibar-container .progress-wrap {
  display: inline-block !important;
  margin: 0px;
}
body.sunlit .progress-bar {
  left: 0;
  top: 0;
  position: absolute;
  background: #e6e6e6;
}
body.sunlit .progress-label {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  font-size: 85%;
  text-align: center;
  vertical-align: text-top;
}
body.sunlit .progress-bar-change {
  background: #ddd;
  position: absolute;
  width: 0%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.sunlit .canvas-container {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-width: 1px !important;
}
body.sunlit .canvas-container {
  border: 1px solid #aaa;
}
body.sunlit .scroll-position-container {
  padding: 5px;
  position: relative;
  overflow: hidden;
}
body.sunlit .scroll-position-indicator {
  position: absolute;
  background: #aaa;
}
body.sunlit .scroll-position-indicator-vertical {
  width: 100%;
  height: 50%;
  min-height: 10px;
  min-width: 10px;
  top: 10px;
  left: 0;
}
body.sunlit .scroll-position-indicator-horizontal {
  height: 100%;
  width: 50%;
  min-width: 10px;
  min-height: 10px;
  top: 0;
  left: 10px;
}
body.sunlit .scrollable.scroll-enabled {
  cursor: all-scroll;
}
body.sunlit .bubble {
  background-color: #ccc;
  color: #202220;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  font-size: 85%;
}
body.sunlit table .bubble {
  position: inherit;
  top: inherit;
  left: inherit;
}
body.sunlit .bubble-even {
  background-image: url('../img/eldorado/icon-even-dark.png');
  opacity: 0.25;
}
body.sunlit .bubble-decrease {
  background-image: url('../img/eldorado/icon-decrease-dark.png');
}
body.sunlit .bubble-increase {
  background-image: url('../img/eldorado/icon-increase-dark.png');
}
body.sunlit .bubble-fastincrease {
  background-image: url('../img/eldorado/icon-fastincrease-dark.png');
}
body.sunlit .container-relative {
  position: relative;
  display: inline-block;
}
body.sunlit .container-relative p {
  margin: 0;
}
body.sunlit .container-nomargin {
  margin: 0;
}
body.sunlit .statsbar {
  padding: 3px 2px;
}
body.sunlit .actionbox,
body.sunlit .infobox,
body.sunlit .buttonbox {
  margin: 6px 0px;
}
body.sunlit .infobox {
  padding: 0px 0px 5px 0px;
}
body.sunlit .infobox-scrollable {
  border: 1px solid #aaa;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 12em;
}
body.sunlit .infobox-scrollable-header {
  margin: 1.5em 0 0 0;
}
body.sunlit .actionbox {
  padding: 3px 0px;
}
body.sunlit .textbox {
  padding: 10px 0px;
  max-width: 70em;
}
body.sunlit .divbox {
  margin: 10px 0 10px 0;
}
body.sunlit .inventorybox {
  border-color: #aaa;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  padding: 5px 0px 2px 0px;
  margin: 5px 0px;
  min-height: 1em;
  min-width: 1em;
  vertical-align: top;
}
body.sunlit .inventorybox ul li {
  background: inherit !important;
  margin: 0px 2px 2px 0px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  position: relative;
}
body.sunlit .inventorydivision {
  width: 49%;
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding-top: 2.5em;
  margin-top: -5px;
}
body.sunlit .inventorydivision-with-footer {
  padding-bottom: 2em;
}
body.sunlit .inventorydivision .inventorybox-header {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 5px 0;
}
body.sunlit .inventorydivision:first-child .inventorybox-header {
  border-radius: 10px 0 0 0;
}
body.sunlit .inventorydivision:last-child .inventorybox-header {
  border-radius: 0 10px 0 0;
}
body.sunlit .inventorydivision .inventorybox-footer {
  position: absolute;
  bottom: 3px;
  left: 0;
  margin: 0;
  width: 100%;
}
body.sunlit #common-popup .inventorybox ul {
  min-width: 380px;
  width: 100%;
}
body.sunlit .inventorybox ul,
body.sunlit .ul-horizontal {
  padding: 0px;
  margin: 0px;
}
body.sunlit .inventorybox-negative > li {
  opacity: 80%;
}
body.sunlit .highlightbox,
body.sunlit .inventorybox-header,
body.sunlit .inventorybox-footer {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
body.sunlit .li-item-negative {
  background: rgba(250, 0, 0, 0.15) !important;
  border: 1px solid #ee1111 !important;
}
body.sunlit .item-slot,
body.sunlit .follower-slot {
  background: inherit !important;
  margin: 0px 2px 2px 0px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  position: relative;
}
body.sunlit .item-slot.highlighted,
body.sunlit .follower-slot.highlighted {
  border-color: #bfbfbf;
  color: #454945;
}
body.sunlit .item-slot-big {
  width: 55px;
  height: 70px;
}
body.sunlit .follower-slot-big {
  width: 65px;
  height: 75px;
}
body.sunlit .item-slot-small,
body.sunlit .follower-slot-small {
  width: 37px;
  height: 37px;
}
body.sunlit .item-slot-equipped,
body.sunlit .follower-slot-selected {
  border-color: #999;
}
body.sunlit .item-equipped,
body.sunlit .follower-selected {
  background: #e6e6e6;
}
body.sunlit .item-broken {
  border: red;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, rgba(250, 0, 0, 0.35) 50%, rgba(250, 0, 0, 0.35) 100%) !important;
}
body.sunlit .item-slot-type-empty,
body.sunlit .follower-slot-type-empty {
  font-size: 85%;
  text-align: center;
  display: inline-block;
  opacity: 0.25;
  width: 100%;
  font-style: oblique;
}
body.sunlit .item-slot-type-equipped,
body.sunlit .follower-slot-type-selected {
  font-size: 85%;
  text-align: center;
  width: 55px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
}
body.sunlit .item-slot-type-equipped {
  font-size: 85%;
  text-align: center;
  display: inline-block;
}
body.sunlit .item-slot-type-equipped {
  width: 55px;
  height: 70px;
  line-height: 70px;
}
body.sunlit .follower-slot-type-equipped {
  width: 65px;
  height: 75px;
  line-height: 75px;
}
body.sunlit .item-slot-image,
body.sunlit .follower-slot-image {
  position: absolute;
}
body.sunlit .item-slot-big .item-slot-image {
  left: 9.5px;
  top: 27px;
}
body.sunlit .follower-slot-big .follower-slot-image {
  left: 14.5px;
  top: 29.5px;
}
body.sunlit .item-slot-name,
body.sunlit .item-slot-type-equipped,
body.sunlit .follower-slot-type-selected {
  background-color: #e6e6e6;
  width: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 1.05em;
  height: auto;
  max-height: 1.9em;
  padding: 0.35em 0;
}
body.sunlit .item-slot.highlighted .item-slot-type-equipped,
body.sunlit .follower-slot.highlighted .follower-slot-type-selected {
  background: #fafafa;
}
body.sunlit .item-slot-effect {
  display: none;
}
body.sunlit .item-slot-name {
  bottom: 0px;
  opacity: 0;
}
body.sunlit .item-slot-type-equipped,
body.sunlit .follower-slot-type-selected {
  top: 0px;
}
body.sunlit .item-slot-simple {
  border-width: 0px !important;
}
body.sunlit div.item-slot > div,
body.sunlit div.item-slot > span,
body.sunlit .follower-slot > div,
body.sunlit .follower-slot > span {
  position: absolute;
  cursor: default;
}
body.sunlit .follower-slot-follower {
  width: 100%;
  display: block;
  text-align: center;
}
body.sunlit ul.itemlist,
body.sunlit ul.resultlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
body.sunlit .itemlist li {
  display: inline-flex;
}
body.sunlit .item,
body.sunlit .res {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
  margin: 2px;
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
body.sunlit .item,
body.sunlit .res,
body.sunlit .li-item-negative,
body.sunlit .li-item-positive {
  background: #fff;
  border: 1px solid #aaa;
}
body.sunlit .item.highlighted {
  background: #ffffff;
  border-color: #dddddd;
}
body.sunlit .res {
  border-radius: 0 !important;
  margin: 8px 6px 6px 6px !important;
  padding: 0px !important;
  border-width: 1px;
}
body.sunlit .item img,
body.sunlit .li-item-negative img,
body.sunlit .li-item-positive img {
  margin: -3px 0px 3px 0px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
body.sunlit .res img {
  margin: -2px 1px 8px 1px;
  vertical-align: middle;
  height: 12px;
  width: 12px;
}
body.sunlit .item div.item-count,
body.sunlit .res div.item-count {
  border-width: 1px;
  color: #777;
  font-size: 75%;
  position: absolute;
  bottom: -0.9em;
  left: -2px;
  min-width: 100%;
  padding: 0 1px;
  line-height: 1em;
  text-align: center;
  z-index: 3;
}
body.sunlit li.item-with-count {
  margin-bottom: 1em;
}
body.sunlit .warning,
body.sunlit .warning span,
body.sunlit li.li-item-negative,
body.sunlit .item-slot-lost .item-count {
  color: #e64646 !important;
}
body.sunlit hr.warning {
  border-color: #e64646 !important;
}
body.sunlit .warning.progress-wrap {
  background: #e64646 !important;
}
body.sunlit .warning .progress-label {
  color: #202220 !important;
}
body.sunlit .inventorybox-negative,
body.sunlit .item-slot-lost .item-count {
  border: 1px solid #ee1111 !important;
}
body.sunlit .item-comparison-indicator {
  background-size: 100%;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
}
body.sunlit .item-comparison-badge {
  top: -11px;
  right: -11px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  padding: 2px;
  border-radius: 6px;
  background: #fff;
}
body.sunlit .dev-hud {
  opacity: 0.75;
  background: #999;
  padding: 1px;
  border-radius: 5px;
  z-index: 100;
}
body.sunlit .dev-hud:hover {
  opacity: 1;
}
body.sunlit .status-badge {
  float: right;
  padding: 0 0.75em;
  border-radius: 1em;
  height: 1em;
}
body.sunlit .status-badge {
  background: #e6e6e6;
}
body.sunlit input,
body.sunlit select,
body.sunlit textarea {
  background-color: #fff;
  color: #202220;
  border: 1px solid #aaa;
}
body.sunlit input[type=range] {
  background: inherit;
  border: none;
  margin: 3px 5px;
  vertical-align: middle;
  cursor: pointer;
  height: 20px;
  -webkit-appearance: none;
}
body.sunlit input[type=range]:focus {
  outline: none;
}
body.sunlit input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
}
body.sunlit input[type=range]::-webkit-slider-thumb {
  border: 1px solid #888;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #202220;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
body.sunlit input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
body.sunlit input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
}
body.sunlit input[type=range]::-moz-range-thumb {
  border: 1px solid #888;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #202220;
  cursor: pointer;
}
body.sunlit input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
body.sunlit input[type=range]::-ms-fill-lower {
  background: #202220;
  border: 0px solid #000000;
  border-radius: 2px;
}
body.sunlit input[type=range]::-ms-fill-upper {
  background: #202220;
  border: 0px solid #000000;
  border-radius: 2px;
}
body.sunlit input[type=range]::-ms-thumb {
  margin-top: 1px;
  border: 1px solid #888;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #202220;
  cursor: pointer;
}
body.sunlit input[type=range]:focus::-ms-fill-lower {
  background: #202220;
}
body.sunlit input[type=range]:focus::-ms-fill-upper {
  background: #202220;
}
body.sunlit .checkbox,
body.sunlit input[type=checkbox] {
  width: 1em;
  height: 1em;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  margin: 1px 3px;
  vertical-align: middle;
  cursor: pointer;
}
body.sunlit .checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
body.sunlit select {
  margin: 0px 5px;
  padding: 1px 3px;
}
body.sunlit input.amount {
  width: 30pt;
  margin: 0;
  padding: 1px;
  text-align: center;
  border-width: 1px 0px;
}
body.sunlit .sub-page-container {
  padding: 10px 20px;
}
body.sunlit .faq-category h3 {
  text-transform: none;
  font-size: inherit;
}
body.sunlit #log {
  background: none;
}
body.sunlit #log ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
body.sunlit #log ul li {
  margin: 0px 0px 0.8em 0px;
}
body.sunlit #log .msg {
  display: block;
}
body.sunlit #log-overlay {
  height: 100%;
  max-width: 214px;
  width: 100%;
  position: inherit;
  pointer-events: none;
  top: 0;
}
body.sunlit #log ul li.log-loaded,
body.sunlit #log ul li.log-loaded span {
  color: #999;
}
body.sunlit span.time,
body.sunlit span.msg-camp-level {
  font-size: 75%;
  vertical-align: middle;
}
body.sunlit span.msg-count,
body.sunlit span.time,
body.sunlit span.msg-camp-level {
  color: #777;
}
body.sunlit .lvl13-fade-down {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
}
body.sunlit .header-section {
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 0px 0px;
  float: left;
  padding: 0px 2px;
}
body.sunlit #main-header-camp {
  width: 100%;
}
body.sunlit #main-header-bag {
  min-width: 20%;
  max-width: 25%;
}
body.sunlit #main-header-equipment {
  max-height: 122px;
  text-align: center;
  padding: 2px;
}
body.sunlit #main-header-items {
  min-width: 35px;
  max-width: 35%;
}
body.sunlit #header-tribe-container {
  margin-bottom: 5px;
}
body.sunlit #grid-switch-content {
  z-index: 1;
  position: relative;
}
body.sunlit #grid-main-header .unit {
  padding: 2px;
  position: relative;
}
body.sunlit #statsbar-resources .callout-container {
  width: 33%;
  border: 0px;
}
body.sunlit #header-self-bar {
  position: fixed;
  width: 60px;
  z-index: 5;
  text-align: center;
  padding: 5px 3px;
  margin-left: -80px;
  font-size: 80%;
}
body.sunlit #header-self-bar ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.sunlit #header-self-bar > span {
  display: block;
}
body.sunlit #header-self-bar .stats-indicator {
  margin: 1px 0px;
  width: 100%;
  line-height: 1em;
}
body.sunlit #header-self-bar .callout-container {
  width: 100%;
}
body.sunlit #header-self-bar .stats-indicator .value {
  font-size: 85%;
  margin: 3px 0;
}
body.sunlit #header-self-bar .info-callout {
  width: 75px;
  max-width: 75px;
}
body.sunlit #header-self-bar .change-indicator {
  vertical-align: top;
  margin: 0.2em 0 0 0.25em;
}
body.sunlit #header-self-bar div.callout-arrow-up {
  margin: 0 0 0 23px;
}
body.sunlit #grid-location-header {
  padding: 10px 0px 0px 0px;
}
body.sunlit #grid-location-header h1,
body.sunlit #grid-location-header img {
  display: inline-block;
  vertical-align: middle;
}
body.sunlit #level-icon {
  margin: 3px 3px 3px 0;
  width: 2.5em;
  height: 2.5em;
}
body.sunlit .item-bag-options {
  margin-top: 5px;
}
body.sunlit #bag-resources > .callout-container {
  max-width: 49%;
}
body.sunlit #notification-player {
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #999;
}
body.sunlit #notification-player .progress {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
body.sunlit span#out-position-indicator {
  font-size: 80%;
  line-height: 1.1em;
}
body.sunlit #footer {
  padding: 1px 5px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
body.sunlit ul#game-options,
body.sunlit ul#game-options-extended {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0px;
  line-height: 1em;
  display: table;
  float: right;
}
body.sunlit ul#game-options li,
body.sunlit ul#game-options-extended li {
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
}
body.sunlit #game-version,
body.sunlit #game-msg {
  display: inline-block;
  text-transform: lowercase;
}
body.sunlit #game-msg {
  flex-grow: 1;
}
body.sunlit .sticky-footer .one-quarter {
  height: 2px;
  padding: 0px;
}
body.sunlit span.improvement-badge {
  padding: 5px;
  margin: 1px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  min-width: 1em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
body.sunlit span.improvement-badge.badge-disabled {
  color: #666;
}
body.sunlit span.improvement-count {
  font-weight: bold;
}
body.sunlit span.improvement-badge.improvement-upgrade-level {
  position: absolute;
  background-color: #e6e6e6;
  top: -1px;
  right: -1px;
  padding: 0 1px !important;
  font-size: 75%;
  width: 1em;
}
body.sunlit #in-population-details > div {
  width: 100%;
}
body.sunlit .changelog-type {
  padding: 2px 5px;
  border-width: 1px;
  border-style: solid;
  margin: 0px 5px 0px 0px;
  border-color: #aaa;
}
body.sunlit #changelog {
  font-size: 85%;
  margin-left: 10px;
  margin-right: 10px;
}
body.sunlit #changelog ul {
  padding: 0 0 0 2em;
  margin: 0.25em 0 1em 0;
  list-style-type: none;
}
body.sunlit #changelog li {
  position: relative;
  line-height: 1.35em;
}
body.sunlit #changelog li:before {
  width: 7px;
  height: 7px;
  background: #ccc;
  content: ".";
  position: absolute;
  left: -1em;
  top: 0.375em;
  display: inline-block;
  overflow: hidden;
}
body.sunlit #minimap-background-container {
  position: relative;
  height: 224px;
  width: 224px;
}
body.sunlit #minimap-container {
  position: absolute;
  top: 12px;
  left: 12px;
}
body.sunlit #out-container-compass,
body.sunlit #out-container-compass-actions {
  text-align: center;
  width: 224px;
}
body.sunlit #out-container-compass canvas,
body.sunlit #out-container-compass-actions table {
  margin-left: auto;
  margin-right: auto;
}
body.sunlit #table-out-actions-movement {
  margin-top: 10px;
}
body.sunlit #mainmap-container-container {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.sunlit #mainmap-container-ascii {
  display: block;
  padding: 5px;
  margin: 5px;
  font-family: monospace;
}
body.sunlit #mainmap-container-ascii textarea {
  width: 100%;
}
body.sunlit #trade-caravans-outgoing-container tr {
  border-width: 3px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: transparent;
}
body.sunlit #trade-caravans-outgoing-container tr.selected {
  border-color: #e6e6e6;
}
body.sunlit .trade-caravans-outgoing-plan {
  border-width: 3px;
  border-top-width: 0px;
}
body.sunlit .row-detail-indicator {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
}
body.sunlit .row-detail-indicator {
  color: #777;
}
body.sunlit #incoming-caravan-popup-multiplier {
  justify-content: flex-end;
  font-size: 85%;
  margin-bottom: 1em;
}
body.sunlit .camp-overview-production,
body.sunlit .camp-overview-stats {
  font-size: 85%;
}
body.sunlit .camp-overview-name {
  max-width: 5em;
  white-space: nowrap;
  overflow-x: hidden;
}
body.sunlit .camp-overview-btn {
  text-align: center;
}
body.sunlit td.camp-overview-level {
  padding: 0 2px;
  width: 1em;
}
body.sunlit .camp-overview-level-container {
  background: inherit;
  border-color: #aaa;
  border-radius: 1.75em;
  text-align: center;
  font-size: 85%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 2px auto;
  vertical-align: middle;
  font-weight: bold;
}
body.sunlit .lvl-container-camp-normal {
  border-width: 3px;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
body.sunlit .lvl-container-camp-outpost {
  border-width: 2px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
body.sunlit .lvl-container-camp-capital {
  border-width: 3px;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
body.sunlit tr.camp-overview-camp {
  border-style: solid;
  border-width: 1px;
}
body.sunlit .camp-overview-lvl14 {
  text-align: center;
  height: 1em;
}
body.sunlit #camp-overview hr {
  margin: 0;
  border: 1px solid #ddd;
}
body.sunlit #resultlist-inventorymanagement-found ul li,
body.sunlit #resultlist-loststuff-lost ul li {
  border-width: 0px;
  padding-bottom: 5px;
}
body.sunlit #resultlist-inventorymanagement .inventorybox {
  max-width: 550px;
}
body.sunlit ul.resultlist li {
  margin: 0px 3px;
  background-color: transparent;
}
body.sunlit ul.resultlist-positive li:before {
  content: "+ ";
}
body.sunlit #switch {
  background-color: #fbfbfb;
}
body.sunlit div.grid-content {
  background: #fff;
  border: 1px solid #aaa;
}
body.sunlit #in-game-date {
  float: right;
}
body.sunlit .blueprint:hover {
  border-width: 2px !important;
}
body.sunlit .blueprint-piece-box {
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0px 3px;
  border-width: 2px;
  border-style: solid;
  vertical-align: middle;
}
body.sunlit .blueprint-piece-box-found {
  background: #ddd;
  border-color: #999;
}
body.sunlit .blueprint-piece-box-missing {
  background: #fff;
  border: 2px solid #aaa;
}
body.sunlit .blueprint-piece-box img {
  margin: 0.4em;
  width: 1.2em;
  height: 1.2em;
}
body.sunlit .event-starting {
  animation: event-end 1.3s step-end infinite;
  animation-timing-function: ease-in-out;
}
body.sunlit .event-ending {
  animation: event-end 1.3s step-end infinite;
  animation-timing-function: ease-in-out;
}
@keyframes event-end {
  0% {
    opacity: inherit;
  }
  50% {
    opacity: 0.4;
  }
}
body.sunlit #fight-popup {
  min-width: 35%;
}
body.sunlit .fight-damage-indicator,
body.sunlit .fight-status-indicator {
  margin: 0;
  font-size: 85%;
  font-weight: bold;
  position: absolute;
  top: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.sunlit .fight-damage-indicator {
  color: #ee1111;
  right: -3em;
}
body.sunlit .fight-status-indicator {
  color: #777;
  right: -5em;
}
body.sunlit .fight-status-stunned {
  color: #666;
}
body.sunlit #fight-popup-enemy-stats {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.sunlit #fight-popup-enemy-difficulty {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.sunlit .reqs-list-entry {
  display: block;
}
body.sunlit .reqs-checkmark {
  background-image: url('../img/eldorado/icon-checkmark.png');
  background-repeat: no-repeat;
  background-image: url(../img/eldorado/icon-checkmark-dark.png);
  background-size: 1em 1em;
  background-position: center;
  display: inline-block;
  height: 1em;
  width: 1em;
}
body.sunlit #manage-save-textarea {
  font-size: 85%;
}
body.sunlit .loading-content,
body.sunlit .thinking-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(251, 251, 251, 0.5);
}
body.sunlit .loading-spinner {
  text-align: center;
  width: 100%;
  position: relative;
  top: 50%;
  left: 0;
}
body.sunlit .loading-spinner .loading-dot {
  background: #ccc;
  width: 11px;
  height: 11px;
  margin: 2px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.3s infinite ease-in-out both;
  animation: sk-bouncedelay 1.3s infinite ease-in-out both;
}
body.sunlit .loading-spinner .loading-dot1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
body.sunlit .loading-spinner .loading-dot2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
body.sunlit .loading-spinner .loading-dot3 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body.sunlit div {
  scrollbar-color: #e6e6e6 #999;
}
body.sunlit div ::-webkit-scrollbar {
  width: 11px;
  background: #e6e6e6;
}
body.sunlit div ::-webkit-scrollbar-track {
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
body.sunlit div ::-webkit-scrollbar-button {
  background: #999;
  display: none;
}
body.sunlit div ::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5.5px;
}
body.sunlit div ::-webkit-scrollbar-thumb:hover {
  background: #888;
}
body.sunlit div ::-webkit-scrollbar-thumb:window-inactive {
  background: #999;
}
body.sunlit div ::-webkit-scrollbar-corner,
body.sunlit div ::-webkit-resizer {
  background: rgba(153, 153, 153, 0.75) !important;
  border: 0px solid rgba(153, 153, 153, 0.75);
  box-shadow: none;
}
body.sunlit div ::-webkit-scrollbar-corner:hover,
body.sunlit div ::-webkit-resizer:hover {
  background: rgba(136, 136, 136, 0.75) !important;
  border: 0px solid rgba(153, 153, 153, 0.75);
  box-shadow: none;
}
body.sunlit #minimap {
  overflow: hidden;
}
body.sunlit #mainmap {
  overflow: hidden;
}
body.sunlit #mainmap,
body.sunlit #researched-upgrades-vis {
  overflow: hidden;
}
body.sunlit .canvas-overlay {
  position: absolute;
  top: 0;
  pointer-events: none;
}
body.sunlit .canvas-overlay-cell {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
  font-size: 70%;
  display: table;
  line-height: 0.85;
}
body.sunlit .canvas-overlay-cell p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.sunlit .map-overlay-cell {
  width: 11px;
  height: 11px;
  border: none;
}
body.sunlit .map-overlay-cell:hover {
  background: #202220;
}
body.sunlit .map-overlay-cell.selected {
  background: #202220;
  outline: 5px solid rgba(0, 0, 0, 0.5);
}
body.sunlit #researched-upgrades-vis-container {
  max-height: 300px;
}
body.sunlit .upgrades-overlay-cell {
  width: 85px;
  height: 22px;
  color: #202220;
}
body.sunlit .upgrades-overlay-cell:hover {
  background: rgba(32, 34, 32, 0.1);
}
body.sunlit #tab-vis-in {
  border: 2px solid #aaa;
  padding: 0;
}
body.sunlit #tab-vis-in-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
body.sunlit #vis-camp-info-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: #e6e6e6;
  font-size: 75%;
  padding: 1px;
  vertical-align: middle;
  text-align: center;
  z-index: 9;
}
body.sunlit .vis-camp-layer {
  position: absolute;
  top: 0;
}
body.sunlit .vis-camp-building-container {
  background: transparent;
  border-radius: 3px;
  border: 2px dotted transparent;
  position: absolute;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 75%;
  color: transparent;
}
body.sunlit .vis-camp-building-container.filled {
  display: none;
}
body.sunlit .vis-camp-floor {
  background: #e6e6e6;
  position: absolute;
  left: 0px;
}
body.sunlit .vis-camp-building {
  position: absolute;
  opacity: 1;
  width: 12px;
  height: 12px;
  z-index: 3;
  font-size: 75%;
}
body.sunlit .vis-camp-building-z0 {
  z-index: 4;
}
body.sunlit .vis-camp-building-z1 {
  z-index: 3;
}
body.sunlit .vis-camp-building-z2 {
  z-index: 2;
}
body.sunlit .vis-camp-building-z3 {
  z-index: 1;
}
body.sunlit .vis-camp-building-z4 {
  z-index: 0;
}
body.sunlit.vision-step-0 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.8) 70%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.8) 70%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.8) 70%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.8) 70%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.8) 70%, #fbfbfb 100%);
}
body.sunlit.vision-step-1 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.795) 73%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.795) 73%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.795) 73%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.795) 73%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.795) 73%, #fbfbfb 100%);
}
body.sunlit.vision-step-2 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.79) 76%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.79) 76%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.79) 76%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.79) 76%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.79) 76%, #fbfbfb 100%);
}
body.sunlit.vision-step-3 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.785) 79%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.785) 79%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.785) 79%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.785) 79%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.785) 79%, #fbfbfb 100%);
}
body.sunlit.vision-step-4 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.78) 82%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.78) 82%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.78) 82%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.78) 82%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.78) 82%, #fbfbfb 100%);
}
body.sunlit.vision-step-5 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.775) 85%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.775) 85%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.775) 85%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.775) 85%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.775) 85%, #fbfbfb 100%);
}
body.sunlit.vision-step-6 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.77) 88%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.77) 88%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.77) 88%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.77) 88%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.77) 88%, #fbfbfb 100%);
}
body.sunlit.vision-step-7 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.765) 91%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.765) 91%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.765) 91%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.765) 91%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.765) 91%, #fbfbfb 100%);
}
body.sunlit.vision-step-8 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.76) 94%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.76) 94%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.76) 94%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.76) 94%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.76) 94%, #fbfbfb 100%);
}
body.sunlit.vision-step-9 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.755) 97%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.755) 97%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.755) 97%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.755) 97%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.755) 97%, #fbfbfb 100%);
}
body.sunlit.vision-step-10 #vision-overlay {
  background: -moz-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.75) 99%, #fbfbfb 100%);
  background: -webkit-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.75) 99%, #fbfbfb 100%);
  background: -o-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.75) 99%, #fbfbfb 100%);
  background: -ms-radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.75) 99%, #fbfbfb 100%);
  background: radial-gradient(circle at 50% 50%, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 50%, rgba(251, 251, 251, 0.75) 99%, #fbfbfb 100%);
}
body.sunlit #vision-overlay {
  display: none;
}
