/*screen.css*/
html,body,blockquote,pre,abbr,acronym,address,code,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: none ;

	/*font-family: BakerSignet BT;*/
	font-size: 12px;
	color: #000;
	
}
/*
* {
    box-sizing: border-box;
}
*/
/* 
body { behavior:url("/css/csshover.htc"); }
body {
	color: #000000;
	background-color: #ffffff;
	font: Arial;
}
*/

/* Override stilovi za kompatibilnost */
.ui-menu { 
    width: 300px; 
    font-size: 1.125rem;
}

#glavnaForma {
    width: 100%;
} 

/* Mobile toggle dugmad */
.mobile-toggle {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--border-radius);
    padding: 8px 12px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: var(--transition);
    margin: 0 5px;
}

.mobile-toggle:hover {
    background: var(--secondary-color);
    transform: translateY(-1px);
}

.mobile-toggle.active {
    background: var(--accent-color);
}

/* Mobile navigation controls */
.mobile-nav-controls {
    padding: 10px 15px;
    background: var(--light-bg);
    border-bottom: 1px solid var(--border-color);
}

.mobile-nav-controls .mobile-toggle {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--border-radius);
    padding: 10px 15px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: var(--transition);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mobile-nav-controls .mobile-toggle:hover {
    background: var(--secondary-color);
    transform: translateY(-1px);
}

.mobile-nav-controls .mobile-toggle:active {
    transform: translateY(0);
}

/* Mobile collapsed states */
@media (max-width: 768px) {
    .mobile-nav-controls {
        display: block !important;
    }
    
    #navigacija.mobile-collapsed {
        max-height: 0 !important;
        overflow: hidden;
        padding: 0 !important;
        border: none;
        transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    }
    
    #navigacija:not(.mobile-collapsed) {
        transition: max-height 0.3s ease-in, padding 0.3s ease-in;
    }
    
    #reklame.mobile-collapsed {
        max-height: 0 !important;
        overflow: hidden;
        padding: 0 !important;
        border: none;
    }
}

/* Jednostavan override za horizontalni meni */
#header #primary_nav_wrap ul a {
    color: white !important;
    font-size: 1.125rem !important;
}

#header #primary_nav_wrap ul ul a {
    color: white !important;
}

/* Responzivni horizontalni meni */
@media (max-width: 768px) {
    #header #primary_nav_wrap ul a {
        font-size: 1rem !important;
        padding: 6px 12px !important;
    }
}

@media (max-width: 480px) {
    #header #primary_nav_wrap ul a {
        font-size: 0.9rem !important;
        padding: 5px 10px !important;
    }
}
#glavni_kontejner{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	background:#fff;	
}

#header {
	padding: 2px 0 2px;
}

#glavni_sadrzaj{
	clear:both;
	padding: 1px;
}
#navigacija{
	width:10%;
	float:left;
	font-size:10px;
}
#navigacija.navigacija-mobile{
	width:100% !important;
	float:left;
	font-size:10px;
}

/* Kada je levi meni otvoren, sakrij srednji sadržaj i reklame */
.levi-meni-otvoren #srednji_sadrzaj {
	display: none !important;
}

.levi-meni-otvoren #reklame {
	display: none !important;
}

#srednji_sadrzaj{
	width:70%;
	float:left;
}

#body_sadrzaj{
	width:100%;
	float:left;
	
}
#body_sadrzaj{
	width:100%;
	float:left;
	
}
#reklame{
	width:10%;
	background-color: cornsilk;
	float:left;
}

#sobaZaKonferenciju{
	overflow-y: scroll;
	bottom:0;
	right:0;
	width:320px;
	height:100px;
	float:right;
	display: flex; 
}

#footer {
	clear:both;
	font-size: 0.85em;
	margin-top: 40px;
}

#footer .footer-links {
	margin-left: -10px;
}

#footer .footer-links a {
	margin: 0 10px;
}


#homeheader {
	background-color: #FFFFFF;
	border: 1px solid black;
	width: 30%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	height:60px;
}

#header strong {
	color: #FCFEFF;
	display: block;
	font-size: 3em;
	font-weight: normal;
	margin: 0 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
}

 
td,th {
}


ul {
	list-style: none outside none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border:0;
}

caption,th,td {
	font-weight: normal;
	text-align: left;
}
/*
table,td,th {
	vertical-align: middle;
	border: 0;
}
*/
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

hr,div.hr {
	background: none repeat scroll 0 0 #D3D3D3;
	border: medium none;
	clear: both;
	height: 3px;
	margin: 1.5em 0;
}

.js-enabled hr {
	display: none;
}

#content p,#content table,#content-main ul,#content ol,#content dl {
	margin: 0 0 1em;
}

h1,h2,h3,h4,h5 {
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	margin: 2em 0 1em;
}

h1 {
	font-size: 2em;
	margin: 0 0 0.25em;
}

h2 {
	font-size: 1.58em;
}

h3 {
	font-size: 1.58em;
}

h4 {
	font-size: 1.58em;
}

h5 {
	font-size: 1.42em;
}


.align-left {
	float: left;
	margin: 0 20px 10px 0;
	padding: 1px;
}

.align-right {
	float: right;
	margin: 0 0 10px 20px;
	padding: 1px;
}

div.image {
	border: 1px solid #CCCCCC;
	margin: 1em 0;
	overflow: hidden;
	width: 389px;
}

#content-main div.image img {
	border: medium none;
	display: block;
}

div.image div.caption {
	margin: -1px 0 0;
	padding: 15px 20px;
}


#aside {
	margin-top: 1em;
}

#aside h2 {
	font-size: 1.3em;
	margin: 0 0 0.25em;
}

#aside ul {
	margin: 0 0 2em;
}

#feature {
	margin: 20px 0;
	position: relative;
}

#feature>div {
	border: 1px solid #CECCCC;
	height: 175px;
	margin: 0 -1px;
	overflow: hidden;
	position: relative;
	width: 620px;
}

#feature div.items {
	position: absolute;
	width: 20000em;
}

#feature div.items div {
	float: left;
}

#feature div.items img {
	border: medium none;
}

#feature .next,#feature .prev {
	cursor: pointer;
	display: block;
	font-size: 30px;
	line-height: 1;
	margin-top: -15px;
	position: absolute;
	right: -40px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	top: 50%;
}

#feature .prev {
	left: -35px;
	right: auto;
}

#feature a.disabled {
	color: #BBBBBB;
	cursor: auto;
}

.gallery {
	margin: 20px -10px;
	overflow: hidden;
}

.gallery div div {
	float: left;
	margin: 0 10px;
}

.gallery img {
	display: block;
	margin: 0 -1px;
}

a.print-preview {
	background: url("images/icon-print-preview.png") no-repeat scroll 0 0
		transparent;
	cursor: pointer;
	/* display: block;
   */
	line-height: 20px;
	margin: -42px 0 20px;
	padding: 0 0 0 35px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid;
	margin: 10px 0px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.errorblock {
	color: #000;
	background-color: #ffEEEE;
	border: 3px solid #ff0000;
	padding: 8px;
	margin: 16px;
}
.izborDatuma {
	background-color: #FFFFFF;
	border: 2px solid black;
	width: 30%;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 15px;
}
 .mytable { border-collapse: collapse; width:100%; /*  background-color:white; */ 
 } 
    .mytable-head { border:1px solid black;margin-bottom:0;padding-bottom:0; }
    .mytable-head td { border:1px solid black; }
    .mytable-body { border:1px solid black;border-top:0;margin-top:0;padding-top:0;margin-bottom:0;padding-bottom:0; }
    .mytable-body td { border:1px solid black;border-top:0;}
    .mytable-footer { border:1px solid black;border-top:0;margin-top:0;padding-top:0; }
    .mytable-footer td { border:1px solid black;border-top:0;}

    
input:focus {
    background-color: aqua;/*#eceac1; #eff5fa;*/
    font-size: 110%;
	border: 1px solid;
    
}
    
select:focus {
    background-color:#eceac1;/*#eff5fa;*/
}
    
textarea:focus {
    background-color:yellow; /*#eceac1;*//*#eff5fa;*/
}
    
button:focus {
    background-color:yellow; /*#eceac1;*//*#eff5fa;*/
}

.blurInputStil
{  /* OVO NE RADI JER INPUT:FOCUS GA GAZI */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #0000ff;
	background-color: lightblue;
	/*
	margin: 10px 0px;
	padding: 5px;
	background-image: url('../images/error.png');
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	*/
}
div.kursnaLista{
	position:relative;
	bottom:auto;/*150px;*/
	
	background-color:red; 
	width:100%; height:auto;
	
}
div.kursnaLista.tabelaKursnaLista{
	width:100%;
	
}
div.mojCopyRight{
position:relative;
bottom:auto;/*100px;*/ 
font-size: 14px; 
width:150px; 
background: #FFFFFF; 
padding-left:6px; 
padding-right:6px; 
padding-bottom:3px; 
padding-top:3px; 
border: 1px solid black; 
border-bottom-left-radius:10px; 
border-top-right-radius:10px; 
/* align:center;
*/
        			
}
.mojBottom{
	clear:both;
	width:400px;
	/*height:auto:
	  background-color:yellow;
	*/
	position:absolute;
	bottom:0px;
}

a img {
	border: medium none;
}


.style3 {
	font-size: 16px;
}

p,p a {
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
}

a {
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	color: #000;
	text-decoration: underline;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #F00;
}

a:hover, a:focus {
	text-decoration: none;
	color: #00CC00;
}

a:active {
	text-decoration: none;
	color: #FF99FF;
}

.style4 {
	color: #ccc
}


.btn {
	background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 8px;
    text-decoration: none;
    width: 100px;
}
.btn1 {
	background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #555555;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 8px;
    text-decoration: none;
}
a.btn:hover {
    background-color: #555555;
    border: 1px solid #555555;
    color: #ffffff;
}
a.btn {
    background-color: #c0c0c0;
    float: left;
    margin-left: 5px;
    text-align: center;
    width: 100px;
    color:#ff0000;
    
}

.btnSrednje {
	background-color: #cacaca;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 8px;
    text-decoration: none;
    width: 700px;
}
a.btnSrednje:hover {
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    color: #ffffff;
}
a.btnSrednje {
    background-color: #cacaca;
    float: left;
    margin-left: 5px;
    text-align: center;
    width: 700px;
}

div.glavnaTabela{
	clear:both;
    position:relative;
    border:0;
/*    left:0px; top: 25px;
*/
	background-color: #dddddd;
    box-shadow:4px 4px 3px #444444;
    padding: 10px;
    width:100%;
    height: auto;
    /*max-height:700px;
    */ 
    overflow-y: auto
	
}

div.gornja_povrsina {
	overflow: auto;
    background-color: #c0c0c0;
    clear: both;
    width:100%;
    height: auto;
    border: 0;
}

div.gornja_povrsina-content {
    overflow: auto;
    border: 0;
    height: auto;
    
}
div.gornja_povrsina-izabrana-firma{
	position:relative;
	width:auto;
	font-weight: bold;
	float:left;
	border: 0;
}
div.gornja_povrsina-izabrana-firma-nije-u-pdv{
	position:relative;
	width:auto;
	float:left;
	padding-right: 10px;
	border: 0;
}
div.gornja_povrsina-mfp{
	position:relative;
	float:left;
    width:30%;
/*
	align-items: left;
*/   
    height: auto;
    font-size: 12px;
    font-weight: bold;
    color:aqua;
    border: 0;
 
    
}

div#podnozjeIzborJezika{
	float:left;
	/*flush:*/
}

#validateTips{
  width:20em;
  position:absolute;
  top:0px; right:40px;
  z-index: 500;
  
}

div.izborJezika{
  position:relative;
  clear: both;
  width:100%;
  
  
  top:0; left:0px;
  margin-left:auto;
  padding-left:10px;
  height:5px;
  outline-color:red; 
  outline-width:0px;
  outline-style:solid;
/*  bottom : auto;

  font-color: blue;
*/  
  font-family: verdana;
  font-size: 0.8em;
  text-align:left;
   border:0;
/*	background:#cacaca;
	align:right;
*/
}
div.izborJezika:hover{
	 height:25px;
}div.izborJezika:hover .izborJezika-unutra{
	 display: block;
	 background-color: #ffFF00;
}
 .izborJezika-unutra{
	 display: none;
}

.jezik-btn {
	background-color: #ff80c0;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
    color: #555555;
    font-size: 12px;
    margin: 0px;
    padding: 8px;
    text-decoration: none;
    display:inline-block;
}
a.jezik-btn:hover {
    background-color: #ff0000;
    border: 0px solid #555555;
    color: #00ff00;
}

a.jezik-btn  {
    display:block;
    background-color: #c0c0c0;
    float: left;
    margin: 0px;
    text-align: center;
    width: auto;
    height:auto;
    color:#ff0000;
    
}
a.jezik-izbor  {
    display:block;
    background-color: #c0c0c0;
    float: left;
    margin: 0px;
    text-align: center;
    width: auto;
    height:auto;
    color:#ff0000;
}
.podaciOKorisniku{
	align-content:center;
	margin: 0;
    position: fixed;
    right:0;
    top: 30px;
    height: 30px;
    width:auto;
    margin: -1.5em 0 0 0;
    z-index: 1000;
    background: hsla(80, 90%, 40%, 0.7);
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: left;
    border: solid hsla(80, 90%, 40%, 0.5);
    border-right: none;
    padding: 0.1em 0.1em 0.5em 0.5em;
    box-shadow: 0 1px 1px black;
    border-radius: 3em 0.5em 0.5em 3em;

	
}

.podaciOKorisniku-dugme{
	right:0;
    position: relative;
    display: inline-block;
    color: white;
    padding: 1px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}
.podaciOKorisniku-dugme:hover{
	font-size:10px;	
}	
.podaciOKorisniku {
    z-index: 9999 !important;
}

.podaciOKorisniku-content {
	right:0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 10000 !important;
}
.podaciOKorisniku-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.podaciOKorisniku-content a:hover {background-color: #f1f1f1}

.podaciOKorisniku:hover .podaciOKorisniku-content {
    display: block;
}

.podaciOKorisniku:hover .podaciOKorisniku-dugme {
    background-color: #3e8e41;
}
.podaciOKorisniku:hover .podaciOKorisniku-content{
    
    display: inline-block;
}


/*	
	background: url("images/pismo.png") no-repeat scroll 0 0
		transparent;
	line-height: 20px;
	margin: -42px 0 20px;
	padding: 0 0 0 35px;
		
*/	
.pismoAdministratoru{
	
	cursor: pointer;
	
}
	
.center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    background-color: #b0e0e6;
}
.bocni-meni {
   position: fixed;
    right: 0;
    top: 50%;
    width: 8em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: hsla(80, 90%, 40%, 0.7);
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: left;
    border: solid hsla(80, 90%, 40%, 0.5);
    border-right: none;
    padding: 0.5em 0.5em 0.5em 2.5em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
}
.bocni-meni ul{
}
.bocni-meni li{
	 margin: 0 
}

/* deo za bojenje checkbox polja*/
div.label {
  margin: 0;
  padding: 0;
  margin-left: 20px;
/*  font-size: 100%;

  font-weight: bold;
  */
}

ul.checkbox   {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  list-style: none;
}

ul.checkbox li input {
  margin-right: .25em;
}


ul.checkbox li {
  border: 1px transparent solid;
}

ul.checkbox li:hover,
ul.checkbox li.focus  {
  background-color: green;
  border: 2px gray solid;
 /* width: 10em;*/
} 
/* kraj bojenja checkbox-a*/

#toPrint{
	width:auto;
	
}
#izvestajForma{
	width:1024px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	
}
#wait_loading{
position:absolute;
z-index:1;
border:3px double #999;
background:#E9A5F1;
color:black;
width:300px;
height:300px;
margin-top:-150px;
margin-left:-150px;
top:50%;
left:50%;
text-align:center;
line-height:80px;
font-family:"Trebuchet MS", verdana, arial,tahoma;
font-size:18pt;
}
.nazad_stampaj{
	margin: 0;
    position: fixed;
    top: 150px;
    right: 0px;
    width: auto;
    margin: 1em 0 0 0;
    z-index: 15;
    background: hsla(80, 90%, 40%, 0.7);
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: left;
    border: solid hsla(80, 90%, 40%, 0.5);
    border-right: none;
    padding: 0.1em 0.1em 0.5em 0.5em;
    box-shadow: 0 1px 1px black;
    border-radius: 3em 0.5em 0.5em 3em;
	
}

 .gKtable { border-collapse: collapse; width:100%;  border:1px solid black;/*  background-color:white; */ 
 } 
    .gKtable-head th{ font-size:1em; border:1px solid black;margin-bottom:0;padding-bottom:0;     }
    .gKtable-head td {font-size:1em; border:1px solid black; }
    .gKtable-body { border:1px solid black;border-top:0;margin-top:0;padding-top:0;margin-bottom:0;padding-bottom:0; }
    .gKtable-body td {font-size:1em;  border:1px solid black;border-top:0;}
    .gKtable-footer { border:1px solid black;border-top:0;margin-top:0;padding-top:0; }
    .gKtable-footer td { border:1px solid black;border-top:0;}

.tabelaGlavnaKnjiga{
	border-collapse: collapse; width:100%;
	border: 3px solid black; 
	width: 100%;   
	margin-bottom:0;padding-bottom:0;
	vertical-align: middle;
 } 
    .tabelaGlavnaKnjiga-head {  border:1px solid black ;padding-top:0;margin-bottom:0;padding-bottom:0; }
    .tabelaGlavnaKnjiga-head th { border:1px solid black ;font-size:1.2em;}
    .tabelaGlavnaKnjiga-body { border:1px solid black ;padding-top:0;margin-bottom:0;padding-bottom:0; }
    .tabelaGlavnaKnjiga-body td { border:1px solid black ;font-size:1.2em;}

/* User Menu Expanded stilovi */
#navigacija.user-menu-expanded {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 300px !important;
    z-index: 1000 !important;
    background-color: #f8f9fa !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    border: 2px solid #007bff !important;
    margin-bottom: 10px !important;
}

/* Kada je user menu aktivan, sakrij samo srednji sadržaj - REKLAME OSTAJU! */
#glavni_kontejner.user-menu-active #srednji_sadrzaj {
    display: none !important;
}

/* REKLAME (zeleni div) uvek ostaju vidljive! */

/* Povećanje z-index za header da ostane na vrhu, ali ispod Flexigrid dropdown-a */
#header {
    position: relative !important;
    z-index: 500 !important;
}


