﻿@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700&subset=latin,latin-ext);

html{height:100%;}
/*#Body{height:100%;font-family:Helvetica, Arial, sans-serif;color:#333;}*/
body {
  font-family: "Titillium Web", sans-serif !important;
  font-size: 14px;
  line-height: 1.428571429;
  color: #646464;
}

.containerHljk {
    width: 100%;
    background: url(../img/bg-header.jpg) no-repeat top center #fff;
}

.col-logo {
    height: 206px;
}


/* -----------------------------------------
   General Styles
----------------------------------------- */

/* Colors
  #646464; - Brown
  #b69fca; - Purple
  #7CB886; - Green
  #D4E8D7; - Light Green
  #F6F6F6; - White
*/

/* Font Families
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
*/


body {
  font-family: "Titillium Web", sans-serif !important;
  font-size: 14px;
  line-height: 1.428571429;
  color: #646464;
  background: url(../img/bg-header.jpg) no-repeat top center #fff;
}




/* -----------------------------------------
   Typography
----------------------------------------- */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

.article h3.title {
  margin: 0;
  padding: 0;
}

.article h1 {
  color: #7CB886;
  font-size: 1.2em;
  margin-top: 30px;
}

p {
  margin: 0 0 10px;
}

/* Links*/

a {
  color: #646464;
  text-decoration: none;
}

a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:focus {
  color: #7CB886;
  text-decoration: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.link-green {
  color: #7CB886;
}

/* Lists */

ul, ol {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}

    ul li {
        list-style-type: disc;
    }

/* List - Sidebar Navigation */

.list-img-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-img-bullets li {
  margin-bottom: 10px;
}

.list-img-bullets a {
  background: url(img/icons/nav-sidebar.png) no-repeat center left transparent;
  font-size: 1em;
  -webkit-transition: .10s all;
  -moz-transition: .10s all;
  -o-transition: .10s all;
  -ms-transition: .10s all;
  transition: .10s all;
  padding-left: 20px;  
}

/* List - Boxes @ Ustroj Komore */

.list-boxes {
  list-style: none;
  display: inline-block;
}

.list-boxes li {
  display: inline-block;
  margin: 0 10px 10px 0px;
}

.list-boxes li a {
  background: #E4E4E4;
  padding: 20px 20px;
  display: inline-block;
}

.list-boxes li a:hover {
  color: #ffffff;
  background: #b69fca;
}

/* List - Purple */ 

.list-style-purple {
  color: #b69fca;
}

/* List - FAQ */

.list-faq {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-faq li {
  margin-bottom: 20px;
}

.list-faq li a {
  cursor: pointer;
}

.list-faq li .alert {
  margin-top: 10px;
}

/* List - Login Evidencija */

.list-user {
  margin: 0;
}

.list-user dt {
  font-weight: normal;
}

.list-user dd {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
}




/* -----------------------------------------
   Header
----------------------------------------- */

/* Language ---------------------- */

.language {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.language .bar {
  background: #1a693b;
  width: 100px;
  padding: 6px;
  margin: 0 auto;  
}

.language a {
  color: #ffffff;
}

.language a:hover {
  color: #acd486;
  text-decoration: none;
}

.language p {
  font-weight: normal;
  margin: 3px 0 0;
  font-size: 0.8em;
}

/* Login Form ---------------------- */

.hljk-login {
	float: left;
	color: #ffffff;
	margin-right: 30px;
	font-size: 1.2em;
	font-weight: bold;
}

.hljk-login a{
	color: #ffffff;
}

.header-form .form-group {
  margin-bottom: 5px;
}

.header-form label {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 3px;
  font-weight: normal;
}



/* -----------------------------------------
   Navigation
----------------------------------------- */

/* Navigation ---------------------- */

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 0;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-text {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-weight: bold;
  font-size: 21px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #b6eb99;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #b6eb99;
  background-color: #e7e7e7;
}




/* -----------------------------------------
   Slider
----------------------------------------- */

/* Caption ---------------------- */

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 10;
  color: #646464;
  text-align: left;
  text-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  top: 0;
  width: 500px;
}

.carousel-caption h1 {
  font-weight: normal;
  font-size: 30px;
}


/* Pagination ---------------------- */

.carousel-indicators {
  position: absolute;
  bottom: 60px;
  left: 38%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: 0;
  text-align: right;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 10px;
  text-indent: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  font-size: 1.2em;  
}

.carousel-indicators .active {
  width: auto;
  height: auto;
  margin: 0 10px;
  background-color: #b69fca;
  color: #ffffff;
  box-shadow: 2px 2px 2px #cccccc;
  position: relative;
}


.carousel-indicators .active .triangle {
  width: 0;
  height: 0;
  background: transparent;
  border-top: 0px solid transparent;
  border-left: 10px solid transparent; 
  border-bottom: 10px solid #b69fca;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 45%; 
}

.shadow img {
  max-width: 100%;
  margin: 1px 0 35px;
}




/* -----------------------------------------
   Content
----------------------------------------- */

/* Content Boxes & Titles ---------------------- */

.contentbox {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox2 {
  background: #f6f6f6;
  height: 30%;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-purple {
  background: #b69fca;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-naslovna-1 {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-naslovna-2 {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-naslovna-3 {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-naslovna-4 {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-zaljekarnika {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-zaljekarnika-2 {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-zaljekarnika-3 {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-zaljekarnika-4 {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-mojkutak {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-okomori {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-okomori-2 {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.contentbox-okomori-3 {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 35px;
}

.margina-naslovna {
  padding-left: 43px;
}

.contentbox-list {
  background: #f6f6f6;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 35px;
}

.vijesti3 {
  background: #ffffff;
}

.contentbox-user {
  background: #f6f6f6;
  padding: 15px;
  margin-bottom: 10px;  
}

.contentbox-kontakt {
  background: #f6f6f6;
  padding: 0px;
  margin-bottom: 35px;
}

.anketa-bg {
  background-color:#deeee2;
}

.anketa {
  margin-top: 0;
}

.forum-collapsed {
  margin: -25px;
}

/* Backgrounds */

.no-bg {
  background: transparent;
}

.green-bg {
  background: #deeee2;
}

.purple-bg {
  background: #b69fca;
  color: white;
}

.purple-bg a {
  color: white;
  font-size: 14px;
  line-height: 20px;
}

.purple-bg a:hover {
  color: #D4E8D7;
}

.purple {
  color: #b69fca;
}

/* Titles */

.title {
  font-size: 1.6em;
  padding: 13px 0 0 70px;
  min-height: 50px;
  margin: -25px 0 20px -25px;
}

.title-left-align {
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0 0 70px;
  min-height: 50px;
  margin: -25px 0 10px -70px;
}

.title-vijesti {
  width: 100%;
  background: #f6f6f6;
  color: #646464;
  padding: 13px 0 0 20px;
  min-height: 50px;
  margin: -25px 0 20px 25px;
  font-size: 20px;
}

.title-vijesti-purple {
  width: 100%;
  background: #b69fca;
  color: #ffffff;
  padding: 13px 0 0 20px;
  min-height: 50px;
  margin: -25px 0 20px 25px;
  font-size: 20px;
}

.title-vijesti-purple2 {
  width: 100%;
  background: #b69fca;
  color: #ffffff;
  padding: 13px 0 0 0px;
  min-height: 50px;
  margin: -25px 0 10px 0px;
  font-size: 20px;
}

.title-kontakt {
  font-size: 1.6em;
  padding: 13px 0 0 70px;
  min-height: 50px;
  margin: -25px 0 0 -25px;
  margin-left: 10px;
}

.title-user {
  font-size: 1.6em;
  padding: 0;
  margin: 0;
}

.separate {
  margin-top: 40px;
}

.title-user span {
  font-weight: normal;
  font-size: 0.8em;
  font-style: italic;
}

/* Icons */

.vijesti { background: url(../img/icons/vijesti.png) no-repeat 0 0 transparent; }

.moje-vijesti { background: url(../img/icons/moje-vijesti.png) no-repeat 0 0 transparent; }

.registri { background: url(../img/icons/registri.png) no-repeat 0 0 transparent; }

.najave { background: url(../img/icons/najave.png) no-repeat 0 0 transparent; }

.priopcenja { background: url(../img/icons/priopcenja.png) no-repeat 0 0 transparent; }

.izvijesca { background: url(../img/icons/izvijesca.png) no-repeat 0 0 transparent; }

.ljekarnistvo { background: url(../img/icons/ljekarnistvo-hr.png) no-repeat 0 0 transparent; }

.javne-aktivnosti { background: url(../img/icons/javne-aktivnosti.png) no-repeat 0 0 transparent; }

.opci-akti-komore { background: url(../img/icons/opci-akti-komore.png) no-repeat 0 0 transparent; }

.ustroj-komore { background: url(../img/icons/ustroj-komore.png) no-repeat 0 0 transparent; }

.ured-komore { background: url(../img/icons/ured-komore.png) no-repeat 0 0 transparent; }

.katalog-informacija { background: url(../img/icons/katalog-informacija.png) no-repeat 0 0 transparent; }

.izdavacka-djelatnost { background: url(../img/icons/izdavacka-djelatnost.png) no-repeat 0 0 transparent; }

.strucno-usavrsavanje { background: url(../img/icons/strucno-usavrsavanje.png) no-repeat 0 0 transparent; }

.propisi { background: url(../img/icons/propisi.png) no-repeat 0 0 transparent; }

.ljekarnistvo-lijekovi { background: url(../img/icons/ljekarnistvo-lijekovi.png) no-repeat 0 0 transparent; }

.studentska-praksa { background: url(../img/icons/studentska-praksa.png) no-repeat 0 0 transparent; }

.pitanja-odgovori { background: url(../img/icons/pitanja-odgovori.png) no-repeat 0 0 transparent; }

.kontakt { background: url(../img/icons/kontakt.png) no-repeat 0 0 transparent; }

.forum { background: url(../img/icons/forum.png) no-repeat 0 0 transparent; }

.ured-komore-kontakt { background: url(../img/icons/ured-komore-kontakt.png) no-repeat 0 0 transparent; }

.karta { background: url(../img/icons/karta.png) no-repeat 0 0 transparent; }

.prijedlozi-primjedbe { background: url(../img/icons/prijedlozi-primjedbe.png) no-repeat 0 0 transparent; }


/* List Ikone ---------------------- */


.vazno-list {
  background: url(../img/icons/najave-bullet.png) no-repeat;
  background-position: 0px 6px; 
  padding-left: 30px;
}

.indent-list {
  margin-bottom:15px;
  padding-left: 55px;
}

.indent-list li{
  list-style-type: none;
  background: url(../img/icons/bullet.png) no-repeat;
  background-position: 0px 6px; 
  padding-left: 25px;
}

.katalog-informacija-clanak a{
  background: url(../img/icons/najave-bullet.png) no-repeat;
  background-position: 0px 6px; 
  padding-left: 10px;
}

.najave-list {
  background: url(../img/icons/najave-bullet-white.png) no-repeat;
  background-position: 0px 6px; 
  padding-left: 30px;
}

.vazno-list-naslovnica {
  background: url(../img/icons/najave-bullet.png) no-repeat;
  background-position: 0px 6px; 
  padding-left: 30px;
  margin-left: 40px;
  vertical-align: middle;
}

.vazno-list-naslovnica a{
  line-height: 22px;
}

/* Ustroj Komore ---------------------- */


.ustroj-box a {
  float: left;
  text-align: center;
  height: 50px;
  line-height: 25px;
  width: auto;
  padding: 10px;
  background: #acd4b6;
  color: #000000;
  margin:5px;
}

.ustroj-box a:hover {
  background: #b69fca;
  color: #FFFFFF;
}

/* News Small ---------------------- */

.vijesti-small h5 {
  margin: 0;
}

.vijesti-small p {
  margin-bottom: 20px;
}


/* Search ---------------------- */

.searchbox {
  background: url(../img/icons/search.png) no-repeat 97% 6px #b69fca;
  padding: 13px 0;
  margin-bottom: 20px;
}

.pollbox {
  background-color:#deeee2;
  padding: 13px 25px 25px;
}


/* Nav Sidebar ---------------------- */

ul.nav-sidebar {
  padding: 0;
  list-style: none;
}

ul.nav-sidebar li {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 15px;
}

ul.nav-sidebar li a {
  color: #b69fca;
  text-decoration: none;

  -webkit-transition: .15s all;
  -moz-transition: .15s all;
  -o-transition: .15s all;
  -ms-transition: .15s all;
  transition: .15s all;
}

ul.nav-sidebar li a:hover {
  color: #646464;
  background: url(../img/icons/nav-sidebar.png) no-repeat center left transparent;
  padding-left: 20px;

  -webkit-transition: .10s all;
  -moz-transition: .10s all;
  -o-transition: .10s all;
  -ms-transition: .10s all;
  transition: .10s all;
}

/* Subnav */

ul.nav-sidebar > ul {
  padding-left: 20px;
  list-style: none;
  margin-bottom: 20px;
}

ul.nav-sidebar > ul li {
  font-weight: normal;
  margin-bottom: 10px;
}

ul.nav-sidebar > ul li a {
  color: #646464;
}

ul.nav-sidebar > ul li a:hover {
  color: #7cb886;
  background: none;
  padding: 0;
}




/* -----------------------------------------
   Footer
----------------------------------------- */

.footer-title {
  color: #7cb886;
  text-transform: uppercase;
}

.footer-title-hidden {
  visibility:hidden;
}




/* -----------------------------------------
   Misc
----------------------------------------- */

/* Timestamps ---------------------- */

p.timestamp {
  margin: 0;
}

p.timestamp.green {
  color: #7cb886;
}


/* Buttons ---------------------- */

.btn {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: -7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff !important;
  cursor: pointer;
  background-image: none;
  border: 0;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #ffffff;
  background-color: #7cb886;
  border: none;
  -webkit-box-shadow: 1px 1px 2px #4C8155;
          box-shadow: 1px 1px 2px #4C8155;  
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #acd4b6;
  border: none;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-sm, .btn-xs {
  padding: 3px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-login {
  background-color: #8dd790; 
}


/* Pagination ---------------------- */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #7CB886;
  border-color: #70A378;
}


/* Forms ---------------------- */

.filter p {
  float: left;
  margin-right: 10px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}

.radio-inline, .checkbox-inline {
  padding-left: 15px;
}


/* Tables ---------------------- */

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #D4E8D7;
}

.iconleft {
    position: absolute;
    top:0px;
    left:0px;
}

.iconright {
    position: absolute;
    top:5px;
    right:5px;
}

.Normal {
    font-size:14px;
	color: #000000;
	line-height: 22px;
}

.Normal-Text {
    font-size:14px;
	color: #000000;
	line-height: 22px;
	margin-left: 28px;
}

.Normal-Indent {
    font-size:14px;
	color: #000000;
	line-height: 22px;
	padding-left: 47px;
}

.Normal-Bold {
    font-size:14px;
	font-weight: bold;
	line-height: 22px;
}

.Head {
	font-weight: bold;
}

.Normal-White {
    font-size:14px;
	color: #ffffff;
	line-height: 22px;
}

.Normal-Pink {
    font-size:14px;
	line-height: 22px;
}

.Normal-Datum {
    font-size:12px;
	color: #ffffff;
	line-height: 22px;
}

.Normal-Datum-Indent {
    font-size:14px;
	color: #ffffff;
	padding-left: 30px;
	line-height: 22px;
}

.Normal-Datum-Crni {
	padding-left: 30px;
    font-size:12px;
	color: #000000;
	line-height: 22px;
}

.Normal-Datum-Crni-Ver2 {
    font-size:12px;
	color: #000000;
	line-height: 22px;
}

.pollbox {
    margin-bottom:25px;
}

/* Search */

.modhljksearchinputc table {
    width: 80%;
}

.modhljksearchinputc table input.NormalTextBox {
    margin-left:10px;
    width: 100% !important;
    border-radius:5px;
}

/* Peti Stupac List */

.peti-stupac {
  line-height: 22px;
  font-weight: bold;
  list-style-type: none;
  }

.opci-akti-komore-ikona li{
  list-style-type: none;
  background: url(../img/icons/link.png) no-repeat 0 0 transparent;
  height: 19px;
}

/* Opci Akti Komore List */

.opci-akti-komore-ikona {
  height: 35px;
  margin-left: 25px;
  font-size: 14px;
}

.opci-akti-komore-ikona li{
  list-style-type: none;
  background: url(../img/icons/link.png) no-repeat 0 0 transparent;
  height: 19px;
}

.opci-akti-komore-ikona a{
  margin-left: 30px;
}

/* Registri List */

.registri-ikona {
  height: 40px;
  margin-left: 10px;
  font-size: 18px;
}

.registri-ikona  li{
  background: url(../img/icons/registri-ikona.png) no-repeat 0 0 transparent;
  margin-left: 25px;
  line-height: 35px;
  list-style-type: none;
}

.registri-ikona a{
  margin-left: 30px;
}

.articlelist-no-bullet{
	list-style-type: none;
}
/* Ikona Za List Item HLJK */

.hljk-list {
  margin-top: 10px;
  padding-left: 35px;
  font-size: 14px;
}

.hljk-list li{
  list-style-type: none;
  background: url(../img/icons/link.png) no-repeat 0 0 transparent;
  height: 35px;
}

.hljk-list-zapacijenta {
  margin-top: 10px;
  padding-left: 35px;
  font-size: 14px;
}

.hljk-list-zapacijenta li{
  list-style-type: none;
  background: url(../img/icons/link-registri-zapacijenta.png) no-repeat 0 0 transparent;
  height: 35px;
}

.hljk-list-zapacijenta a{
  font-size: 18px;
  line-height: 29px;
}

.hljk-list-submenu {
  height: auto;
  padding-left: 35px;
  font-size: 14px;
}

.hljk-list-submenu li{
  list-style-type: none;
  background: url(../img/icons/link.png) no-repeat 0 0 transparent;
  height: auto;
}

.hljk-list-submenu2 {
  height: auto;
  padding-left: 30px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hljk-list-submenu3 {
  list-style-type: none;
  background: url(../img/icons/list-sub.png) no-repeat 0 0 transparent;
  height: auto;
  padding-left: 35px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hljk-list-submenu4 {
  list-style-type: none;
  background: url(../img/icons/list-selected.png) no-repeat 0 0 transparent;
  height: auto;
  padding-left: 35px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hljk-list-submenu2 li{
  list-style-type: none;
  background: url(../img/icons/link.png) no-repeat 0 0 transparent;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.hljk-list-submenu2 a{
  color: #b69fca;
  font-weight: bold;
}

.hljk-list-submenu-level{
  height: auto;
  padding-left: 13px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hljk-list-submenu-level li{
  list-style-type: none;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.hljk-list-white {
  height: 45px;
  padding-left: 0px;
  margin-bottom: 20px;
  font-size: 14px;
}

.hljk-list-white li{
  list-style-type: none;
  background: url(../img/icons/link-white.png) no-repeat 0 0 transparent;
  height: 35px;
  padding-left: 35px;
}

/* Pitanja i Odgovori */

.pitanja {
  height: 35px;
  margin-left: 0px;
  font-size: 14px;
}

.odgovori{
  margin-top: 10px;
  background: #deeee2;
  padding: 20px 30px 20px 30px;
}

/* Na Vrh Ikona */

#na-vrh {
	cursor : pointer;
	display : none;
	right : 10%;
	position : fixed;
	bottom : 10px;
	font-size : 90%;
	padding	: 10px;
	width : 90px;
	text-align : center;
	background-color : #7cb886;
	border-radius : 0px;
	-webkit-border-radius : 0px;
	-moz-border-radius : 0px;
	filter : alpha(opacity=60);
	-khtml-opacity : 0.6;
	-moz-opacity : 0.6;
	opacity	: 0.6;
	color : #FFF;
	font-size : 16px;
	z-index	: 1000;
	font-weight: bold;
}
#na-vrh:hover
{
	color: #ffffff;
	filter : alpha(opacity=90);
	-khtml-opacity : 0.9;
	-moz-opacity : 0.9;
	opacity	: 0.9;
}

#na-vrh a {

color: #ffffff !important;
}

.naslovi-sivi {
	color: #646464 !important;
	font-size:1.0em !important;
}

.margina-dno {
	margin-bottom: 20px;
}

/*livestream video*/
.videoi-frame {
  margin-bottom: 30px;
}