@charset "UTF-8";
/*
  pošalji root element
  postavit će inherit (ili proslijeđenu vrijednost)
  svim unutarnjim elementima skina

  Napomena: 
  bazirano na trenutnoj temi i Containerima
*/
/*
  na boostrap 5 će se ukinit ova klasa
*/
/*
  mixin for creating close button on simple lightbox plugin
*/
/*
  Helper 
    kad ne možemo extendat bs spacing variable
  ----------------------------------------------------------------
  for easier use of defined spacers when @extend not alowed
  usage: margin-right: $spacer-3 == @extend .mr-3; (ali bez !important što dodaje BS)
*/
:root {
  --spacer-0: 0;
  --spacer-1: 0.3rem;
  --spacer-2: 0.6rem;
  --spacer-3: 1.2rem;
  --spacer-4: 1.8rem;
  --spacer-5: 3.6rem;
  --spacer-6: 24px;
  --spacer-7: 32px;
  --spacer-8: 48px;
}

/*
  Potrebno iz teme
*/
@font-face {
  font-family: "maps";
  src: url("../fonts/maps.eot?injy8x");
  src: url("../fonts/maps.eot?injy8x#iefix") format("embedded-opentype"), url("../fonts/maps.ttf?injy8x") format("truetype"), url("../fonts/maps.woff?injy8x") format("woff"), url("../fonts/maps.svg?injy8x#maps") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=map-ico-], [class*=" map-ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "maps" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.map-ico-map1:before {
  content: "";
}

.map-ico-location:before {
  content: "";
}

.map-ico-location2:before {
  content: "";
}

.map-ico-compass:before {
  content: "";
}

.map-ico-compass2:before {
  content: "";
}

.map-ico-map:before {
  content: "";
}

.map-ico-map2:before {
  content: "";
}

.map-ico-target:before {
  content: "";
}

.app-maps .list-group .list-group-item {
  padding: 0.6rem;
  border-bottom: 1px solid silver;
}
.app-maps .list-group .list-group-item:hover {
  cursor: pointer;
  background: #f0f0f0;
}

.map-holder {
  width: 100%;
  height: 366px;
}

/*# sourceMappingURL=file:///D:/Materijali/Sistemi/StarterKit/Dev/sistemi-starterkit/Website/Portals/2/2sxc/Maps/src/scss/styles.scss */
/*# sourceMappingURL=styles.css.map */
