a.forceColor {
  color: #2A1FFF !important
}

.fancy-size {
  margin-right: 10px
}

label.fancy-size {
  width: 65px;
  white-space: nowrap
}

input.fancy-size[type=checkbox] {
  width: auto;
  margin-left: 87px;
  margin-right: 7px
}

input.fancy-size[type=checkbox]+label {
  margin-bottom: 0
}

select.fancy-size {
  width: 240px
}

.fancy-box input.mini {
  width: 50px
}

.fancy-description {
  color: #fff;
  font-size: 90%
}

@media all and (max-width: 500px) {
  #seed-actions {
    white-space: normal
  }
}

#app-dropbox,
#seed-dropbox {
  background-color: #222;
  left: 0;
  margin: 1px;
  min-height: 100%;
  opacity: .9;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50
}

#app-dropbox p,
#seed-dropbox p {
  font-size: 150%;
  left: 40%;
  position: absolute;
  text-shadow: 1px 1px 1px #FFF;
  top: 42%
}

#seed-footer {
  display: flex;
  margin-top: 12px;
  margin-bottom: -2px;
  flex-wrap: wrap;
  justify-content: flex-end
}

#seed-dragdrop-hint {
  margin-top: 1px
}

#biome-selection {
  top: 1px;
  min-height: 28px;
  line-height: 28px;
  text-align: left;
  flex-grow: 9999;
  display: flex
}

#biome-checkbox-label {
  flex: initial;
  margin-top: 7px;
  white-space: nowrap
}

#biome-selection-select-wrap {
  flex: auto;
  font-size: 90%;
  margin-right: 2%;
  margin-left: 15px
}

#biome-selection-select {
  width: 100%
}

#biome-dimension-selection select {
  width: 150px
}

#biome-dimension-selection label {
  margin-bottom: 3px
}

#biome-height-select {
  width: auto
}

.biome-square {
  width: .8em;
  height: .8em;
  display: inline-block;
  margin-right: 5px
}

#biome-selection-checkbox {
  margin: 0 3px 0 0;
  position: relative;
  top: 1px
}

#biome-selection-select-wrap .select2-container {
  margin: 0
}

#map-controls-wrap {
  text-align: center
}

#map-controls {
  display: inline-block;
  min-width: 75%
}

#map-controls.full-width {
  display: block
}

#map-controls-bar .fancy-row>label {
  float: none;
  display: inline-block;
  width: auto
}

.flexbox .map-controls-flex {
  display: flex;
  flex-wrap: wrap
}

.flexbox .map-controls-flex>* {
  flex-grow: 1
}

#seed-errors>div {
  margin-top: 15px
}

#map-goto {
  flex-grow: 5
}

#map-goto,
#map-misc,
#map-platform {
  display: inline-block;
  height: 28px;
  text-align: center;
  line-height: 28px
}

#map-platform button:active {
  top: 0
}

#map-platform select {
  width: auto
}

#map-misc {
  white-space: nowrap
}

#map-misc button {
  margin: 0 5px
}

#map-zoom {
  margin: 18px auto 14px;
  width: 100%
}

#map-touch {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff
}

#map-touch-enabled {
  position: relative;
  top: 4px;
  width: 30px;
  height: 16px;
  background-image: url(../img/toggle-icon.png);
  background-position: 0 0;
  margin-right: 3px;
  outline: none;
}

#map-touch-enabled:checked {
  background-image: url(../img/toggle-icon.png);
  background-position: 0 -32px
}

#map-touch-enabled:hover {
  background-image: url(../img/toggle-icon.png);
  background-position: 0 -16px
}

#map-touch-enabled:checked:hover {
  background-image: url(../img/toggle-icon.png);
  background-position: 0 -48px;
}

#map-touch-enabled-label {
  display: inline-block;
  margin: 3px 0;
  font-size: 120%;
  margin-bottom: 3px;
  position: relative;
  top: 0px;
}

.popup {
  background-color: #D0E3F0;
  border: 6px solid #7D97B6;
  border-radius: 4px;
  color: #222;
  padding: 2em
}

.gh-button-group {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  zoom: 1;
  *display: inline
}

.gh-button-group li {
  float: left;
  padding: 0;
  margin: 0
}

.gh-button-group .gh-button {
  float: left;
  margin-left: -1px
}

.gh-button-group li:not(:first-child):not(:last-child) .gh-button,
.gh-button-group>.gh-button:not(:first-child):not(:last-child) {
  border-radius: 0
}

.gh-button-group li:first-child .gh-button,
.gh-button-group>.gh-button:first-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.gh-button-group li:last-child>.gh-button,
.gh-button-group>.gh-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.gh-button-group.minor-group .gh-button {
  border: 1px solid #d4d4d4;
  text-shadow: none;
  background-image: none;
  background-color: #fff
}

.gh-button-group.minor-group .gh-button:focus,
.gh-button-group.minor-group .gh-button:hover {
  background-color: #599bdc
}

.gh-button-group.minor-group .gh-button.active,
.gh-button-group.minor-group .gh-button:active {
  background-color: #3072b3
}

.gh-button-group.minor-group .gh-button.icon:before {
  opacity: .8
}

.gh-button-container .gh-button,
.gh-button-container .gh-button-group {
  vertical-align: top
}

.gh-button [class^=icon-] {
  margin: 0 .65em 0 -.25em;
  font-size: 12px
}

.gh-button.big [class^=icon-] {
  margin: 0 .65em 0 -.25em;
  font-size: 13px
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .8;
  filter: alpha(opacity=80)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  white-space: normal
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0
}

.popover-title:empty {
  display: none
}

.popover-content {
  padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover .arrow {
  border-width: 11px
}

.popover .arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  bottom: -11px
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25)
}

.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
  top: -11px
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}

/*! X-editable - v1.4.4
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
  margin-bottom: 0
}

.editableform .control-group {
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 20px
}

.editable-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  zoom: 1;
  *display: inline
}

.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0
}

.editable-input {
  vertical-align: top;
  display: inline-block;
  width: auto;
  white-space: normal;
  zoom: 1;
  *display: inline
}

.editable-buttons .editable-cancel {
  margin-left: 7px
}

.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px
}

.editableform-loading {
  background: url(/img/loading_editable.gif) center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px
}

.editable-inline .editableform-loading {
  background-position: left 5px
}

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0;
  width: auto;
  white-space: normal
}

.editable-error-block.ui-state-error {
  padding: 3px
}

.editable-error {
  color: red
}

.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left
}

.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px
}

.editable-checklist label input[type=checkbox],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0
}

.editable-checklist label {
  white-space: nowrap
}

.editable-wysihtml5 {
  width: 566px;
  height: 250px
}

.editable-clear {
  clear: both;
  font-size: .9em;
  text-decoration: none;
  text-align: right
}

.editable-clear-x {
  background: url(/img/clear.png) center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: .6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px
}

.editable-clear-x:hover {
  opacity: 1
}

.editable-container.editable-popup {
  max-width: none !important
}

.editable-container.popover {
  width: auto
}

.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  zoom: 1;
  *display: inline
}

.editable-container.ui-widget {
  font-size: inherit
}

.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #08c
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: 0
}

.editable-empty,
.editable-empty:focus,
.editable-empty:hover {
  font-style: italic;
  color: #D14;
  text-decoration: none
}

.editable-unsaved {
  font-weight: 700
}

.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn.active,
.btn.disabled,
.btn:active,
.btn:focus,
.btn:hover,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9
}

.btn.active,
.btn:active {
  background-color: #ccc \9
}

.btn:first-child {
  *margin-left: 0
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.btn-large [class*=" icon-"],
.btn-large [class^=icon-] {
  margin-top: 4px
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.btn-small [class*=" icon-"],
.btn-small [class^=icon-] {
  margin-top: 0
}

.btn-mini [class*=" icon-"],
.btn-mini [class^=icon-] {
  margin-top: -1px
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  *background-color: #04c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3
}

.btn-primary.active,
.btn-primary:active {
  background-color: #039 \9
}

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505
}

.btn-warning.active,
.btn-warning:active {
  background-color: #c67605 \9
}

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a
}

.btn-danger.active,
.btn-danger:active {
  background-color: #942a25 \9
}

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249
}

.btn-success.active,
.btn-success:active {
  background-color: #408140 \9
}

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0
}

.btn-info.active,
.btn-info:active {
  background-color: #24748c \9
}

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515
}

.btn-inverse.active,
.btn-inverse:active {
  background-color: #080808 \9
}

button.btn,
input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px
}

button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0
}

button.btn.btn-large,
input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px
}

button.btn.btn-small,
input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px
}

button.btn.btn-mini,
input[type=submit].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.btn-link:focus,
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none
}

.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: normal
}

.icon-chevron-down,
.icon-chevron-up {
  position: absolute;
  cursor: pointer;
  width: 12px
}

.spinedit {
  display: inline-block;
  position: relative
}

.icon-chevron-up {
  top: -23px;
  left: -8px
}

.icon-chevron-down {
  top: -9px;
  left: -8px
}

.seedmap-layers-label {
  position: absolute;
  top: -8px;
  left: 14px;
  color: rgba(193, 136, 94, 0.85);
  background: rgb(51, 43, 40);
  padding: 0px 6px;
  font-size: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(193, 136, 94, 0.85);
}

.seedmap-layers-warning {
  border-style: solid;
  border-width: 1px;
  position: absolute;
  top: -40px;
  left: 40px;
  background: rgba(199, 35, 35, 0.2);
  border-color: rgba(196, 111, 96, 0.85);
  box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -moz-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -webkit-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  color: rgba(193, 136, 94, 0.85);
  padding: 2px 6px;
  margin: 3px;
  white-space: nowrap;
  font-size: 12px
}

#seedmap-layers {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 16px 6px
}

.seedmap-layers-expanded #seedmap-layers {
  display: grid;
  grid-template-columns: repeat(auto-fit, 135px);
  grid-gap: 8px 0;
  overflow-x: hidden;
  justify-content: flex-start
}

#seedmap-layers button {
  height: auto;
  padding: 5px;
  margin: 1px 4px;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(193, 136, 94, 0.05);
  border-color: rgba(193, 136, 94, 0.85);
  box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -moz-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -webkit-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  white-space: nowrap;
  text-align: left;
  color: white;
  display: flex;
  align-items: center;
  line-height: 100%;
  user-select: none
}

#seedmap-layers button.hidden {
  display: none
}

#seedmap-layers button:focus {
  box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -moz-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -webkit-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
}

#seedmap-layers button:active,
#seedmap-layers button:hover,
#seedmap-layers button:hover[aria-checked=true] {
  background: rgba(193, 136, 94, 0.40)
}

#seedmap-layers button[aria-checked=true] {
  border-style: solid;
  border-width: 3px;
  background-color: rgba(193, 136, 94, 0.05);
  border-color: rgba(193, 136, 94, 0.85);
  box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -moz-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -webkit-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  padding: 4px;
  filter: none;
  margin: 0 3px;
}

#seedmap-layers button.zoom-hidden[aria-checked=true] {
  background: rgba(199, 35, 35, 0.2);
  border-color: rgba(196, 111, 96, 0.85);
  color: rgba(196, 111, 96, 0.85)
}

#seedmap-layers button.zoom-hidden:hover[aria-checked=true] {
  background: rgba(199, 35, 35, 0.6);
  border-color: rgba(196, 111, 96, 0.85);
}

#seedmap-layers button[aria-checked=true]:focus {
  box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -moz-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -webkit-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
}

#seedmap-layers .seedmap-layers-name {
  display: none
}

.seedmap-layers-expanded #seedmap-layers .seedmap-layers-name {
  display: inline-block;
  margin-left: 6px
}

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.select2-container .select2-choice {
  display: block;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  color: #555;
  text-decoration: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.select2-container.select2-allowclear .select2-choice span {
  margin-right: 42px
}

.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: right top no-repeat;
  cursor: pointer;
  outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer
}

.select2-drop-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background-color: rgba(193, 136, 94, 0.50);
  color: #fff;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.select2-with-searchbox.select2-drop {
  border-top: 0
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.select2-with-searchbox.select2-drop.select2-drop-above {
  border-top: 0
}

.select2-container .select2-choice div {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding
}

.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/select2.png) no-repeat 0 1px
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px
}

.select2-search input.select2-active {
  background: #fff
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0, #eee 50%);
  background-image: -o-linear-gradient(bottom, #fff 0, #eee 50%);
  background-image: -ms-linear-gradient(top, #fff 0, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0, #eee 50%)
}



.select2-dropdown-open .select2-choice div {
  background: 0 0;
  border-left: 0;
  filter: none
}

.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px
}

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0
}

.select2-results ul.select2-result-sub>li .select2-result-label {
  padding-left: 20px
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 40px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 120px
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  white-space: nowrap
}

.select2-results li.select2-result-with-children>.select2-result-label {
  font-weight: 700
}

.select2-results .select2-result-label {
  padding: 4px 7px 3px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.select2-results .select2-highlighted {
  color: #fff;
  background-color: #66a1d1;
  background-image: linear-gradient(to bottom, #68a3d4, #649dcc)
}

.select2-results li em {
  background: #feffde;
  font-style: normal
}

.select2-results .select2-highlighted em {
  background: 0 0
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  /*background: #f4f4f4;*/
  display: list-item
}

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default
}

.select2-results .select2-selected {
  display: none
}

.select2-more-results.select2-active {
  background: #f4f4f4 url(/img/select2-spinner.gif) no-repeat 100%
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: text;
  overflow: hidden
}

.select2-locked {
  padding: 3px 5px !important
}

.select2-container-multi .select2-choices {
  min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #fff;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/img/select2-spinner.gif) no-repeat 100% !important
}

.select2-default {
  color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 14px;
  color: #eee;
  cursor: default;
  border: 1px solid rgba(193, 136, 94, 0.85);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(193, 136, 94, 0.40);
}

.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: rgba(193, 136, 94, 0.40)
}

.select2-search-choice-close {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 4px;
  font-size: 1px;
  outline: 0;
  background-image: url(../img/close_button_default.png);
  background-size: 15px 15px;
}

.select2-search-choice-close:active,
.select2-search-choice-close:focus,
.select2-search-choice-close:hover {
  position: absolute;
  left: 3px;
  top: 3px;
  background-image: url(../img/close_button_default_light.png);
}

.select2-container-multi {
  left: 3px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-container-multi .select2-choices .select2-search-choice-focus {
  background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: rgba(193, 136, 94, 0.5);
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  background-image: none
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: 0 0
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0
}

.select2-display-none {
  display: none
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution:144dpi) {

  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b,
  .select2-search input,
  .select2-search-choice-close {
    background-image: url(/img/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important
  }

  .select2-search input {
    background-position: 100% -21px !important
  }
}

.select2-container {
  vertical-align: middle
}

.select2-container .select2-choice,
.select2-container-multi .select2-choices,
.select2-container.select2-drop-above .select2-choice {
  height: 28px;
  line-height: 29px;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(193, 136, 94, 0.05);
  border-color: rgba(193, 136, 94, 0.85);
  filter: none;
  box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -moz-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
  -webkit-box-shadow: 0 0 8px rgba(193, 136, 94, .5);
}

.select2-container .select2-choice div,
.select2-container.select2-container-disabled .select2-choice div {
  border-left: 0;
  background: 0 0;
  filter: none
}

.control-group.error [class^=select2-choice] {
  border-color: #B94A48
}

.select2-container-multi .select2-choices .select2-search-field {
  height: 28px;
  line-height: 27px
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: rgba(193, 136, 94, 0.95);
  outline: 0;
  box-shadow: 0 0 8px rgba(193, 136, 94, .6);
  -moz-box-shadow: 0 0 8px rgba(193, 136, 94, .6);
  -webkit-box-shadow: 0 0 8px rgba(193, 136, 94, .6);
}

[class^=input-] .select2-container {
  font-size: 14px
}

.input-prepend [class^=select2-choice] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-append [class^=select2-choice] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.select2-dropdown-open [class^=select2-choice] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

[class^=input-] [class^=select2-choice]>div {
  display: none
}

[class^=input-] .select2-offscreen {
  position: absolute
}

select.select2 {
  height: 28px;
  visibility: hidden
}

.select2-drop {
  font-size: 13px;
  text-align: left
}

.select2-container a.select2-choice {
  height: 26px !important;
  line-height: 28px !important
}

.select2-no-results {
  padding: 3px 0 2px 6px
}