/* ------------------- normalize ------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: Arial,Helvetica,sans-serif; 
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 12px; color: #626161;
}

body {margin: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none;  height: 0;}

[hidden],template {display: none;} 

a {background: transparent; color: #529CBA;}pageSearch
a:active,a:hover {outline: 0;}
ancor-menu
abbr[title] { border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}

mark {background: #ff0; color: #000;}
small {font-size: 80%;}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {top: -0.3em;}
sub {bottom: -0.25em;}
img {border: 0;}

svg:not(:root) {
  overflow: hidden;
}

figure {margin: 1em 40px;}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {overflow: auto;}

code,kbd,pre,samp {font-family: monospace, monospace; font-size: 1em;}

button,
input,
optgroup,
select,
textarea {
  color: inherit; 
  font: inherit;
  margin: 0;
}

button {overflow: visible;}

button, select {text-transform: none;}

button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {line-height: normal;}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; 
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; 
  padding: 0;
}

textarea {overflow: auto;}

optgroup {font-weight: bold;}

/*
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {padding: 0;}
*/

/* ------------------- normalize end ------------------- */

body {color: #626161;}


*:before, *:after, .col {
  -moz-box-sizing: border-box; 
  box-sizing: content-box;
}
.clear:before, .clear:after,
.row:before, .row:after {display: table; content: " ";}
.clear:after, .row:after {clear: both;}

.page, .viButtons {
  width: 100%;
  min-width: 320px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
}

.center, .side {float: left; -moz-box-sizing: border-box;  box-sizing: border-box; /*margin-top: 10px;*/}

.bt {border-top: 5px solid #d0cfcf;}
.bb {border-bottom: 5px solid #d0cfcf;}

.row .center {width: 75%;}
.row .side {width: 25%;}
.row .col {float: left;}

.col2 .col {width: 50%; box-sizing: border-box !important;} 
.col3 .col {width: 33.3333%; box-sizing: border-box !important;} 
.col4 .col {width: 25%; box-sizing: border-box !important;}
.fw {padding: 0 5px;}

.side-right .center {padding: 0 5px 0 0;}
.side-right .side {padding: 0 0 0 5px;}
.side-left .center {padding: 0 0 0 5px; float: right;}
.side-left .side {padding: 5px 5px 0 0; float: left;}

body.p1 .page {background: rgba(89,178,125,0.1);}
body.p24 .page {background: #edf4f8;}
body.p25 .page {background: #e6f0ee;}
body.p26 .page {background: #eff4e9;}
body.p209 .page {background: rgba(35,69,2,0.1);}

body.p24 .bt, body.p24 .bb {border-color: #5098B8;}
body.p25 .bt, body.p25 .bb {border-color: #589890;}
body.p26 .bt, body.p26 .bb {border-color: #609028;}
body.p209 .bt, body.p209 .bb {border-color: rgba(35,69,2,1);}

/* ----------------- HEADER ----------------- */

.header, 
header.main {background: url(../images/bck_header.jpg) no-repeat top; padding-top: 127px; position: relative;}

#logo, #logo_en {
  position: absolute; top: 30px; left: 28px;
  background: url(../images/logo.png) no-repeat;
  display: block; width: 340px; height: 65px;
  text-indent: -9999px;
}

#logo_en {background: url(../images/logo_en.png) no-repeat; width: 470px;}

nav {overflow: auto;}
nav {
  background: #9e9e9e;
  background: -moz-linear-gradient(top,  #9e9e9e 1%, #dfddde 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9e9e9e), color-stop(100%,#dfddde));
  background: -webkit-linear-gradient(top,  #9e9e9e 1%,#dfddde 100%);
  background: -o-linear-gradient(top,  #9e9e9e 1%,#dfddde 100%);
  background: -ms-linear-gradient(top,  #9e9e9e 1%,#dfddde 100%);
  background: linear-gradient(to bottom,  #9e9e9e 1%,#dfddde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#dfddde',GradientType=0 );
}

nav ul {list-style: none; margin: 0; padding: 0; width: 100%; overflow: hidden;}
nav li {width: 16%; float: left;}
nav li.b-home {border: 0; width: 4%;}
nav a {
  color: #746161; 
  display: block; height: 37px; padding: 12px 10px 0; 
  overflow: hidden; font-weight: bold;
  line-height: 120% !important; 
  border-left: 2px solid #fff;
  text-transform: uppercase; text-decoration: none;
}
 
ul.side-nav > li > a:hover, ul.side-nav > li.act > a,
nav a:hover, nav li.act a /*, .sideSearch button, .sideSearch input[type=submit]*/
{
  background: #3e748e;
  background: -moz-linear-gradient(top,  #3e748e 1%, #4f9ab7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3e748e), color-stop(100%,#4f9ab7));
  background: -webkit-linear-gradient(top,  #3e748e 1%,#4f9ab7 100%);
  background: -o-linear-gradient(top,  #3e748e 1%,#4f9ab7 100%);
  background: -ms-linear-gradient(top,  #3e748e 1%,#4f9ab7 100%);
  background: linear-gradient(to bottom,  #3e748e 1%,#4f9ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e748e', endColorstr='#4f9ab7',GradientType=0 );
  color: #fff !important;
  text-decoration: none;
}
nav li.b-home a {text-indent: -9999px; background: url(../images/ico-home.png) no-repeat top; border: 0;}
nav li.b-home a:hover {background-position: bottom; background-color: #4f9ab7 !important;}

nav select {width: 98%; margin: 5px auto; font-size: 1.5em; display: none;}
nav select option {padding: 2px 5px;}

ul.lang {
  position: absolute; top: 10px; right: 10px;
  list-style: none; margin: 0; overflow: hidden;
  line-height:15px;
}
ul.lang li {float: left; margin: 0 5px;}
a.en, a.sl {
  display: block;  width: 21px; height: 14px;
  background: url(../images/sprites.png) no-repeat;
  text-indent: -9999px;
}
a.en {background-position: 0 -42px;}
a.sl {background-position: 0 -63px;}

.pr {position: relative;}
.pa {position: absolute;}

h1 {border-bottom: 5px solid #d0cfcf;}

a.print {
  display: block; 
  right: 10px; top: 225px;
  width: 15px; height: 10px;
  background: url(../images/ico_print.gif) no-repeat;
  text-indent: -9999px;
}

.p1 a.print, .p24 a.print, .p25 a.print, .p26 a.print, .p209 a.print {display: none;}

@media print {
#atop, div.side, footer.main {display: none;}
.side-left .center {float: none; width: 100% !important;}
}

header.main .switch-menu {
  position: absolute;
  bottom: 55px;
  right: 6px;
  padding: 0;
}

/* --------------- HEADER end ----------------- */

h2 {margin: 5px 0;}
h2.nt {}

.switch-menu {list-style: none; margin: 0; padding: 10px 0 0; overflow: hidden;} 
.switch-menu li {float: left; margin-right: 10px;}
.switch-menu li.search {float: right; width: 342px; margin: 0;}
.switch-menu a {display: block; text-decoration: none; text-transform: uppercase;}
.switch-menu li > a {
  padding: 9px 20px 0; 
  font-size: 1.3em; 
  height: 26px; color: #fff; font-weight: bold;
}

.sections li {
  width: 25%; 
  margin: 0;
}

.sections a {
  text-align: center;
  margin-bottom: 10px;
}

.sections .b1 a {
  margin-right: 5px;
  background: #5098b8;
}
.sections .b2 a {
  margin-left: 5px; margin-right: 5px;
  background: #589890;
}
.sections .b3 a {
  margin-left: 5px; margin-right: 5px;
  background: #609028;
}
.sections .b4 a {
  margin-left: 5px;
  background: #234502;
}

body.p1 .sections .b1 a, 
body.p24 .sections .b1 a, 
body.p25 .sections .b2 a, 
body.p26 .sections .b3 a, 
body.p209 .sections .b4 a {
  margin-bottom: 0 !important;
  height: 36px !important;
}

/* ------------------------------- new Home ------------------------------- */
.hBlocks {
  float: left;
  width: 50%;
  /*height: 600px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.hBlocks .top-list li {
  padding-bottom: 5px;
  width: 88px;
}

.hBlocks .csc-default img {
  width: 100% !important;
  height: auto !important;
}

/*#c3318, #c3316, #c3314, #c3312 {position: absolute; right: 5px; bottom: 5px;}*/
body #c3318 a {color: #5098b8 !important; background-position: right -24px !important;}
body #c3388 a, body #c3316 a {color: #589890 !important; background-position: right -24px !important;}
body #c3314 a {color: #609028 !important; background-position: right -38px !important;} 
body #c3312 a {color: #234502 !important; background-position: right -122px !important;}



.hBlocks .hbTitle .csc-header, 
.hBlocks > .csc-header {
  padding: 5px 10px;
  position: relative;
}

.hBlocks h1 {
  border: 0; margin: 0;
  color: #fff;
  font-weight: normal;
  font-size: 1.6em;
}

.hBlocks h1 a {
  color: #fff;
  text-decoration: none;
}

.hBlocks h1 a:hover {
  text-decoration: underline;
}

.hBlocks a.rss {
  display: block;
  background: #FF6600;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  padding: 2px 5px;
  border-radius: 3px;
}

.hBlocks a.rss:hover {background: #FF9900;}

.hBlocks h2 {font-weight: normal;}


/*.hBlocks .news, */
.hBlocks .slide {
  width: 50%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hBlocks .news { padding: 15px 5px 5px; }
.hBlocks .slide { padding: 0 5px; }

.hBlocks .slide ul {
  list-style: none;
  padding: 0;
}

.hBlocks .slide li p a {
  display: inline-block;
  padding-right: 7px;
  text-decoration: none;
  background: url(../images/arrow.gif) no-repeat right 4px;
  font-weight: bold;
}

.hBlocks .slide li p a:hover {text-decoration: underline;}

.hPre {border-right: 2px solid rgba(89,178,125,0.1); border-bottom: 2px solid rgba(89,178,125,0.1); background: #edf4f8;}
.hPre > .csc-header, .hPre .hbTitle .csc-header {background: #5098b8;}
.hPre h2, .hPre a,  {color: #5098b8;}
.hPre .slide li p a {background-position: right -10px; }
body.p1 .hPre .top-list a span {color: #5098b8 !important;}

.hPod {border-left: 2px solid rgba(89,178,125,0.1); border-bottom: 2px solid rgba(89,178,125,0.1); background: #e6f0ee;}
.hPod > .csc-header, .hPod .hbTitle .csc-header {background: #589890;}
.hPod h2,.hPod a {color: #589890;}
.hPod .slide li p a {background-position: right  -24px;}
body.p1 .hPod .top-list a span {color: #589890 !important;}

.hPot {border-right: 2px solid rgba(89,178,125,0.1); border-top: 2px solid rgba(89,178,125,0.1); background: #eff4e9;}
.hPot > .csc-header, .hPot .hbTitle .csc-header {background: #609028;}
.hPot h2, .hPot a {color: #609028;}
.hPot .slide li p a {background-position: right  -38px;}
body.p1 .hPot .top-list a span {color: #609028 !important;}

.hMed {border-left: 2px solid rgba(89,178,125,0.1); border-top: 2px solid rgba(89,178,125,0.1); background: rgba(35, 69, 2, 0.1);}
.hMed > .csc-header, .hMed .hbTitle .csc-header {background: #234502;}
.hMed h2, .hMed a {color: #234502;}
.hMed .slide li p a {background-position: right  -122px;}
body.p1 .hMed .top-list a span {color: #234502 !important;}

.hbHalf {float: left; width: 50%;}
.hbHalf .top-list li {
  padding-bottom: 5px;
  width: 88px;
}
.hbFull {clear: both; width: auto; padding: 0 10px;}

/* ----------------------------- new Home end ----------------------------- */

.switch-menu form {height: 25px; padding: 5px; oveflow: hidden;}
.switch-menu fieldset {
  border: 0; margin: 0; padding: 0; float: left;
}

.switch-menu input[type=text] {
  float: left; border: 1px solid #746161; color: #529CBA; padding: 4px 5px; width: 185px;
}
.switch-menu input[type=submit], .srcButton {
  display: block; width: 21px; height: 19px; border: 0; float: left;
  background: url(../images/sprites.png) no-repeat 0 -84px;
  margin: 3px 5px 0;
}


.srcButton, .xButton {display: inline-block; border: 0;}
.srcButton {float: none;}
.xButton {
  width: 21px; height: 19px;
  background: url(../images/sprites.png) no-repeat -21px -84px; text-indent: -9999px;
}

.switch-menu form a {
  display: block;   
  width: 14px;
  font-size: 1.5em;
  float: left;
  margin: 5px 5px 0 0;
}

.switch-menu form a i {position: relative; top: -3px;}
/*.switch-menu form a i.fa-rss {color: #FF9900;}*/
.switch-menu form a i.fa-sitemap {color: #124250;}
.switch-menu form a i.fa-youtube {color: #CC181E; font-size: 1.2em;}

.switch-menu a.sitemap {padding-right: 5px;}
.switch-menu a.rss {
   width: 52px;
   margin-left: 4px;
}

.switch-menu a.rss span {
  display: block;
  padding: 3px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  background: #ff6600;
  border-radius: 3px;
  height: 16px;
  position: relative;
  top: -3px;
  text-align: center;
  line-height: 140%;
}

.switch-menu a.rss:hover span {
  background: #ff9900;
}

.switch-menu a.rss span em{
  font-size: 12px;
  position: relative;
  top: -5px;
  font-style: normal;
}

.switch-menu a.twitter {background-position: 0 -21px;}

.top-list {list-style: none; margin: 0; padding: 10px 0; overflow: hidden;}
.top-list li {
  float: left; width: 8.3333%;
  text-align: center;
  line-height: 0;
}

.p26 .top-list li {
  padding-bottom: 5px;
}

.top-list img {width: 80px !important; height: 80px !important;}
.top-list a {position: relative;}
  body.p24 .top-list a:hover img {outline: 1px solid #5098b8;}
  body.p25 .top-list a:hover img {outline: 1px solid #589890;}
  body.p26 .top-list a:hover img {outline: 1px solid #609028;}
  body.p209 .top-list a:hover img {outline: 1px solid rgba(35,69,2,1);}
  
.top-list a span {
  position: absolute; bottom: 3px; left: 0; 
  text-align: center; color: #fff; 
  width: 70px; padding: 5px 5px 2px; font-weight: bold;
  background: url(../images/dimmerw.png);
  text-transform: uppercase; line-height: 120%;
  font-size: 0.9em;
}

  body.p1 .top-list a span {color: rgba(89,178,125,1);} 
  body.p24 .top-list a span {color: #5098b8;}
  body.p25 .top-list a span {color: #589890;}
  body.p26 .top-list a span {color: #609028;}
  body.p209 .top-list a span {color: rgba(35,69,2,1);}

.top-list.short {background: #eeeeee; margin-top: 10px; padding-bottom: 5px;}
.top-list.short li {width: 11.1%; margin-bottom: 5px;}
body .top-list.short a:hover img {outline: 1px solid #529cba;}
body .top-list.short a span {color: #529cba !important;}

.top-news {overflow: hidden; padding-top: 10px;}
.top-news ul {width: 33.5%; /*max-height: 299px;*/ list-style: none; margin: 0; padding: 0; float: left; background: #529cba;}
  body.p24 .top-news ul {background: #a7cbdb;}
  body.p25 .top-news ul {background: #abcbc7;}
  body.p26 .top-news ul {background: #c7d8b3;}
  body.p209 .top-news ul {background: #c7d8b3;}


.top-news li {display: block;}
.top-news ul a {
  display: block; height: 100%;
  text-decoration: none; color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold; font-size: 13px;
}
  body.p24 .top-news ul a {color: #5098b8;}
  body.p25 .top-news ul a {color: #589890;}
  body.p26 .top-news ul a {color: #609028;}
  body.p209 .top-news ul a {color: rgba(35,69,2,1);}

.top-news ul a:hover, .top-news ul a.a {background: #fff; color: #529cba;}

.top-news ul a span {display: block; padding: 10px;}
.top-news .tnc {width: 66.5%; float: left; position: relative;}
.top-news .tnr {display: none; position: absolute; top:0; left: 0;}
.top-news .tnr:first-child {display: block;}
.top-news img {display: block; width: 100% !important; height: auto !important;}
.top-news .teaser {
  line-height: 120%;
  background: url(../images/dimmer.png); width: 100%;
  position: absolute; bottom: 0; left: 0; color: #fff;
}

  body.p24 .top-news .teaser {background: url(../images/dimmer1.png);}
  body.p25 .top-news .teaser {background: url(../images/dimmer2.png);}
  body.p26 .top-news .teaser {background: url(../images/dimmer3.png);}
  body.p209 .top-news .teaser {background: rgba(35,69,2,0.3);}

.top-news .teaser p {margin: 0;}
.top-news .teaser div {padding: 5px; overflow: hidden;}

.top-news .teaser i {display: block; float: left; color: #fff; font-size: 0.9em; opacity: 0.7;}
.top-news .teaser a {
  display: block; background: url(../images/arrow.gif) no-repeat right 4px;
  color: #fff; text-decoration: none; float: right; padding-right: 8px; font-weight: bold;
}
  
.h-c img {width: 100% !important; height: auto !important;}
.h-c .col {padding: 0 5px;}
.h-c .csc-textpic-imagewrap, 
.h-c .csc-textpic-center-outer, 
.h-c .csc-textpic-center-inner {float: none !important; width: auto; position: static;}

.topRow .csc-textpic {min-height: 290px; position: relative;}
.topRow p {margin-top: 0;}
.topRow div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {margin-bottom: 0;}
.topRow .csc-textpic-image {padding: 0 0 7px;}

.bRow {padding-top: 15px;}
.bRow .csc-default {height: 100px; overflow: hidden;}

.topRow .csc-frame-frame1 .csc-textpic-image {}
.new_ribbon {display: block; width: 63px; height: 63px; top: 0; right: 0; background: url(../images/sprites.png) no-repeat;}
.new_sl {background-position: 0 -143px;}
.new_en {background-position: 0 -206px;}
.new2_sl {background-position: 0 -269px;}
.new2_en {background-position: 0 -332px;}

.h-c .csc-textpic-text img {display: none !important;}

.h-c p a, 
.h-c a.internal-link{
  position: absolute; bottom: 5px; right: 5px;
  text-decoration: none; font-weight: bold;
  padding-right: 8px;
  background: url(../images/arrow.gif) no-repeat right 4px;
}

.slide ul li p a {
  display: inline-block;
  background: url(../images/arrow.gif) no-repeat right 4px;
  padding-right: 8px;
  text-decoration: none;
  font-weight: bold;
}


.h-c a.internal-link:hover, .slide a.internal-link:hover {text-decoration: underline;}
  
  body.p24 .h-c p a, 
  div.pre li p a, 
  .pre strong,  
  body.p24 .h-c a.internal-link {color: #5098b8; background-position: right -10px;}
  
  body.p25 .h-c p a, 
  div.pod li p a,
  .pod strong,   
  body.p25 .h-c a.internal-link {color: #589890; background-position: right -24px;}
  
  body.p26 .h-c p a, 
  div.pot  li p a, 
  .pot strong, 
  body.p26 .h-c a.internal-link {color: #609028; background-position: right -38px;}

  body.p209 .h-c p a, 
  div.med  li p a, 
  .med strong, 
  body.p209 .h-c a.internal-link {color: rgba(35,69,2,1); background-position: right -122px;}

/* ***** */
body.p1 .h-c p a, 
  div.pot a.internal-link, 
  .pot strong,  
  body.p1 .h-c a.internal-link {color: #609028; background-position: right -37px;}

body.p1 .h-c p a, 
  div.med a.internal-link, 
  .med strong,  
  body.p1 .h-c a.internal-link {color: rgba(35, 69, 2, 1); background-position: right -122px;}
/* ***** */

.povezava-1 {text-decoration: none; background: url(../images/arrow.gif) no-repeat right 4px; padding-right: 7px;}
body.p24 .povezava-1, 
body.p1 .povezava-1 {color: #5098b8 !important; background-position: right -10px;}
body.p25 .povezava-1 {color: #589890 !important; background-position: right -24px;}
body.p26 .povezava-1 {color: #609028 !important; background-position: right -38px;}
body.p209 .povezava-1 {color: rgba(35,69,2,1) !important; background-position: right -122px;}

.slide p {margin: 0;}
.slide a.internal-link {position: static !important; display: inline-block;}
.slide strong.title {display: block; padding: 5px 0 0; text-transform: uppercase;}
.slide .csc-textpic-text img {display: none;}
  
ul.side-nav {
  border-top: 5px solid #d0cfcf;
  list-style: none; margin: 0; padding: 1px 0 10px;
}

ul.side-nav a {
  display: block; padding: 2px 2px 2px 30px; 
  color: #626161; font-size: 12px; 
  border-bottom: 1px solid #D8D8D8;
  position: relative; text-decoration: none;
}

ul.side-nav li.type130,
ul.side-nav li.type131,
ul.side-nav li.type132,
ul.side-nav li.type133,
ul.side-nav li.type134,
ul.side-nav li.type300 {
  background: #ccffcc;
}

ul.side-nav li.type130 a,
ul.side-nav li.type131 a,
ul.side-nav li.type132 a,
ul.side-nav li.type133 a,
ul.side-nav li.type134 a,
ul.side-nav li.type300 a {
  color: #339966 !important;
}

ul.side-nav a span {position: absolute; top: 2px; left: 10px; display: none;}
ul.side-nav > li > a {font-weight: bold;}
ul.side-nav li.act a, 
ul.side-nav > li > a:hover span, 
ul.side-nav > li.act > a span, 
ul.side-nav li li.act a.lev2 span 
{display: block;}
ul.side-nav li li.act a.lev2 {color: #529CBA; font-weight: bold;}
ul.side-nav ul.sub {list-style: none; margin: 0; padding: 0 0 0 20px;}
ul.side-nav ul.sub a:hover {text-decoration: underline;}

div.breadcrumbs {padding: 5px 0;}
div.breadcrumbs span {
  color: #529CBA;
  background: url(../images/arrow.gif) no-repeat 2px -10px;
}

ul.news-list, ul.news-list-count-mode{list-style: none; padding:0; margin: 0; font-size: 12px;}
ul.news-list li, ul.news-list-count-mode li{overflow: hidden; padding: 5px 0;}
ul.news-list p, ul.news-list-count-mode p {margin: 0;}
ul.news-list img {float: left; margin: 0 5px 5px 0;}
ul.news-list h3 {margin: 0 0 5px; font-weight: normal; font-size: 1em;}
ul.news-list h3 a {text-decoration: underline;}
ul.news-list h3 a:hover {text-decoration: none;}
ul.news-list li.nl-hide {display:none;}
ul.news-list li.nl-vec {overflow:hidden;margin-top:10px;}
ul.news-list li.nl-vec a, ul.news-list-count-mode li.nl-vec a{
  display: block; padding: 0 10px 0; float: right;
  cursor: pointer; color: #529CBA; font-weight: bold;
  text-decoration:none;
  background: url(../images/arrow2.gif) no-repeat right -64px;
}
ul.news-list li.nl-vec a.forward, ul.news-list-count-mode li.nl-vec a.forward{
  background: url(../images/arrow.gif) no-repeat right -10px;
}
ul.news-list li.nl-vec a.less, ul.news-list-count-mode li.nl-vec a.less{
  background: url(../images/arrow2.gif) no-repeat right -10px;
}
ul.news-list li.nl-vec a.back, ul.news-list-count-mode li.nl-vec a.back{
  background: url(../images/arrow.gif) no-repeat right -66px;
  margin:0;
}
ul.news-list-count-mode{margin-bottom: 20px;}
ul.news-list li.nl-vec span.at {background-position: right -9px;}

ul.objave-list {list-style: none; margin: 0; padding: 0;}
ul.objave-list li {border-bottom: 3px solid #D0CFCF; margin: 10px 0;}
ul.objave-list li:last-child {border-bottom: 0;}

ul.objave-list .dataRow {overflow: hidden; border-bottom: 1px solid #D0CFCF; padding: 5px 0;}
ul.objave-list .title {width: 30%; float: left; font-weight: ;}
ul.objave-list .info {width: 70%; float: left;}
ul.objave-list p {margin-top: 0;}

ul.objave-list ul {list-style-type: disc;}
ul.objave-list ul li {border: 0; margin: 0;}

ul.nl-side span.date {font-size: 0.9em;}

.center  .csc-header {border-top: 5px solid #d0cfcf;}
.center  .intranet {color: #339966;}
.center  .intranet .csc-header {border-top: 5px solid #339966;}
  
body.p1 .center  .csc-header {border-top: 0;}

.csc-default.intranet a {color: #609028;}
.top-news .teaser a {color: #fff !important;}

.text .csc-header-n1 {border: 0 !important;}
.text .csc-default, .news .csc-default {padding-bottom: 10px;}
.ancor-menu {
  padding-top: 5px;
  background:white;
  z-index:9999;
  position:relative;
  line-height: 150%;
}
.ancor-menu a {text-decoration: none; display: block; padding: 3px; font-weight: bold;}

div.anchor-basic a {color: #626161; border-bottom: 1px solid #D0CFCF;} 
.ancor-menu a.anlc1, div.anchor-internet a {color: #529CBA; border-bottom: 1px solid #e7ecf0;} 
.ancor-menu a.anlc2, div.anchor-intranet a {color: #339966; border-bottom: 1px solid #ccffcc;}

div.anchor-basic a:hover {background: #D0CFCF;}
.ancor-menu a.anlc1:hover {background: #529CBA;}
.ancor-menu a.anlc2:hover {background: #339966;}

.ancor-menu .an-link {display: none;}
.anchor-basic .aprint, 
.ancor-menu .aprint {background: url("../images/ico_print.gif") no-repeat 47px 5px !important;}
.anchor-basic .aprint:hover, 
.ancor-menu .aprint:hover {background-image: url(../images/ico_print.gif); background-repeat: no-repeat; background-position: 47px 5px;}
.anchor-basic .asearch, 
.ancor-menu .asearch{background: url("../images/mglass.png") no-repeat 51px 5px !important;}
.anchor-basic .asearch:hover, 
.ancor-menu .asearch:hover {background-image: url(../images/mglass.png); background-repeat: no-repeat !important; background-position: 51px 5px !important;}

.ancor-menu a:hover {background-color: #529cba !important; color: #fff !important;}

.ahome {background: url(../images/ico-home.png) no-repeat 43px -7px !important;}

div.anchor-basic a.ahome {background: url(../images/ico-home.png) no-repeat 43px -7px !important;}
div.anchor-basic a.ahome:hover {background: #529cba  url(../images/ico-home.png) no-repeat 43px -88px !important; color: #fff !important;}

.sideSearch fieldset {border: 0; padding: 25px 0 10px 0; border-top: 1px solid #D0CFCF; position: relative; margin-top: 10px;}
.sideSearch input.ss {margin-top: 5px; padding: 5px; width: 68%;}
.sideSearch legend {font-weight: bold; position: absolute; top: 5px; left: 0;}
.sideSearch label {display: block; padding: 3px 0;}

#pageSearch {
  overflow: hidden;
  padding: 3px;
  border-bottom: 1px solid #d0cfcf;
}

#pageSearch input[type=submit] {
  display: block; width: 21px; height: 19px; border: 0; float: left;
  background: url(../images/sprites.png) no-repeat 0 -84px;
  margin: 3px 5px 0;
}

#pageSearch input[type=text]{
  float: left;
  border: 1px solid silver;
  margin-top: 3px;
}

#pageSearch label {float: left; margin-top: 5px;}

#reportFromSearch {
  display: none;
  border-top: 1px solid #D0CFCF; margin-top: 10px;
  padding: 10px 0;
} 

#reportFromSearch h3 {margin: 0;}
#reportFromSearch hr {height: 1px; border: 0; border-bottom: 1px dashed #D0CFCF;}

.fixed {position: fixed; z-index: 99999; width: inherit;}

#fmb, #fsmenu {display: none; z-index: 9999;}

#fmb {
  display: none; width: 100px; height: 40px; background: url(../images/sprites.png) no-repeat 60px -103px;
  position: absolute; top: 190px; right: 10px; cursor: pointer; text-transform: uppercase; font-size: 1.5em;
  line-height: 230%; color: #529CBA; z-index: 9999;
}

#fsmenu {
  position: fixed; top: 55px; right: 2%; bottom: 2%; left: 30%;
  background: #fff; z-index: 9999; display: none;
  border: 1px solid #529CBA;
}

#fsmenu > div {padding: 5px;}
#fsmenu a {display: block; padding: 5px;}
#fsmenu span {display: none;}

.csc-textpic-image {padding-bottom: 10px;}
.csc-textpic-caption {padding-top: 10px;}

.align-left {text-align: left !important;}
.align-justify {text-align: justify !important;}
.align-right {text-align: right !important;}

.page-navigation {color:#626161; font-size: 1.3em;}
.news .page-navigation p{margin-bottom:10px;}
.page-navigation span {display: block; padding: 1px 2px; background: #D0CFCF;}
.page-navigation a {text-decoration: none;}
.page-navigation a {color: #626161 !important;}
.page-navigation a:hover {background: #D0CFCF;}

.page-navigation .previous a, .page-navigation .next a {display: inline-block; width: 16px; height: 16px; padding: 0; background: url(../images/pager.png) no-repeat; position:relative; top: 2px;}
.page-navigation .previous a {background-position: 2px 0px;}
.page-navigation .next a {background-position: -45px 0px;}
.page-navigation.hidden{display:none}


.summary {font-weight: bold;}
.back, .morenews {
  text-decoration: none; font-weight: bold; 
  display: inline-block; margin: 10px 0 5px; padding-left: 8px;
  background: url(../images/arrow.gif) no-repeat left -66px;
  float: right;
}
.back:hover, .morenews:hover {text-decoration: underline;}
.morenews {
  margin-top: 0;
}

ul.gallery {list-style: none; overflow: hidden; margin: 0; padding: 0;}
ul.gallery li {float: left; margin: 5px;}
.txt {overflow: hidden;}
.txt .news-image {float: right; padding: 0 0 10px 10px;}


#resultTable_info {color: #626161; font-size: 1.3em;}
#resultTable_paginate {padding-top: 10px;}
#resultTable_paginate .paginate_button  {background: transparent; width: auto; height: auto; margin: 0 2px; padding: 0 2px; display: inline; border: 0; color: #626161; font-size: 1.3em;}
#resultTable_paginate .paginate_button:hover, #resultTable_paginate .current {background: #D0CFCF;}

#resultTable_paginate #resultTable_previous, 
#resultTable_paginate #resultTable_next {
  width: 16px !important; min-width: 16px !important; 
  height: 16px !important; min-height: 16px !important; 
  display: inline-block; background: url(../images/pager.png) no-repeat;
}

#resultTable_paginate #resultTable_previous {background-position: 0 0;}
#resultTable_paginate #resultTable_next {background-position: -48px 0;}
#resultTable_paginate a:active {box-shadow: none !important;}

.metadata {border: 1px dashed #609028; padding: 5px; list-style: none; color: #609028;}

.tx-pbsurvey-pi1 fieldset {margin: 10px 0 20px; border: 0; border-top: 1px solid #d0cfcf; background: #fafafa ;}
.tx-pbsurvey-pi1 legend {font-weight: bold;}
.tx-pbsurvey-pi1 .pageHeader {font-weight: bold; font-size: 1.1em; margin: 5px 0;}

#amm {
  display: block !important;
  position: fixed !important;
  top: 2% !important; left: 10%; right: 2%;
  line-height: 200%; padding: 10px; 
}

#amm a.ahome {background-position: 43px -4px !important;}
#amm .anchor-basic a.print {background-position: 47px -9px !important;}
#amm .anchor-basic a.asearch {background-position: 50px 10px !important;}

.align-center {text-align: center;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-justify {text-align: justify;}

.matrix td {padding: 5px;}
.matrix .columnNext {text-align: center;}
.matrix .surveyrow_even td {background-color: #f2f2f2;}

/* ----------------- FOOTER ----------------- */
footer.main {
  margin-top: 5px;
  padding: 18px 0 5px;
  background: #dbdada;
  background: -moz-linear-gradient(top,  #dbdada 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdada), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #dbdada 0%,#ffffff 100%);
  background: -o-linear-gradient(top,  #dbdada 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #dbdada 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #dbdada 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdada', endColorstr='#ffffff',GradientType=0 );
  font-size: 11px;
}

footer.main .col {padding: 0 5px;}
footer.main .fw {padding: 10px;}


footer.main address {
  font-style: normal;
}


footer.main p {margin: 0;}
footer.main a {color: #626161;}
/* ----------------- FOOTER end ----------------- */

#check {display: none; width: 1140px;}

@media only screen and (max-width: 1139px) { 
  #check {width: 1139px;}
}

@media only screen and (max-width: 1080px) { 
   .top-list.short li {width: 88px;}
   /*.hblocks {height: 470px;}*/
}

@media only screen and (max-width: 980px) { 
  #check {width: 980px;}

  header.main {padding-top: 107px;}
  #logo, #logo_en {background: url(../images/logo_small.png) no-repeat; width: 267px; height: 45px; left: 10px;}
  #logo_en {background: url(../images/logo_en_small.png) no-repeat; width: 375px;}
  
  .top-news ul a {font-size: 1em;} 
  .top-list li {width: 88px; padding-bottom: 5px;}

  a.print {top: 205px;}

}

@media only screen and (max-width: 860px) { 
  #check {width: 860px;}
  
  .h-c .col {width: 50%;}
  .h-c .col:last-child {
    width: 100%; padding: 0;
    -moz-box-sizing: border-box; 
    box-sizing: content-box;
  }

  .h-c .col:last-child .csc-frame {width: 50%; float: left;}
  .h-c .col:last-child .csc-default .csc-default,
  .h-c .col:last-child .csc-default .csc-header, 
  .h-c .col:last-child .csc-frame .csc-textpic {padding: 0 5px;}

  .h-c .col:last-child .csc-default {width: 50%; float: left;}
  .h-c .col:last-child .csc-default .csc-default,
  .h-c .col:last-child .csc-default .csc-header,
  .h-c .col:last-child .csc-default .csc-textpic {padding: 0 5px;}

  .center {width: 70% !important;}
  .side {width: 30% !important;}
}

@media only screen and (min-width: 851px) {
  .hBlocks .bx-viewport {
    height: 350px !important;
  }
}

@media only screen and (max-width: 850px) { 
  #check {width: 850px;}
  
  .top-news ul a {font-size: 0.8em;}

  .hBlocks {
    float: none;
    width: auto;
    height: auto;
    border: 0 !important;
  }

}

@media only screen and (max-width: 800px) { 
  #check {width: 800px;}
  
  /*.switch-menu li.search {position: absolute; top: 112px; right: 5px;}*/
  
  .top-news {height: auto !important;}
  .top-news ul, .top-news .tnc {float: none; width: 100%;}
  .top-news .tnr {position: static;}
  .top-news .tnc {line-height: 0;}
  
  footer div.col2 {width: 100% !important; float: none; padding-bottom: 10px !important;}  
  footer.main address {padding: 0 75px 0 0; background-position: 150px 10px;}
}

@media only screen and (max-width: 720px) { 
  #check {width: 720px;}
  #fmb {display: block;}  
  body.p1 #fmb, body.p25 #fmb, body.p26 #fmb, body.p209 #fmb {display: none;}  
  
  a.print {top: 163px;}

  .ancor-menu {display: none;}
  .center, .side {float: none !important; width: auto !important;}
}

@media only screen and (max-width: 700px) {
  #check {width: 700px;}
  header.main {padding-top: 115px;}

  header.main .switch-menu {bottom: 40px;}

  nav ul {display: none;}
  nav select {display: block;}

}

@media only screen and (max-width: 550px) { 
  .hbHalf {float: none; width: auto;}
  body.p1 .page .hBlocks .csc-textpic img {display: none !important;}
}

@media only screen and (max-width: 530px) { 
#check {width: 530px;}

/*.switch-menu li {margin-right: 0;}*/
.sections .b1 a {  margin-right: 2px;  }
.sections .b2 a {  margin-left: 2px; margin-right: 2px;  }
.sections .b3 a {  margin-left: 2px; margin-right: 2px;  }
.sections .b4 a {  margin-left: 2px;}
.sections a {margin-bottom: 6px;}

body.p1 .sections .b1 a,
body.p24 .sections .b1 a,
body.p25 .sections .b2 a,
body.p26 .sections .b3 a,
body.p209 .sections .b4 a {
  margin-bottom: 0 !important;
  height: 32px !important;
}

}

@media only screen and (max-width: 500px) { 
  #check {width: 500px;}
  
  .h-c .col:last-child .csc-frame,
  .h-c .col:last-child .csc-default,
  .h-c .col {width: 100%; max-width: 350px; margin: 0 auto; float: none;}
  .bRow .csc-default {padding: 5px 0;}
  .switch-menu li > a {padding: 9px 10px 0; font-weight: normal; font-size: 1em; height: 20px;}

  /*.sections a {margin-bottom: 6px;}*/

  body.p1 .sections .b1 a,
body.p24 .sections .b1 a,
body.p25 .sections .b2 a,
body.p26 .sections .b3 a,
body.p209 .sections .b4 a {
  margin-bottom: 0 !important;
  height: 26px !important;
}

}

@media only screen and (max-width: 460px) {
  #check {width: 460px;}
  
  .switch-menu {margin-top: 5px;}
  footer div.col {width: 100% !important; float: none; padding-bottom: 10px !important;}  
  footer.main address {background-position: right;}
  
  .hBlocks .slide, .hBlocks .news {float: none; width: auto;}
  .hBlocks .news-list, .hBlocks .news {padding-bottom: 0;}

}

@media only screen and (max-width: 360px) {
  #check {width: 360px;}
   header.main .switch-menu {right: -4px;}
  .switch-menu li.search {width: 315px;}
  .switch-menu a.rss {width: auto;}
  a.rss em {display: none;}  

}


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #eeeeee; background: #ffffff url("../images/jqUi/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { background: #3C9EBB url("../images/jqUi/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d8dcdf; background: #eeeeee url("../images/jqUi/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x; font-weight: bold; color: #004276; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #004276; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #cdd5da; background: #f6f6f6 url("images/ui-bg_highlight-hard_100_f6f6f6_1x100.png") 50% 50% repeat-x; font-weight: bold; color: #111111; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #111111; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #eeeeee; background: #ffffff url("../images/jqUi/ui-bg_flat_65_ffffff_40x100.png") 50% 50% repeat-x; font-weight: bold; color: #3C9EBB; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #3C9EBB; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcd3a1; background: #fbf8ee url("../images/jqUi/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #3C9EBB; background: #f3d8d8 url("../images/jqUi/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat; color: #2e2e2e; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #2e2e2e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #2e2e2e; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url("../images/jqUi/ui-icons_cc0000_256x240.png"); }
.ui-widget-content .ui-icon {background-image: url("../images/jqUi/ui-icons_cc0000_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("../images/jqUi/ui-icons_ffffff_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("../images/jqUi/ui-icons_cc0000_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("images/ui-icons_cc0000_256x240.png"); }
.ui-state-active .ui-icon {background-image: url("../images/jqUi/ui-icons_cc0000_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("../images/jqUi/ui-icons_004276_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("../images/jqUi/ui-icons_cc0000_256x240.png"); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #a6a6a6 url("../images/jqUi/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat; opacity: .4;filter:Alpha(Opacity=40); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #333333 url("../images/jqUi/ui-bg_flat_0_333333_40x100.png") 50% 50% repeat-x; opacity: .1;filter:Alpha(Opacity=10); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

 


#dateFrom, #dateTo{
  width:65px;
 }
 .ui-datepicker-trigger{
    position: relative;
  bottom: -3px;
 }

.search-form {overflow: hidden; padding: 10px 0;}
.search-form div {width: 50%; float: left;}


.search-form div.sf-l {width: 29%; padding-right: 1%;}
.search-form div.sf-r {width: 70%;}


.dateFromTo {overflow: hidden;}
.dateFromTo label {min-width: 130px; width: 50%; float: left;}
.dateFromTo img {margin-left: 5px;}

@media only screen and (max-width: 1070px) { 
.dateFromTo label {text-align: right;}
}

@media only screen and (max-width: 720px) { 
.search-form div, .dateFromTo label {width: auto; padding-right: 10px;}
.sideSearch input.ss {width: 168px;}
}

/* FLAGS */
.fsi, .fgb, .fde, .fhr, .fit, .fhu, .fde , .ffr, .edavki, .infotocka, .ecarina  
{ display: inline-block; width: 16px; margin: 0; text-indent: -9999px; background: no-repeat center center;}

.fsi i, .fgb i, .fde i, .fhr i, .fit i, .fhu i, .fde i, .ffr i, .edavki i, .infotocka i, .ecarina i {display: none;}

.fsi {background-image: url(../images/flags/si.png);}
.fgb {background-image: url(../images/flags/gb.png);}
.fde {background-image: url(../images/flags/de.png);}
.fhr {background-image: url(../images/flags/hr.png);}
.fit {background-image: url(../images/flags/it.png);}
.fhu {background-image: url(../images/flags/hu.png);}
.ffr {background-image: url(../images/flags/fr.png);}

.ecarina {background-image: url(/fileadmin/Internet/Uvodne_strani/e_carina_small.png); width: 56px;}
.edavki {background-image: url(/fileadmin/Internet/Uvodne_strani/e_davki_small.png); width: 55px;}
.infotocka {background-image: url(/fileadmin/templates/images/infoicon.png); width: 15px;} 

.fa-file-word-o {color: rgb(0,102,204);}
.fa-file-excel-o {color: rgb(0,153,0);}
.fa-file-powerpoint-o {color: rgb(226,91,0);}
.fa-file-pdf-o {color: rgb(204,0,0);}
.fa-file-video-o {color: rgb(153,51,255);}
.fa-file-audio-o {color: rgb(255,0,255);}
.fa-file-archive-o, .fa-file-zip-o {color: #a49b59;}
.fa-file-text-o {color: rgb(253,155,0);}
ancor-menu
.fa-external-link {color: #626161 !important; position: relative; top: 2px;}

.novo sup {
  color: red !important;
  display:inline-block;
  line-height:1.1em;
  text-decoration:none;
  font-weight: bold;
}

/* MRN */
.page #results h1{
  font-size:22px;
  color:#626161;
  font-weight:bold;
  text-transform:uppercase;
  background-image:none;
  margin:20px 0;
  padding-top:20px;
  border-bottom: 0;
  border-top: 1px solid #d0cfcf;
}
#results table{
  margin:0 0 20px 0;
  border-top:1px solid #898888;
}
#results table .headCell{
  font-size:14px;
  font-weight:bold;
  vertical-align:top;
}
#results table tr td{
  border-bottom:1px solid #898888;
  padding:5px 0;
}

.highlight { background-color: yellow; }


