.editor-map-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.editor-map-map {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.editor-map-navigation {
  z-index: 1030;
  position: absolute;
  top: 10px;
  left: 10px;
}
.editor-map-navigation-placeholder, .editor-map-navigation-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}
.editor-map-navigation-panes {
  position: absolute;
  top: 10px;
  left: 57px;
  width: 500px;
  max-height: 700px;
  z-index: 1040;
  overflow-y: hidden;
  background-color: #fff;
}
.editor-map-navigation-pane {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 700px;
  padding: 15px;
  overflow-y: scroll;
}
.editor-map-navigation .btn-tool-wrapper {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
  border: 1px solid rgba(50, 50, 50, 0.4);
  border-top-width: 0 !important;
}
.editor-map-navigation .btn-tool-wrapper.opaque {
  opacity: 0.5;
}
.editor-map-navigation .btn-tool-wrapper-horizontal .btn-tool-lg {
  display: inline-block;
}
.editor-map-navigation .btn-tool-lg {
  display: block;
  height: 40px;
  width: 40px;
  padding: 11px 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-width: 0 !important;
  background-color: #fff;
  line-height: 1;
}
.editor-map-navigation .btn-img {
  height: 16px;
  width: 16px;
  position: relative;
  display: inline-block;
  background-image: url(/img/icons/map-navigation.png);
}
.editor-map-navigation .btn-img-toc {
  background-position: 0px 0px;
}
.editor-map-navigation .btn-img-pictures {
  background-position: -16px 0px;
}
.editor-map-navigation .btn-img-search {
  background-position: -32px 0px;
}
.editor-map-navigation .btn-img-identify {
  background-position: -48px 0px;
}
.editor-map-navigation .btn-img-geometry {
  background-position: -64px 0px;
}
.editor-map-navigation .btn-img-screenshots {
  background-position: -80px 0px;
}
.editor-map-navigation .btn-img-vector {
  background-position: -96px 0px;
}
.editor-map-navigation .btn:hover .btn-img-toc, .editor-map-navigation .btn:active .btn-img-toc, .editor-map-navigation .btn:focus .btn-img-toc, .editor-map-navigation .btn.active .btn-img-toc {
  background-position: 0px -16px;
}
.editor-map-navigation .btn:hover .btn-img-pictures, .editor-map-navigation .btn:active .btn-img-pictures, .editor-map-navigation .btn:focus .btn-img-pictures, .editor-map-navigation .btn.active .btn-img-pictures {
  background-position: -16px -16px;
}
.editor-map-navigation .btn:hover .btn-img-search, .editor-map-navigation .btn:active .btn-img-search, .editor-map-navigation .btn:focus .btn-img-search, .editor-map-navigation .btn.active .btn-img-search {
  background-position: -32px -16px;
}
.editor-map-navigation .btn:hover .btn-img-identify, .editor-map-navigation .btn:active .btn-img-identify, .editor-map-navigation .btn:focus .btn-img-identify, .editor-map-navigation .btn.active .btn-img-identify {
  background-position: -48px -16px;
}
.editor-map-navigation .btn:hover .btn-img-geometry, .editor-map-navigation .btn:active .btn-img-geometry, .editor-map-navigation .btn:focus .btn-img-geometry, .editor-map-navigation .btn.active .btn-img-geometry {
  background-position: -64px -16px;
}
.editor-map-navigation .btn:hover .btn-img-screenshots, .editor-map-navigation .btn:active .btn-img-screenshots, .editor-map-navigation .btn:focus .btn-img-screenshots, .editor-map-navigation .btn.active .btn-img-screenshots {
  background-position: -80px -16px;
}
.editor-map-navigation .btn:hover .btn-img-vector, .editor-map-navigation .btn:active .btn-img-vector, .editor-map-navigation .btn:focus .btn-img-vector, .editor-map-navigation .btn.active .btn-img-vector {
  background-position: -96px -16px;
}

.w-nav-group-vertical {
  display: flex;
  flex-direction: column;
  width: 42px;
}

.w-nav-group-horizontal {
  display: flex;
  flex-direction: row;
  width: max-content;
  border-width: 1px 0px 1px 0px !important;
}
.w-nav-group-horizontal .btn {
  border-left: 1px solid rgba(50, 50, 50, 0.4) !important;
  display: none !important;
}
.w-nav-group-horizontal .btn:first-child {
  border-left: 0px !important;
  display: inline-block !important;
}
.w-nav-group-horizontal:hover {
  border-width: 0px 1px 1px 0px !important;
}
.w-nav-group-horizontal:hover .btn {
  display: inline-block !important;
}

.w-nav-group {
  background-color: #fff;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
  border: 1px solid rgba(50, 50, 50, 0.4);
  border-top-width: 0 !important;
  flex-basis: auto;
}
.w-nav-group .btn img {
  width: 16px;
  height: 16px;
  margin-top: -4px;
}
.w-nav-group .btn.enabled {
  background-color: rgba(255, 193, 0, 0.37);
}

.navigation-map-tree-icon {
  color: #48515b;
}
.navigation-map-tree-icon:hover, .navigation-map-tree-icon:active, .navigation-map-tree-icon:focus, .navigation-map-tree-icon.active {
  color: #005dab;
}

table.fancytree-ext-table tbody tr.fancytree-active {
  background-color: #67cefc;
}

span.fancytree-title {
  display: inline;
}

.fancytree-container {
  outline: none !important;
}

.fancytree-ext-childcounter span.fancytree-childcounter, .fancytree-ext-filter span.fancytree-childcounter {
  top: -5px;
  right: -7px;
  min-width: 18px;
  height: 14px;
  padding: 2px;
  font-size: 9px;
}

.fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title, .fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title {
  font-weight: normal;
}

.placemark-layout {
  position: relative;
  text-align: center;
}
.placemark-layout .photo-layout {
  border: 5px solid #FFF;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -30px;
  top: -65px;
}
.placemark-layout .photo-layout:after, .placemark-layout .photo-layout:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.placemark-layout .photo-layout:after {
  border-top-color: #FFF;
  border-width: 10px;
  margin-left: -10px;
}
.placemark-layout .album-layout {
  border: 5px solid #00ff00;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -30px;
  top: -65px;
}
.placemark-layout .album-layout:after, .placemark-layout .album-layout:before {
  top: 110%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.placemark-layout .album-layout:after {
  border-top-color: #045c09;
  border-width: 10px;
  margin-left: -10px;
}
.placemark-layout .album-layout .front-side {
  width: 60px;
  height: 20px;
  position: absolute;
  top: 35px;
  transform: skewX(-30deg);
  background: #06b606;
  background: -moz-linear-gradient(top, #06b606 0%, #046d09 100%);
  background: -webkit-linear-gradient(top, #06b606 0%, #046d09 100%);
  background: linear-gradient(to bottom, #06b606 0%, #046d09 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06b606", endColorstr="#046d09", GradientType=0);
}

.popover-map {
  display: block;
  border-radius: 2px;
  max-width: none;
}
.popover-map .close {
  position: absolute;
  right: 5px;
  top: 1px;
}

.popover-map {
  display: block;
  border-radius: 2px;
  max-width: none;
}
.popover-map .close {
  position: absolute;
  right: 5px;
  top: 1px;
}

.sortable-grid-container {
  -moz-user-select: none;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #ddd;
  overflow: hidden;
  min-height: 60px;
}
.sortable-grid-container .item {
  position: relative;
  float: left;
  text-align: center;
  min-width: 50px !important;
  min-height: 50px !important;
  margin: 4px;
}
.sortable-grid-container .sortable-ghost {
  opacity: 0.4;
  background-color: #F4E2C9;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ui-widget {
  font-family: inherit;
  font-size: 1.1em;
}

.ui-contextmenu {
  position: absolute;
  z-index: 10000;
  left: 1046px;
  top: 155px;
  display: block;
  padding: 4px 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 8px 30px -5px rgba(0, 0, 0, 0.5);
}

.ui-menu .ui-menu-item {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3.5px 1em 6.5px;
}
.ui-menu .ui-menu-item:hover {
  background: rgba(255, 193, 0, 0.37);
  cursor: default;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: none;
  background: none;
  font-weight: normal;
  color: #000;
  margin: 0;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.ui-menu-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-right: 6px;
  margin-top: 1px;
}

.fancytree-folder td:first-child {
  width: 80% !important;
}

/*# sourceMappingURL=map.css.map */
