/*! CSS Used from: https://pupd.digimaps.com/PUPD_PGZ/header.css?rand=754154920 */
*,
::after,
::before {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
a,
button {
  background-color: transparent;
}
header {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
input {
  line-height: normal;
}
.small-form-submit {
  line-height: 40px;
  height: 40px;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
*,
::after,
::before {
  position: relative;
  font-weight: 400;
}
img {
  border: 0;
  /*  max-width: 100%; */
  height: auto;
}
input {
  border-radius: 0;
}
input[type="text"] {
  -webkit-appearance: none;
  -webkit-user-select: text;
}
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
form {
  margin-bottom: 0;
}
.inner-link {
  display: block;
}
button {
  border: none;
}
.inner-link {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form-input {
  position: relative;
  max-width: 100%;
  margin: auto;
}
.form-input {
  width: 400px;
}
.small-form-input {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 80px;
  border: none;
  border-radius: 20px;
  font-size: 1em;
}
.small-form-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  text-align: center;
  border: none;
  border-radius: 20px;
}
.main-header {
  -webkit-justify-content: space-between;
}
#autocompleteList {
  position: absolute;
  z-index: 1001;
  display: none;
}
#header-search-form #autocompleteList {
  width: calc(100% - 80px);
  top: 62px;
  left: 40px;
}
@media (min-width: 620px) {
  #header-search-form #autocompleteList {
    top: 35px;
  }
}
@media (min-width: 720px) and (min-height: 720px) {
  #header-search-form #autocompleteList {
    top: 62px;
  }
}
.main-header {
  display: -ms-flexbox;
}
.main-header {
  position: relative;
  height: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
}
.header-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: inherit;
}
#open-header-search-form {
  display: none;
}
#header-search-form::before,
.open-header-search-form-container label {
  display: block;
  background-position: center;
}
#open-header-search-form + .open-header-search-form-container {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  height: 40px;
}
.open-header-search-form-container label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#container-header-search-form,
.header-tools {
  display: -ms-flexbox;
}
#container-header-search-form {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
}
#header-search-form {
  background-color: transparent !important;
  z-index: 1001;
  position: absolute;
  top: 103px;
  left: -50px;
  right: 0;
  width: 80%;
  height: 50px;
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: max-height ease-out 0.2s;
}
#open-header-search-form:checked ~ #container-header-search-form > #header-search-form {
  max-height: 50px;
  padding: 5px 20px;
  overflow: visible;
}
#header-search-form::before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
}
#header-search-input {
  height: 100%;
  padding-left: 40px;
  padding-right: 70px;
}

#header-search-input:focus-visible {
  outline: 0 !important;
}

#header-search-submit {
  height: 38px;
  top: 6px;
  right: 21px;
  background-position: center;
  cursor: pointer;
}
.header-tools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: inherit;
  padding: 0;
  font-size: 20px;
}
.header-tools ul {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header-tools ul li {
  height: 40px;
}

.header-tools ul li button {
  width: 70px;
  padding: 0;
}

.header-tools ul li:not(:first-child) .header-tool {
  border-left: 1px solid currentColor;
}
.header-tool {
  width: 40px;
  height: 40px;
}

button.header-tool {
  font-size: 24px !important;
}
@media (min-width: 620px) {
  #open-header-search-form + .open-header-search-form-container {
    display: none;
  }
  #container-header-search-form {
    position: relative;
    -ms-flex: 1;
    flex: 1;
  }
  #header-search-form {
    position: relative;
    max-width: 440px;
    top: 0;
    width: 100%;
    height: 40px;
    max-height: 40px;
    padding: 5px 20px;
    overflow: visible;
  }
  #header-search-form::before {
    width: 30px;
    height: 30px;
  }
  #header-search-input {
    padding-left: 30px;
    padding-right: 60px;
  }
  #header-search-submit {
    width: 50px;
    height: 28px;
  }
}
@media (min-width: 1240px) {
  .main-header {
    height: 85px;
    /* padding-left: 85px; */
  }
  #header-search-form {
    height: 50px;
    max-height: 50px;
  }
  #header-search-form::before {
    width: 40px;
    height: 40px;
  }
  #header-search-input {
    padding-left: 40px;
    padding-right: 70px;
  }
  #header-search-submit {
    width: 60px;
    height: 38px;
  }
  .header-tools ul li {
    height: initial;
  }
  .header-tool {
    width: 60px;
  }
}
.header-logos {
  -ms-flex: 1;
  flex: 1;
}
a:focus,
button:focus {
  outline: #f90 dotted 1px;
}
.small-form-input {
  color: #002a50;
}
.small-form-submit {
  background-color: #d8dde0;
  color: #0b6ba7;
}
#header-search-form,
.main-header {
  background-color: #0d395c;
}
#header-search-form::before,
.open-header-search-form-container label {
  background-image: url(../images/pretrazivanje.png);
  background-size: 24px 24px;
}
#header-search-form::before {
  background-repeat: no-repeat;
}
#header-search-input {
  border: 1px solid #d6d6d6;
}
#header-search-submit {
  background-color: #eef2f5;
  background-size: 18px 18px;
}
.header-tools-desktop-only {
  background-color: #fff;
  color: #cbcbcb;
}
.header-tools-mobile-desktop {
  background-color: #78bf42;
  color: #fff;
}
.header-tool {
  background-image: none;
  background-size: 300px 33px;
}
@media (min-width: 620px) {
  #header-search-form::before {
    background-size: 18px 18px;
  }
}
@media (min-width: 1240px) {
  #header-search-form::before {
    background-size: 24px 24px;
  }
  .header-tool {
    background-size: 360px 40px;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
*,
::after,
::before {
  position: relative;
  font-weight: 400;
}
#autocompleteList {
  position: absolute;
  z-index: 1001;
}
#header-search-form #autocompleteList {
  width: calc(100% - 80px);
  top: 62px;
  left: 40px;
}
.autocomplete-proposition {
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  font-size: 0.75em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
#autocompleteList .autocomplete-proposition:first-child {
  height: 80px;
  padding-top: 50px;
}
#autocompleteList .autocomplete-proposition:first-child::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding-right: 20px;
  padding-left: 50px;
  text-transform: uppercase;
  cursor: default;
}
#geocatalog-completeList .autocomplete-proposition:first-child::before {
  content: "Rezultati pretraživanja";
}
@media (min-width: 620px) {
  #header-search-form #autocompleteList {
    top: 67px;
  }
}
@media (min-width: 720px) and (min-height: 720px) {
  #header-search-form #autocompleteList {
    top: 45px;
  }
  .autocomplete-proposition {
    font-size: 0.9em;
  }
}
.autocomplete-proposition {
  color: #0b6ba7;
  background-color: #eef2f3;
  border-bottom: 1px solid #d8dfe4;
}
.autocomplete-proposition:hover {
  background-color: #fff;
}
.autocomplete-proposition:first-child::before {
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
}
#geocatalog-completeList .autocomplete-proposition:first-child::before {
  background-position: 0 -50px;
}

#lokacije_t-completeList .autocomplete-proposition:first-child::before {
  content: "Sredstva"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}

#lokacije_p-completeList .autocomplete-proposition:first-child::before {
  content: "Mikrolokacije"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}

#lucke_koncesije_p-completeList .autocomplete-proposition:first-child::before {
  content: "Lučke koncesije"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}

#lucka_podrucja-completeList .autocomplete-proposition:first-child::before {
  content: "Lučka područja"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}

#pgz_vlp_join-completeList .autocomplete-proposition:first-child::before {
  content: "Vanlučka područja"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}

#pgz_kon_drz_join-completeList .autocomplete-proposition:first-child::before {
  content: "Državne koncesije"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}
#pgz_kon_join-completeList .autocomplete-proposition:first-child::before {
  content: "Koncesije"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}
#pgz_luke_lpn_drzavne_join-completeList .autocomplete-proposition:first-child::before {
  content: "Luke posebne namjene (Državne)"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}
#pgz_luke_lpn_zupanijske_join-completeList .autocomplete-proposition:first-child::before {
  content: "Luke posebne namjene (Županijske)"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}
#pgz_luke_lojp_join-completeList .autocomplete-proposition:first-child::before {
  content: "Lučka područja"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}
#dgu_kat_cestice-completeList .autocomplete-proposition:first-child::before {
  content: "Katastarske čestice"; /* Required for ::before pseudo-element */
  color: #002a50;
  background-color: #eef2f3;
  background-image: url(../images/autocomp-title.svg);
  background-size: 50px 100px;
  border-bottom: 1px solid #d8dfe4;
  background-position: 0 -50px;
  display: inline-block; /* Ensure it's displayed */
}

#autocompleteList {
  max-height: 50vh;
  overflow: auto;
}

.svg-inline--fa:hover {
  color: #eef2f5 !important;
}
