@import url("../../../../components/font-awesome/css/font-awesome.min.css");
@import url("../../../../components/mapbender-icons/style.css");
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  white-space: normal;
  margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  height: 13px;
  width: 13px;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure, form {
  margin: 0; }

p, pre, dl, menu, ol, ul {
  margin: 1em 0; }

[class^="icon"], [class*=" icon"], .icon {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  display: inline;
  width: auto;
  height: auto;
  vertical-align: top; }
  [class^="icon"]:before, [class*=" icon"]:before, .icon:before {
    font-family: FontAwesome; }

.iconBig {
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding-left: 23px; }
  .iconBig:before {
    font-family: FontAwesome;
    font-size: 20px;
    margin-top: -1px;
    margin-left: -23px;
    margin-bottom: -2px;
    position: absolute;
    display: block; }

@-webkit-keyframes spin {
   0% {
    -webkit-transform: rotate(0deg); }
   100% {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes spin {
   0% {
    -moz-transform: rotate(0deg); }
   100% {
    -moz-transform: rotate(359deg); } }

@keyframes spin {
   0% {
    transform: rotate(0deg); }
   100% {
    transform: rotate(359deg); } }
.iconCheckboxActive:before {
  content: "\f046" !important; }

.iconCheckboxHalf:before {
  content: "\f147" !important; }

.iconCheckbox:before {
  content: "\f096"; }

.iconRadio:before {
  content: "\f10c"; }

.iconRadioActive:before {
  content: "\f192"; }

.iconView:before {
  content: "\f108"; }

.iconHelp:before {
  content: "\f059"; }

.iconLinkButton:before {
  content: "\f0da"; }

.iconDown:before {
  content: "\f078"; }

.iconRight:before {
  content: "\f054"; }

.iconLeft:before {
  content: "\f053"; }

.iconTop:before {
  content: "\f077"; }

.iconExpand:before {
  content: "\f117"; }

.iconExpandClosed:before {
  content: "\f116"; }

.iconMove:before {
  content: "\f047"; }

.iconMenu:before {
  content: "\f0c9"; }

.iconAbout:before {
  content: "\f0c0"; }

.iconPrint:before {
  content: "\f02f"; }

.iconGps:before {
  content: "\f041"; }

.iconLayertree:before {
  content: "\f0e8"; }

.iconLegend:before {
  content: "\f00b"; }

.iconInfo:before {
  content: "\f129"; }

.iconInfoActive:before, .mb-element-layertree .featureInfoWrapper.iconCheckboxActive:before {
  content: "\f05a" !important; }

.iconSearch:before {
  content: "\f002"; }

.iconWms:before, .iconOverview:before {
  content: "\f0ac"; }

.iconWmcEditor:before {
  content: "\f044"; }

.iconWmcLoader:before {
  content: "\f07c"; }

.iconOpen:before {
  content: "\f067"; }

.iconClose:before {
  content: "\f068"; }

.iconActivity:before, .mb-element-layertree [data-state="loading"]:before {
  content: "\f110"; }

.iconCoordinates:before {
  content: "\f05b"; }

.iconGpsTarget:before {
  content: "\f05b"; }

.iconPrev:before {
  content: "\f0e2"; }

.iconNext:before {
  content: "\f01e"; }

.iconZoomSelect:before {
  content: "\f00e"; }

.iconZoomMin:before {
  content: "\f0ac"; }

.iconZoomIn:before {
  content: "\f196"; }

.iconZoomOut:before {
  content: "\f147"; }

.iconZoomLevel:before {
  content: "\f10c"; }

.iconZoomLevelSelected:before {
  content: "\f111"; }

.iconAreaRuler:before {
  content: "\f125"; }

.iconFolder:before {
  content: "\f07b"; }

.iconFolderActive:before {
  content: "\f07c"; }

.iconTarget:before {
  content: "\f05b"; }

.iconPoi:before {
  content: "\f08d"; }

.iconImageExport:before {
  content: "\f030"; }

.iconWarning:before, .mb-element-layertree [data-state="error"]:before {
  content: "\f071"; }

.iconWarningCcl:before {
  content: "\f06a"; }

.iconWarningSmpl:before {
  content: "\f12a"; }

.iconEmail:before {
  content: "\f0e0"; }

.iconTwitter:before {
  content: "\f081"; }

.iconFacebook:before {
  content: "\f082"; }

.iconGooglePlus:before {
  content: "\f0d4"; }

.iconSketch:before {
  content: "\f044"; }

.iconMore:before {
  content: "\f0c9"; }

.iconClock:before {
  content: "\f017"; }

.iconFile:before {
  content: "\f016"; }

.iconBolt:before {
  content: "\f0e7"; }

.iconStarO:before {
  content: "\f006"; }

.iconBars:before {
  content: "\f0c9"; }

.iconFileText:before {
  content: "\f0f6"; }

.iconCancel:before, .mobileClose:before {
  content: "\f05c"; }

.iconCopyright:before {
  content: "\f1f9"; }

.iconGroup:before {
  content: "\f0c0"; }

.iconAdd:before {
  content: "\f067"; }

.iconRemove:before {
  content: "\f00d"; }

.iconOk:before, .mb-element-basesourceswitcher li:before, .mb-element-layertree .iconCheckbox:before {
  content: "\f00c" !important; }

.iconEdit:before {
  content: "\f040"; }

.iconPublish:before {
  content: "\f070" !important; }

.iconPublishActive:before {
  content: "\f06e" !important; }

.iconAppDefault:before {
  content: "\f03e"; }

.iconThumbsUp:before {
  content: "\f087"; }

.iconThumbsDown:before {
  content: "\f088"; }

.iconGroup:before {
  content: "\f0c0"; }

.iconUser:before {
  content: "\f007"; }

.iconSettings:before {
  content: "\f0ad"; }

.iconSignOut:before {
  content: "\f08b"; }

.iconSignIn:before {
  content: "\f090"; }

.iconMore:before {
  content: "\f141"; }

.iconCopy:before {
  content: "\f0c5"; }

.iconKey:before {
  content: "\f084"; }

.iconTab:before {
  content: "\f114"; }

.iconTabActive:before {
  content: "\f07b" !important; }

.iconReset:before {
  content: "\f021"; }

.iconPlay:before {
  content: "\f04b"; }

.iconStop:before {
  content: "\f04d"; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'mapbender-icons'; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #3f3f3f;
  background-image: url("../../../../bundles/mapbendercore/image/body.png");
  background: -owg-linear-gradient(rgba(255, 255, 255, 0.3) 100px, rgba(255, 255, 255, 0)) fixed, url("../../../../bundles/mapbendercore/image/body.png");
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 100px, rgba(255, 255, 255, 0)) fixed, url("../../../../bundles/mapbendercore/image/body.png");
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.3) 100px, rgba(255, 255, 255, 0)) fixed, url("../../../../bundles/mapbendercore/image/body.png");
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3) 100px, rgba(255, 255, 255, 0)) fixed, url("../../../../bundles/mapbendercore/image/body.png");
  background: linear-gradient(rgba(255, 255, 255, 0.3) 100px, rgba(255, 255, 255, 0)) fixed, url("../../../../bundles/mapbendercore/image/body.png"); }

ul, ol {
  list-style: none; }

hr, h1, h2, h3, ul, ol, li {
  margin: 0;
  padding: 0px; }

a {
  text-decoration: none; }

p {
  margin: 0px; }

.italic {
  font-style: italic; }

.smallerText {
  font-size: 9px; }

.smallText, .labelInput, .popupSubTitle, .labelText, .labelCheck, .mb-element-basesourceswitcher li, .description, .buttonCore, .button, .sideContent .mb-button, .sideContent .mb-gpsButton, .tabContainerAlt .tab, .button.critical, .linkButton, .dropdown, .tabContainer .tab {
  font-size: 11px; }

.bigText, .title, .popupHead, .input {
  font-size: 15px; }

.biggerText, .contentTitle {
  font-size: 21px; }

.contentTitle {
  font-weight: normal;
  font-style: italic;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #b3b3b3; }

.title, .popupHead {
  font-weight: normal;
  color: #3f3f3f; }

.subTitle, .mb-element-layertree .themeContainer > .leaveContainer .layer-title, .mb-element-layertree .serviceContainer > .leaveContainer .layer-title, .mb-element-layertree .groupContainer > .leaveContainer .layer-title, fieldset legend {
  font-size: 13px;
  color: #5b932a; }

.labelInput, .popupSubTitle, .labelText, .labelCheck, .mb-element-basesourceswitcher li {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.labelInput, .popupSubTitle {
  display: inline-block;
  color: #707070;
  margin-right: 10px;
  line-height: 29px; }
  .labelInput .required, .popupSubTitle .required {
    color: #aa2323; }

.labelCheck, .mb-element-basesourceswitcher li {
  color: #707070;
  margin-left: 5px; }

.labelText {
  color: #5b932a; }

.description {
  color: #707070;
  font-style: italic; }

.hidden {
  display: none; }

.right {
  float: right; }

.left {
  float: left; }

.clear, .clearContainer {
  clear: both; }

.clearContainer {
  height: 0px; }

.contentPane .mb-element-map {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* disable map tile selection on the lowest level possible
       => no effect on text selection in e.g. .olPopup (nested inside map viewport */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .contentPane .mb-element-map .olLayerDiv {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }

.mb-element-zoombar {
  /**
  * Map navigation buttons
  */
  /**
  * Map tools
  */ }
  .mb-element-zoombar.iconMove:before {
    position: absolute;
    top: -20px;
    right: 0; }
  .mb-element-zoombar .pan {
    height: 49px;
    width: 49px;
    position: relative;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% / 50%;
    border-radius: 50% / 50%;
    color: #fff;
    background-color: #606060;
    background-color: rgba(0, 0, 0, 0.8); }
    .mb-element-zoombar .pan [class^="icon"], .mb-element-zoombar .pan [class*=" icon"] {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
      .mb-element-zoombar .pan [class^="icon"]:hover, .mb-element-zoombar .pan [class*=" icon"]:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    .mb-element-zoombar .pan .iconTop {
      position: absolute;
      top: 1px;
      left: 18px; }
    .mb-element-zoombar .pan .iconRight {
      position: absolute;
      top: 15px;
      right: 6px; }
    .mb-element-zoombar .pan .iconDown {
      position: absolute;
      bottom: 1px;
      left: 18px; }
    .mb-element-zoombar .pan .iconLeft {
      position: absolute;
      top: 15px;
      left: 7px; }
  .mb-element-zoombar .toolPane {
    margin: 10px 5px 0px 5px;
    padding: 5px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #606060;
    background-color: rgba(0, 0, 0, 0.8); }
    .mb-element-zoombar .toolPane [class^="icon"], .mb-element-zoombar .toolPane [class*=" icon"] {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
      .mb-element-zoombar .toolPane [class^="icon"]:hover, .mb-element-zoombar .toolPane [class*=" icon"]:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    .mb-element-zoombar .toolPane > li {
      margin: 3px 0; }
    .mb-element-zoombar .toolPane .iconBig {
      padding-left: 31px; }
      .mb-element-zoombar .toolPane .iconBig:before {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha Opacity=70;
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=70);
        /* Older than Firefox 0.9 */
        -moz-opacity: 0.7;
        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.7;
        /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
        opacity: 0.7; }
      .mb-element-zoombar .toolPane .iconBig:hover:before {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha Opacity=100;
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=100);
        /* Older than Firefox 0.9 */
        -moz-opacity: 1;
        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 1;
        /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
        opacity: 1; }
  .mb-element-zoombar .historyPrev, .mb-element-zoombar .historyNext {
    margin-left: 5px; }
  .mb-element-zoombar .zoomBox {
    text-align: center; }
    .mb-element-zoombar .zoomBox.activeZoomIcon .iconZoom {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .mb-element-zoombar .zoomWorld, .mb-element-zoombar .zoomSlider {
    text-align: center; }
  .mb-element-zoombar .zoomSliderLevels {
    margin: 0px; }
  .mb-element-zoombar .iconZoomLevel {
    font-size: 10px;
    position: relative;
    display: block;
    margin-top: 0px;
    margin-left: 15px;
    width: 10px;
    line-height: 10px;
    height: 10px;
    position: relative;
    margin-bottom: 9px; }
    .mb-element-zoombar .iconZoomLevel:not(:last-child):after {
      position: absolute;
      content: "\f142";
      font-family: FontAwesome;
      line-height: 10px;
      display: block;
      width: 3px;
      text-align: left;
      margin-left: 4px; }
  .mb-element-zoombar .iconZoomOut {
    position: relative;
    display: block;
    height: 17px;
    padding-left: 35px !important;
    margin-top: 3px; }

/**
* TODO: this is a wrong place for this declaration!
*/
.olMapViewport.MapbenderControlZoomBoxActive {
  cursor: crosshair; }
.olMapViewport .olHandlerBoxZoomBox {
  border: 2px solid #404040;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

.mb-element-layertree .iconFolder {
  display: none;
  margin-right: 5px; }
.mb-element-layertree .placeholder {
  display: block; }
  .mb-element-layertree .placeholder:before {
    content: "\f096";
    font-family: 'FontAwesome';
    visibility: hidden; }
.mb-element-layertree .featureInfoWrapper {
  width: 20px;
  text-align: center; }
.mb-element-layertree .leave.invisible .layer-title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }
.mb-element-layertree .leave.invisible {
  visibility: visible; }
.mb-element-layertree .themeContainer {
  border-left: dotted 1px black;
  margin-bottom: 1px; }
  .mb-element-layertree .themeContainer > .leaveContainer {
    position: relative; }
    .mb-element-layertree .themeContainer > .leaveContainer .iconFolder {
      display: block; }
  .mb-element-layertree .themeContainer .leave {
    margin-left: 20px;
    position: relative; }
  .mb-element-layertree .themeContainer .leaveContainer {
    margin-left: -6px;
    margin-top: 1px; }
  .mb-element-layertree .themeContainer .layers {
    display: none; }
  .mb-element-layertree .themeContainer.showLeaves > .layers {
    display: block; }
.mb-element-layertree .serviceContainer, .mb-element-layertree .groupContainer {
  border-left: dotted 1px black;
  margin-bottom: 1px; }
  .mb-element-layertree .serviceContainer > .leaveContainer, .mb-element-layertree .groupContainer > .leaveContainer {
    position: relative; }
    .mb-element-layertree .serviceContainer > .leaveContainer .iconFolder, .mb-element-layertree .groupContainer > .leaveContainer .iconFolder {
      display: block; }
  .mb-element-layertree .serviceContainer .layers, .mb-element-layertree .groupContainer .layers {
    display: none; }
  .mb-element-layertree .serviceContainer.showLeaves > .layers, .mb-element-layertree .groupContainer.showLeaves > .layers {
    display: block; }
  .mb-element-layertree .serviceContainer .leave, .mb-element-layertree .groupContainer .leave {
    margin-left: 20px;
    position: relative; }
    .mb-element-layertree .serviceContainer .leave:before, .mb-element-layertree .groupContainer .leave:before {
      content: '';
      display: block;
      height: 5px;
      width: 5px;
      border-top: dotted 1px black;
      position: absolute;
      top: 10px;
      left: -15px; }
  .mb-element-layertree .serviceContainer .leaveContainer, .mb-element-layertree .groupContainer .leaveContainer {
    margin-left: -6px;
    margin-top: 1px; }
    .mb-element-layertree .serviceContainer .leaveContainer .layer-menu-btn, .mb-element-layertree .groupContainer .leaveContainer .layer-menu-btn {
      margin-left: 4px;
      position: relative !important; }
      .mb-element-layertree .serviceContainer .leaveContainer .layer-menu-btn:before, .mb-element-layertree .groupContainer .leaveContainer .layer-menu-btn:before {
        content: '\f0c9';
        font-family: 'FontAwesome'; }
.mb-element-layertree .checkWrapper {
  position: relative;
  height: 12px; }
.mb-element-layertree .checkWrapper.sourceVisibilityWrapper:before {
  content: "\f10c";
  font-family: 'FontAwesome'; }
.mb-element-layertree .checkWrapper.sourceVisibilityWrapper.iconCheckboxActive:before {
  content: "\f05d" !important;
  font-family: 'FontAwesome'; }
.mb-element-layertree [data-state="loading"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }
  .mb-element-layertree [data-state="loading"]:before {
    font-family: 'FontAwesome';
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    right: 20px; }
.mb-element-layertree [data-state="error"] .layer-title {
  color: #aa2323 !important; }
.mb-element-layertree [data-state="error"]:before {
  font-family: 'FontAwesome';
  color: #aa2323;
  position: absolute;
  right: 20px; }
.mb-element-layertree > ul {
  padding-left: 6px; }

.layer-menu, .layer-menu.positionSource {
  position: absolute;
  right: 0px;
  background-color: white;
  padding: 10px;
  padding-top: 20px;
  margin-top: 0px;
  margin-left: -5px;
  z-index: 20;
  min-width: 120px;
  max-width: 200px;
  border: solid 1px #a2a2a2;
  text-align: right;
  cursor: default;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .layer-menu *, .layer-menu.positionSource * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .layer-menu .labelInput, .layer-menu .popupSubTitle, .layer-menu.positionSource .labelInput, .layer-menu.positionSource .popupSubTitle {
    display: block;
    position: relative;
    margin-top: -20px;
    white-space: nowrap; }
  .layer-menu .exit-button, .layer-menu.positionSource .exit-button {
    position: absolute;
    right: 4px;
    top: 0px;
    display: block; }
  .layer-menu:before, .layer-menu.positionSource:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 5px solid #404040;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 0;
    top: -5px; }
  .layer-menu:after, .layer-menu.positionSource:after {
    display: none; }
  .layer-menu .layer-slider-bar, .layer-menu.positionSource .layer-slider-bar {
    position: relative;
    color: #fff;
    height: 5px;
    background-color: #a2a2a2;
    width: 100px;
    margin-top: 6.66667px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    .layer-menu .layer-slider-bar .layer-slider-handle, .layer-menu.positionSource .layer-slider-bar .layer-slider-handle {
      position: absolute;
      top: -5px;
      left: 0;
      cursor: pointer;
      width: 30px;
      height: 16px;
      line-height: 16px;
      background-color: #5b932a;
      font-size: 12px;
      text-align: center;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }

.layer-menu.positionNorth {
  position: absolute;
  bottom: 22px; }
  .layer-menu.positionNorth:before {
    display: none; }
  .layer-menu.positionNorth:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #404040;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 0;
    bottom: -5px; }

/*
* Only if layer tree is integrated in side pane content (not as tab or accordion)
*/
.sideContent > .mb-element-layertree .leave[data-state="loading"]:before, .sideContent > .mb-element-layertree .leave[data-state="error"]:before {
  position: absolute;
  right: 36px; }

.mb-element-featureinfo {
  height: 100%; }
  .mb-element-featureinfo iframe.featureInfoFrame {
    width: 100%;
    height: 100%;
    border-width: 0; }
  .mb-element-featureinfo .accordionContainer > .container {
    display: none; }
    .mb-element-featureinfo .accordionContainer > .container.active {
      display: block; }
  .mb-element-featureinfo .container {
    width: 100%;
    height: 100%; }

.featureinfoDialog .popupContent {
  margin-bottom: 0;
  height: 100%; }
  .featureinfoDialog .popupContent .contentItem {
    height: 100%; }
    .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo {
      width: 100%;
      position: relative; }
      .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer {
        top: 0;
        left: 0; }
        .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer .accordion {
          height: 26px; }
        .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer .container {
          display: none; }
        .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer .container.active table {
          width: 100%;
          border: 1px solid #E7E5E5; }
          .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer .container.active table th {
            background-color: #ddd; }
          .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer .container.active table th, .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer .container.active table td {
            padding-left: 5px; }
        .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer .container.active .accordion-cell {
          height: 100%; }
          .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer .container.active .accordion-cell .accordion-wrapper {
            height: 100%;
            display: block;
            position: relative; }
            .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer .container.active .accordion-cell .accordion-wrapper > iframe {
              height: 98%;
              width: 98%;
              position: absolute; }
            .featureinfoDialog .popupContent .contentItem .mb-element-featureinfo .featureInfoTabContainer.accordionContainer .container.active .accordion-cell .accordion-wrapper > .js-content-content {
              display: table-cell;
              position: absolute;
              bottom: 0;
              top: 0;
              overflow-y: auto;
              overflow-x: auto;
              width: 100%; }

.mobilePane .mb-element-featureinfo {
  height: 90%; }
  .mobilePane .mb-element-featureinfo > .tabContainer {
    height: 100%;
    position: relative; }
    .mobilePane .mb-element-featureinfo > .tabContainer > .tabs {
      display: block; }
      .mobilePane .mb-element-featureinfo > .tabContainer > .tabs > li.tab {
        margin-right: -1px;
        font-size: 13px;
        color: #707070;
        background-color: #fff; }
        .mobilePane .mb-element-featureinfo > .tabContainer > .tabs > li.tab.active {
          bottom: -1px; }
      .mobilePane .mb-element-featureinfo > .tabContainer > .tabs:after {
        clear: both; }
    > .mobilePane .mb-element-featureinfo > .tabContainer > .container.active {
      bottom: -1px; }

.popupContent > .contentItem > .mb-element-featureinfo.display-as-tabs > .tabContainer > .container.active {
  display: block;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 34px;
  height: 90%; }
  .popupContent > .contentItem > .mb-element-featureinfo.display-as-tabs > .tabContainer > .container.active iframe.featureInfoFrame {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.popupContent > .contentItem > .mb-element-featureinfo.display-as-accordion > .accordionContainer > .container {
  display: none; }
  .popupContent > .contentItem > .mb-element-featureinfo.display-as-accordion > .accordionContainer > .container.active {
    display: table-row; }
    .popupContent > .contentItem > .mb-element-featureinfo.display-as-accordion > .accordionContainer > .container.active iframe.featureInfoFrame {
      height: 98%; }

.mb-element-htmlelement.html-element-inline {
  display: inline-block; }

.mb-element-basesourceswitcher li {
  padding: 0px 5px 0px 5px;
  background-color: #b5b5b5;
  display: inline-block;
  margin-right: -4px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  border: solid 1px #a2a2a2;
  border-right-width: 0px; }
  .mb-element-basesourceswitcher li:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .mb-element-basesourceswitcher li:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right-width: 1px; }
  .mb-element-basesourceswitcher li:hover, .mb-element-basesourceswitcher li[data-state="active"] {
    color: #404040;
    background-color: #f9f9f9; }
.mb-element-basesourceswitcher li ul {
  position: absolute;
  text-align: right;
  right: 3px;
  z-index: 1; }
.mb-element-basesourceswitcher li ul li {
  /*width: 100%;*/
  display: list-item;
  border: solid 1px #a2a2a2;
  border-bottom-width: 0px;
  white-space: nowrap; }
  .mb-element-basesourceswitcher li ul li:first-child {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
  .mb-element-basesourceswitcher li ul li:last-child {
    border-bottom-width: 1px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* ---------------------------------------------------------------- VARIABLES */
/* --------------------------------------------------------------- COMPONENTS */
/* --------------------------------------------------------------------- BASE */
/* --------------------------------------------------------------------- TEXT */
fieldset {
  padding: 20px; }
  fieldset legend {
    margin: 0px !important;
    padding: 0 5px 0 5px; }

/* ------------------------------------------------------------------- BUTTON */
.buttonCore, .button, .sideContent .mb-button, .sideContent .mb-gpsButton, .tabContainerAlt .tab, .button.critical, .linkButton {
  font-family: "Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  cursor: pointer; }
@-moz-document url-prefix() {
  .buttonCore .buttonCore, .button .buttonCore, .sideContent .mb-button .buttonCore, .sideContent .mb-gpsButton .buttonCore, .tabContainerAlt .tab .buttonCore, .linkButton .buttonCore, .buttonCore .button, .button .button, .sideContent .mb-button .button, .sideContent .mb-gpsButton .button, .tabContainerAlt .tab .button, .linkButton .button, .buttonCore .sideContent .mb-button, .sideContent .buttonCore .mb-button, .button .sideContent .mb-button, .sideContent .button .mb-button, .sideContent .mb-button .mb-button, .sideContent .mb-gpsButton .mb-button, .tabContainerAlt .tab .sideContent .mb-button, .sideContent .tabContainerAlt .tab .mb-button, .linkButton .sideContent .mb-button, .sideContent .linkButton .mb-button, .buttonCore .sideContent .mb-gpsButton, .sideContent .buttonCore .mb-gpsButton, .button .sideContent .mb-gpsButton, .sideContent .button .mb-gpsButton, .sideContent .mb-button .mb-gpsButton, .sideContent .mb-gpsButton .mb-gpsButton, .tabContainerAlt .tab .sideContent .mb-gpsButton, .sideContent .tabContainerAlt .tab .mb-gpsButton, .linkButton .sideContent .mb-gpsButton, .sideContent .linkButton .mb-gpsButton, .buttonCore .tabContainerAlt .tab, .tabContainerAlt .buttonCore .tab, .button .tabContainerAlt .tab, .tabContainerAlt .button .tab, .sideContent .mb-button .tabContainerAlt .tab, .tabContainerAlt .sideContent .mb-button .tab, .sideContent .mb-gpsButton .tabContainerAlt .tab, .tabContainerAlt .sideContent .mb-gpsButton .tab, .tabContainerAlt .tab .tab, .linkButton .tabContainerAlt .tab, .tabContainerAlt .linkButton .tab, .buttonCore .linkButton, .button .linkButton, .sideContent .mb-button .linkButton, .sideContent .mb-gpsButton .linkButton, .tabContainerAlt .tab .linkButton, .linkButton .linkButton {
    font: 11px sans-serif; } }

.button, .sideContent .mb-button, .sideContent .mb-gpsButton, .tabContainerAlt .tab {
  padding: 5px 10px;
  line-height: 13px;
  margin: 0px;
  border: 1px solid #538e24;
  color: #fff;
  background-color: #6fb536;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #5fa229;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #5fa229;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #5fa229; }
  .button:hover, .sideContent .mb-button:hover, .sideContent .mb-gpsButton:hover, .tabContainerAlt .tab:hover {
    background-color: #63a130;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #559225;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #559225;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #559225; }
  .button.critical, .sideContent .critical.mb-button, .sideContent .critical.mb-gpsButton, .tabContainerAlt .critical.tab {
    border: 1px solid #9f3434;
    color: #fff;
    background-color: #d36565;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #b23a3a;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #b23a3a;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #b23a3a; }
    .button.critical:hover, .sideContent .critical.mb-button:hover, .sideContent .critical.mb-gpsButton:hover, .tabContainerAlt .critical.tab:hover {
      background-color: #cd5151;
      -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #a33535;
      -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #a33535;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #a33535; }

.linkButton {
  color: #707070; }
  .linkButton:before {
    margin-right: 5px; }
  .linkButton:hover, .linkButton.activeLink, .linkButton:active {
    color: #0066BA; }

/* ----------------------------------------------------------------- CHECKBOX */
.checkWrapper {
  cursor: pointer;
  width: 13px; }
  .checkWrapper.checkboxDisabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4; }

.checkbox {
  position: absolute;
  top: -9999px;
  left: 0;
  height: 100%;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

/* ----------------------------------------------------------------- DROPDOWN */
.dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #0066BA;
  border: solid 1px #c8c8c8;
  line-height: 29px;
  height: 28px;
  padding-right: 30px;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .dropdown .dropdownValue {
    padding-left: 5px;
    color: #858585;
    border: none;
    width: 100%;
    line-height: 29px;
    cursor: pointer; }
    .dropdown .dropdownValue.iconDown:before {
      position: absolute;
      top: 0px;
      right: 5px; }
  .dropdown .dropdownList {
    background-color: #FFF;
    color: #858585;
    position: absolute;
    z-index: 2;
    display: none;
    overflow: auto;
    max-height: 200px;
    border: solid 1px #c8c8c8;
    width: 100%;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 0px 2px #fff;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 0px 2px #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 0px 2px #fff; }
    .dropdown .dropdownList li {
      padding-left: 5px; }
      .dropdown .dropdownList li:hover {
        color: #0066BA;
        background-color: #f9f9f9; }
  .dropdown .hiddenDropdown {
    position: absolute;
    top: -9999px; }

/* -------------------------------------------------------------------- INPUT */
.input {
  color: #858585;
  border: solid 1px #c8c8c8;
  line-height: 29px;
  height: 28px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #f9f9f9;
  width: 100%; }
  .input:focus {
    outline: none; }

/* ------------------------------------------------------------------- LAYOUT */
/* -------------------------------------------------------------------- POPUP */
.overlay {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.popupHead {
  margin: 0 20px 20px 20px;
  padding: 20px 0 10px 0;
  border-bottom: dashed 1px #b3b3b3; }
  .popupHead.draggable {
    cursor: move; }

.popupButtons {
  margin-right: 20px; }

.popupContent, .popupSubContent {
  padding: 0 10px 0 20px;
  margin: 0 20px 20px 0;
  max-height: 370px;
  overflow-y: auto; }

.popupSubContent {
  width: 500px; }

.popup {
  position: relative;
  z-index: 9999;
  width: 500px;
  margin: -1000px auto 0 auto;
  background-color: #f4f4f4;
  padding-bottom: 20px;
  -webkit-transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  -o-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), inset 0px 0px 2px #fff;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), inset 0px 0px 2px #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), inset 0px 0px 2px #fff; }
  .popup.popupOverflow .popupContent, .popup.popupOverflow .popupSubContent {
    overflow: visible; }

.popupContainer {
  height: 0px;
  width: 0px;
  z-index: 999;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .popupContainer.show .popup {
    margin: 80px auto 0 auto; }
  .popupContainer.ui-draggable-dragging {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
  .popupContainer.ui-draggable {
    position: absolute !important; }
    .popupContainer.ui-draggable .popupHead {
      cursor: move; }
  .popupContainer.modal {
    height: 100%;
    width: 100%; }
    .popupContainer.modal .overlay {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9;
      position: fixed !important;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .popupContainer .button, .popupContainer .sideContent .mb-button, .sideContent .popupContainer .mb-button, .popupContainer .sideContent .mb-gpsButton, .sideContent .popupContainer .mb-gpsButton, .popupContainer .tabContainerAlt .tab, .tabContainerAlt .popupContainer .tab {
    margin-left: 3px; }

/* ---------------------------------------------------------------- SEPERATOR */
.seperator {
  border: none;
  border-bottom: dashed 1px #b3b3b3; }

/* ------------------------------------------------------------- TABCONTAINER */
.tabContainer .tab {
  margin-right: 3px;
  color: #707070;
  background-color: #f9f9f9;
  cursor: pointer;
  position: relative;
  bottom: -6px;
  height: 34px;
  z-index: 10;
  border-left: solid 1px #a2a2a2;
  border-top: solid 1px #a2a2a2;
  border-right: solid 1px #a2a2a2;
  float: left;
  padding: 3px 10px 3px 10px;
  -webkit-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0px 2px #fff;
  -moz-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0px 2px #fff;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0px 2px #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .tabContainer .tab:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabContainer .tab:hover {
    background-color: #fff;
    bottom: -3px; }
  .tabContainer .tab.active {
    cursor: default;
    color: #3f3f3f;
    bottom: -3px;
    height: 34px;
    z-index: 30;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.1); }
.tabContainer .container {
  clear: left;
  display: none;
  padding: 20px;
  z-index: 20;
  position: relative;
  background-color: #f9f9f9;
  border-top: solid 3px #404040;
  border-left: solid 1px #a2a2a2;
  border-right: solid 1px #a2a2a2;
  border-bottom: solid 1px #a2a2a2;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }
  .tabContainer .container.active {
    display: block; }

.tabContainerAlt .tab {
  display: inline-block; }
  .tabContainerAlt .tab.active {
    cursor: default;
    background-color: #578e2a;
    color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #4c8121;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #4c8121;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 -10px 10px #4c8121; }
.tabContainerAlt .container {
  border-top: dashed 1px #a2a2a2;
  margin-top: 20px;
  clear: left;
  display: none;
  padding: 20px;
  z-index: 20;
  position: relative; }
  .tabContainerAlt .container.active {
    display: block; }

/* ----------------------------------------------------------------- TEMPLATE */
/* --------------------------------------------------------------------- MISC */
.mb-hiddenCheckbox {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* ------------------------------------------------------------------ TOOLBAR */
.toolBar {
  padding: 10px 10px 5px 10px;
  background-color: #fff;
  border-top: 3px solid #CCC;
  color: #3f3f3f; }
  .toolBar label {
    font-weight: normal; }
  .toolBar [class^="icon"]:before, .toolBar [class*=" icon"]:before {
    color: #999999;
    font-size: 24px !important;
    line-height: 24px; }
  .toolBar.itemsCenter {
    text-align: center; }
    .toolBar.itemsCenter .toolBarItem {
      padding-right: 10px; }
  .toolBar.bottom {
    z-index: 4;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
    .toolBar.bottom > .toolBarItem > input[type="checkbox"] {
      display: none; }
    .toolBar.bottom > .toolBarItem span, .toolBar.bottom > .toolBarItem label {
      opacity: 1; }
      .toolBar.bottom > .toolBarItem span:before, .toolBar.bottom > .toolBarItem label:before {
        font-family: "mapbender-icons", "FontAwesome" !important;
        color: #0066BA; }
      .toolBar.bottom > .toolBarItem span:hover, .toolBar.bottom > .toolBarItem label:hover {
        opacity: 0.7; }

.toolBarItemActive {
  background-color: #f9f9f9;
  color: #404040; }

.toolBarItem {
  height: 30px;
  line-height: 30px;
  display: inline-block; }
  .toolBarItem span:before, .toolBarItem label:before {
    margin-right: 5px; }

/* --------------------------------------------------------------- MOBILEPANE */
.mobilePane {
  background-color: #fff;
  z-index: 10;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
  .mobilePane .contentTitle {
    color: #134271;
    margin: 20px 20px 0 20px;
    padding-bottom: 20px;
    border-bottom: solid 5px #0066BA; }
  .mobilePane[data-state="opened"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }

.mobileContent {
  overflow: auto;
  position: absolute;
  top: 80px;
  right: 20px;
  bottom: 20px;
  left: 20px; }

.mobileClose {
  font-style: normal;
  font-size: 28px;
  color: #999999;
  position: absolute;
  top: 20px;
  right: 20px; }

/* ------------------------------------------------------------------ CONTENT */
.templateWrapper {
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.contentPane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.dropdown {
  text-align: left;
  min-width: 200px; }

.hiddenDropdown {
  display: none; }

/* ------------------------------------------------------------ MOBILE SPLASH */
.splashScreenWrapper {
  z-index: 12;
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .splashScreenWrapper[data-state="active"] {
    display: block; }

.splashScreen {
  margin: 0 auto;
  padding: 20px;
  border: solid 2px #CCC;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%; }
  .splashScreen img.app-screenshot {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */ }
  .splashScreen p.app-title {
    font-size: 26px;
    line-height: 26px;
    text-align: center; }
  .splashScreen i {
    color: #134271;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -10px;
    right: -10px; }

/* ------------------------------------------------------------ MOBILE SPLASH */
/* ------------------------------------------------------- ACTIVITY INDICATOR */
.mb-element-activityindicator {
  display: none; }

.mb-activity .mb-element-activityindicator, .mb-activity-ajax .mb-element-activityindicator {
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

/* ------------------------------------------------------ BASESOURCE SWITCHER */
.mb-element-basesourceswitcher li {
  padding: 10px;
  display: block;
  font-size: 14px;
  color: #707070 !important;
  margin: 0;
  border: none;
  border-radius: 0px; }
  .mb-element-basesourceswitcher li:nth-child(1n) {
    background-color: #fff; }
  .mb-element-basesourceswitcher li:nth-child(2n) {
    background-color: #f2f2f2; }
  .mb-element-basesourceswitcher li:before {
    font-size: 20px;
    color: #c1dbf5;
    position: absolute;
    right: 10px; }
  .mb-element-basesourceswitcher li[data-state="active"]:before {
    color: #174f87; }

/* ------------------------------------------------------ COORDINATES DISPLAY */
.iconCoordinates {
  cursor: default;
  vertical-align: baseline; }
  .iconCoordinates:before {
    margin-right: 5px; }

.contentPane .mb-element-coordsdisplay {
  z-index: 20;
  position: absolute;
  right: 20px;
  bottom: 40px; }

/* ---------------------------------------------------------------- COPYRIGHT */
.mb-element-copyright {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.mb-element-copyright-link {
  cursor: pointer;
  color: #fff;
  text-decoration: none; }

.mb-element-copyright-dialog {
  display: none; }

/* -------------------------------------------------------------- FEATUREINFO */
.mb-element-featureinfo .tabs {
  display: none; }
.mb-element-featureinfo .container {
  display: block;
  background-color: #fff;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.mb-element-featureinfo td {
  padding-right: 20px; }

/* -------------------------------------------------------------- FEATUREINFO */
.mb-element-zoombar {
  z-index: 4; }
  .mb-element-zoombar.right-top {
    position: absolute;
    top: 20px;
    right: 20px; }
  .mb-element-zoombar.left-top {
    position: absolute;
    top: 20px;
    left: 20px; }
  .mb-element-zoombar.left-bottom {
    position: absolute;
    bottom: 80px;
    left: 10px; }
  .mb-element-zoombar.right-bottom {
    position: absolute;
    right: 10px;
    bottom: 80px; }

.contentPane > .mb-element.mb-element-zoombar > ul.toolPane {
  border: 2px solid #CCC;
  margin: 10px 5px 0px 5px;
  padding: 10px;
  color: #134271;
  background-color: #fff; }
  .contentPane > .mb-element.mb-element-zoombar > ul.toolPane > li {
    margin: 3px 0; }
    .contentPane > .mb-element.mb-element-zoombar > ul.toolPane > li .iconBig {
      height: 25px;
      padding-left: 22px !important;
      color: #0066BA; }

.iconOk:before, .mb-element-basesourceswitcher li:before, .mb-element-layertree .iconCheckbox:before, .mb-element-zoombar .toolPane .iconBig .iconCheckbox:before, .iconCancel:before, .mobileClose:before, [class^="icon"]:before, [class*=" icon"]:before {
  font-family: FontAwesome !important; }

.iconBig {
  line-height: 20px;
  display: block !important;
  vertical-align: top;
  padding-left: 23px; }

.iconZoomMin, .iconZoomIn {
  margin-bottom: 10px;
  padding-left: 21px !important; }

.iconZoomMin, .iconZoomOut, .iconZoomIn {
  text-align: center;
  display: block; }
  .iconZoomMin:before, .iconZoomOut:before, .iconZoomIn:before {
    font-size: 30px; }

/* ---------------------------------------------------------------- LAYERTREE */
.mb-element-layertree .layers {
  padding-left: 0px; }
  .mb-element-layertree .layers .serviceContainer {
    padding: 10px;
    display: block;
    color: #3f3f3f;
    border: none !important; }
    .mb-element-layertree .layers .serviceContainer:nth-child(1n) {
      background-color: #fff; }
    .mb-element-layertree .layers .serviceContainer:nth-child(2n) {
      background-color: #f2f2f2; }
.mb-element-layertree .checkWrapper {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.mb-element-layertree .iconCheckbox {
  font-size: 20px;
  color: #c1dbf5; }
  .mb-element-layertree .iconCheckbox:before {
    position: absolute;
    right: 0; }
.mb-element-layertree .layer-title {
  font-size: 14px;
  color: #707070 !important; }
.mb-element-layertree .iconCheckboxActive {
  color: #174f87; }
.mb-element-layertree .checkboxDisabled:before {
  display: none; }
.mb-element-layertree .iconRemove, .mb-element-layertree .iconFolder, .mb-element-layertree .featureInfoWrapper, .mb-element-layertree .showLeaves {
  display: none !important; }
.mb-element-layertree .serviceContainer > .leaveContainer, .mb-element-layertree .groupContainer > .leaveContainer {
  position: relative; }
.mb-element-layertree .serviceContainer .layers, .mb-element-layertree .groupContainer .layers {
  display: none; }
.mb-element-layertree [data-state="loading"]:before {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  right: 40px; }
.mb-element-layertree [data-state="error"] .layer-title {
  color: #aa2323 !important; }
.mb-element-layertree [data-state="error"]:before {
  color: #aa2323;
  position: absolute;
  right: 40px; }

/* ---------------------------------------------------------------------- MAP */
.contentPane .mb-element-map {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* ------------------------------------------------------------- SCALEDISPLAY */
.contentPane .mb-element-scaledisplay {
  padding: 5px 10px;
  color: #fff;
  background-color: #606060;
  background-color: rgba(0, 0, 0, 0.8); }
  .contentPane .mb-element-scaledisplay [class^="icon"], .contentPane .mb-element-scaledisplay [class*=" icon"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
    .contentPane .mb-element-scaledisplay [class^="icon"]:hover, .contentPane .mb-element-scaledisplay [class*=" icon"]:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

.toolBar .mb-element-scaleline {
  position: relative;
  bottom: 5px;
  padding-bottom: 5px; }
  .toolBar .mb-element-scaleline .scaleBorder {
    border-color: #fff; }

/* ------------------------------------------------------------ SIMPLE SEARCH */
.autocompleteWrapper {
  width: 100%; }

.autocompleteList li {
  padding: 10px;
  display: block;
  font-size: 14px; }
  .autocompleteList li:nth-child(1n) {
    background-color: #fff; }
  .autocompleteList li:nth-child(2n) {
    background-color: #f2f2f2; }

/* ------------------------------------------------------------ GPS BUTTON ACTIVE */
.toolBarItemActive .mb-gpsButton:before {
  color: #333; }

/* ------------------------------------------------------------ BACKGROUND-SWITCHER */
.mb-element-basesourceswitcher li {
  text-align: left; }

.mb-element.hidden {
  display: none; }
