@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100|Roboto+Condensed:400,300,700);
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
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: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 16px;
  padding: 0;
  overflow: hidden;
}
::-moz-selection {
  background: #007abf;
  text-shadow: none;
}
::selection {
  background: #007abf;
  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;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   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;
  }
}
/** MAIN **/
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #102d69;
  font-weight: 300;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #102d69;
}
a:hover {
  text-decoration: underline;
}
.complex:hover {
  color: white;
  background-color: #102d69;
  width:246px;
  text-align: center;
  display: block;
  margin-bottom: -17px;
  text-decoration: none;
}
.complex2 {
    width:350px;
    text-align: center;
    display: block;
    margin-bottom: -17px;
    text-decoration: none;
}
.complex2:hover {
  color: white;
  background-color: #102d69;
  width:350px;
  text-align: center;
  display: block;
  margin-bottom: -17px;
  text-decoration: none;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
h2 {
  background-color: #102d69;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  font-size: 14px;
}
h2 span {
  display: inline-block;
  padding: 5px 0 5px 20px;
}
header,
footer {
  position: absolute;
  width: 100%;
  z-index: 100;
}
header {
  top: 0px;
}
header #stripe {
  height: 20px;
  background: #102d69;
}
header #lsse_logo {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -490px;
  display: block;
  width: 174px;
  height: 91px;
}
header nav {
  width: 620px;
  height: 100px;
  margin: 10px auto 0 auto;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
}
header nav ul {
  margin: 0;
  padding: 0;
  float: left;
}
header nav ul li {
  display: inline-block;
}
header nav ul li a {
  display: block;
  width: 47px;
  height: 100%;
}
header nav ul li a:hover {
  background-color: #007abf;
}
.toolbar-active {
  background-color: #007abf !important;
}
header nav #nav_headers li {
  background-color: #102d69;
  padding: 4px 0px;
  margin-right: 1px;
}
header nav #nav_headers li.nawigacja {
  text-align: center;
  margin-right: 48px;
  width: 94px;
}
header nav #nav_headers li.siec {
  text-align: center;
  width: 47px;
}
header nav #nav_headers li.pomiary {
  text-align: center;
  width: 94px;
}
header nav #nav_buttons {
  clear: left;
}
header nav #nav_buttons li {
  margin-top: 1px;
  width: 47px;
  height: 47px;
  position: relative;
  background-color: #102d69;
}
header nav #nav_buttons li span {
  position: absolute;
  width: 47px;
  height: 47zpx;
  border-right: solid 1px white;
  top: 9px;
  z-index: 1;
}
header nav #nav_buttons li i {
  position: absolute;
  width: 25px;
  height: 25px;
  overflow: hidden;
  z-index: 1;
  background: transparent url(../images/nav-icons.png) no-repeat 0 0;
  top: 11px;
  left: 11px;
}
header nav #nav_buttons li.separator {
  width: 1px;
  background: #102d69 url(../images/nav-icons.png) no-repeat 0 0;
  content: "";
  background-position: -132px 11px;
}
header nav #nav_buttons li.move i {
  background-position: 0 0;
}
header nav #nav_buttons li.world i {
  background-position: -47px 0;
  width: 26px;
}
header nav #nav_buttons li.zoom i {
  background-position: -95px 0;
  width: 26px;
  left: 10px;
}
header nav #nav_buttons li.path i {
  background-position: -144px 0;
  width: 28px;
  left: 8px;
}
header nav #nav_buttons li.line i {
  background-position: -195px 0;
  width: 25px;
}
header nav #nav_buttons li.square i {
  background-position: -242px 0;
  width: 25px;
}
header nav #lang_headers {
  float: left;
  padding: 4px 0;
  margin-left: 24px;
  background-color: #102d69;
  width: 70px;
  text-align: center;
}
header nav #map_headers {
  float: left;
  padding: 4px 0;
  margin-left: 51px;
  background-color: #102d69;
  width: 130px;
  text-align: center;
}
header nav #lang_buttons {
  margin-left: 25px;
}
header nav #lang_buttons li {
  margin-top: 1px;
  width: 47px;
  height: 47px;
  position: relative;
  background-color: #102d69;
  overflow: hidden;
  margin-right: 1px;
}
header nav #lang_buttons li a {
  font-size: 15px;
  color: #ffffff;
  display: block;
  padding: 13px 16px 14px 16px;
  width: auto;
  height: auto;
}
header nav #lang_buttons li a:hover {
  background-color: #007abf;
}
header nav #map_buttons {
  margin-left: 25px;
}
header nav #map_buttons li {
  margin-top: 1px;
  width: 70px;
  height: 47px;
  position: relative;
  background-color: #102d69;
  overflow: hidden;
  margin-right: 1px;
}
header nav #map_buttons li a {
  font-size: 13px;
  color: #ffffff;
  display: block;
  padding: 6px 5px 8px;
  width: auto;
  height: auto;
}
header nav #map_buttons li a:hover {
  background-color: #007abf;
}
header nav #filter_buttons {
  margin-left: 25px;
}
header nav #filter_buttons li {
  margin-top: 1px;
  width: 110px;
  height: 47px;
  position: relative;
  background-color: #102d69;
  overflow: hidden;
  margin-right: 1px;
}
header nav #filter_buttons li a {
  font-size: 15px;
  color: #ffffff;
  display: block;
  padding: 13px 16px 14px 16px;
  width: auto;
  height: auto;
}
header nav #filter_buttons li a:hover {
  background-color: #007abf;
}
header nav #results {
  background-color: #102d69;
  padding: 4px 0px;
  position: absolute;
  top: 110px;
  left: 472px;
  z-index: 1000;
  width: 94px;
  text-align: center;
  text-transform: none;
}
header nav #reset {
  background-color: #102d69;
  padding: 4px 0px;
  position: absolute;
  top: 110px;
  left: 712px;
  z-index: 1000;
  width: 110px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
}
#map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#svWin {
  position: absolute;
  background-color: #E7E7E7;
  top: 20px;
  left: 0;
  bottom: 0;
  margin-bottom: 67px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
#svLeft {
	#background-color: red;
	width: 30%;
	height: 100%;
	float: left;
}
#svRight {
	#background-color: blue;
	width: 70%;
	height: 100%;
	float: right;
}

#landingWin {
  vertical-align: middle;
  outline: solid 4px rgba(213, 48, 90, 0.9);
  border: 25px solid rgba(16, 45, 105, 0.9);
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  width: 60%;
  height: 70vh;
  z-index: 200;
  overflow: hidden;
}
#landingWin .closer {
}
aside {
  position: absolute;
  top: 130px;
  width: 530px;
}
aside.left {
  left: 0px;
  position: absolute;
  top: 135px;
  bottom: 80px;
}
aside .pane_container {
  background-color: #E7E7E7;
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0px;
  top: 0px;
  left: 30px;
  padding: 20px 15px;
  -webkit-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
}
aside .pane_closer {
  position: absolute;
  bottom: 15px;
  right: -10px;
  width: 20px;
  height: 50px;
  z-index: 150;
  background-color: #102d69;
}
aside .pane_closer a {
  display: block;
  width: 100%;
  height: 100%;
}
aside .pane_closer a i {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(../images/arrow_left.png) no-repeat 5px 19px;
}
aside.left {
  width: 316px;
  #height: 350px;
  height: 440px;
  left: -276px;
}
aside.left .pane_container {
  left: 0px;
  right: 63px;
}
aside.left .scrolled_content {
  height: 100%;
  width: 99%;
  overflow: hidden;
}
#legend {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100px;
  height: 30px;
  background-color: #102d69;
  z-index: 99;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
#legend i {
  display: inline-block;
  width: 100%;
  height: 20px;
  background: transparent url(../images/icon_legend.png) no-repeat left 5px;
  padding: 5px 0 0 27px;
  margin-left: 10px;
}
.img_zoom {
  display: inline-block;
  position: relative;
}
.img_zoom span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent url(../images/icon_img_zoom.png) no-repeat center;
  top: 0;
}
.frame {
  width: 100%;
  border: solid 1px #102d69;
  font-size: 12px;
}
.frame h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.frame .img,
.frame .img img {
  width: 130px;
}
.frame tr td {
  padding: 5px 10px;
}
.frame tr td.right {
  text-align: right;
}
.frame tr td.first {
  width: 130px;
}
.closer {
  color: #5C7798;
  width: 19px;
  height: 19px;
  border: none;
  margin-top: 2px;
  background: transparent url(../images/icon_close.png) no-repeat right 0;
}
.closer:hover {
  color: #007abf;
}
/* RIGHT PANE */
.info_window {
  width: 420px;
  position: absolute;
  z-index: 1000;
  right: 10px;
  top: 30px;
  bottom: 120px;
}
.info_window .pane_container {
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  top: 0px;
  height: 100%;
  background-color: #E7E7E7;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.info_window .closer {
  position: absolute;
  right: 4px;
  top: 3px;
}
#svWin .closer {
  position: absolute;
  right: 4px;
  top: 3px;
  z-index: 100;
}
.info_window .scrolled_content {
  height: 100%;
  overflow: hidden;
}
#right_nav {
  margin: 0 0 5px 10px;
}
#right_nav li {
  display: inline-block;
  margin-right: 10px;
}
#right_nav li a {
  text-align: center;
}
#right_nav li a i {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 25px;
  background: transparent url(../images/icons_right.png) no-repeat 0 -26px;
}
#right_nav li a span {
  font-size: 14px;
  color: #102d69;
}
#right_nav li a:hover {
  text-decoration: none;
}
#right_nav li a:hover span {
  color: #007abf;
}
#right_nav li.pdf i {
  width: 29px;
  background-position: 0px -26px;
}
#right_nav li.pdf a:hover i,
#right_nav li.pdf.active a i {
  background-position: 0px 0px;
}
#right_nav li.zoom i {
  width: 26px;
  background-position: -40px -26px;
}
#right_nav li.zoom a:hover i,
#right_nav li.zoom.active a i {
  background-position: -40px 0px;
}

#right_nav li.sv i {
  width: 34px;
  background-position: -130px -26px;
}
#right_nav li.sv a:hover i,
#right_nav li.sv.active a i {
  background-position: -130px 0px;
}

#right_nav li.pano i {
  width: 34px;
  background-position: -130px -26px;
}
#right_nav li.pano a:hover i,
#right_nav li.pano.active a i {
  background-position: -130px 0px;
}

#right_nav li.docs i {
  width: 34px;
  background-position: 6px -26px;
}
#right_nav li.docs a:hover i,
#right_nav li.docs.active a i {
  background-position: 6px 0px;
}

#right_nav li.link i {
  width: 26px;
  background-position: -86px -26px;
}
#right_nav li.link a:hover i,
#right_nav li.link.active a i {
  background-position: -86px 0px;
}
#right_nav li.pano i {
  width: 31px;
  background-position: -132px -26px;
}
#right_nav li.pano a:hover i,
#right_nav li.pano.active a i {
  background-position: -132px 0px;
}
#map_zoom {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
#map_zoom li {
  background-color: #102d69;
  width: 32px;
  height: 32px;
  list-style: none;
  margin-bottom: 2px;
}
#map_zoom li a {
  width: 100%;
  height: 100%;
  display: block;
}
#map_zoom li a i {
  display: block;
  width: 100%;
  height: 100%;
}
#map_zoom li a:hover {
  background-color: #007abf;
}
#map_zoom .plus i {
  background: transparent url(../images/icon_plus.png) no-repeat center;
}
#map_zoom .minus i {
  background: transparent url(../images/icon_minus.png) no-repeat center;
}
footer {
  border-top: 5px solid #d5305a;
  height: 62px;
  bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  background: #102d69;
}
footer #scale {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 15px 0 0 40px;
  float: left;
}

.olControlScaleLineTop, .olControlScaleLineBottom {
	border-color: #ffffff !important;
}
footer #note {
  float: left;
  margin: 26px 0 0 40px;
}
footer #coord {
  float: right;
  margin: 26px 40px 0 0;
}
ul.form_list {
  margin: 5px 10px;
  list-style: none;
  font-weight: 400;
}
ul.form_list li {
  background: transparent url(../images/form_bullet.png) no-repeat 0px 3px;
  margin: 0px 0 10px 0px;
  padding-left: 15px;
}
ul.form_list li ul {
  list-style: none;
}
ul.form_list li ul li {
  margin: 2px 0 2px 0px;
  padding: 0;
  background: none;
}
div.popup {

  background-color: #E7E7E7;

  z-index: 1000;
}
div.smallpop {
  width: 330px;
  height: 100px;
  padding: 10px;
}
#linkInput {
	width: 315px;
	height: 30px;
}
div.popup form {
  padding: 5px 0 0 0;
}
div.popup form > div {
  #margin: 5px 0;
  margin: 0 0;
}
div.popup form label {
  display: block;
  text-align: right;
  width: 120px;
  height: 13px;
  float: left;
  padding: 2px 10px 0 0;
}
div.popup form label.two {
  height: 26px;
  margin-top: -8px;
}
div.popup form input {
  width: 20px;
  border: solid 1px #102d69;
  background-color: #E7E7E7;
  height: 24px;
  float: left;
  padding: 0px 2px;
  color: #102d69;
  margin: 0 5px;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
}
div.popup form > div > span {
  display: inline-block;
  padding-top: 4px;
}
div.popup .select {
  float: left;
  width: 125px;
}
div.popup .select .styledSelect div {
  width: 88px;
  padding-left: 0;
  text-align: center;
}
div.popup .listContainer {
  width: 200px;
}
div.popup .closer {
  position: absolute;
  top: 0;
  right: 5px;
}
div.popup .filterstart,
div.popup .reset {
  font-size: 12px;
  font-weight: 300;
  border: none;
  background-color: #102D69;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  width: 99px;
  font-family: 'Roboto Condensed', sans-serif;
}
div.popup .filterstart {
  margin-left: 130px;
  margin-right: 1px;
}
div.popup .filterstart:hover {
  background-color: #007abf;
}
div.popup .reset {
  background-color: #b0b0b0;
}
div.popup .reset:hover {
  background-color: #777777;
}
select.custom {
  height: 26px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #ffffff;
  width: 218px;
  margin-bottom: 5px;
  height: 26px;
}
.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px;
  height: 26px;
  overflow: hidden;
  font-size: 14px;
}
.styledSelect div {
  width: 171px;
  padding: 3px 10px 0 10px;
  height: 26px;
  display: block;
  float: left;
  background-color: #102D69;
  text-transform: uppercase;
}
.styledSelect span {
  display: block;
  float: right;
  margin-left: 1px;
  width: 26px;
  height: 26px;
  background-color: #102D69;
}
.styledSelect span i {
  background: transparent url(../images/arrow_down.png) no-repeat 6px 10px;
  display: block;
  width: 100%;
  height: 100%;
}
.listContainer {
  width: 291px;
  display: none;
  position: absolute;
  top: 27px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 10px 10px 10px 0;
  background-color: #f0f0f0;
  -webkit-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
  max-height: 300px;
}
.listContainer .options {
  list-style: none;
  padding: 0px 0 0 10px;
}
.listContainer .options li {
  color: #102d69;
  height: 21px;
  margin: 0 0;
  padding: 4px 0 0 25px;
}
.listContainer .options li:hover {
  background-color: #cccccc;
  background: #cccccc url(../images/bullet.png) no-repeat 6px 7px;
}
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 25px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/

}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */

}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
  */

}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
  */

}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
  */

}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
  */

}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */

}
/*scrollbar themes*/
/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #cccccc;
  width: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background: #007abf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #102d69;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
}
div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
  outline: 0;
}
div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
  margin: 0;
  padding: 0;
}
div.checker {
  position: relative;
}
div.checker,
div.checker span,
div.checker input {
  width: 11px;
  height: 14px;
  margin-top: -3px;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background: transparent url(../images/form_checkbox.png) no-repeat -12px 3px;
}
div.checker span.checked {
  background-position: 0px 3px;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
}
/* Radio */
div.radio {
  position: relative;
}
div.radio,
div.radio span,
div.radio input {
  width: 11px;
  height: 14px;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background: transparent url(../images/form_radio.png) no-repeat -12px 3px;
}
div.radio span.checked {
  background-position: 0px 3px;
}
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  cursor: pointer;
}

/** Haki by MM **/

.hide {
	display: none;
}

#dataTable th {
    border-bottom: 2px solid;
	text-align: left;
}
#dataTable {
    margin: 0;
	width: 100%;
}
#dataTable tbody > tr {
    border-bottom: 1px solid;
}

#filterWin {

}

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 0 0 5px;
padding: 5px 2px 5px 44px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #E7E7E7;
background-image: url('ikony/go.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('ikony/ok.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('ikony/warn.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('ikony/error.png');
}


.landing {
  font-size: 12px !important;
  font-weight: 300 !important;
  border: none !important;
  background-color: #102d69 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  padding: 5px 0 !important;
  text-align: center !important;
  width: 250px !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  background-image: none !important;
  height: 30px !important;
}
.landing {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.landing:hover {
  background-color:  #007abf !important;
}

.itemList {
  background: white;
  font-size: 12px;
  font-weight: 300;
  border: 2px solid #102d69;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  height:calc(70vh - 310px);
  width: 246px;
  /*height: 250px;*/
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.landingBox {
  width: 544px;
}

.searchInput {
  width: 244px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  border: 2px solid #007abf;
  border-radius: 1px;
}

.landingContent {
  width: 550px;
  height:100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top:15px;
}

#background {
  background:black;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index:199;
  opacity: 0.7;
}

/* RIGHT PANE */
.listWin {
  width: 380px;
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 30px;
  bottom: 80px;
}
.listWin .pane_container {
  left: 0px;
  right: 0px;
  bottom: 0px;
  /*padding: 20px;*/
  top: 0px;
  height: 100%;
  background-color: #E7E7E7;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.listWin .scrolled_content {
  height: 100%;
  overflow: hidden;
}

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
    list-style-type:none;
}

.tabs-menu li {
    height: 30px;
    width:188px;
    line-height: 30px;
    float: left;
    /*margin-right: 10px;*/
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #E7E7E7;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #E7E7E7;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #102D69;
}

.tab {
    background-color: #E7E7E7;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 370px;
    height: 100%;
    display: none;
    padding: 5px;
}

#tab-1 {
 display: block;
}

.filter-left {
  float:left;
  width:50%;
}

.filter-right {
  float:right;
  width:50%;
}

.itemListMap {
  background: #E7E7E7;
  font-size: 12px;
  font-weight: 300;
  border: 2px solid #102d69;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  width: 350px;
  height: calc(100vh - 430px);
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  overflow-y:auto;
  overflow-x:hidden;
}

.itemListMapInvest {
  height: calc(100vh - 168px);
}

#linkWin, #docsWin {
    position: absolute;
    top: 135px;
    right: 450px;
}
