@charset "UTF-8";
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fdfdfd;
  background-color: #fdfdfd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

body input, body textarea, body .btn, body button {
  font-family: 'Lato', sans-serif;
}

.btn {
  text-shadow: none !important;
  border-radius: 0px !important;
}

blockquote p {
  font-weight: 300;
}

.light {
  font-weight: 300 !important;
}

.hairline {
  font-weight: 200 !important;
}

.hairline strong {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.lead {
  font-weight: 300;
}

.lead strong {
  font-weight: 600;
}

/* - Headers - */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
}
h1.headings-caps, h2.headings-caps, h3.headings-caps, h4.headings-caps, h5.headings-caps, h6.headings-caps {
  text-transform: uppercase;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h1 small {
  font-size: 24px;
}

h2 {
  font-size: 24px;
  line-height: 24px;
}

h2 small {
  font-size: 18px;
}

h3 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .9px;
  padding-top: 60px;
  margin-bottom: 20px;
  border-bottom:2px solid #999;
  padding-bottom: 8px;
  color: #328da8;
}

h3 small {
  font-size: 12px;
  font-weight: light;
}

h4, h5, h6 {
  line-height: 24px;
}

h4 {
  font-size: 16px;
}

h4 small {
  font-size: 13px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
}

p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .4px;
}

/* - Links - */
a {
  color: #D24000;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
  color: #490B75;
}
a:active, a:focus {
  background-color: none;
  outline: none;
  text-decoration: none;
}

/* - Small text - */
small {
  font-size: 14px;
  line-height: inherit;
}

/* - Lead text - */
.lead {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  color: white;
}

/* - Condensed text - */
.condensed {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* - Pre and code - */
pre, code, var, kbd, samp, tt, dir, listing, plaintext, xmp, abbr, acronym, q {
  font-size: 12px;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border: 0;
}

pre {
  text-shadow: none;
  background: #DDDDDD;
  font-size: 16px !important;
  color: #000;
}

.call-class{
  color: #FDC63E;
  font-weight: 600;
  font-size: 18px;
}

/* - Font weight classes - */
.black {
  font-weight: bolder;
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.light {
  font-weight: lighter;
}

.hairline {
  font-weight: lighter;
}

/* - Font size classes - */
.big {
  font-size: 30px;
  line-height: 48px;
}

.semi-big {
  font-size: 44px;
  line-height: 1.2;
  color: #ffffff;
}

.bigger {
  font-size: 68px;
  line-height: 1.2;
}

.super {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 0;
}
.super small {
  font-size: .35em;
}

.hyper {
  font-size: 96px;
  line-height: 1.2;
}
.hyper small {
  font-size: .35em;
}

/* - Text aligns classes - */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* - Text transform classes - */
.text-caps {
  text-transform: uppercase !important;
}

.text-italic {
  font-style: italic;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-none {
  text-transform: none !important;
}

.navbar-brand{
  padding: 4px 0px;
}

/* Responsive typography */
@media (max-width: 992px) {
  .small-screen-center {
    text-align: center !important;
  }

  .small-screen-left {
    text-align: left !important;
  }

  .small-screen-right {
    text-align: right !important;
  }
  .small-screen-hidden {
    display: none !important;
  }
  .semi-big {
    font-size: 32px;
    line-height: 1.2;
	color: #ed8d00;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 36px;
  }

  h1 small {
    font-size: 16px;
  }

  h2 {
    font-size: 21px;
    line-height: 36px;
  }

  h2 small {
    font-size: 14px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
	color: #328da8;
  }

  h3 small {
    font-size: 14px;
  }

  .big {
    font-size: 24px;
    line-height: 1.2em;
  }

  .bigger {
    font-size: 36px;
    line-height: 1.2em;
  }

  .super {
    font-size: 48px;
  }
  .super small {
    margin-top: 12px;
    display: block;
  }

  .hyper {
    font-size: 72px;
    line-height: 1.2em;
  }

  .condensed {
    max-width: 100%;
  }

  .lead {
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
  }
}
@media (max-width: 480px) {
  .big {
    font-size: 24px;
    line-height: 1;
  }

  .bigger {
    font-size: 32px;
    line-height: 1.2em;
  }

  .super {
    font-size: 36px;
    line-height: 1.2em;
  }

  .hyper {
    font-size: 48px;
    line-height: 1.2em;
  }

  p {
  font-size: 16px;
  }
}

@media (max-width: 330px) {
  body {
    font-size: 14px;
  }

  p {
  font-size: 14px;
  }

  h1 {
    font-size: 21px;
    line-height: 24px;
  }

  h1 small {
    font-size: 14px;
  }

  h2 {
    font-size: 18px;
    line-height: 24px;
  }

  h2 small {
    font-size: 12px;
  }

  h3 {
    font-size: 16px;
  }

  h3 small {
    font-size: 11px;
  }
}

.btn i {
  margin-right: 5px;
}

.btn:active {
  box-shadow: none;
  outline: none;
  border:none;
}

button:focus {
  box-shadow: none;
  outline: none;
  border:none;
}

/* ----- Helper Classes------ */

.line-height-big {
  line-height: 36px;
}

.margin-right-small {
  margin-right: 5px;  
}

.margin-left-small {
  margin-left: 5px;  
}

.margin-no-left {
  margin:20px 20px 20px 0px;
}

.margin-no-right {
  margin:20px 0px 20px 20px;
}

.margin-no-top {
  margin:0px 20px 20px 20px;
}

.margin-no-bot {
  margin:20px 20px 0px 20px;
}

.padding-no-left {
  padding:20px 20px 20px 0px;
}

.padding-no-right {
  padding:20px 0px 20px 20px;
}

.padding-no-top {
  padding:0px 20px 20px 20px;
}

.padding-no-bot {
  padding:20px 20px 0px 20px;
}

.margin-full {
  margin:20px;
}

.padding-full {
  padding:20px;
}

.padding-left {
  padding-left: 20px;
}

.padding-right {
  padding-right: 20px;
}

.padding-top {
  padding-top: 20px;
}

.padding-bot {
  padding-bottom: 20px;
}

.margin-left {
  margin-left: 20px;
}

.margin-right {
  margin-right: 20px;
}

.margin-top {
  margin-top: 20px;
}

.margin-top-big {
  margin-top: 30px;
}

.margin-top-grid {
  margin-top: 15px;
}

.margin-bot {
  margin-bottom: 20px;
}

.text-light {
  color:white;
}

.text-dark {
  color:#2c3e50;
}

.text-primary {
  color:#e74c3c;
}

@media (min-width: 320px) {
  .vertical-middle, .vertical-bottom {
    display: table;
  }
  .vertical-middle > *, .vertical-bottom > * {
    display: table-cell;
    float: none;
  }

  .vertical-middle > * {
    vertical-align: middle;
  }

  .vertical-bottom > * {
    vertical-align: bottom;
  }
}

@media (min-width: 993px) {
  .vertical-middle-desktop, .vertical-bottom-desktop {
    display: table;
  }
  .vertical-middle-desktop > *, .vertical-bottom-desktop > * {
    display: table-cell;
    float: none;
  }

  .vertical-middle-desktop > * {
    vertical-align: middle;
  }

  .vertical-bottom-desktop > * {
    vertical-align: bottom;
  }
}


h1 {
  padding-top: 60px;
  margin-bottom: 20px;
}

h2 {
  padding-top: 60px;
  margin-bottom: 30px;
  border-bottom:2px solid #999;
  padding-bottom: 8px;
  color: #D24000;
  font-weight: 600;
}

.sub-content {
  padding:50px 0px;
  height: 280px;
  background-image: url(../css/bg.png);
  background-color: #ddd;
  color: #333;
}

.bs-sidebar.affix {
  position:static
}

.bs-sidenav {
  margin-top:70px;
  margin-bottom:30px;
  background-color:#F1F1F1;
  color:#333;
}

.bs-sidebar .nav>li>a {
  display:block;
  color:#333;
  padding:15px 20px;
  font-weight:500;
  border: 1px solid #fff;
} 

.bs-sidebar .nav>li>a:focus,.bs-sidebar .nav>li>a:hover {
  text-decoration:none;
  background-color:#eee;
  color:#333;
  border-right:3px solid #D24000;
} 

.bs-sidebar .nav>.active:focus>a,
.bs-sidebar .nav>.active:hover>a,
.bs-sidebar .nav>.active>a {
  background-color:#ddd;
  color:#333;
  border-right:3px solid #D24000;
} 

.bs-sidebar>.nav>.active:focus>a,
.bs-sidebar>.nav>.active:hover>a,
.bs-sidebar>.nav>.active>a {
  background-color:#5d9fd5;
  color:#fff;
} 

.bs-sidebar .nav .nav {
  display:none;
  color:#333;
} 

.bs-sidebar .nav .nav>li>a {
  padding-top:5px;
  padding-bottom:5px;
  padding-left:30px;
  font-size:90%
}

@media (min-width:992px) {
  .bs-sidebar .nav>.active>ul{
    display:block
  }
  .bs-sidebar.affix, .bs-sidebar.affix-bottom{
    width:213px
  }
  .bs-sidebar.affix {
    position:fixed;
    top:80px
  }

  .bs-sidebar.affix-bottom {
    position:absolute
  } 

  .bs-sidebar.affix .bs-sidenav,
  .bs-sidebar.affix-bottom .bs-sidenav {
    margin-top:0;
    margin-bottom:0

  }
} 

@media (min-width:1200px){
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {width:263px
  }
 
}
@font-face {
  font-family: 'unicons';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.eot');
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.eot') format('embedded-opentype'),
       url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.woff2') format('woff2'),
       url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.woff') format('woff'),

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.noprint{
       display:none;
}


:root {
	font-size: 20px;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #ffffff;
	--grey-light: #f2f7f9;
	--grey: #ecedf3;
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
}

/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: var(--black-light);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 1;
}

.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--red);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.circle {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--black-blue-light-3);
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}

.circle:after {
	position: absolute;
	font-family: 'unicons';
	content: '\eb8f';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	color: var(--yellow);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switched {
}
.switched .circle {
	left: 45px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: var(--black-blue);
}
.switched .circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.switched .circle:before {
	opacity: 0;
}
.switched .circle:after {
	opacity: 1;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(73, 122, 255, .8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(73, 122, 255);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.search-highlight {
    animation: highlightPulse 2s ease-out;
    background-color: #fff3cd !important;
    transition: background-color 0.5s;
}

@keyframes highlightPulse {
    0% { background-color: #ffeaa7; }
    100% { background-color: #fff3cd; }
}
@media print {
    .copy-buttons, .copy-btn, .no-print, .navbar, .sidebar, .progress-wrap,
    #searchBox, #printPdfBtn, #searchInput, #searchResults, #searchCount {
        display: none !important;
    }
    .method-anchor {
        border: 1px solid #ddd !important;
        page-break-inside: avoid;
        padding: 15px !important;
        box-shadow: none !important;
    }
}
/* --- Dugmad za kopiranje --- */
.method-anchor {
    position: relative;
    padding: 20px 60px 20px 20px; /* Dodat padding desno za dugmad */
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 2rem;
    background: #ffffff;
    transition: all 0.3s ease;
    min-height: 80px; /* Sprečava kolaps ako nema sadržaja */
}

.method-anchor:hover {
    border-color: #D24000;
    box-shadow: 0 4px 12px rgba(210, 64, 0, 0.1);
}

/* Grupa dugmadi – desno gore, ne preklapa tekst */
.copy-buttons {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.method-anchor:hover .copy-buttons {
    opacity: 1;
}

/* Pojedinačno dugme */
.copy-btn {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.copy-btn:hover {
    background: #D24000;
    color: white;
    border-color: #D24000;
    transform: translateY(-1px);
}

.copy-btn.copied {
    background: #28a745 !important;
    color: white !important;
    border-color: #28a745 !important;
}

.copy-btn i {
    margin-right: 4px;
    font-size: 11px;
}
.copy-buttons {
    flex-direction: row;
    gap: 8px;
}

/* Responsive – na mobilnom dugmad idu jedno ispod drugog */
@media (max-width: 768px) {
    .method-anchor {
        padding: 16px 50px 16px 16px;
    }
    .copy-buttons {
        top: 8px;
        right: 8px;
        gap: 4px;
    }
    .copy-btn {
        font-size: 11px;
        padding: 4px 6px;
    }
}


#searchInput {
    width: 260px; padding: 10px 36px 10px 14px; font-size: 14px;
    border: 1px solid #ced4da; border-radius: 8px; transition: all 0.3s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#searchInput:focus {
    width: 320px; border-color: #D24000; outline: none;
    box-shadow: 0 0 0 3px rgba(210,64,0,0.2);
}
.search-result-item:hover {
    background: #f8f9fa !important;
}
.result-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.result-item:hover {
    background: #f0f0f0;
}
.method-anchor {
    padding: 25px !important;
    margin: 30px 0 !important;
}
h3 {
    font-size: 22px !important;
    padding-top: 0 !important;
}
table {
    font-size: 15px !important;
}