/** COMMON **/
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #333 !important;
}
/** THEME **/
.light-theme {
  /** ARROW BOX **/
  /** RIPPLE EFFECT **/
  /** TOOLTIP **/
  /** DISCLAIMER **/
  /** ALERT BOX **/
  /** SHARE POPUP **/
  /** HEADER tags: top, header, bar, naslov **/
  /** CHECKBOX **/
  /** RADIO BUTTON **/
  /** SEARCH INPUT **/
  /** RESIZE BUTTON **/
  /** PAGE LOADER tags: spinner, loader **/
  /** PROGRESS LINE **/
  /** layer loader **/
  /** IDENTIFY **/
  /** MAOUSE POSITION tags: coordiantes **/
  /** THEME VIEWER BASE LAYER SWITCHER (must be before LAYER SWITCHER) **/
  /** LAYER SWITCHER **/
  /** MAP BUTTON**/
  /** MAP INFO **/
  /** LAYER SWITCHER form MENU icon **/
  /** KO SEARCH tags: ko-search, parcel-search **/
  /** olControlPanZoomBar **/
  /** olControlScaleLine **/
  /** SEARCH OBCINE **/
  /** SMART SEARCH **/
  /** THEME VIEWER **/
  /** RESPONSIVE DESIGN **/
  /** < 599px **/
  /** < 959px **/
  /** < 1279px **/
  /** < 1919px **/
  /** > 1920px **/
  /** > 599px **/
  /** HIDDEN CONTROLS **/
}
.light-theme .visible-xs-block,
.light-theme .visible-sm-block,
.light-theme .visible-md-block,
.light-theme .visible-lg-block,
.light-theme .visible-xl-block {
  display: none;
}
.light-theme #map-id {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.light-theme .streetViewBox {
  display: none;
  position: absolute;
  left: 9px;
  top: 7vh;
  width: 20vw;
  height: 89vh;
  margin: 0;
  padding: 0;
}
.light-theme .streetViewBox.open {
  display: block !important;
}
.light-theme #map,
.light-theme #pano {
  height: 50%;
  width: 100%;
}
.light-theme #closeStreetViewBox {
  position: relative;
  z-index: 2;
  float: right;
  right: 60px;
  top: 10px;
  background-color: black;
  height: 25px;
  width: 25px;
  opacity: 0.7;
  border-radius: 3px;
}
.light-theme #closeStreetViewBox:before {
  font-family: "mashup-icons";
  content: "\f113";
  position: absolute;
  color: lightgray;
  font-size: 25px;
  top: -6px;
}
.light-theme #closeStreetViewBox:hover {
  cursor: pointer;
}
.light-theme .arrow_box {
  position: relative;
  background: #f5f5f5;
}
.light-theme .arrow_box:after,
.light-theme .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.light-theme .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 30px;
  margin-left: -30px;
}
.light-theme .arrow_box:before {
  border-color: #333;
  border-color: rgba(0, 77, 2, 0);
  border-bottom-color: #333;
  border-width: 31px;
  margin-left: -31px;
}
.light-theme .ripple {
  position: relative;
  overflow: hidden;
}
.light-theme .ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -ms-transform: scale(10, 10);
      transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}
.light-theme .ripple:active:after {
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  opacity: .2;
  transition: 0s;
}
.light-theme .tooltip-custom > .tooltiptext {
  white-space: nowrap;
  background-color: #555;
  border-radius: 6px;
  color: #ffffff;
  font-size: small;
  font-weight: normal;
  opacity: 0;
  padding: 5px 7px 5px 7px;
  position: absolute !important;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: opacity 0.5s;
  visibility: hidden;
  z-index: 3;
  pointer-events: none;
}
.light-theme .tooltip-custom > .tooltiptext::after {
  border-style: solid;
  border-width: 5px;
  content: "";
  margin-top: -5px;
  position: absolute !important;
  top: 50%;
}
.light-theme .tooltip-custom > .tooltiptext.right {
  left: calc(100% + 10px);
}
.light-theme .tooltip-custom > .tooltiptext.right::after {
  border-color: transparent #555 transparent transparent;
  right: 100%;
}
.light-theme .tooltip-custom > .tooltiptext.left {
  right: calc(100% + 10px);
}
.light-theme .tooltip-custom > .tooltiptext.left::after {
  border-color: transparent transparent transparent #555;
  left: 100%;
}
.non-mobile.light-theme .tooltip-custom:hover > .tooltiptext {
  opacity: 1;
  visibility: visible;
}
.light-theme .disclaimer {
  display: none;
}
.light-theme .disclaimer .backdrop {
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.light-theme .disclaimer .text {
  text-align: justify;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 999999999;
  min-width: 290px;
  max-width: 500px;
  padding: 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
}
.light-theme .disclaimer .text .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.light-theme .disclaimer .text .agree {
  font-size: 18px;
  color: #508e50;
  font-weight: bold;
  margin-top: 10px;
  text-align: right;
}
.light-theme .disclaimer .text .agree > span {
  cursor: pointer;
}
.light-theme .disclaimer .text .agree > span:hover {
  color: green;
}
.light-theme .disclaimer.open {
  display: block;
}
.light-theme .alertBox {
  position: absolute;
  right: 10px;
  bottom: 100px;
  display: none;
  width: 400px;
  height: 50px;
  margin-bottom: 15px;
}
.light-theme .alertBox .alert-body {
  padding: 5px;
  background-color: #444444;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  height: 100%;
}
.light-theme .alertBox .alert-body .exit-btn {
  float: right;
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.light-theme .alertBox .alert-body .text {
  padding-right: 25px;
}
.light-theme .share {
  display: none;
}
.light-theme .share .backdrop {
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.light-theme .share .share-body {
  z-index: 999999999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 500px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  padding: 15px;
  padding-bottom: 35px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
}
.light-theme .share .share-body .title {
  margin-bottom: 10px;
  font-size: 20px;
}
.light-theme .share .share-body .exit-btn {
  right: 10px;
  position: absolute;
  top: 7px;
  font-size: 30px;
  cursor: pointer;
}
.light-theme .share .share-body .close-btn {
  right: 13px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
.light-theme .share .share-body textarea {
  width: 100%;
  max-height: 230px;
  resize: none;
  overflow: auto;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.light-theme .share.open {
  display: block;
}
.light-theme .header #naslovniDiv {
  display: block !important;
  height: 60px;
}
.light-theme .header #backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 4;
}
.light-theme .header #backdrop.open {
  display: block !important;
}
.light-theme .header #closeButton {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: visible !important;
  z-index: 5;
  cursor: pointer;
}
.light-theme .header .more {
  position: fixed;
  top: 10px;
  right: 60px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: visible !important;
  z-index: 4;
  cursor: pointer;
}
.light-theme .header .more #wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.light-theme .header .more #wrapper > div {
  text-align: center;
  display: table-cell;
}
.light-theme .header .more:before {
  font-family: "mashup-icons";
  font-size: 24px;
  content: "\f116";
  position: absolute;
  top: 4px;
  left: 8px;
}
.light-theme .header .more > div {
  position: relative;
}
.light-theme .header .more > div ul {
  position: absolute;
  top: 40px;
  right: 0;
  background: white;
  padding: 5px 0;
  min-width: 300px;
  border-radius: 4px;
  display: none;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
  list-style: none;
}
.light-theme .header .more > div ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #fefefe;
  border-bottom: 1px solid rgba(66, 66, 66, 0.1);
}
.light-theme .header .more > div ul li a {
  cursor: pointer;
  color: black;
}
.light-theme .header .more > div ul li .link {
  margin: 17px;
}
.light-theme .header .more > div ul .group {
  display: block;
  font-weight: bold;
  background: whitesmoke;
}
.light-theme .header .more > div ul.arrow_box {
  cursor: default;
}
.light-theme .header .more > div ul.arrow_box:before,
.light-theme .header .more > div ul.arrow_box:after {
  left: auto;
  right: 10px;
  z-index: 5;
}
.light-theme .header .more > div ul.arrow_box:before {
  border-width: 11px;
  margin-right: -1px;
}
.light-theme .header .more > div ul.arrow_box:after {
  border-width: 10px;
  margin-right: 0px;
}
.light-theme .header .more > div ul.arrow_box.open {
  display: block !important;
}
.light-theme .header .streetView {
  border-radius: 50%;
  cursor: pointer;
  overflow: visible !important;
  z-index: 1;
  display: inline-block;
}
.light-theme .header .streetView:before {
  font-family: "mashup-icons";
  font-size: 24px;
  content: "\f11a";
  color: white;
}
.light-theme .header .layers {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  overflow: visible !important;
  z-index: 4;
}
.light-theme .header .layers:before {
  font-family: "mashup-icons";
  font-size: 24px;
  content: "\f11e";
  position: absolute;
  top: 4px;
  left: 8px;
}
.light-theme .header .measure {
  border-radius: 50%;
  cursor: pointer;
  overflow: visible !important;
  z-index: 1;
  display: inline-block;
}
.light-theme .header .measure:before {
  font-family: "mashup-icons";
  font-size: 24px;
  content: "\f11d";
  color: white;
}
.light-theme .header .measure.active::before {
  color: #019a31;
}
.light-theme .header .measure .measure-body {
  text-align: left;
  position: absolute;
  cursor: default;
  color: black;
  font-size: 12px;
  top: 55px;
  right: -3px;
  display: none;
  width: 185px;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
}
.light-theme .header .measure .measure-body.arrow_box:before,
.light-theme .header .measure .measure-body.arrow_box:after {
  left: auto;
  right: 25px;
}
.light-theme .header .measure .measure-body.arrow_box:before {
  border-width: 11px;
  margin-right: -1px;
}
.light-theme .header .measure .measure-body.arrow_box:after {
  border-width: 10px;
  margin-right: 0px;
}
.light-theme .header .measure .measure-body label {
  padding-left: 6px;
  cursor: pointer;
}
.light-theme .header .measure .measure-body .title {
  border-bottom: 3px solid #333;
  text-align: center;
}
.light-theme .header .measure .measure-body input:before {
  top: -3px;
}
.light-theme .header .measure.open .measure-body {
  display: block;
}
.light-theme .header .polygon-identify {
  border-radius: 50%;
  cursor: pointer;
  overflow: visible !important;
  z-index: 1;
  display: inline-block;
}
.light-theme .header .polygon-identify:before {
  font-family: "mashup-icons";
  font-size: 24px;
  content: "\f122";
  color: white;
}
.light-theme .header .polygon-identify.active::before {
  color: #019a31;
}
.light-theme .header .geolocation {
  border-radius: 50%;
  cursor: pointer;
  overflow: visible !important;
  z-index: 1;
  display: inline-block;
}
.light-theme .header .geolocation:before {
  font-family: "mashup-icons";
  font-size: 24px;
  content: "\f115";
  color: white;
}
.light-theme .header .share {
  border-radius: 50%;
  cursor: pointer;
  overflow: visible !important;
  z-index: 1;
  display: inline-block;
}
.light-theme .header .share:before {
  font-family: "mashup-icons";
  font-size: 24px;
  content: "\f123";
  color: white;
}
.light-theme .header .logout-button {
  border-radius: 50%;
  cursor: pointer;
  overflow: visible !important;
  z-index: 1;
  text-decoration: none !important;
  display: inline-block;
}
.light-theme .header .logout-button:before {
  font-family: "mashup-icons";
  font-size: 24px;
  content: "\f109";
  color: white;
}
.light-theme input[type="checkbox"],
.light-theme input[type="radio"] {
  display: none;
}
.light-theme .input-label {
  width: 20px !important;
  padding: 0 !important;
  display: initial !important;
  cursor: pointer;
}
.light-theme input[type="checkbox"] + label:before {
  font-family: "mashup-icons";
  font-size: 20px;
  font-weight: normal;
  content: "\f103";
  position: relative;
  left: -5px;
  top: 4px;
  padding: 3px;
}
.light-theme input[type="checkbox"]:checked + label:before {
  content: "\f107";
}
.light-theme input[type="checkbox"]:indeterminate + label:before {
  content: "\f10b";
}
.light-theme input[type="radio"] + label:before {
  font-family: "mashup-icons";
  font-size: 22px;
  font-weight: normal;
  content: "\f11f";
  position: relative;
  left: -5px;
  top: 5px;
  padding: 3px;
}
.light-theme input[type="radio"]:checked + label:before {
  content: "\f120";
}
.light-theme .search-input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13.3333px;
  border: 1px solid rgba(128, 128, 128, 0.5);
}
.light-theme .resize-icon {
  width: 14px;
  height: 14px;
  background: url(../img/icons/resize-bottom-right.png) no-repeat top left;
  position: absolute;
}
.light-theme .resize-icon.nw {
  left: 0px;
  top: 0px;
  cursor: nw-resize;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.light-theme .resize-icon.ne {
  right: 0px;
  top: 0px;
  cursor: ne-resize;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.light-theme .resize-icon.sw {
  left: 0px;
  bottom: 0px;
  cursor: sw-resize;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.light-theme .resize-icon.se {
  right: 0px;
  bottom: 0px;
  cursor: se-resize;
}
.light-theme .page-loader {
  background: url(../img/loader.svg) no-repeat top left;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 9999999999;
}
.light-theme .progress-line {
  position: relative;
  height: 3px;
  display: block;
  width: 100%;
  background-color: #ddd;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}
.light-theme .progress-line .indeterminate {
  background-color: #bbb;
}
.light-theme .progress-line .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.light-theme .progress-line .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.light-theme #loaderDiv {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.light-theme .olControlIdentifySwitcher .identifyDiv {
  box-shadow: 2px 2px 10px 5px #333;
  border-radius: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable {
  padding: 0 5px;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable .olButton:not(.exitDiv) {
  cursor: pointer;
  font-weight: 400;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable .olButton:not(.exitDiv):hover {
  box-shadow: 1px 1px 1px 1px #333;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable .exitDiv {
  position: absolute;
  top: 8px;
  right: 12px;
  color: transparent;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable .exitDiv:before {
  font-family: "mashup-icons";
  content: "\f112";
  position: absolute;
  color: #333;
  font-size: 24px;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable .exitDiv:hover {
  background-color: transparent;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable .exitDiv:hover:before {
  color: #595959;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable .move-identify {
  width: 0px;
  overflow: hidden;
  margin-right: 16px;
  margin-top: -7px;
  cursor: move;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable .move-identify:before {
  font-family: "mashup-icons";
  font-size: 32px;
  content: "\f11e";
  color: #333;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable .move-identify:hover {
  background-color: transparent;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .titleTable .move-identify:hover:before {
  color: #595959;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .resultDiv {
  padding: 5px;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .resultDiv > div {
  background-color: transparent !important;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .resultDiv > div > table.infoRespTable:not(:last-child) {
  margin-bottom: 10px !important;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .resultDiv table.infoRespTable {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 5px 1px #333;
  box-shadow: 1px 1px 5px 1px rgba(22, 22, 22, 0.4);
}
.light-theme .olControlIdentifySwitcher .identifyDiv .resultDiv table.infoRespTable th {
  font-weight: 400;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #fefefe;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .resultDiv table.infoRespTable td,
.light-theme .olControlIdentifySwitcher .identifyDiv .resultDiv table.infoRespTable th {
  color: #333;
  padding: 3px 6px;
}
.light-theme .olControlIdentifySwitcher .identifyDiv .resultDiv table.infoRespTable .infoRespTd {
  background-color: transparent;
}
.light-theme.non-mobile .move-identify {
  width: 22px !important;
}
.light-theme .olControlMousePosition {
  position: fixed !important;
  left: 77px;
  bottom: 8px;
  background-color: rgba(242, 242, 242, 0.9);
  box-shadow: none;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial;
}
.light-theme .olControlMousePosition:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv {
  background: rgba(255, 255, 255, 0.5);
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv input[type="checkbox"],
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv input[type="radio"] {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  width: 13px;
  visibility: hidden;
  margin-top: 8px;
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .layerEntry {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .layerEntry input[type="checkbox"]:before,
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .layerEntry input[type="radio"]:before {
  background: transparent;
  visibility: visible;
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .layerEntry:hover,
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .layerEntry:hover input[type="checkbox"]:before,
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .layerEntry:hover input[type="radio"]:before {
  background-color: #fefefe;
}
.light-theme .olControlLayerSwitcher {
  font-family: inherit;
}
.light-theme .olControlLayerSwitcher .layersGroupDivTitle > img,
.light-theme .olControlLayerSwitcher .layerGroupImage {
  width: 0px;
  height: 0px;
  padding: 9px;
  background-size: cover;
}
.light-theme .olControlLayerSwitcher .layersGroupDivTitle > img[src$="images/groupOpen.png"],
.light-theme .olControlLayerSwitcher .layerGroupImage[src$="images/groupOpen.png"] {
  background-image: url(../img/icons/chevron-down.svg);
}
.light-theme .olControlLayerSwitcher .layersGroupDivTitle > img[src$="images/groupClose.png"],
.light-theme .olControlLayerSwitcher .layerGroupImage[src$="images/groupClose.png"] {
  background-image: url(../img/icons/chevron-right.svg);
}
.light-theme .olControlLayerSwitcher .layersGroupDivTitle {
  padding: 3px 0;
}
.light-theme .olControlLayerSwitcher .layersGroupDivTitle:hover {
  background-color: transparent;
}
.light-theme .olControlLayerSwitcher .layersDiv {
  background: white;
}
.light-theme .olControlLayerSwitcher .layersDiv .dataLayersDiv input[type="checkbox"],
.light-theme .olControlLayerSwitcher .layersDiv .dataLayersDiv input[type="radio"] {
  margin-right: 10px;
}
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry {
  border-radius: 2px;
}
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry,
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry input[type="checkbox"]:before,
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry input[type="radio"]:before,
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry.layerEntryActive,
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry.layerEntryActive input[type="checkbox"]:before,
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry.layerEntryActive input[type="radio"]:before {
  transition: background 0s;
  cursor: pointer;
}
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry:hover,
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry:hover input[type="checkbox"]:before,
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry:hover input[type="radio"]:before {
  background: #ccc;
}
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry.layerEntryActive,
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry.layerEntryActive input[type="checkbox"]:before,
.light-theme .olControlLayerSwitcher .layersDiv .layerEntry.layerEntryActive input[type="radio"]:before {
  background: white;
}
.light-theme .olControlLayerSwitcher .layersDiv .dataLayersDiv {
  padding-left: 10px;
}
.light-theme .olControlLayerSwitcher .layersDiv .dataLayersDiv .layersGroupDivTitle {
  margin-left: -10px;
}
.light-theme .olControlLayerSwitcher .layersDiv .dataLayersDiv .layersGroupDivLayers {
  margin-left: 20px;
}
.light-theme .map-btn {
  position: fixed;
  top: auto;
  left: auto;
  right: auto;
  width: 38px;
  height: 38px;
  color: transparent;
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  border-bottom: none;
  border-radius: 2px;
  padding: 3px;
  cursor: pointer;
  z-index: 999;
}
.light-theme .map-btn .mashup-icon {
  color: #f5f5f5;
  background: #444;
  font-size: 24px;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 2px;
}
.light-theme .map-info {
  display: none;
}
.light-theme .map-info .map-btn {
  top: 120px;
  right: 10px;
}
.light-theme .map-info .map-info-menu {
  z-index: 999;
  position: fixed;
  top: 160px;
  right: 10px;
  transition: transform .5s;
  -ms-transform-origin: top right;
      transform-origin: top right;
  -ms-transform: scale(0);
      transform: scale(0);
  min-height: 50px;
  height: auto;
  padding: 10px;
  margin-left: 44px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 5px 0 #333;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.light-theme .map-info .map-info-menu.open {
  -ms-transform: scale(1);
      transform: scale(1);
}
.light-theme .map-info .map-info-menu > table {
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: sans-serif;
}
.light-theme .map-info .map-info-menu > table > thead > tr > th,
.light-theme .map-info .map-info-menu > table > tbody > tr > td {
  color: #333;
  padding: 3px 6px;
}
.light-theme .map-info .map-info-menu > table > thead > tr > th {
  font-weight: 400;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #fefefe;
}
.light-theme .map-info .map-info-menu > table > tbody > tr > td {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  vertical-align: top;
}
.light-theme .header .layers.open,
.light-theme .header {
  background: #333;
  background: rgba(22, 22, 22, 0.4);
}
.light-theme .olControlLayerSwitcher {
  bottom: 0 !important;
  width: 25%;
  right: -25%;
  height: 100% !important;
  transition: right .5s;
  top: 0px !important;
}
.light-theme .olControlLayerSwitcher #OpenLayers_Control_MinimizeDiv,
.light-theme .olControlLayerSwitcher #OpenLayers_Control_MaximizeDiv {
  display: none;
}
.light-theme .olControlLayerSwitcher .layersDiv {
  bottom: 0;
  right: 0 !important;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 30px;
  border-radius: 0;
  box-shadow: -5px 0px 5px 0px #333;
  box-shadow: -5px 0px 5px 0px rgba(22, 22, 22, 0.4);
}
.light-theme .olControlLayerSwitcher .layersDiv .baseLbl,
.light-theme .olControlLayerSwitcher .layersDiv .dataLbl {
  position: absolute;
  top: 60px;
  left: 0;
  margin: 0;
  height: 48px;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50%;
}
.light-theme .olControlLayerSwitcher .layersDiv .baseLbl img,
.light-theme .olControlLayerSwitcher .layersDiv .dataLbl img {
  display: none;
}
.light-theme .olControlLayerSwitcher .layersDiv .baseLbl:hover,
.light-theme .olControlLayerSwitcher .layersDiv .dataLbl:hover,
.light-theme .olControlLayerSwitcher .layersDiv .baseLbl.active,
.light-theme .olControlLayerSwitcher .layersDiv .dataLbl.active {
  border-bottom: 3px solid #333;
  padding-bottom: 0;
}
.light-theme .olControlLayerSwitcher .layersDiv .baseLbl + div,
.light-theme .olControlLayerSwitcher .layersDiv .dataLbl + div {
  display: none !important;
}
.light-theme .olControlLayerSwitcher .layersDiv .baseLbl.active + div,
.light-theme .olControlLayerSwitcher .layersDiv .dataLbl.active + div {
  display: block !important;
  max-height: 100% !important;
  height: 100%;
}
.light-theme .olControlLayerSwitcher .layersDiv .baseLbl .tooltiptext,
.light-theme .olControlLayerSwitcher .layersDiv .dataLbl .tooltiptext {
  display: none;
}
.light-theme .olControlLayerSwitcher .layersDiv .dataLbl {
  left: 50% !important;
}
.light-theme .olControlLayerSwitcher .layersDiv.overlays-only .dataLbl {
  left: 0 !important;
  width: 100%;
}
.light-theme .olControlLayerSwitcher .layersDiv.overlays-only .baseLbl {
  display: none;
}
.light-theme .olControlMousePosition {
  transition: right .5s;
}
.light-theme #openLegendDiv {
  display: none !important;
}
.light-theme #measureBox {
  display: none;
}
.light-theme .measure-box {
  position: fixed;
  cursor: default;
  font-size: 12px;
  width: 200px;
  border-radius: 2px;
  right: 30px;
  top: 80px;
  padding-bottom: 8px;
}
.light-theme .measure-box .measureTitleDiv {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: #444444;
  font-weight: bold;
  color: white;
  width: 100%;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 4px 10px;
  cursor: default;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.light-theme .measure-box.arrow_box:before,
.light-theme .measure-box.arrow_box:after {
  display: none;
}
.light-theme .measure-box.arrow_box .distance {
  padding-left: 10px;
}
.light-theme .measure-box.arrow_box .area {
  padding-left: 10px;
}
.light-theme .measure-box.open {
  display: block !important;
}
.light-theme .legenda {
  position: fixed;
  transition: height .5s, right .5s;
  width: 40px;
  height: 40px;
  bottom: 35px !important;
  right: 15px !important;
  background: white;
  box-shadow: none;
  border-radius: 40px;
}
.light-theme .legenda .legendTitleDiv {
  width: 40px;
  height: 100%;
  border-radius: 40px;
  box-shadow: 1px 1px 5px 0 #333;
  box-shadow: 1px 1px 5px 1px rgba(22, 22, 22, 0.5);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 4px 20px;
  cursor: pointer;
}
.light-theme .legenda .legendTitleDiv span {
  display: none;
}
.light-theme .legenda .legendTitleDiv i.mashup-icon {
  font-size: 24px;
  margin-left: -11px;
}
.light-theme .legenda .tooltiptext {
  display: block;
}
.light-theme .legenda .inner {
  display: none;
  padding: 10px;
}
.light-theme .legenda.open {
  right: 0;
  width: auto;
  height: auto;
  border-radius: 2px;
  box-shadow: inherit;
}
.light-theme .legenda.open .legendTitleDiv {
  border-radius: 2px;
  box-shadow: none;
  background: #333;
  color: white;
}
.light-theme .legenda.open .legendTitleDiv span {
  display: block;
}
.light-theme .legenda.open .legendTitleDiv i.mashup-icon {
  display: none;
  font-size: 12px;
  margin-left: 0;
}
.light-theme .legenda.open .inner {
  display: block;
  max-height: 30vh;
  overflow-y: auto;
}
.light-theme .legenda.open .tooltiptext {
  display: none !important;
}
.light-theme .legenda .legendExitDiv {
  display: none;
}
.light-theme .legenda.open {
  background: #333 !important;
  color: white !important;
}
.light-theme.layers-open .olControlLayerSwitcher {
  right: 0;
}
.light-theme.layers-open .legenda {
  right: 0;
}
.light-theme.layers-open .legenda.open {
  right: 0 !important;
  height: auto;
  width: 25vw;
}
.light-theme.layers-open .legenda.open .inner {
  display: block;
  max-height: 30vh;
  overflow-y: auto;
}
.light-theme .parcel-search {
  width: auto;
  top: 70px;
  left: 360px;
}
.light-theme .parcel-search .cqlFilter {
  padding: 3px 3px 3px 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  max-width: 500px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
}
.light-theme .parcel-search .cqlFilter .inputDiv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
  margin: 0 2px;
}
.light-theme .parcel-search .cqlFilter .inputDiv input {
  height: 31px;
  width: auto;
  padding: 6px 12px;
}
.light-theme .parcel-search .cqlFilter .inputDiv #parcel-search-button {
  font-size: 24px;
  padding: 3px;
  background: #055805;
}
.light-theme .parcel-search .cqlFilter > .inputDiv {
  margin: 0;
}
.light-theme .parcel-search .cqlFilter > .inputDiv:nth-child(1),
.light-theme .parcel-search .cqlFilter > .inputDiv:nth-child(2) {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.5s;
}
.light-theme .parcel-search:hover .cqlFilter > .inputDiv:nth-child(1),
.light-theme .parcel-search.active .cqlFilter > .inputDiv:nth-child(1),
.light-theme .parcel-search:hover .cqlFilter > .inputDiv:nth-child(2),
.light-theme .parcel-search.active .cqlFilter > .inputDiv:nth-child(2) {
  max-width: inherit;
  overflow: visible;
}
.light-theme .olControlPanZoomBar {
  display: block !important;
  position: fixed !important;
  top: 110px !important;
  left: 10px !important;
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  padding: 3px;
  border-radius: 2px;
}
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panup,
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panleft,
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomworld,
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panright,
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_pandown {
  display: none;
}
.light-theme .olControlPanZoomBar * {
  position: relative !important;
}
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_OpenLayers_Map_2,
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_ZoombarOpenLayers_Map_2 {
  display: none !important;
}
.light-theme .olControlPanZoomBar .olButton {
  position: relative;
  background: #444444;
  color: #f5f5f5;
  left: 0 !important;
  width: 34px;
  height: 34px;
}
.light-theme .olControlPanZoomBar .olButton img {
  display: none;
}
.light-theme .olControlPanZoomBar .olButton:before {
  font-family: "mashup-icons";
  position: absolute;
  font-size: 24px;
  line-height: 24px;
}
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomin {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomin:before {
  content: "\f125";
}
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomout {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomout:before {
  content: "\f126";
}
.light-theme .olControlScaleLine .olControlScaleLineTop {
  border-color: #444;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}
.light-theme #centerUpperDiv {
  top: 70px !important;
  left: 10px !important;
}
.light-theme #centerUpperDiv #searchDiv {
  display: block;
  height: auto;
  float: inherit;
  font-family: inherit;
  background: white;
  padding: 3px;
  border-radius: 4px;
}
.light-theme #centerUpperDiv #searchDiv td > span {
  float: left;
}
.light-theme #centerUpperDiv #searchBtn {
  background: #444;
  font-size: 24px;
  padding: 3px;
  float: right;
}
.light-theme #centerUpperDiv #searchSuggDiv {
  position: absolute;
  left: 3px;
}
.light-theme .smart-search {
  display: -ms-flexbox;
  display: flex;
  pointer-events: all !important;
  padding: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}
.light-theme .smart-search .search-dropdown {
  position: relative;
}
.light-theme .smart-search .search-dropdown button {
  height: 100%;
  cursor: pointer;
  border-radius: 2px;
  border: none;
  background: transparent;
  font-size: 19px;
}
.light-theme .smart-search .search-dropdown button span {
  display: -ms-flexbox;
  display: flex;
}
.light-theme .smart-search .search-dropdown button:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}
.light-theme .smart-search .search-dropdown button:focus {
  outline: none;
}
.light-theme .smart-search .search-dropdown ul {
  display: none;
  list-style: none;
  padding: 0;
  border: 1px solid;
  border-radius: 2px;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 999;
  background: #fff;
  min-width: 170px;
}
.light-theme .smart-search .search-dropdown ul li {
  cursor: pointer;
  padding: 6px 12px;
  border-bottom: 1px solid #999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.light-theme .smart-search .search-dropdown ul li:hover {
  background: #f5f5f5;
}
.light-theme .smart-search .search-dropdown.open ul {
  display: block;
}
.light-theme .smart-search .search-content {
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px;
}
.light-theme .smart-search .search-content .hidden {
  display: none !important;
}
.light-theme .smart-search .search-content .search-by-naslov {
  position: relative;
}
.light-theme .smart-search .search-content .search-by-naslov input {
  width: 100% !important;
}
.light-theme .smart-search .search-content .search-by-naslov .search-by-naslov-results {
  left: 0 !important;
  margin-top: 1px;
  border-radius: 2px;
  overflow: hidden;
  max-width: inherit !important;
}
.light-theme .smart-search .search-content .search-by-parcela {
  display: -ms-flexbox;
  display: flex;
}
.light-theme .smart-search .search-content .search-by-parcela > div:nth-child(2) {
  margin-left: 2px;
}
.light-theme .smart-search .search-content input:focus {
  outline: none;
}
.light-theme .smart-search .search-actions button {
  cursor: pointer;
  height: 100%;
  border: 1px solid #333;
  border-radius: 2px;
  background: #444444;
  font-size: 24px;
  color: #f5f5f5;
}
.light-theme .smart-search .search-actions button:hover {
  background: #777777;
}
.light-theme .smart-search .search-actions button:focus {
  outline: none;
}
.light-theme.theme-viewer .header .layers {
  display: none;
}
.light-theme.theme-viewer .header .more {
  right: 10px;
}
.light-theme.theme-viewer .legenda {
  width: 40px;
  height: 40px;
  bottom: 35px !important;
  right: 15px !important;
  background: white;
  box-shadow: none;
  border-radius: 40px;
}
.light-theme.theme-viewer .legenda .legendTitleDiv {
  height: 100%;
  border-radius: 40px;
  box-shadow: 1px 1px 5px 0 #333;
  box-shadow: 1px 1px 5px 1px rgba(22, 22, 22, 0.5);
}
.light-theme.theme-viewer .legenda .legendTitleDiv span {
  display: none;
}
.light-theme.theme-viewer .legenda .legendTitleDiv i.mashup-icon {
  font-size: 24px;
  margin-left: -11px;
}
.light-theme.theme-viewer .legenda .tooltiptext {
  display: block;
}
.light-theme.theme-viewer .legenda .inner {
  display: none;
}
.light-theme.theme-viewer .legenda.open {
  width: auto;
  height: auto;
  border-radius: 2px;
  box-shadow: inherit;
}
.light-theme.theme-viewer .legenda.open .legendTitleDiv {
  border-radius: 2px;
  box-shadow: none;
  background: #333;
  color: white;
}
.light-theme.theme-viewer .legenda.open .legendTitleDiv span {
  display: block;
}
.light-theme.theme-viewer .legenda.open .legendTitleDiv i.mashup-icon {
  display: none;
  font-size: 12px;
  margin-left: 0;
}
.light-theme.theme-viewer .legenda.open .inner {
  display: block;
  max-height: 30vh;
  overflow-y: auto;
}
.light-theme.theme-viewer .legenda.open .tooltiptext {
  display: none !important;
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .baseLbl {
  position: fixed;
  top: 70px;
  left: auto;
  right: 10px;
  width: 38px;
  height: 38px;
  color: transparent;
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  border-bottom: none;
  border-radius: 2px;
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .baseLbl:before {
  font-family: "mashup-icons";
  font-size: 24px;
  content: "\f11b";
  position: absolute;
  top: 3px;
  left: 3px;
  color: #f5f5f5;
  background: #444;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 2px;
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .baseLbl .tooltiptext {
  display: block;
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .no-layers {
  display: none !important;
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .baseLayersDiv {
  position: fixed;
  right: 11px;
  left: auto;
  top: 110px;
  margin-top: 1px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  height: auto !important;
  max-width: 250px;
  border-radius: 2px;
  box-shadow: 1px 1px 5px 0 #333;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  transition: transform .5s;
  -ms-transform-origin: top right;
      transform-origin: top right;
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .baseLayersDiv.overlayGroupClose {
  -ms-transform: scale(0);
      transform: scale(0);
}
.light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .baseLayersDiv.overlayGroupOpen {
  -ms-transform: scale(1);
      transform: scale(1);
}
@media (max-width: 599px) {
  .light-theme {
    /** PAGE LOADER **/
    /** HEADER **/
    /** zoom in/out **/
    /** LAYERS **/
    /** KO SEARCH **/
    /** SMART SEARCH **/
    /** THEME VIEWER **/
    /** ALERT BOX **/
  }
  .light-theme .visible-xs-block {
    display: block !important;
  }
  .light-theme .page-loader {
    bottom: 50px !important;
  }
  .light-theme #fullLegendDiv {
    bottom: 20px !important;
    right: 20px !important;
    z-index: 5;
  }
  .light-theme .legenda.open {
    margin-bottom: 50px !important;
    width: 90%;
  }
  .light-theme #streetView {
    display: none !important;
  }
  .light-theme .header .more,
  .light-theme .header .layers {
    top: auto;
    bottom: 20px;
    background: white;
    box-shadow: 1px 1px 5px 1px #333;
    box-shadow: 1px 1px 5px 1px rgba(22, 22, 22, 0.5);
  }
  .light-theme .header .layers {
    right: 70px;
  }
  .light-theme .header .layers.open {
    background: #a3a3a3;
  }
  .light-theme .header .more {
    right: 120px;
  }
  .light-theme .header .more > div ul {
    top: auto;
    bottom: 0;
    min-width: 60vw;
  }
  .light-theme .header .more > div ul.arrow_box:before,
  .light-theme .header .more > div ul.arrow_box:after {
    top: 100%;
    bottom: auto;
    border-bottom-color: transparent;
  }
  .light-theme .header .more > div ul.arrow_box:before {
    border-top-color: #333;
  }
  .light-theme .header .more > div ul.arrow_box:after {
    border-top-color: #f5f5f5;
  }
  .light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomin,
  .light-theme .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomout {
    display: block !important;
    top: 0 !important;
  }
  .light-theme .olControlLayerSwitcher {
    width: calc(100% - 20px);
    top: 10px !important;
    bottom: 10px !important;
  }
  .light-theme .olControlLayerSwitcher,
  .light-theme .olControlLayerSwitcher .layersDiv {
    left: auto;
    right: -100% !important;
  }
  .light-theme .olControlLayerSwitcher .layersDiv {
    box-shadow: 0 0 5px 0 #333;
    box-shadow: 0 0 5px 0 rgba(22, 22, 22, 0.4);
  }
  .light-theme.layers-open .olControlLayerSwitcher {
    left: 10% !important;
    right: 10% !important;
    width: 80%;
  }
  .light-theme.layers-open .olControlLayerSwitcher .layersDiv {
    right: 0 !important;
  }
  .light-theme.layers-open .legenda.open {
    left: 10%;
    right: 10%;
    width: 80%;
  }
  .light-theme.layers-open #centerUpperDiv,
  .light-theme.layers-open .parcel-search {
    display: none !important;
  }
  .light-theme .parcel-search {
    top: 70px;
    left: 60%;
  }
  .light-theme .parcel-search .cqlFilter > .inputDiv:nth-child(1),
  .light-theme .parcel-search .cqlFilter > .inputDiv:nth-child(2) {
    margin-left: 2px;
    max-width: 80vw;
  }
  .light-theme .smart-search#centerUpperDiv {
    right: 10px !important;
  }
  .light-theme .smart-search#centerUpperDiv .search-content {
    width: 100%;
  }
  .light-theme .smart-search#centerUpperDiv .search-by-naslov {
    width: 100%;
  }
  .light-theme .smart-search#centerUpperDiv .search-by-naslov input {
    width: 100%;
  }
  .light-theme .smart-search#centerUpperDiv .search-by-naslov #searchSuggDiv {
    right: 0;
    max-width: inherit;
  }
  .light-theme.theme-viewer .header .more {
    right: 70px;
  }
  .light-theme.theme-viewer .legenda {
    right: 20px !important;
    bottom: 70px !important;
  }
  .light-theme.theme-viewer .legenda.open {
    width: 90vw !important;
  }
  .light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .baseLbl {
    top: 110px !important;
  }
  .light-theme.theme-viewer .olControlLayerSwitcher .layersDiv .baseLayersDiv {
    top: 150px !important;
  }
  .light-theme.theme-viewer .map-info .map-btn {
    top: 160px;
  }
  .light-theme.theme-viewer .map-info .map-info-menu {
    top: 200px;
  }
  .light-theme.hidden-layerSwitcher .more {
    margin-right: -50px;
  }
  .light-theme.hidden-layerSwitcher #legendExitDiv {
    margin-right: -50px;
  }
  .light-theme.no-legend #layers {
    right: 20px;
  }
  .light-theme.no-legend #more {
    right: 75px;
  }
  .light-theme .alertBox {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    height: 50px;
    margin-bottom: 60px;
  }
  .light-theme .alertBox .alert-body {
    padding: 5px;
    background-color: #444444;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    height: 100%;
  }
  .light-theme .alertBox .alert-body .exit-btn {
    float: right;
    color: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  .light-theme .alertBox .alert-body .text {
    padding-right: 25px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .light-theme {
    /** PAGE LOADER **/
    /** zoom in/out **/
    /** LAYERS **/
    /** KO SEARCH **/
    /** THEME VIEWER **/
    /** HIDDEN CONTROLS **/
  }
  .light-theme .visible-sm-block {
    display: block !important;
  }
  .light-theme .page-loader {
    width: 30px;
    height: 30px;
  }
  .light-theme #OpenLayers_Control_PanZoomBar_4_zoomin,
  .light-theme #OpenLayers_Control_PanZoomBar_4_zoomout {
    display: block !important;
  }
  .light-theme .olControlLayerSwitcher {
    width: 80%;
    top: 0 !important;
    bottom: 10% !important;
  }
  .light-theme .olControlLayerSwitcher,
  .light-theme .olControlLayerSwitcher .layersDiv {
    left: auto;
    right: -100% !important;
  }
  .light-theme .olControlLayerSwitcher .layersDiv {
    box-shadow: 0 0 5px 0 #333;
    box-shadow: 0 0 5px 0 rgba(22, 22, 22, 0.4);
  }
  .light-theme.layers-open .olControlLayerSwitcher {
    left: 10% !important;
    right: 10% !important;
  }
  .light-theme.layers-open .olControlLayerSwitcher .layersDiv {
    right: 0 !important;
  }
  .light-theme.layers-open .legenda.open {
    left: 10%;
    right: 10% !important;
    width: 80%;
  }
  .light-theme.layers-open #centerUpperDiv,
  .light-theme.layers-open .parcel-search {
    display: none !important;
  }
  .light-theme .parcel-search {
    top: 70px;
  }
  .light-theme .parcel-search .cqlFilter > .inputDiv:nth-child(1),
  .light-theme .parcel-search .cqlFilter > .inputDiv:nth-child(2) {
    margin-left: 2px;
    max-width: 80vw;
  }
  .light-theme .header.has-close .more {
    right: 110px;
  }
  .light-theme .header.has-close .layers {
    right: 60px;
  }
  .light-theme .header.has-close #closeButton {
    right: 15px;
  }
  .light-theme #streetView {
    display: none !important;
  }
  .light-theme.theme-viewer .legenda {
    bottom: 10px !important;
  }
  .light-theme.theme-viewer .header.has-close .more {
    right: 60px;
  }
  .light-theme.hidden-title .header.has-close > .more,
  .light-theme.hidden-title .header.has-close > .layers {
    margin-right: -50px;
  }
  .light-theme.hidden-layerSwitcher .more {
    margin-right: -50px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .light-theme {
    /** PAGE LOADER **/
    /** zoom in/out **/
    /** HIDDEN CONTROLS **/
  }
  .light-theme .visible-md-block {
    display: block !important;
  }
  .light-theme .page-loader {
    width: 50px;
    height: 50px;
  }
  .light-theme .header.has-close .more {
    right: 110px;
  }
  .light-theme .header.has-close .layers {
    right: 60px;
  }
  .light-theme .header.has-close #closeButton {
    right: 15px;
  }
  .light-theme.theme-viewer .header.has-close .more {
    right: 60px;
  }
  .light-theme #OpenLayers_Control_PanZoomBar_4_zoomin,
  .light-theme #OpenLayers_Control_PanZoomBar_4_zoomout {
    display: block !important;
  }
  .light-theme #streetView {
    display: none !important;
  }
  .light-theme.hidden-title .header.has-close > .more,
  .light-theme.hidden-title .header.has-close > .layers {
    margin-right: -50px;
  }
  .light-theme.hidden-layerSwitcher .more {
    margin-right: -50px;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .light-theme {
    /** PAGE LOADER **/
    /** HIDDEN CONTROLS **/
  }
  .light-theme .visible-lg-block {
    display: block !important;
  }
  .light-theme .page-loader {
    width: 70px;
    height: 70px;
  }
  .light-theme .header.has-close .more {
    right: 110px;
  }
  .light-theme .header.has-close .layers {
    right: 60px;
  }
  .light-theme .header.has-close #closeButton {
    right: 15px;
  }
  .light-theme.theme-viewer .header.has-close .more {
    right: 60px;
  }
  .light-theme #streetView {
    display: none !important;
  }
  .light-theme.hidden-title .header.has-close > .more,
  .light-theme.hidden-title .header.has-close > .layers {
    margin-right: -50px;
  }
  .light-theme.hidden-layerSwitcher .more {
    margin-right: -50px;
  }
}
@media (min-width: 1920px) {
  .light-theme {
    /** PAGE LOADER **/
    /** LAYERS **/
    /** HIDDEN CONTROLS **/
  }
  .light-theme .visible-xl-block {
    display: block !important;
  }
  .light-theme .page-loader {
    width: 100px;
    height: 100px;
  }
  .light-theme .olControlLayerSwitcher {
    width: 25vw;
    right: -25vw;
  }
  .light-theme .header.has-close .more {
    right: 110px;
  }
  .light-theme .header.has-close .layers {
    right: 60px;
  }
  .light-theme .header.has-close #closeButton {
    right: 15px;
  }
  .light-theme.theme-viewer .header.has-close .more {
    right: 60px;
  }
  .light-theme.hidden-title .header.has-close > .more,
  .light-theme.hidden-title .header.has-close > .layers {
    margin-right: -50px;
  }
  .light-theme.hidden-layerSwitcher .more {
    margin-right: -50px;
  }
}
@media (min-width: 599px) {
  .light-theme #streetView {
    display: none;
  }
  .light-theme.force-zoom-bar .olControlPanZoomBar,
  .light-theme.force-pan-control .olControlPanZoomBar {
    background: none;
    position: absolute !important;
  }
  .light-theme.force-zoom-bar .olControlPanZoomBar *,
  .light-theme.force-pan-control .olControlPanZoomBar * {
    position: inherit !important;
  }
  .light-theme.force-zoom-bar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomin {
    top: 110px !important;
    left: 24px !important;
  }
  .light-theme.force-zoom-bar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomout {
    left: 24px !important;
  }
  .light-theme.force-zoom-bar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_ZoombarOpenLayers_Map_2 {
    display: block !important;
    top: 134px !important;
    left: 24px !important;
    opacity: .7;
  }
  .light-theme.force-zoom-bar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_OpenLayers_Map_2 {
    display: block !important;
    left: 23px !important;
    opacity: .9;
  }
  .light-theme.force-zoom-bar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomin,
  .light-theme.force-zoom-bar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomout,
  .light-theme.force-zoom-bar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_ZoombarOpenLayers_Map_2,
  .light-theme.force-zoom-bar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_OpenLayers_Map_2 {
    margin-top: -25px;
  }
  .light-theme.force-zoom-bar.hidden-panControl .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomin,
  .light-theme.force-zoom-bar.hidden-panControl .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomout,
  .light-theme.force-zoom-bar.hidden-panControl .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_ZoombarOpenLayers_Map_2,
  .light-theme.force-zoom-bar.hidden-panControl .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_OpenLayers_Map_2 {
    margin-top: -100px;
    margin-left: -24px;
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panup,
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panleft,
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomworld,
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panright,
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_pandown {
    display: block !important;
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panup:before,
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panleft:before,
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomworld:before,
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panright:before,
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_pandown:before {
    font-family: "mashup-icons";
    position: absolute;
    font-size: 24px;
    line-height: 24px;
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panup {
    top: 0 !important;
    left: 24px !important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panup:before {
    content: "\f110";
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panleft {
    top: 24px !important;
    left: 0 !important;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panleft:before {
    content: "\f10e";
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomworld {
    top: 24px !important;
    left: 24px !important;
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomworld img {
    display: block !important;
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panright {
    top: 24px !important;
    left: 48px !important;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_panright:before {
    content: "\f10f";
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_pandown {
    top: 48px !important;
    left: 24px !important;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .light-theme.force-pan-control .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_pandown:before {
    content: "\f10d";
  }
  .light-theme.force-pan-control.hidden-zoomBar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomout {
    top: 24px !important;
  }
  .light-theme.force-pan-control.hidden-zoomBar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomin,
  .light-theme.force-pan-control.hidden-zoomBar .olControlPanZoomBar #OpenLayers_Control_PanZoomBar_4_zoomout {
    margin-left: 24px;
    margin-top: 90px;
  }
}
.light-theme.hidden-title .smart-search,
.light-theme.hidden-title .olControlPanZoomBar {
  margin-top: -60px;
}
.light-theme.hidden-title .header.has-close > .more,
.light-theme.hidden-title .header.has-close > .layers {
  text-shadow: 1px 1px #000;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
