  @font-face {
    font-family: 'FW';
    src: url('fr.woff2') format('woff2'),
         url('fr.woff') format('woff');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'FW';
    src: url('fb.woff2') format('woff2'),
         url('fb.woff') format('woff');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-family: "FW", sans-serif;
}

h2 {
  font-family: "FW", sans-serif;
  padding: 20px 0 10px 0;
}

a {color:#333}

.topnav {
  overflow: hidden;
  background-color: #fff;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:54px;
  z-index: 9999999;
}

.topnav .logosvg {
  float: left;
  color: #000;
  text-align: center;
  padding: 10px;
  width:51px;
  height:34px;
  font-size: 34px;
}
.topnav .blok {
  float: left;
  font-family: "FW", sans-serif;
  color: #000;
  text-align: center;
  padding: 8px 8px 8px 25px;
  height:34px;
  font-weight:500;
  text-decoration: none;
}
.topnav .linkovi {
  float: left;
  font-family: "FW", sans-serif;
  color: #000;
  text-align: center;
  padding: 10px;
  height:34px;
  font-weight:500;
  text-decoration: none;
  font-size: 14px;
}
.topnav .linkovi span:hover, .kopiraj:hover, .iklik:hover {
  cursor: pointer;
}



.topnav .blok a, .topnav .blok span {
  float: left;
  margin:0;
  padding: 0;
  color: #000;
  font-weight:500;
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  display:block;
}
.topnav .blok a {
  text-decoration: none;
}
.topnav .blok a:hover {
  text-decoration: underline;
}

.logosvg span:hover svg {
  animation: rotation 500ms ease-in;
  transform-origin: center;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}



.pretraga {width:350px;position:absolute;top:57px;left:3px;z-index: 9999;display: none;}
#pretraga {width:300px;}
.auto-results-wrapper.auto-is-active {}
.auto-pretraga-results {height: 600px;overflow: auto;}
.nazivi tr {line-height:28px;}
.nazivi td {border-bottom:1px solid #999;padding:0 5px;}
.nazivi td.godina {border-right:1px solid #999;}
.nazivi td b i {font-weight: normal !important;color:#777 !important;}



@media screen and (max-width: 600px) {

}





*,
:after,
:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body,
html,
#map {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f1f1f1;
}

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

.hidden {
  display: none;
}

.ibox {
  width:350px;z-index: 9999;display: none;
  position: absolute;
  top: 54px;
  left: 0px;
  width: 100%;
  max-width: 480px;
  background: #fff;
  overflow: auto;
  height: calc(100% - 54px);
  box-shadow: 0px 0px 22px -11px rgba(66, 68, 90, 1);
}

.ibox h1 {
  font-family: "FW", sans-serif;
  font-size: 2rem;
  font-weight:500;
  position: sticky;
  top: 0;
  color: #fff;
  background: #6D4F4B;
  padding: 10px 15px;
}


.active-sidebar .leaflet-left {
  transform: translateX(490px);
}

.sidebar {
  display: block;
  position: absolute;
  top: 54px;
  left: 0px;
  width: 100%;
  max-width: 480px;
  z-index: 99999;
  background: #fff;
  overflow: hidden;
  height: calc(100% - 54px);
  transform: translateX(calc(-100% - 20px));
  box-shadow: 0px 0px 22px -11px rgba(66, 68, 90, 1);
}

.active-sidebar .sidebar {
  max-width: 560px;
  width: 100%;
  transform: translateX(0);
}

@media (min-width: 768px) {
  .sidebar {
    transition: transform 0.3s ease-in-out;
  }

  .active-sidebar .sidebar {
    max-width: 480px;
    width: 100%;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }

  .active-sidebar .leaflet-left {
    transform: translateX(485px);
    transition: transform 350ms;
  }
}

.close-buttons {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 5px;
  border: none;
  padding: 5px;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  z-index: 1;
  background: none;
}

.sidebar .close-buttons svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

.sidebar svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #3f3f3f;
  pointer-events: none;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  height: 100%;
}

/* sidebar-content */
.sidebar-content {
  height: inherit;
}

.sidebar-content h1 {
  font-family: "FW", sans-serif;
  font-size: 2rem;
  font-weight:500;
  position: sticky;
  top: 0;
  color: #fff;
  background: #6D4F4B;
  padding: 10px 35px 10px 15px;
}

.sidebar-content img, .icontent img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sidebar-content small {
  display: block;
  padding: 5px 15px;
  font-family: "FW", sans-serif;
  font-size: 1.2rem;
  font-weight:400;
  color: #fff;
}

.sidebar-content h3.info-period {
  display: block;
  padding: 25px 15px;
  font-family: "FW", sans-serif;
  font-size: 1rem;
  font-weight:400;
  color: #444;
  background-color: #eee;
  border-bottom: 1px #ccc solid;
}

.info-detalji {
  display: block;
  padding: 25px 15px;
  font-family: "FW", sans-serif;
  font-size: 1.2rem;
  font-weight:400;
  color: #666;
  background-color: #eee;
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
}
.info-detalji span {
  float:left;
  padding:0 20px 0 0;
}
.info-description {
  padding: 5px 15px 15px;
  line-height: 150%;
  margin-top:10px;
}

.info-content {
  height: 100%;
  overflow: auto;
  padding-bottom: 50px;
  margin-top:0px;
}

.marker-ids {
  font-family: "FW", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  left: 10px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: #555 1px 0 10px;
}
.info-details {
  display: flex;
  padding: 5px 15px 15px;
  line-height: 150%;
  margin-top:10px;
}
.marker-id {
  font-family: "FW", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: #555 1px 0 10px;
}
.sidebar-content img.gmap {
  display: flex;
  max-width: 40px!important;
  height: auto;
}

.txt15 {
  font-family: "FW", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}
.txt15 a {
  color: black; text-decoration: none;
}
.txt10 {
  font-family: "FW", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.info-content::-webkit-scrollbar {
  width: 10px;
}

.info-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 81, 255, 0.3);
}

.info-content::-webkit-scrollbar-thumb {
  background-color: #003764;
  outline: 1px solid #002449;
}

/* marker */

.shdw {-webkit-filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .7)); filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .7));}

.nkdiz svg {
  fill: #aa2e25;
}

.nkdvz svg {
  fill: #ff0000;
}

.nkd svg {
  fill: #ffa500;
}

.dpc svg {
  fill: #be4dff;
}

.oz svg {
  fill: #C9B693;
}
.nkdiz, .nkdvz, .nkd, .dpc, .oz {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
} 

.nkdvz div,.nkdiz div,.nkd div,.dpc div,.oz div {
  position: absolute;
  align-items: top center;
  margin-top:-12px;
  color: #fff;
  z-index: 2000;
} 

.nkdvz div,.nkdiz div, .nkd div {
  font-weight: bold;
  font-size: 13px;
  text-shadow: 1px 1px 2px black;
} 

.dpc div {
  font-size: 11px;
  text-shadow: 1px 1px 2px black, 0 0 1em #be4dff, 0 0 0.2em #be4dff;
} 
.oz div {
  font-size: 11px;
  text-shadow: 1px 1px 2px black, 0 0 1em #ccc, 0 0 0.2em #ccc;
} 


.active-sidebar .nkdvz,.active-sidebar .nkdiz,.active-sidebar .nkd,.active-sidebar .dpc,.active-sidebar .oz,
.nkdvz:hover, .nkdiz:hover, .nkd:hover,  .dpc:hover, .oz:hover {
  animation: border-pulse 1.5s infinite;
}

@keyframes border-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.nkdizs {background: #aa2e25;}
.nkdvzs {background: #ff0000;}
.nkds {background: #ffa500;}
.dpcs {background: #be4dff;}
.ozs {background: #C9B693;}

.legend {
  line-height: 34px;
}
.legend p {
  border-bottom:1px solid white;line-height: 34px;color:white;
}

.legend h5 {
  margin: 16px 2px 0 0;
  font-family: "FW", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #111;
}
.legend h5 a {
  color: #111;
  text-decoration: none;
}
.legend h5 a:hover {
  color: #0052b1; 
  text-decoration: underline;
}
.legend h6 {
  text-align: right;
}

.legend span {
  position: relative;
  left:3px;
  width: 9em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.legend i {
  width: 18px;
  height: 34px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}
.tbbo {
  list-style: square inside;
  color:#666;
}
.nkdvz div,.nkdiz div,.nkd div,.dpc div,.oz div {
  position: absolute;
  align-items: top center;
  margin-top:-33px;
  color: #fff;
  z-index: 2000;
} 
.nkdvz div,.nkdiz div, .nkd div {
  font-weight: bold;
  font-size: 13px;
  text-shadow: 1px 1px 2px black;
} 

.nkdiz div {
  font-size: 18px;
} 
.nkdvz div {
  font-size: 16px;
} 
.nkd div {
  font-size: 13px;
} 

.dpc div {
  font-size: 11px;
  text-shadow: 1px 1px 2px black, 0 0 1em #be4dff, 0 0 0.2em #be4dff;
} 
.oz div {
  font-size: 11px;
  text-shadow: 1px 1px 2px black, 0 0 1em #ccc, 0 0 0.2em #ccc;
} 
 .copylink-containter{
       position: absolute;
       top: 50vh;
       padding: 20px;
       z-index: 999999999;
   }
   .linktooltips-container{
       background-color: #030303;
       color: #ffffff;
       padding: 5px 30px;
       border-radius: 10px;
 
   }