/* Bootstrap start */
.btn-block {
  margin: 1px 0;
}
.iconnavi .glyphicon {
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.iconnavi .badge {
  position: absolute;
  bottom: -0.5em;
  right: -0.5em;
  top: auto;
}
/* Bootstrap end */
body {
  overflow: hidden;
}
.modal-backdrop {
  z-index: 2000;
}
.modal {
  z-index: 2001;
}
.mapdialog {
  background-color: rgba(47, 67, 77, 0.8);
  width: 300px;
  z-index: 1000;
  position: relative;
}
.mapoverlay-container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #202e35;
  color: #acb4b8;
  padding: 0.5em;
  width: 300px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .mapoverlay-container {
    width: 100%;
  }
}
.bottom-container {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(47, 67, 77, 0.8);
  color: #acb4b8;
  padding: 0.5em;
  width: 100%;
  height: 200px;
}
.fullscreen-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 85px;
}
@media (max-width: 767px) {
  .fullscreen-container {
    padding-top: 50px;
  }
}
.fullscreen-content {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.searchresults-table {
  width: 100%;
}
.searchresults-table thead {
  color: #f68a33;
}
#shareoverlay #linkpos,
#shareoverlay #linklayers,
#shareoverlay #shortenlink {
  cursor: default;
}
#shareoverlay #linkpos span,
#shareoverlay #linklayers span,
#shareoverlay #shortenlink span {
  color: #acb4b8;
}
#shareoverlay #linkpos:hover > span,
#shareoverlay #linklayers:hover > span,
#shareoverlay #shortenlink:hover > span {
  color: #00bce7;
}
#shareoverlay #linklayers {
  margin-top: 10px;
}
#shareoverlay p {
  margin-top: 20px;
}
#shareoverlay #shortenlink {
  margin-top: 20px;
}
#shareoverlay #linktext {
  width: 100%;
}
#shareoverlay #linkbox {
  width: 100%;
}
#shareoverlay #linksett {
  margin-top: 20px;
}
#shareoverlay #linksett legend {
  color: #ACB4B8;
}
#shareoverlay .socials {
  margin-top: 10px;
  height: 40px;
  width: 200px;
  position: relative;
}
#shareoverlay #embedcreatebutton {
  margin-left: 0;
  margin-bottom: 10px;
}
.fb_iframe_widget span,
iframe.fb_iframe_widget_lift,
.fb_iframe_widget iframe {
  position: relative;
  vertical-align: baseline !important;
}
#embeddialog #embedmap-settings {
  vertical-align: top;
}
#embeddialog #embedseparator {
  vertical-align: top;
  margin: 0 10px;
  background-color: #ccc;
  display: inline-block;
  width: 1px;
}
#embeddialog #embedminimap,
#embeddialog #embedlegend,
#embeddialog #embedtools,
#embeddialog #embedmaplink {
  cursor: default;
}
#embeddialog #embedminimap span,
#embeddialog #embedlegend span,
#embeddialog #embedtools span,
#embeddialog #embedmaplink span {
  color: #acb4b8;
}
#embeddialog #embedminimap:hover > span,
#embeddialog #embedlegend:hover > span,
#embeddialog #embedtools:hover > span,
#embeddialog #embedmaplink:hover > span {
  color: #00bce7;
}
#embeddialog #embedsize {
  margin-bottom: 15px;
}
#embeddialog #embedsize input {
  display: inline-block;
}
#menuoverlay .menu-selector {
  color: #222222;
  cursor: pointer;
}
#menuoverlay .menu-selector .badge {
  background-color: #f68a33;
}
#menuoverlay .menu-selector a,
#menuoverlay .menu-selector a:link {
  color: inherit;
  text-decoration: none;
}
#menuoverlay .menu-selector a:hover,
#menuoverlay .menu-selector a:link:hover,
#menuoverlay .menu-selector a:active,
#menuoverlay .menu-selector a:link:active {
  color: #00bce7;
}
#menuoverlay .menu-selector .selector-header {
  font-weight: bold;
  background-color: #eff1f2;
}
#menuoverlay .menu-selector .selector-header:hover {
  background-color: #fff;
}
#menuoverlay .menu-selector .selector-header:hover,
#menuoverlay .menu-selector .selector-header:active {
  color: #00bce7;
}
#menuoverlay .menu-selector tr td:first-child {
  width: 32px;
}
#menuoverlay .menu-selector tr td:last-child {
  width: 70px;
}
#menuoverlay .menu-selector tr.selector-folder td:nth-child(2) {
  font-weight: bold;
}
#menuoverlay .menu-selector .btn-icon {
  color: #acb4b8;
  font-size: 16px;
  text-align: left;
  line-height: 1;
  padding: 0;
}
#menuoverlay .menu-selector .btn-icon:hover,
#menuoverlay .menu-selector .btn-icon:active {
  color: #00bce7;
}
/* OL3 start */
.ol-control,
.ol-control:focus,
.ol-control:hover {
  background: none;
  color: #acb4b8;
}
.ol-control button,
.ol-control:focus button,
.ol-control:hover button {
  background-color: rgba(47, 67, 77, 0.8);
  width: 40px;
  height: 40px;
}
.ol-control button:focus,
.ol-control:focus button:focus,
.ol-control:hover button:focus,
.ol-control button:hover,
.ol-control:focus button:hover,
.ol-control:hover button:hover {
  background-color: rgba(32, 46, 53, 0.8);
  color: #00bce7;
  width: 40px;
  height: 40px;
}
.ol-zoom {
  left: auto;
  right: 10px;
  top: 10px;
  border-radius: 0;
}
.ol-mode {
  border-radius: 0;
  left: auto;
  right: 10px;
  top: 150px;
}
.ol-rotate {
  top: 10px;
  right: 60px;
  border-radius: 0;
}
.ol-rotate .ol-zoom-in,
.ol-rotate .ol-zoom-out {
  border-radius: 0;
}
.ol-scale-line {
  background-color: rgba(47, 67, 77, 0.8);
  border-radius: 0;
}
.ol-scale-line-inner {
  display: inline-block;
}
.custom-mouse-position {
  color: #eee;
  font-size: 10px;
  display: inline-block;
  margin-left: 3px;
}
/* OL3 end */
.fancytree-container {
  border: 0;
  line-height: 1;
}
span.fancytree-title {
  white-space: normal;
}
.fancytree-node table {
  border-collapse: collapse;
}
.fancytree-ext-table td {
  padding: 0;
}
.fancytree-node td:first-child {
  vertical-align: top;
  white-space: nowrap;
}
span.fancytree-node {
  width: auto;
  margin: 0;
}
.alignRight {
  text-align: right;
}
.alignTop {
  vertical-align: top;
}
.fancytree-expander {
  position: relative;
}
.fancytree-menuhighlight-open {
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 3px;
  left: 3px;
  position: absolute;
  top: 5px;
  width: 5px;
  background-image: url('data:image/gif;base64,R0lGODlhBQADAKECAI5bAO6ZAP///////yH5BAEKAAIALAAAAAAFAAMAAAIGRA5iKdoFADs=') /*../themes/default/fancytree/menuhighlight_open.gif*/;
}
.fancytree-menuhighlight-closed {
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 5px;
  left: 3px;
  position: absolute;
  top: 5px;
  width: 3px;
  background-image: url('data:image/gif;base64,R0lGODlhAwAFAKECAI5bAO6ZAP///////yH5BAEKAAIALAAAAAADAAUAAAIHhBQWmWJSAAA7') /*../themes/default/fancytree/menuhighlight_closed.gif*/;
}
.fancytree-has-children {
  font-weight: bold;
}
/* sw start */
.bubble {
  display: inline-block;
  opacity: 1;
  z-index: auto;
}
.bubble .close {
  opacity: 1;
}
.bubble .tooltip-inner {
  max-width: 800px;
  background-color: #fff;
  color: inherit;
}
.bubble.tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.swtooltip {
  color: inherit;
  background-color: #fff;
  border-radius: 3px;
  margin: 3px;
  max-width: 270px;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  left: -500px;
  top: -500px;
}
.swtooltip div {
  vertical-align: middle;
}
.swtooltip table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.action {
  position: absolute;
  left: -500px;
  top: -500px;
  max-width: 270px;
  max-height: 500px;
  overflow-y: auto;
}
.scalebar {
  background: rgba(47, 67, 77, 0.8) none repeat scroll 0 0;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.measureBar {
  background: rgba(47, 67, 77, 0.8) none repeat scroll 0 0;
  bottom: 40px;
  left: 8px;
  position: absolute;
  width: 226px;
  white-space: nowrap;
  color: #eee;
  padding: 10px;
  border-radius: 2px;
  /*#measuresave {
        width: 100%;
    }*/
}
.measureBar div {
  margin-top: 3px;
  margin-right: 4px;
}
.measureBar input[type='radio'] {
  position: relative;
  top: 2px;
  cursor: pointer;
  margin-right: 3px;
}
.measureBar button {
  position: relative;
  margin: 1px 2px 1px 2px;
  width: 49%;
}
.measureBar #drawsave {
  width: 100%;
}
.measure-tooltip {
  position: relative;
  font-size: 12px;
  background: rgba(47, 67, 77, 0.8) none repeat scroll 0 0;
  color: #fff;
  padding: 4px 8px;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 700;
}
.snapbar {
  bottom: 8px;
  color: #eee;
  border-radius: 2px;
  height: 100%;
}
.snapbar div {
  padding: 0 5px 0 5px;
  cursor: default;
}
.snapbar .snapText {
  font-size: 12px;
  margin: 3px;
  color: #eee;
}
.snapbar input[type='checkbox'] {
  display: none;
  cursor: pointer;
}
.snapbar input[type='checkbox'] + span:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  /* Glyphicons replace the default elements */
  font-weight: 100;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}
.snapbar span {
  color: #eee;
}
.snapbar span:hover {
  color: #00bce7;
}
.snapbar input[type='checkbox'] + span:before {
  content: "\e157";
  /* glyphicon unchecked */
  margin-right: 5px;
}
.snapbar input[type='checkbox']:checked + span:before {
  content: "\e067";
  /* glyphicon checked */
}
.snapbar .snapText,
.snapbar input[type='number'] {
  top: 1px;
  position: relative;
  color: black;
  background-color: #fff;
  text-align: center;
  margin-left: 3px;
  padding: 0;
  font-size: 13px;
  border: 1px solid #888;
  border-radius: 1px;
  width: 40px;
}
.snapbar input[type=number]::-webkit-inner-spin-button,
.snapbar input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.snapbar label {
  color: #eee;
  top: 1px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  padding-right: 2px;
}
.draw-bar {
  background: rgba(47, 67, 77, 0.8) none repeat scroll 0 0;
  color: #eee;
  top: 13px;
  padding: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  white-space: nowrap;
  border-radius: 3px;
}
.draw-bar button {
  margin: 4px;
}
.custom-scale-bar {
  display: inline-block;
}
.custom-scale-bar-inner {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  color: #eee;
  font-size: 10px;
  margin: 1px;
  text-align: center;
  will-change: contents, width;
}
.copyright {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 5px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .copyright {
    right: auto;
    left: 5px;
    bottom: 35px;
  }
}
#rightmenu {
  margin-top: 85px;
  height: 100%;
  position: fixed;
  top: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: none;
  z-index: 4;
  padding-bottom: 110px;
}
#rightmenu > div {
  height: 100%;
}
@media (max-width: 767px) {
  #rightmenu {
    margin-top: 50px;
    /*margin-top: 67px;*/
    width: 100% !important;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  #rightmenu #rightmenuclose {
    font-size: 40px;
  }
}
#rightmenu > .container-fluid {
  padding: 0px;
}
#rightmenubody {
  width: 100%;
  height: 100%;
}
#rightmenubody > iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#rightmenuhandle {
  margin-top: 85px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 110px;
  width: 30px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  text-align: center;
  display: none;
  z-index: 4;
}
@media (max-width: 767px) {
  #rightmenuhandle {
    margin-top: 67px;
    display: none !important;
  }
}
#rightmenuhandle a {
  position: relative;
  top: 10px;
}
#mobile-menu .icon-bar {
  background-color: white;
}
#main-menu-mobile .navbar-default {
  height: 0;
  min-height: 0;
}
#main-menu-mobile .mobile-logo {
  text-align: center;
}
#main-menu-mobile .mobile-logo img {
  height: 30px;
  margin-top: 10px;
}
#loader {
  text-align: center;
  width: 100%;
  z-index: 9999;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* Overlays */
}
#loader .ui-widget-overlay {
  background: black;
  opacity: .3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader .ui-widget-shadow {
  background: #808080;
  border-radius: 8px;
}
#searchresultsloader {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
#news-appearance-container {
  display: inline-block;
}
#news-appearance-container input#newshide {
  margin-right: 4px;
}
#maintabs .fullscreen-container iframe {
  width: 100%;
  height: 100%;
}
.categoryloader {
  background-image: url(../images/ajax-loader-large.gif);
  height: 32px;
  left: 50%;
  margin-left: -16px;
  position: relative;
  width: 32px;
}
/* sw end */
.my-location-on {
  color: #00bce7;
}
.my-location-off {
  color: white;
}
.my-location {
  right: 10px;
  top: 100px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
@media (max-width: 767px) {
  .languageContainer {
    display: block;
  }
}
#feature-action-modal .modal-body {
  overflow-y: auto;
}
#feature-action-modal .modal-body iframe {
  height: 95% !important;
}
