/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {

}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {

}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */

    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */

  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**********   LANG BUTTONS   **********/
/********** SPRITE POSITIONS **********/
/***** BANDS *****/
/***** BELKI *****/
/***** ICONS *****/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #384752;
}
a {
  text-decoration: none;
  color: #384752;
}
a:hover {
  color: #ffffff;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**********   LANG BUTTONS   **********/
/********** SPRITE POSITIONS **********/
/***** BANDS *****/
/***** BELKI *****/
/***** ICONS *****/
@font-face {
  font-family: 'Volte Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Volte.woff') format('woff');
}
@font-face {
  font-family: 'Volte Bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Volte Bold.woff') format('woff');
}
@font-face {
  font-family: 'Volte Semibold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Volte Semibold.woff') format('woff');
  }
  
body {
  font-family: Volte Semibold, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #384752;
}
.ui-widget {
  font-family: Volte Semibold, Arial, Helvetica, sans-serif;
  color: #2F2F2F;
}
.ui-widget-content {
  color: #2F2F2F;
}
.ui-widget input {
  font-family: Volte Regular, Arial, Helvetica, sans-serif;
}
.ui-widget select {
  font-family: Volte Regular, Arial, Helvetica, sans-serif;
  color: #3E3E3E
}
a {
  text-decoration: none;
  color: #384752;
}
a:hover {
  color: #ffffff;
}
.tooltip {
  position: absolute;
  z-index: 1000;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  text-shadow: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #384752;
  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: #384752;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #384752;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #384752;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #384752;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #384752;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #384752;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #384752;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #384752;
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  width: 100%;
  height: 100%;
/*  text-shadow: 0px -1px #222e37; */
  font-size: 11px;
}
button {
  white-space: nowrap;
  display: inline-block;
  -moz-box-sizing: border-box;
}
input {
  border: none;
  background-color: transparent;
  color: #384752;
  border: 1px solid #f7f7f7;
}
h1 {
  font-size: 20px;
  font-weight: bold;
  color: #384752;
  text-shadow: none;
  margin: 0;
  padding: 0;
}
h2 {
  color: #384752;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0;
  margin: 0 0 5px 20px;
 /* text-shadow: 0px -1px #222e37; */
}
h3 {
  text-transform: uppercase;
  font-size: 11px;
  padding: 0;
  margin: 0 0 5px 20px;
 /* text-shadow: 0px -1px #222e37;*/
}
.hide {
  display: none;
}
.auto-scroll {
  overflow-y: auto;
}
.scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
#page-header {
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  right: 380px;
  z-index: 100;
}
.olControlScaleLineBottom {
  display: none !important;
}
.olControlScaleLineTop {
  border: solid 2px white !important;
  border-top: none !important;
  margin:auto;
}
.olControlScaleLine {
  background-color: #003CA6;
  color: white;
  font-size: 10px !important;
  padding: 5px;
  min-width: 160px;
  opacity: 0.7;
}
#page-header #text-header h1 {
  font-size: 2em;
  position: absolute;
  top: 35px;
  left: 330px;
  line-height: 19px;
}
#text-header {
  float: left;
  width: auto;
}
.logo {
  float: left;
  width: auto;
  margin: 9px 0 0 40px;
}
#lang {
  position: absolute;
  right: 14px;
  top: 32px;
}
#lang i {
  background: transparent url("../images/lang_pl.jpg") no-repeat 0 0;
  width: 36px;
  height: 36px;
  display: block;
  float: left;
}
#lang .en i {
  background: transparent url("../images/lang_en.jpg") no-repeat 0 0;
}
#mapContainer {
  border-top: 1px solid rgb(220, 220, 220);
  position: absolute;
  top: 91px;
  bottom: 0px;
  left: 0px;
  right: 380px;
  border-right: none !important;
  width: 100%;
}
#mapZoom {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 22px;
  z-index: 100;
}
#mapZoom button {
  width: 22px;
  height: 22px;
  margin-bottom: 1px;
  background: transparent url("../images/plus_minus_sprite.png") no-repeat 0px 0px;
  border: none;
}
#mapZoom button:hover {
  background-position: -22px 0;
}
#mapZoom button#zoom-out {
  background-position: 0 -23px;
}
#mapZoom button#zoom-out:hover {
  background-position: -22px -23px;
}
#side {
  background-color: #dce6e9;
  width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.ui-helper-clearfix {
  *zoom: 1;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.ui-helper-clearfix:after {
  clear: both;
}
nav {
  position: absolute;
  z-index: 100;
}
nav ul.nav {
  margin: 0;
  padding: 0;
}
nav ul.nav li {
  overflow: hidden;
  float: left;
}
nav ul.nav li button {
  padding: 6px 0px;
  margin: 0;
  height: 35px;
  width: 35px;
  border: 1px solid #384752;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 30px;
  background-color: #003CA6;
  font-size: 12px;
  line-height: 1.42857;
  text-align: center;
}
.olControlZoomIn {
  display: none !important;
}
.olControlZoomOut {
  display: none !important;
}
nav ul.nav li button:hover,
nav ul.nav li button.active {
  background: transparent url("../images/btn_bg_hover.jpg") repeat 0 0;
 /* text-shadow: 0 -1px #222e37; */
}
nav ul.nav li button i {
  display: inline-block;
  background: transparent url("../images/icons-sprite.png") no-repeat -1px -2px;
  width: 23px;
  height: 21px;
  margin: 0px 0 0 1px;
}
nav#topMenu {
  height: 50px;
  top: 100px;
  right: 380px;
}
nav#topMenu #topMenuWrapper {
  background-color: none !important;
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 0px;
  float: right;
}
nav#topMenu ul {
  margin: 5px;
  padding: 0;
}
nav#topMenu ul li {
  /*height: 40px;
      width: 60px;*/

}
nav#topMenu ul li button {
  margin-right: 5px;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
 /* text-shadow: 0px -1px #222e37; */
  font-weight: bold;
}
nav#topMenu ul li button i {
  display: inline-block;
  background: transparent url("../images/icons-sprite.png") no-repeat -1px -2px;
  width: 23px;
  height: 21px;
  margin: 0px 0 0 1px;
}
nav#topMenu ul li.map-move button i {
  background: transparent url("../images/map-move.png") no-repeat 5px 0;
}
.map-icon {
  width: 20px;
  height: 20px;
  margin: auto;
}
.icon-back {
  background: url("../images/map-back.svg") no-repeat center;
  background-size: contain;
}
.icon-cursor {
  background:url("../images/map-cursor.svg") no-repeat center;
  background-size: contain;
}
.icon-minus {
  background: url("../images/map-minus.svg") no-repeat center;
  background-size: contain;
}
.icon-next {
  background: url("../images/map-next.svg") no-repeat center;
  background-size: contain;
}
.icon-overlay {
  background:url("../images/map-overlay.svg") no-repeat center;
  background-size: contain;
}
.icon-plus {
  background:url("../images/map-plus.svg") no-repeat center;
  background-size: contain;
}
.icon-refresh {
  background:url("../images/map-refresh.svg") no-repeat center;
  background-size: contain;
}
.icon-ruler {
  background:url("../images/map-ruler.svg") no-repeat center;
  background-size: contain;
}
.icon-ruler2 {
  background:url("../images/map-ruler2.svg") no-repeat center;
  background-size: contain;
}
.icon-white {
  filter: invert(100%) sepia(0%) saturate(7481%) hue-rotate(201deg) brightness(93%) contrast(110%);
}
nav#topMenu ul li.measure-line button i {
  background: transparent url("../images/measure-line.png") no-repeat 0px 4px;
}
nav#topMenu ul li.measure-area button i {
  background: transparent url("../images/measure-area.png") no-repeat 0px 0px;
}
nav#topMenu ul li.map-center button i {
  width: 20px;
  background-position: -23px -2px;
}
nav#topMenu ul li.map-center button:hover i,
nav#topMenu ul li.map-center button.active i {
  background-position: -23px -28px;
}
nav#topMenu ul li.map-center button i {
  margin: 2px 0 0 -1px;
}
nav#topMenu ul li.zoom-area button i {
  width: 20px;
  background-position: -45px -2px;
}
nav#topMenu ul li.zoom-area button:hover i,
nav#topMenu ul li.zoom-area button.active i {
  background-position: -45px -28px;
}
nav#topMenu ul li.zoom-area i {
  margin: 4px 0 0 1px;
}
nav#topMenu ul li.share button i {
  width: 19px;
  background-position: -67px -2px;
}
nav#topMenu ul li.share button:hover i,
nav#topMenu ul li.share button.active i {
  background-position: -67px -28px;
}
nav#topMenu ul li.share i {
  margin: 5px 0 0 -1px;
}
nav#topMenu ul li.clear-map {
  margin: 0;
}
nav#topMenu ul li.clear-map button {
  padding: 1px 10px 0 10px;
  width: auto;
  margin-right: 0px;
}
nav#topMenu #measure-result {
  margin-top: 10px;
  display: block;
  padding: 9px 20px 9px 20px;
 /* color: #ffffff; */
  background: transparent url("../images/transp_bg.png") repeat 0 0;
  font-weight: normal;
  font-size: 12px;
}
nav#topMenu #measure-result span {
  font-weight: bold;
}
nav#topMenu #location-info {
  margin-top: 10px;
  display: block;
  padding: 9px 20px 9px 20px;
  color: #ffffff;
  background: transparent url("../images/transp_bg.png") repeat 0 0;
  font-weight: bold;
  font-size: 12px;
}
nav#topMenu #location-info h3 {
  margin: 0;
  padding: 0;
}
nav#topMenu #location-info p {
  margin: 3px 0;
  color: #555a5e;
}
footer {
  height: 40px;
  border-top: 1px solid #3e4d57;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 380px;
  z-index: 100;
  font-size: 11px;
  color: #384752;
  font-weight: normal;
  text-shadow: none;
}
#footer {
  position: absolute;
  left: 200px;
  bottom: 15px;
  height: 30px;
  z-index: 1000;
}
.footer-element {
  height: 17px;
  text-align: center;
  padding: 5px;
  float: left;
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  background-color: #003CA6 !important;
  opacity: 0.7;
  color: white;
}
.footer-span {
  margin: auto;
  float: left;
  width: auto;
}
#footer-scale {
  left: 130px;
  width: 250px;
}
#footer-gps {
  left: 0px;
  width: 100px;
}
.footer-span {
  background-color: #003CA6 !important;
  border: none !important;
  color: white !important
}
#footer #scale {
  color: white;
  background-color: #003CA6;
}
#footer #info {
  color: white;
  background-color: #003CA6;
  opacity: 0.7;
}
#scale {
  float: left;
  font-size: 9px;
  width: 195px;
  height: 36px;
  margin: 8px 0 0 20px;
}
#scale div {
  position: relative;
  z-index: 10;
  height: 12px;
}
#scale .line {
  display: block;
  height: 6px;
  width: 100%;
  border-top: solid 1px #9eacb6;
  border-left: solid 1px #9eacb6;
  border-right: solid 1px #9eacb6;
  border-bottom: solid 1px #9eacb6;
  position: absolute;
  top: 5px;
  z-index: 11;
}
#scale .text {
  position: absolute;
  z-index: 15;
  display: block;
  text-align: center;
  /*padding-left: 20px;*/

  width: 100%;
  color: #384752;
}
#scale #top {
  width: 100px;
}
#scale #top .line {
  border-top: none;
}
#scale #bottom {
  width: 150px;
}
#scale #bottom .text {
  padding-top: 2px;
}
#scale #bottom .line {
  top: -1px;
  z-index: 13;
  border-bottom: none;
}
#info {
  float: right;
}
#info p {
  float: left;
  padding-left: 10px;
}
#info span {
  display: inline-block;
  border: solid 1px #9eacb6;
  padding: 2px 5px;
  text-transform: uppercase;
  color: #5e6d77;
  margin: 0 10px 0 0;
  background-color: #dce6e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#side {
  font-size: 11px;
  text-shadow: none;
}
#side #tabs {
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: 1px solid rgb(220, 220, 220);
}
.ui-widget {
  font-size: 11px;
}
#tabs-list {
  background-color: white;
  border-radius: 0;
  border-bottom: 1px solid rgb(235, 235, 235);
  padding: 0;
}
#tabs-list li {
  width: 25%;
  border: none;
  border-radius: 0;
  height: 40px;
  margin: 0;
  padding-bottom: 0px;
  background: none;
  background-color: #003CA6 !important;
}
#tabs-list .ui-state-active {
  background-color: white !important;
}
#tabs-list .ui-state-active a {
  color: #003CA6
}
.ui-tabs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px;
}
.ui-tabs .ui-widget-header {
  background-color: #3e4d57;
  background-image: none;
}
.ui-tabs .ui-tabs-nav li {
  margin: 1px .1em 0 0;
}
.ui-tabs-anchor {
  font-family: Volte Semibold !important;
}
.ui-tabs .ui-tabs-nav .filters-tab a,
.ui-tabs .ui-tabs-nav .legend-tab a {
  height: calc(100% - 14px);
}
.ui-tabs .ui-tabs-nav .objectList-tab a,
.ui-tabs .ui-tabs-nav .details-tab a {
  height: calc(100% - 8px);
}
.ui-tabs .ui-tabs-nav li a {
  text-transform: uppercase;
  text-align: center;
  height: 22px;
  line-height: 11px;
  font-size: 11px;
  color: white;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
.ui-tabs .ui-tabs-nav li.ui-state-active,
.ui-tabs .ui-tabs-nav li.ui-state-focus,
.ui-tabs .ui-tabs-nav li.ui-state-hover {
  border-bottom-color: #ffffff!important;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-focus a,
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
  text-shadow: none;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  margin-bottom: 0px;
  /*padding-bottom: 2px;*/

}
.ui-tabs .ui-tabs-nav .filters-tab a,
.ui-tabs .ui-tabs-nav .legend-tab a {
  padding-top: 14px;
}
.ui-tabs .ui-tabs-nav .objectList-tab a,
.ui-tabs .ui-tabs-nav .details-tab a {
  padding-top: 8px;
}
.ui-tabs .ui-tabs-panel {
  width: 380px;
  padding-top: 20px;
  position: absolute;
  top: 40px;
  bottom: 10px;
}
.ui-tabs .ui-tabs-panel h3 {
  text-shadow: none;
}
h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-left: 0px;
  color: #384752;
}
#objectList,
#searchResult {
  font-size: 11px;
  text-shadow: none;
}
#objectList {
  padding: 0;
}
#objectList h3 {
  background-color: rgb(235, 235, 235);
  border-right: 1px solid rgb(200, 200, 200);
  border-top: 1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgb(200, 200, 200);
  border-left: none;
  padding: 5px;
  text-transform: none;
}
#searchResult h3 {
  text-shadow: none;
}
#objectList ul,
#searchResult ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
#objectList ul li,
#searchResult ul li {
  cursor: pointer;
  margin: 0px 0;
  padding: 3px 10px;
  background-color: white;
}
#objectList ul li:hover,
#searchResult ul li:hover {
  background-color: #003CA6;
  color: #ffffff;
}
#location ul li {
  margin-top: 10px;
  max-width: 95%;
}
#location ul li label {
  display: inline-block !important;
}
#location ul li select {
  width: 70% !important;
  float: right !important;
  margin-bottom: 5px !important;
}
#contact ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
#contact ul li {
  width: 100%
}
#contact ul li label {
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: bold;
  font-size: 12px;
  min-width: 15%;
  max-width: 30%;
}
#filters {
  padding: 0;
}
#filters h3 {
  background-color: rgb(235, 235, 235);
  border-right: 1px solid rgb(200, 200, 200);
  border-top: 1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgb(200, 200, 200);
  border-left: none;
  padding: 5px;
  text-transform: none;
}
#filters .tab_radio {
  padding: 10px 0px;
}
#filters input {
  border: solid 1px #384752;
  font-size: 12px;
  color: #384752;
  padding: 2px 2px;
  width: 100px;
  text-shadow: none;
}
#filters input[type=radio] {
  width: 10px;
  height: 10px;
}
#filters .tab-content {
  padding-bottom: 10px;
}
#filters .tab-content .tab-pane {
  width: 100%;
}
#filters .tab-content .tab-pane label {
  display: block;
  margin: 10px 0 0px 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}
#filters .tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#filters .tab-content ul li {
  max-width: 95%;
}
#filters .tab-content ul li select {
  width: 98%;
  float: right;
  border-radius: 0;
  background-color: white;
  border: 1px solid #858585;
  margin-left: 0 !important;
  margin-bottom: 10px;
}
#filters .tab-content ul li select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right: 1.5em
}
#filters .buttons {
  padding-bottom: 20px;
}
#filters .buttons button,
#filters .buttons input {
  margin-right: 10px !important;
  margin-bottom: 5px !important;
  float: right;
  padding: 0 15px;
  width: auto;
  margin: 0;
  height: 22px;
  border: 1px solid #384752;
  font-weight: bold;
  font-size: 9px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#filters .buttons button:hover,
#filters .buttons input:hover,
#filters .buttons button.active,
#filters .buttons input.active {
  background: transparent url("../images/btn_bg_hover.jpg") repeat 0 0;
 /* text-shadow: 0 -1px #222e37; */
  color: #ffffff;
}
.tab-pane,
.regular-pane {
  display: none;
}
.tab-pane.active,
.regular-pane.active {
  display: block;
}
#bezrobocie {
  margin-bottom: 5px;
}
#legend {
  padding: 0 !important;
}
#legend h3 {
  background-color: rgb(235, 235, 235);
  border-right: 1px solid rgb(200, 200, 200);
  border-top: 1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgb(200, 200, 200);
  border-left: none;
  padding: 5px;
  text-transform: none;
  margin-bottom: 20px;
}
.legend-row-group {
  font-weight: 1000;
  margin-top: 10px;
  font-size: 14px !important;
}
#legend .legend-row {
  margin-top: -14px;
  *zoom: 1;
  margin-left: 5px;
}
#legend .legend-row input {
  float: left;
  margin: 10px 8px 0 0;
}
#legend .legend-row label {
  float: left;
  padding: 9px 0 0 2px;
}
#legend .legend-row span {
  float: left;
  background: transparent url("../images/icons.png") no-repeat -168px -28px;
  width: 15px;
  height: 28px;
  display: inline-block;
  margin: 0 5px 0 0;
}
#legend .legend-row:before,
#legend .legend-row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#legend .legend-row:after {
  clear: both;
}
#legend #biura-legend-r span {
  width: 19px;
  height: 28px;
  background: transparent url("../images/marker-blue-min.png") no-repeat;
}
#legend #hale-legend-r span {
  width: 19px;
  height: 28px;
  background: transparent url("../images/marker-grey-min.png") no-repeat;
}
#legend #dzialki-legend-r span {
  margin-left: 2px;
  margin-right: 6px;
  background-position: -198px -28px;
}
#legend #tereny-legend-r span {
  margin-left: 2px;
  margin-right: 6px;
  background-position: -214px -28px;
}


#legend .legend-row #obszary-legend + span {
   margin-top: 5px;
   margin-left: 0px;
   margin-right: 4px;
   width: 20px;
   height: 20px;
   background: transparent url("../images/icon-area-new.png");
}
#legend .legend-row #super-legend + span {
   margin-top: 5px;
   margin-left: 0px;
   margin-right: 4px;
   width: 20px;
   height: 20px;
   background: transparent url("../images/icon-super-new.png");
}
#legend-menu .legend-row span {
  background: transparent url("../images/icons.png") no-repeat -168px -28px;
  width: 15px;
  height: 20px;
  display: inline-block;
}
#legend-menu .legend-row label {
  top: -4px;
  position: relative;
}
#legend .legend-row #pn-legend + span {
   background: transparent url("http://sdi.gdos.gov.pl/wms?TRANSPARENT=true&SRS=EPSG%3A900913&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&WIDTH=15&HEIGHT=28&LAYER=ParkiNarodowe&STYLE=pn%241%243&SCALE=1733376.0653978775");
}
#legend-menu .legend-row #pn-legend + span {
  background: transparent url("http://sdi.gdos.gov.pl/wms?TRANSPARENT=true&SRS=EPSG%3A900913&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&WIDTH=15&HEIGHT=28&LAYER=ParkiNarodowe&STYLE=pn%241%243&SCALE=1733376.0653978775");
}
#legend .legend-row #pk-legend + span {
   background: transparent url("http://sdi.gdos.gov.pl/wms?TRANSPARENT=true&SRS=EPSG%3A900913&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&WIDTH=15&HEIGHT=28&LAYER=ParkiKrajobrazowe&STYLE=pk%241%243&SCALE=1733376.0653978775");
}
#legend-menu .legend-row #pk-legend + span {
  background: transparent url("http://sdi.gdos.gov.pl/wms?TRANSPARENT=true&SRS=EPSG%3A900913&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&WIDTH=15&HEIGHT=28&LAYER=ParkiKrajobrazowe&STYLE=pk%241%243&SCALE=1733376.0653978775");
}
#legend .legend-row #oso-legend + span {
   background: transparent url("http://sdi.gdos.gov.pl/wms?TRANSPARENT=true&SRS=EPSG%3A900913&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&WIDTH=15&HEIGHT=28&LAYER=ObszarySpecjalnejOchrony&STYLE=oso%241%243&SCALE=1733376.0653978775");
}
#legend-menu .legend-row #oso-legend + span {
  background: transparent url("http://sdi.gdos.gov.pl/wms?TRANSPARENT=true&SRS=EPSG%3A900913&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&WIDTH=15&HEIGHT=28&LAYER=ObszarySpecjalnejOchrony&STYLE=oso%241%243&SCALE=1733376.0653978775");
}
#legend .legend-row #soo-legend + span {
   background: transparent url("http://sdi.gdos.gov.pl/wms?TRANSPARENT=true&SRS=EPSG%3A900913&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&WIDTH=15&HEIGHT=28&LAYER=SpecjalneObszaryOchrony&STYLE=soo%241%243&SCALE=1733376.0653978775");
}
#legend-menu .legend-row #soo-legend + span {
  background: transparent url("http://sdi.gdos.gov.pl/wms?TRANSPARENT=true&SRS=EPSG%3A900913&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&WIDTH=15&HEIGHT=28&LAYER=SpecjalneObszaryOchrony&STYLE=soo%241%243&SCALE=1733376.0653978775");
}
#legend .legend-row #rez-legend + span {
   background: transparent url("http://sdi.gdos.gov.pl/wms?TRANSPARENT=true&SRS=EPSG%3A900913&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&WIDTH=15&HEIGHT=28&LAYER=Rezerwaty&STYLE=rez%241%243&SCALE=1733376.0653978775");
}
#legend-menu .legend-row #rez-legend + span {
  background: transparent url("http://sdi.gdos.gov.pl/wms?TRANSPARENT=true&SRS=EPSG%3A900913&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&WIDTH=15&HEIGHT=28&LAYER=Rezerwaty&STYLE=rez%241%243&SCALE=1733376.0653978775");
}
#details {
  padding: 0;
}
#details h3 {
  background-color: rgb(235, 235, 235);
  border-top: 1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgb(200, 200, 200);
  border-left: none;
  padding: 5px;
  text-transform: none;
  margin-bottom: 20px;
}
#details h2 {
  color: #003CA6;
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 20px;
}
#details div.buttons {
  height: 36px;
}
#details button {
  overflow: auto;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 7px;
  color: #5e6d77;
  position: relative;
  padding: 0;
  margin-left: 2px;
  height: 36px;
  width: 100px;
  border: none;
  background: transparent url("../images/icons-sprite.png") no-repeat -120px 0;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal!important;
}
#details button i {
  margin: 1px 0 0 6px;
  background: transparent url("../images/icons-sprite.png") no-repeat 0 0;
}
#details button.big {
  width: 86px;
  background-position: -120px 0px;
}
#details button.big:hover {
  background-position: -120px -36px;
}
#details button.big i {
  display: block;
  float: left;
  width: 17px;
  height: 14px;
  margin: 2px 4px 0 7px;
}
#details button.big span {
  display: block;
  float: left;
  text-align: left;
  width: 17px;
  font-size: 8px;
}
#details button.small {
  width: 36px;
  background-position: -208px 0px;
}
#details button.small i {
  float: none;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 11px;
}
#details button.small:hover {
  background-position: -208px -36px;
}
#details button.pdf-en-icon i {
  background-position: -80px -74px;
}
#details button.pdf-pl-icon i {
  background-position: -62px -74px;
}
#details button.share-icon i {
   background-position: -30px -74px;
}
#details button.zoom-icon i {
  background-position: -45px -74px;
}
#details button.zoom-icon span,
#details button.share-icon span {
  display: block;
}

#details button.panorama-icon {
  width: 118px;
  background-position: 0 0;
  margin-left:0;
}
#details button.panorama-icon i {
  width: 28px;
  height: 28px;
    margin-left: 2px;
  background-position: 0 -74px;
}

#details button.panorama-icon span {
  font-size: 8px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px -1px #b87108;
  text-align: left!important;
  margin: 5px 0 0 2px;
  width: 82px;
  display: block;
  float: left;
}


#details button.panorama-icon:hover,
#details button.panorama-icon.active {
  background-position: 0 -36px;
}

#details button.link-icon i {
  width: 25px;
  height: 20px;
  margin-left: 6px;
  background: transparent url("../images/icons-sprite_old.png");
  background-position: -99px -74px;
}

#details .buttons_long {
  margin-bottom: 0;
  *zoom: 1;
}
#details .buttons_long:before,
#details .buttons_long:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#details .buttons_long:after {
  clear: both;
}
#details .galleria {
  width: 120px;
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
#details table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 20px 0;
}
#details table td {
  background-color: #ecf3f5;
  padding: 2px 5px;
  margin: 1px;
}
.gis-icon {
  background: transparent url("../images/icons.png") no-repeat 0px 0px;
  width: 28px;
  height: 28px;
  border: none;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 2px;
}
.gis-icon.electric {
  background-position: 0px -28px;
}
.gis-icon.bulb {
  background-position: -28px -28px;
}
.gis-icon.eco {
  background-position: -56px -28px;
}
.gis-icon.airport {
  background-position: -84px -28px;
}
.gis-icon.dock {
  background-position: -112px -28px;
}
.gis-icon.train {
  background-position: -140px -28px;
}
body:after {
  content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
}
.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */

  display: block;
}
.lb-prev {
  left: 0;
  float: left;
}
.lb-prev:hover {
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
}
.lb-next {
  right: 0;
  float: right;
}
.lb-next:hover {
  background: url(../images/lightbox/next.png) right 48% no-repeat;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#specials {
  margin-left: 150px;
}


.olControlAttribution {
	right: 0px !important;
	bottom: 0px !important;
	font-family: "Arial","Helvetica","Tahoma",sans-serif !important;
	font-size: 11px !important;
	color: rgb(68,68,68);
	background-color: rgb(245,245,145);
	background-color: rgba(245,245,245,0.9);
}

#gps_txt {
  margin-left: 150px;
  margin-top: 20px;
}
p.no_b_margin {
  margin-bottom: 3px;
}

td {
  color: black;
}

#link a {
   font-size: 1.1em;
}

#link a:hover {
   text-decoration: underline;
   color: #384752;

}

.glyphicon-link {

  font-size: 2.25em;
  display: block;
  padding-bottom: 2px;

}

#link {
  width: 320px;
  height: 25px;
  font-size: 1em;
}

.attribute_ {
  display: none;
}

@media only screen and (max-width: 1023px) {
	h1 {
    font-size: 10px;
    margin-left: -45px;
    margin-top: 15px;
  }
  
  #lang {
    margin-right: -10px;
    margin-top: -5px;
  }
}

#sideButtonOff {
  position: absolute;
  bottom: -5px;
  right: 345px;
  z-index: 1000;
}

#sideButtonOn {
  position: absolute;
  bottom: -5px;
  right: 0px;
  z-index: 1000;
}

.sideButton {
  padding-top: 10px;
  display: block;
  padding: 6px 0px;
  margin: 0;
  margin-bottom: 5px;
  height: 35px;
  width: 35px;
  border: 1px solid #384752;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0px;
  background-color: #003CA6;
  font-size: 12px;
  line-height: 1.42857;
  text-align: center;
}

#zoomButtons {
  position: absolute;
  left: 10px;
  top: 100px;
  z-index: 1000;
}
.zoomButton {
  display: block;
  padding: 6px 0px;
  margin: 0;
  margin-bottom: 5px;
  height: 35px;
  width: 35px;
  border: 1px solid #384752;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 30px;
  background-color: #003CA6;
  font-size: 12px;
  line-height: 1.42857;
  text-align: center;
}
#featurePopup {
  width: 250px !important;
}
#featurePopup #featurePopup_GroupDiv #featurePopup_FrameDecorationDiv_0 {
  width: auto !important;
}
#featurePopup #featurePopup_GroupDiv #featurePopup_FrameDecorationDiv_2 {
  width: auto !important;
}
#featurePopup #featurePopup_GroupDiv {
  text-align: center !important;
}
#featurePopup #featurePopup_GroupDiv #featurePopup_contentDiv {
  left: 0 !important;
  width: calc(100% - 10px) !important;
}
.popup-header {
  margin: 0 0 0 5px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.search-checkbox {
  width: auto !important;
  margin-left: 7px !important;
}