@CHARSET "UTF-8";

/* =geneneralno ponastavimo box-model na nic za vse html elemente */
* {padding: 0; margin: 0;}
div, span, label, p, ul, li, img, a, form, tr, td, fieldset { 
	margin:0; padding:0; border:0; }

/* =body 
body { 
	margin:0; padding:0; border:0; text-align: center;  
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif; 
	font-size: 13px; 
}*/

/* =a generalno za vse linke */
a, a:link, a:visited, a:hover, a:active {
	/*color: #0000ff;*/
}

table { font-size: 100%; }

/* =default soda in liha vrstica */
tr.sodaVrstica { background-color: #fff; }
tr.lihaVrstica { background-color: #dbdbdb; }

div#layout-container { margin: 0 auto; text-align: left; }
/*= header layout */
div#layout-header { padding: 0 2em; height: 50px; font-size: 100%; color: #fff; background: url('../images/bg_header.gif') repeat-x;  }
div#layout-header span {  }

div#layout-main { width: 100%; overflow: auto; }

div#layout-menu { width: 200px; min-height: 200px; float: left; }

div#layout-body { margin-left: 210px; margin-right: 10px; }
div#layout-title { margin-bottom: 10px; padding: 2px 0; border-bottom: 2px solid #100067; }

input[type="text"],input[type="password"],input[type="file"],
select {
	margin: 1px 0;
	padding: 1px;
	border: 1px solid #7f9db9;
}
input[type="checkbox"] {
	margin: 0;
	height: 15px;
	width: 15px;
}

input[type="text"].potrditev,
input[type="password"].potrditev,
input[type="file"].potrditev,
select.potrditev  {
	border: 1px solid #fff;
	background-color: #f5f5f5;
}

input.autocompleter, select.autocompleter {
	text-transform: uppercase;
}

.x-body label span.autocompleter {
	display: inline;
	float: none;
}

/* =generalno o napaki */

.jsonErr {
	display: none;
	font-weight: bold;
	color: #aa0000;
}

.napaka {
	color: #dd7870;
	font-weight: bold;
	background-color: #fff;
	border:1px solid #dd7870;
	padding: 4px;
	margin-bottom: .5em;
	padding-left: 2px;
	width: 99%;
}

.napaka ul {
	list-style-type: none;
}
.napaka li {

}

.napaka ul li span {
	padding-left: 1em;
}

.obvestiloMsg {
	color: #347C2C;
	font-weight: bold;
	background-color: #fff;
	border:1px solid #347C2C;
	padding: 4px;
	margin-bottom: .5em;
	padding-left: 2px;
}

.obvestiloMsg ul {
	list-style-type: none;
}
.obvestiloMsg li {

}

.obvestiloMsg ul li span {
	padding-left: 1em;
}

.actionMessage {
	color: #347C2C;	
}


/** DISABLED fields */
input.shadow {
	background-color: #cbcbcb;
}
select.shadow {
	background-color: #cbcbcb;
}
/** END DISABLED fields */

.ajaxWorkingIndicator { 
	position: fixed; 
	top: 22px; right: 10px; 
	border: 1px dashed black;
	background-color: #adda52; 
	display: none;
}

div.buttons {
	margin-top: 1em;
	overflow: auto;
}

div.okvir {
	border: 1px solid #000;
}

/** START MENU */
#menuTime { margin-left: 4px; height: 22px; color: #fff;  font-size: 11px; font-weight: bold; background: url('../images/time_pasica.png') 0px 0px no-repeat; } 
#navcontainer { width: 200px; }

#navcontainer span {
	display: block;
	padding-top: .75em;
	font-size: 90%;
	color: #000;
	font-weight: bold;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 11px;
list-style-type: none;
}

#navcontainer li.submenu {
	background: url('../images/nav.gif') 10px 3px no-repeat;
	padding-left: 8px;
	padding-top: 2px;
	}

#navcontainer a
{
font-size: 90%;
color: #000;
padding: 3px 10px;
text-decoration: none;
}

#navcontainer a:link, #navlist a:visited
{
}

#navcontainer a:hover
{
text-decoration: underline;
}

/** END MENU */

/** Forma za iskalnike **/
.iskalnik {}
.iskalnik label span { font-weight: bold; }

.iskalnik-body {
	z-index: 2;
	padding: 1em .25em;
	background-color: #dfe8f6;
}
.iskalnik-body ul{
	list-style-type: none;
}

/* =podatki - vsi podatki so boldani */
.podatki { font-weight: bold; text-align: left;}

/** STATUSI */
.global-status1 {
	color: #ff9900;
	font-weight: bold;
}
.global-status2 {
	color: #00cc00;
	font-weight: bold;
}
.global-status3 {
	color: #00aa00;
	font-weight: bold;
}

.global-status4 {
	color: #cc0000;
	font-weight: bold;
}

/** =seznami vsi seznami */
table.seznam { 
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #000;
}

table.seznam caption {
	padding: 3px 10em;
}

table.seznam caption span {
	font-weight: bold;
	color: #fff;
	background-color: #159;
	padding: 3px 10em;
}

table.seznam th {
	padding: 3px; 
	background-color: #27b;
	color: #fff;
	border: 1px solid #fff;
}
table.seznam td { padding: 2px; border: 1px solid #fff; }

a.bela-povezava, a:link.bela-povezava, a:visited.bela-povezava, a:hover.bela-povezava, a:active.bela-povezava {
	color: #fff;
}

tr.belo-ozadje{
	background-color: white;
}

div.expand-div {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.expand-div table {
	border: 1px dotted #000;
	background-color: white;
}

span.indikator {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}	

.highlight {
	background-color: inherit;
}

.highlight-hover {
	background-color: #ddddff;
}

.highlight:hover {
	background-color: #ddddff;
}

table.copyright {
	font-family: "Trebuchet MS",Tahoma,Verdana,Helvetica,Arial,sans-serif; 
	font-size: 15px; 
}

table.copyright a:link {
	color: #08662c;
	text-decoration: none;
	border-bottom: 1px dashed #08662c;
}

table.copyright a:visited {
	color: #08662c;
	text-decoration: none;
	border-bottom: 1px dashed #08662c;
}

table.copyright a:hover {
	color: #08662c;
	text-decoration: none;
	border-bottom: 1px solid #08662c;
}

table.copyright a:active {
	color: #08662c;
	text-decoration: none;
	border-bottom: 1px dashed #08662c;
}


table.topic {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

table.topic th{
	font-weight: bold;
	border-top: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}

table.topic td{
	border-top: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}

table.forum-reply {
	border-top: 1px dashed black;
	border-right: 1px dashed black;
	border: 1px dashed black;
	padding: 0px;
	font-style: italic;
	width: 100%;
}

table.forum-reply td {
	border: none;
}

table.calendar {
	border: 1px solid black;
}

table.calendar th {
	font-weight: bold;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	width: 150px;
	padding-left: 3px;
}

table.calendar td {
	border: 1px solid black;
	width: 150px;
	padding: 3px;
}


/** GALLERY **/
ul#gallery, #gallery ul{
/*Remove all spacings and bullets*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#gallery>li{
	float: left;
	padding: 10px;
	margin: 10px;
	width: auto;
	height: auto;
	border: 1px solid transparent;
}

ul#gallery>li ul{
	padding: .8em;
	margin-top: 50px; /*may be adjusted according to the dimension size of the thumbnail images*/
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 90%;
	max-width: 40%; /*prevent the popups from being too wide*/
	display: none;
	position: absolute;
}

ul#gallery>li ul li{
	margin-top: 2px; /*some spacing between the image data*/
}

ul#gallery>li:hover{
/*of course, the colors are customizable*/
	color: #369;
	background-color: transparent;
	border-color: #369;
}

ul#gallery>li:hover ul{
	display: block;
	list-style-type: none;
}

ul#gallery ul:before{
/*display the 'Image Information' at the top of the popups*/
	/*content: "Image Information";*/
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #999;
	display: block;
}

ul#gallery ul:after{
/*display the '(click to view the larger version of this image)' at the bottom of the popups*/
	/*content: "(click to view the larger version of this image)";*/
	font-size: 90%;
	text-align: right;
	border-top: 1px solid #999;
	display: block;
	margin-top: 1em;
}

ul#gallery img{
/*width and height may be adjusted according to the dimension size of the thumbnail images*/
	width: 80px;
	height: 80px;
	display: block;
}

img,a img{
/*Remove borders from images*/
	border: 0;
}

div.clear{
/*clear the floats*/
	clear: both;
} 

ul#gallery:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility:hidden;
}

/* CATALOG */
table.products td {
	border: 0px;
}

/* white alpha */
#alpha_white_div {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.alpha_divMacFFBGHack {background: url(/administracija/images/macFFBgHack.png) repeat;}
.alpha_white_BG {
  background-color:#fff;
  opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera */
  -moz-opacity: 0.5;  /*older Mozilla */
  opacity: 0.5; filter: alpha(opacity=50);
}

#alpha_white_window {
  position:absolute;
  padding: 4px;
  background: #fff;
  z-index: 102;
  color: #000;
  display:none;
  border: 3px solid #3a5265;
  text-align:left;
  top: 15px;
  left: 5%;
  width: 90%; 
  display: block;
}

#obvestilo-uporabnikom {
	z-index:1001; 
	position: absolute; bottom: 10px; right: 10px; 
	cursor: pointer;
	border: 2px solid red;
	background-color: #FFFFE0;
	color: black;
	padding: 10px;
	font-weight: bold;
}

/* TOOLTIP */
#dhtmlgoodies_tooltip {
	background-color: #EEE;
	text-align: left;
	border: 1px solid #000;
	position: absolute;
	display: none;
	z-index: 1002;
	padding: 10px;
	font-size: 0.9em;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

#dhtmlgoodies_tooltipShadow {
	position: absolute;
	background-color: #555;
	display: none;
	z-index: 1001;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
}

.cookiesnotification{
	background-color: white;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
    position:fixed;
    bottom:1px;
    width:100%; 
	font-family: Arial;
	color: #000;
	font-size: 12px;
	padding: 5px;
	z-index: 1010;
 } 
 