@media print {
body {-webkit-print-color-adjust: exact;}

}

.pagebreak {
    height: 3000px !important;
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans);

.searchArea{width:80%;float:right;margin-top: 3px;}
.span-5 {width:20%;}
.mainContent{/*min-height:600px;*/}
.leftContent{width:20%;font-family: 'PT Sans', sans-serif;height:80vh;   
    overflow-y: auto;position: fixed;z-index:99;background:#fff;}
.scrollTops{top:0;}

@media only screen and (max-width: 1024px) {
#topBanner{display:none !important ;
}
}



#logoTitleAdd{padding-left:17px; display: none;}
.footerText{text-align:center;padding:0 20%;margin-top:50px;font-family: 'Poppins', sans-serif !important;font-size:12px;}
.footerHeading{color:#3C9DFE;}
.titleBackground{background:transparent !important; font-weight: bold;}
.footerLeft{float:left;width:20%;}
.footerRight {
  float: right;
  width: 80%;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 13px;
  padding: 8px 0;
  color: #00698c;
  background: transparent;
  position: absolute;
  left: 20%;
  bottom: -70px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: 'Poppins', sans-serif !important;
}

.footerRight a {
	
	color: #3c9dfe !important;
	padding-right: 5px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif !important;
}

.footerRight img{
  height: 45px;
  padding-left: 10px;
}


.rightContent{padding:4%;width:80%;min-height:100vh;border:1px solid #cdcdcd;font-family: 'Poppins', sans-serif !important; border-radius: 15px;}
.leftContent .mainGroups{display:none;}
.spanTitle {
	font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    margin-bottom: 15px;
	margin-top:15px;
	font-weight: bold
}
.searchTitle {
    font-family: "PT Sans",sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}
.mainGroups{display:none;}
.printbtn{font-size: 16px;
    font-weight: bold;
    padding-left: 50px;
	}
.fieldsgroup {
	font-family: 'Poppins', sans-serif !important;
    margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
}
.downloadImg{}
.downloadImg:hover{cursor:pointer;}
.LogoArea{text-align:center;}
#art-fulltext{
font-size:16px;
-webkit-print-color-adjust:exact !important;
}



div#spinner
{
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(spinner.gif) no-repeat center;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    // border:1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
	background-size: contain;

}
/*tabs css*/
.tabs-menu { 
	font-family: pt sans;
	font-style: normal;
	font-weight: 400;
    float: left;
    clear: both;
}

.tabs-menu li,#tab-l-list li,#tab-2 li {
    
    float: left;
    margin-right: 10px;
    /*
	height: 30px;
    line-height: 30px;
	background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;*/
    list-style:none;
  	
}

.tabs-menu li.current {
    position: relative;
	background-color: #F6F6F6;
	border-top: 5px solid #00698c;
	z-index: 5;
	border-left: 1px solid rgb(237, 237, 237) !important;
}

.tabs-menu li a {
    padding: 10px;    
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #ededed;
	background-color: #F6F6F6;
    float: left;
    margin-bottom: 10px;
    width: 98%;
	padding:9px 0 9px 0;
	border-radius: 15px;
}

.tab-content {
    width: 100%;
    padding: 5px;
    display: none;
}

#tab-1 {
 display: block;   
}
#tab-1 li,#tab-2  li{
 margin-bottom:15px;   
}
#searchInput{overflow:hidden;}
#tab-1,#searchFilter,#searchFilter2{font-size:14px;}
ul#navigation {list-style:none;position:relative; z-index:2;top:2px;display:table;margin:10px 0 0 0;}
ul#navigation li {float:left;margin:0 !important;}
ul#navigation li:hover {background:#D2E8FF;}
ul#navigation li a {color:#222;display:block;padding:6px 15px;text-decoration:none;border-right:1px solid #3A77BC;border-top: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;;margin:0;}
ul#navigation li a.selected {border-bottom:1px solid #fff;color:#344385;background:#fff;}
li.tabbackground{background:#fff;border-left: 1px solid #EDEDED !important;}
.mainLogo{text-align:center;margin-top:35px;display:table;margin:auto;}
.footerRow{font-family: pt sans;margin-top:30px;font-size:12px;}
.footerSpan{float:left;padding:0 10px 0 10px;}
/*select box*/


.styled-select select {
   background: transparent;
   border: none;
   font-size: 11px;
   height: 32px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   
}

.styled-select {
  
   height: 32px;
   overflow: hidden;
   width:150px;
   
}
.semi-square {
	background:#fff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   /*border-radius: 5px;*/
   border: 1px solid #EDEDED;
   margin-left: 10px;
   margin-right: 10px;
}
.brojWidth{width:250px;}
.secondseItem{width:175px;}
.blue select    { color: #fff; }
.black select   { color: #fff; }
.textbox { 
    font-family:Droid,Droid Sans,sans-serif !important;
    /*border: 1px outset #FFA5A5 !important;*/ 
    outline:0; 
    height:32px; 
    padding:5px 0 5px  5px !important; 
	width:300px !important;
	font-family: 'PT Sans', sans-serif !important;
    border: 1px solid #9FCEFF !important;
}
  } 
#btnSearch{margin:0 !important;
 background: #ccc url("search.png") no-repeat scroll 0 0; 
    width: 35px;
	height:32px;
}

/*title*/
.docTitle{color: #0080FF;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #ccc;
	font-family: 'Poppins', sans-serif !important;
	}
.docTitle:hover{cursor:pointer;
background:transparent;
}
.art-issue {
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
    text-align: left;
}
.art-title {
    border-bottom: 1px solid #333;
    font-size: 26px;
	font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
	margin-bottom:10px;
	color: #00698c;
	padding-top:20px;
	font-family: 'Poppins', sans-serif !important;
}
#rightContent .mainGroups{display:inline;}
.sadrajBroj{
	position: absolute; top: 227px; display: inline;
}
.mainGroups1{margin-right: 22%; margin-left: 25%; display: inline;}
.mainGroups3{float: right; margin-right: 20px; display: inline;}




/*Responsive Block*/

@media only screen and (max-width: 1024px) {
ul#navigation li a{
    padding: 6px 114px;
}


}

@media only screen and (max-width: 800px) {

.LogoArea { 
    margin: 10px 0; 
    text-align: center;
    width: 100%;
}

.small-12 > img {
    display: none;
}

.brojWidth {
    width: 193px;
    margin-top: 0px;
}

.searchArea{
    width: 100%;
}

/*ul#navigation li a{
    padding: 6px 26px;
}*/

.leftContent {
    width: 100%;
    padding-top: 10px;
    font-family: 'PT Sans', sans-serif;
    height: auto;
    overflow-y: auto;
    position: relative;
    z-index: 0;
    background: #ffffff;
}

.rightContent {
    width: 100%;
    min-height: auto;
    border-left: 0px solid #0080FF;
    position: relative;

}
.footerRight{left:0;width:100%;padding:3px 0;}

}
@media only screen and (max-width: 1400px) {
	.mainLogo img{
		width:350px;
	}
}
@media only screen and (max-width: 1000px){
#sadraj{display:none;}
	
}
@media only screen and (max-width: 787px) {
	#logoTitleAdd{display:none;}
}
@media only screen and (max-width: 730px) {
	.mainContent{
		min-height:auto;
	}

ul#navigation li a{
    padding: 6px 20px;
}

}


@media only screen and (max-width: 600px) {
.mainContent{
		min-height:auto;
	}
.footerSpanOne{
	display:none;
}
#GenPdf{display:none;}
#proracun{display:none;}
ul#navigation li a{
    padding: 6px 6px;
}
.sadrajBroj{
		position:relative !important;display:block;float:left;top:0;
	}
#rightContent .mainGroups {
	display:block;
	margin:0;
}
.mainGroups1 {
	display:block;
	margin:0;
}
.mainGroups2 {
	display:block;
	margin:0;
}
.mainGroups3 {
	display:block;
	margin:0;
}		

}


@media only screen and (max-width: 569px){
.mainContent{
		min-height:auto;
	}
	.footerSpanOne{
	display:none;
}
#logoTitleAdd{
	display:none;
}
.footerSpan{
	border:none !important;
}
#GenPdf{display:none;}
#proracun{display:none;}
ul#navigation li a{
    padding: 6px 6px;
}
.sadrajBroj{
		position:relative !important;top:0;
		display:block;
		float:left;
	}
#rightContent .mainGroups {
	display:block;
	margin:0;
}
.mainGroups1 {
	display:block;
	margin:0;
}
.mainGroups2 {
	display:block;
	margin:0;
}	
.mainGroups3 {
	display:block;
	margin:0;
}

.rightContent{
min-height:auto !important;}
}


@media only screen and (max-width: 480px){
.mainContent{
		min-height:auto;
	}
	.footerSpanOne{
	display:none;
}
#logoTitleAdd{
	display:none;
}
.footerSpan{
	border:none !important;
}
#GenPdf{display:none;}
#proracun{display:none;}
ul#navigation li a{
    padding: 6px 22px;
}
.sadrajBroj{
		position:relative !important;top:0;
		display:block;
		float:left;
	}
#rightContent .mainGroups {
	display:block;
	margin:0;
}
.mainGroups1 {
	display:block;
	margin:0;
}
.mainGroups2 {
	display:block;
	margin:0;
}
.mainGroups3 {
	display:block;
	margin:0;
}	
.rightContent{
min-height:auto !important;}

}

@media only screen and (max-width: 320px){
.mainContent{
		min-height:auto;
	}
	.footerSpanOne{
	display:none;
}
#logoTitleAdd{
	display:none;
}
.footerSpan{
	border:none !important;
}
#GenPdf{display:none;}
#proracun{display:none;}
ul#navigation li a{
    padding: 6px 6px;
}
.sadrajBroj{
		position:relative !important;top:0;
		display:block;
		float:left;
	}
#rightContent .mainGroups {
	display:block;
	margin:0;
}
.mainGroups1 {
	display:block;
	margin:0;
}
.mainGroups2 {
	display:block;
	margin:0;
}	
.mainGroups3 {
	display:block;
	margin:0;
}

.rightContent{
min-height:auto !important;}
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    display: none !important;
   
}

.proracun {
font-size:12px;

}

/*CUSTOM OVERRIDE*/

#searchFilter, #searchFilter2 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
}

.tabs-menu li, #tab-l-list li, #tab-2 li {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
	font-weight: bold;
}

/*input[type="submit"], button {
    margin: 0px;
    background: url(search.png);
    padding-right: 20px;
    padding-bottom: 8px;
}
*/
#btnSearch {
    margin: 0px;
    background: url(search.png);
    padding-right: 20px;
    padding-bottom: 8px;
}





/*Meridies*/
.vrh-plavi{
    text-align: center;
    font-size: 13px;
    color: #00698c;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif !important;
	font-weight: bold;

	
}


/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
  margin-bottom:15px;
}















/*----------------------------------------------------------------------
	Broj 13 proračun - 2016
----------------------------------------------------------------------*/

.htmldw1607191054160B{;background-color:#ffffff; empty-cells:hide}
.htmldw1607191054160C{}
.htmldw1607191054160D{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607191054160E{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607191054160F{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160719105416010{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105416011{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160719105416014{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw160719105416016{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105416017{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105416018{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16071910541601B{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16071910541601D{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16071910541601E{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105416023{}
.htmldw160719105416024{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105416025{;background-color:#ffffff; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105416026{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16071910541602A{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607191054160FE{;background-color:#ecfdfb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607191054160102{;background-color:#ecfdfb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw1607191054160104{;background-color:#ffffff; empty-cells:hide}
.htmldw1607191054160105{}
.htmldw1607191054160106{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607191054160107{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607191054160108{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607191054160109{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160719105416010B{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw160719105416010C{}
.htmldw160719105416010D{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105416010F{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607191054160111{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607191054160179{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105416017A{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw160719105473817E{;background-color:#ffffff; empty-cells:hide}
.htmldw160719105473817F{}
.htmldw1607191054738180{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607191054738181{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607191054738182{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607191054738183{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607191054738184{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607191054738187{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607191054738189{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105473818A{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105473818B{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160719105473818E{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607191054738190{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607191054738191{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607191054738196{}
.htmldw1607191054738197{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607191054738198{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607191054738199{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160719105473819D{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16071910547382D9{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw16072011285822DF{;background-color:#ffffff; empty-cells:hide}
.htmldw16072011285822E0{}
.htmldw16072011285822E1{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16072011285822E2{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16072011285822E3{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16072011285822E4{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16072011285822E6{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16072011285822E7{}
.htmldw16072011285822E8{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16072011285822EA{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16072011285822EC{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607201128582360{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201128582361{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw1607201130317405{;background-color:#ffffff; empty-cells:hide}
.htmldw1607201130317406{}
.htmldw1607201130317407{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201130317408{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201130317409{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720113031740A{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720113031740B{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720113031740E{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201130317410{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201130317411{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201130317412{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607201130317415{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607201130317417{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201130317418{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720113031741D{}
.htmldw160720113031741E{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720113031741F{;background-color:#ffffff; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201130317420{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201130317424{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607201130317450{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw1607201130598455{;background-color:#ffffff; empty-cells:hide}
.htmldw1607201130598456{}
.htmldw1607201130598457{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201130598458{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201130598459{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720113059845A{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720113059845C{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw160720113059845D{}
.htmldw160720113059845E{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201130598460{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607201130598462{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720113059846A{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720113059846B{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw160720113086346F{;background-color:#ffffff; empty-cells:hide}
.htmldw1607201130863470{}
.htmldw1607201130863471{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201130863472{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201130863473{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201130863474{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607201130863476{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201130863477{}
.htmldw1607201130863478{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720113086347A{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720113086347C{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607201130863484{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201130863485{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw1607201329879B{;background-color:#ffffff; empty-cells:hide}
.htmldw1607201329879C{}
.htmldw1607201329879D{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201329879E{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201329879F{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720132987910{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720132987911{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720132987914{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw160720132987916{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720132987917{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720132987918{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16072013298791B{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16072013298791D{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16072013298791E{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720132987923{}
.htmldw160720132987924{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720132987925{;background-color:#ffffff; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720132987926{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16072013298792A{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16072013298792E{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw160720133005134{;background-color:#ffffff; empty-cells:hide}
.htmldw160720133005135{}
.htmldw160720133005136{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw160720133005137{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw160720133005138{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720133005139{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16072013300513B{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16072013300513C{}
.htmldw16072013300513D{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16072013300513F{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720133005141{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720133005143{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720133005144{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw1607201342863B{;background-color:#ffffff; empty-cells:hide}
.htmldw1607201342863C{}
.htmldw1607201342863D{;background-color:#c6fdeb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201342863E{;background-color:#c7f0fc; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201342863F{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720134286312{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720134286313{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720134286314{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw160720134286316{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720134286317{;COLOR:#800000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720134286318{;background-color:#00ffff; COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720134286319{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720134286321{;background-color:#c4fdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720134286328{;COLOR:#800080;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:italic;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720134286329{;COLOR:#800080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:italic;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16072013428632F{}
.htmldw160720134286331{;background-color:#c0dcc0; COLOR:#000080;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720134286332{;background-color:#c0dcc0; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16072013428633A{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16072013428633D{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720134286346{;background-color:#ddffeb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16072013428634D{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720134286350{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720134286330DE{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw16072013336453122{;background-color:#ffffff; empty-cells:hide}
.htmldw16072013336453123{}
.htmldw16072013336453124{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16072013336453125{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16072013336453126{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16072013336453127{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16072013336453129{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1607201333645312A{}
.htmldw1607201333645312B{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1607201333645312D{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1607201333645312F{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw160720133364531A3{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw160720133364531A4{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}




/*----------------------------------------------------------------------
	Broj 20 proračun - 2016
----------------------------------------------------------------------*/

.htmldw1610181001479D{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1610181001479E{}
.htmldw1610181001479F{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161018100147910{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161018100147911{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161018100147912{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161018100147916{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161018100147919{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810014791A{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018100147921{;background-color:#dcfecd; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018100147922{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018100147929{;background-color:#c7f0fc; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810014792A{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810014792B{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018100147931{}
.htmldw1610181001479288{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw16101812569185C30{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw16101812569185C31{}
.htmldw16101812569185C32{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16101812569185C33{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16101812569185C34{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16101812569185C35{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101812569185C38{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16101812569185C3A{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16101812569185C3C{}
.htmldw16101812569185C3D{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101812569185CDE{;background-color:#eefdb0; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw161018100443028F{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1610181004430290{}
.htmldw1610181004430291{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1610181004430292{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1610181004430293{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1610181004430294{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161018100443029A{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018100443029B{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810044302A2{;background-color:#dcfecd; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810044302A3{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810044302AA{;background-color:#c6fdeb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810044302AB{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810044302B1{}
.htmldw161018100443064A{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw1610181005281651{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1610181005281652{}
.htmldw1610181005281653{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1610181005281654{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1610181005281655{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1610181005281656{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161018100528165A{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161018100528165D{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018100528165E{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018100528165F{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181005281660{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1610181005281666{;background-color:#dcfecd; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181005281667{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018100528166F{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181005281670{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181005281677{}
.htmldw1610181005281678{;background-color:#c6fdeb; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181005281679{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810052816C8{;background-color:#eefdb0; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw16101810062666CF{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw16101810062666D0{}
.htmldw16101810062666D1{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16101810062666D2{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16101810062666D3{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16101810062666D4{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16101810062666D9{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16101810062666DB{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810062666DC{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810062666DD{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810062666E4{;background-color:#dcfecd; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810062666E5{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810062666ED{;background-color:#c6fdeb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810062666EE{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101810062666F5{}
.htmldw1610181006266702{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw16101811353802C{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw16101811353802D{}
.htmldw16101811353802E{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16101811353802F{;background-color:#dafafa; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018113538030{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018113538031{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018113538032{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161018113538033{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161018113538038{;COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811353803A{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16101811353803E{}
.htmldw161018113538041{;background-color:#c4fdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018113538042{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1610181135380139{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161018113538013E{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Arial", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}

.htmldw1610181138219140{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1610181138219141{}
.htmldw1610181138219142{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1610181138219143{;background-color:#dafafa; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181138219144{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181138219145{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181138219146{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1610181138219147{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181138219148{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161018113821914D{;COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018113821914F{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1610181138219156{;background-color:#c4fdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018113821915D{;background-color:#dafafa; COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181138219163{}
.htmldw1610181138219167{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16101811382191A43{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811382191A44{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16101811382191A48{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Arial", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}

.htmldw16101811432481A4A{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw16101811432481A4B{}
.htmldw16101811432481A4C{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16101811432481A4D{;background-color:#dafafa; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A4E{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A4F{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A50{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16101811432481A51{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A52{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16101811432481A57{;COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A59{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16101811432481A60{;background-color:#c4fdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A66{;COLOR:#800080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:italic;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A6C{}
.htmldw16101811432481A6E{;background-color:#c0dcc0; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A76{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A79{;background-color:#a6caf0; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A81{;background-color:#dafafa; COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432481A8B{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16101811432485B2D{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16101811432485B2E{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw1610181412766C{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1610181412766D{}
.htmldw1610181412766E{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1610181412766F{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161018141276610{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161018141276611{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161018141276614{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161018141276616{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161018141276618{}
.htmldw161018141276619{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1610181412766BA{;background-color:#eefdb0; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}




/*----------------------------------------------------------------------
	Broj 22 proračun -tocka 2 - 2016
----------------------------------------------------------------------*/

.htmldw1612070926085B{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1612070926085C{}
.htmldw1612070926085D{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070926085E{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070926085F{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207092608512{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092608513{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207092608514{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207092608516{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092608517{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092608518{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709260851B{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709260851D{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709260851E{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092608523{}
.htmldw161207092608524{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092608525{;background-color:#ffffff; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092608526{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092608527{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709260852A{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070926085FE{;background-color:#ecfdfb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070926085102{;background-color:#ecfdfb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw1612070926043104{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1612070926043105{}
.htmldw1612070926043106{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070926043107{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070926043108{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207092604310A{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092604310B{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207092604310C{}
.htmldw161207092604310D{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092604310F{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070926043111{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070926043173{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070926043174{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw1612070927168178{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1612070927168179{}
.htmldw161207092716817A{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207092716817B{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207092716817C{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207092716817F{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070927168180{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070927168181{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070927168183{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070927168184{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070927168185{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070927168188{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207092716818A{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092716818B{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070927168190{}
.htmldw1612070927168191{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070927168192{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070927168193{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070927168194{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070927168197{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709271682D3{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw16120709280032D9{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw16120709280032DA{}
.htmldw16120709280032DB{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16120709280032DC{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16120709280032DD{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709280032E0{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709280032E1{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709280032E2{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16120709280032E4{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709280032E5{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709280032E6{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709280032E9{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709280032EB{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709280032EC{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709280032F1{}
.htmldw16120709280032F2{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709280032F3{;background-color:#ffffff; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709280032F4{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709280032F5{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709280032F8{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070928003324{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw1612070928343329{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw161207092834332A{}
.htmldw161207092834332B{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207092834332C{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207092834332D{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070928343330{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070928343331{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070928343332{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070928343334{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070928343335{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070928343336{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070928343339{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207092834333B{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207092834333C{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070928343341{}
.htmldw1612070928343342{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070928343343{;background-color:#ffffff; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070928343344{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070928343345{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070928343348{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207092834334C{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw1612070930669352{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1612070930669353{}
.htmldw1612070930669354{;background-color:#c6fdeb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070930669355{;background-color:#c7f0fc; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070930669356{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070930669357{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070930669359{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207093066935A{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207093066935B{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207093066935D{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207093066935E{;COLOR:#800000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207093066935F{;background-color:#00ffff; COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070930669360{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070930669368{;background-color:#c4fdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207093066936F{;COLOR:#800080;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:italic;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070930669370{;COLOR:#800080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:italic;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070930669376{}
.htmldw1612070930669378{;background-color:#c0dcc0; COLOR:#000080;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070930669379{;background-color:#c0dcc0; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070930669381{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070930669384{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207093066938D{;background-color:#ddffeb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070930669394{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070930669395{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709306693811{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw16120709335303818{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw16120709335303819{}
.htmldw1612070933530381A{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070933530381B{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070933530381C{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070933530381E{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070933530381F{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16120709335303820{}
.htmldw16120709335303821{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709335303823{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709335303825{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709335303899{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070933530389A{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}




/*----------------------------------------------------------------------
	Broj 22 proračun - tocka 5 - 2016
----------------------------------------------------------------------*/



.htmldw161207080898310{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw161207080898311{}
.htmldw161207080898312{;background-color:#a6caf0; COLOR:#000000;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207080898313{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207080898314{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207080898315{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207080898316{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207080898318{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120708089831B{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120708089831C{;background-color:#fcfed6; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120708089831D{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120708089831E{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207080898322{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207080898323{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207080898324{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207080898329{}
.htmldw16120708089832A{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120708089832B{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207080898310B{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207080898310C{;background-color:#ddffeb; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207080898310D{;background-color:#ddffeb; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw1612070809677112{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1612070809677113{}
.htmldw1612070809677114{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070809677115{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070809677116{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070809677117{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070809677118{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070809677119{}
.htmldw161207080967711A{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207080967711C{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207080967711D{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207080967716F{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070809677170{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw1612070810388173{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1612070810388174{}
.htmldw1612070810388175{;background-color:#a6caf0; COLOR:#000000;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070810388176{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070810388177{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070810388178{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070810388179{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207081038817A{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207081038817B{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207081038817E{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207081038817F{;background-color:#fcfed6; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070810388180{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070810388181{;COLOR:#000080;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070810388182{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070810388185{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070810388186{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070810388187{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207081038818C{}
.htmldw161207081038818D{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207081038818E{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120708103882D0{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120708103882D1{;background-color:#ddffeb; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120708103882D2{;background-color:#ddffeb; COLOR:#000080;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120708103882D3{;background-color:#ddffeb; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw1612070945100C{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1612070945100D{}
.htmldw1612070945100E{;background-color:#a6caf0; COLOR:#000000;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070945100F{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207094510010{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207094510011{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207094510012{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207094510013{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207094510017{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207094510018{;background-color:#fcfed6; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207094510019{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709451001A{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709451001E{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709451001F{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207094510020{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207094510025{}
.htmldw161207094510026{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207094510027{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709451005A{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw16120709466015F{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw161207094660160{}
.htmldw161207094660161{;background-color:#a6caf0; COLOR:#000000;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207094660162{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207094660163{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207094660164{;COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207094660165{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207094660166{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709466016A{;background-color:#fcfed6; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709466016B{;background-color:#fcfed6; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709466016C{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709466016D{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207094660171{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207094660172{;background-color:#caffcb; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207094660173{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207094660178{}
.htmldw161207094660179{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709466017A{;COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207094660183{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207094660188{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Arial", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}


.htmldw16120709514218A{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw16120709514218B{}
.htmldw16120709514218C{;background-color:#ffffff; COLOR:#000080;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw16120709514218E{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709514218F{;background-color:#ffffff; COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207095142190{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207095142191{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207095142192{;background-color:#ffffff; COLOR:#000000;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207095142193{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207095142197{;background-color:#ddffeb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207095142198{;background-color:#ddffeb; COLOR:#800000;FONT:12pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207095142199{;background-color:#ddffeb; COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120709514219A{;background-color:#ddffeb; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709514219B{;background-color:#ddffeb; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120709514219C{;background-color:#ddffeb; COLOR:#000080;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421A0{;background-color:#cef4fd; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070951421A1{;background-color:#cef4fd; COLOR:#000080;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421A2{;background-color:#cef4fd; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421A3{;background-color:#cef4fd; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421A4{;background-color:#cef4fd; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421A5{;background-color:#cef4fd; COLOR:#000080;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421A9{;background-color:#def7a6; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612070951421AA{;background-color:#def7a6; COLOR:#000080;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421AB{;background-color:#def7a6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421AC{;background-color:#def7a6; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421AD{;background-color:#def7a6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421AE{;background-color:#def7a6; COLOR:#000080;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421B2{;background-color:#fdf4bb; COLOR:#000080;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421B4{;background-color:#fdf4bb; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421B5{;background-color:#fdf4bb; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421B6{;background-color:#fdf4bb; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421B7{;background-color:#fdf4bb; COLOR:#000080;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421BB{;background-color:#ddecf4; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421BC{;background-color:#ddecf4; COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421BE{;background-color:#ddecf4; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421BF{;background-color:#ddecf4; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421C0{;background-color:#ddecf4; COLOR:#000080;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421C3{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421C5{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421C6{;background-color:#ffffff; COLOR:#000080;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421C7{;background-color:#ffffff; COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1612070951421C8{;background-color:#ffffff; COLOR:#000080;FONT:7pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421C9{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1612070951421CA{;background-color:#ffffff; COLOR:#000080;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}


.htmldw1612071125255C{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1612071125255D{}
.htmldw1612071125255E{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612071125255F{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207112525510{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207112525511{;COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207112525512{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161207112525513{}
.htmldw161207112525514{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207112525516{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207112525517{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161207112525573{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161207112525574{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw1612090806905B{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1612090806905C{}
.htmldw1612090806905D{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612090806905E{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1612090806905F{;background-color:#ddffeb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw161209080690510{;background-color:#ddffeb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161209080690511{;background-color:#ddffeb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161209080690514{}
.htmldw161209080690515{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw161209080690517{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw161209080690519{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw16120908069058D{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw16120908069058E{;background-color:#ecfdfb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

/*Glasnik 5-2017*/

.htmldw1702240918542C{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1702240918542D{}
.htmldw1702240918542E{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1702240918542F{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw170224091854210{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw170224091854211{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw170224091854215{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw170224091854218{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224091854219{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224091854220{;background-color:#dcfecd; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224091854221{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224091854228{;background-color:#c7f0fc; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224091854229{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409185422A{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224091854230{}
.htmldw170224091854229A{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw17022409205492A1{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw17022409205492A2{}
.htmldw17022409205492A3{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw17022409205492A4{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw17022409205492A5{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw17022409205492A6{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409205492A9{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw17022409205492AB{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw17022409205492AD{}
.htmldw17022409205492AE{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240920549356{;background-color:#eefdb0; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw170224092041335C{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw170224092041335D{}
.htmldw170224092041335E{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw170224092041335F{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1702240920413360{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1702240920413361{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1702240920413367{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240920413368{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224092041336F{;background-color:#dcfecd; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240920413370{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240920413377{;background-color:#c6fdeb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240920413378{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224092041337E{}
.htmldw1702240920413731{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw1702240922496738{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1702240922496739{}
.htmldw170224092249673A{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw170224092249673B{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw170224092249673C{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw170224092249673D{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1702240922496741{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1702240922496744{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240922496745{;background-color:#fcfed6; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240922496746{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240922496747{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw170224092249674D{;background-color:#dcfecd; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224092249674E{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240922496756{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240922496757{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224092249675E{}
.htmldw170224092249675F{;background-color:#c6fdeb; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240922496760{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409224967AF{;background-color:#eefdb0; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw17022409228757B6{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw17022409228757B7{}
.htmldw17022409228757B8{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw17022409228757B9{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw17022409228757BA{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw17022409228757BB{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw17022409228757C0{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw17022409228757C2{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409228757C3{;background-color:#fcfed6; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409228757C4{;COLOR:#000000;FONT:6pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409228757CB{;background-color:#dcfecd; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409228757CC{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409228757D4{;background-color:#c6fdeb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409228757D5{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409228757DC{}
.htmldw17022409228757F2{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw170224092447090D{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw170224092447090E{}
.htmldw170224092447090F{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1702240924470910{;background-color:#dafafa; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240924470911{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240924470912{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240924470913{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1702240924470914{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1702240924470919{;COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224092447091B{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw170224092447091F{}
.htmldw1702240924470922{;background-color:#c4fdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240924470923{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1702240924470A1A{;background-color:#ffffff; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw1702240924470A1F{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Arial", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}

.htmldw1702240931612C{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw1702240931612D{}
.htmldw1702240931612E{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw1702240931612F{;background-color:#dafafa; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224093161210{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224093161211{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224093161212{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw170224093161213{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224093161214{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw170224093161219{;COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409316121B{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw170224093161222{;background-color:#c4fdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224093161229{;background-color:#dafafa; COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409316122F{}
.htmldw170224093161233{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw17022409316121A2C{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409316121A2D{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw17022409316121A31{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Arial", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}

.htmldw17022409376031A33{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw17022409376031A34{}
.htmldw17022409376031A35{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw17022409376031A36{;background-color:#dafafa; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A37{;background-color:#caffcb; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A38{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A39{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw17022409376031A3A{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A3B{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw17022409376031A40{;COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A42{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw17022409376031A49{;background-color:#c4fdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A4F{;COLOR:#800080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:italic;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A55{}
.htmldw17022409376031A57{;background-color:#c0dcc0; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A5F{;COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A62{;background-color:#a6caf0; COLOR:#000080;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A6A{;background-color:#dafafa; COLOR:#800000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376031A74{;COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw17022409376036005{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw17022409376036006{;background-color:#eefdb0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}

.htmldw170224094544160C6{;background-color:#ffffff; empty-cells:hide; border-collapse:separate;}
.htmldw170224094544160C7{}
.htmldw170224094544160C8{;background-color:#a6caf0; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:bold;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw170224094544160C9{;background-color:#dafafa; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw170224094544160CA{;background-color:#caffcb; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:center;BORDER-STYLE:none}
.htmldw170224094544160CB{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw170224094544160CE{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw170224094544160D0{;background-color:#ffffff; COLOR:#000000;FONT:8pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}
.htmldw170224094544160D2{}
.htmldw170224094544160D3{;background-color:#ffffff; COLOR:#000000;FONT:10pt "Times New Roman CE", sans-serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:left;BORDER-STYLE:none}
.htmldw1702240945441617B{;background-color:#eefdb0; COLOR:#000000;FONT:10pt "Times New Roman CE", serif;FONT-STYLE:normal;FONT-WEIGHT:normal;TEXT-DECORATION:none;TEXT-ALIGN:right;BORDER-STYLE:none}



.point-prilagodba-pristupacnosti {
    position: absolute;
    z-index: 100000;
    background: transparent;
    right: 100px !important;
    transform: translateX(0%);
    padding: 3px 10px;
    top: 6px;
    font-size: 18px !important;
    transition: all 0.3s ease;
    cursor: pointer !important;
    display: table;
	display: none!important;
}

.point-prilagodba-pristupacnosti .point-font-small,
.point-prilagodba-pristupacnosti .point-font-small i{
	font-size:15px !important;
	transition:all 0.3s ease;
	
}
.point-prilagodba-pristupacnosti .point-font-normal,
.point-prilagodba-pristupacnosti .point-font-normal i{
	font-size:18px !important;
	transition:all 0.3s ease;
}
.point-prilagodba-pristupacnosti .point-font-big,
.point-prilagodba-pristupacnosti .point-font-big i{
	font-size:21px !important;
	transition:all 0.3s ease;
}

.point-prilagodba-pristupacnosti .point-color-invert{
	font-weight:bold;
	margin-right:20px;
}
.point-prilagodba-pristupacnosti .point-color-invert,
.point-prilagodba-pristupacnosti .point-color-invert i{
	font-size:18px !important;
	transition:all 0.3s ease;
}

.point-prilagodba-pristupacnosti .point-color-invert,
.point-prilagodba-pristupacnosti .point-font-small,
.point-prilagodba-pristupacnosti .point-font-normal,
.point-prilagodba-pristupacnosti .point-font-big,
.point-prilagodba-pristupacnosti .point-color-invert{
	color: #0098f9;
	margin:0px 3px;
}

.point-prilagodba-pristupacnosti .point-font-small:hover,
.point-prilagodba-pristupacnosti .point-font-small:active,
.point-prilagodba-pristupacnosti .point-font-small:focus,
.point-prilagodba-pristupacnosti .point-font-normal:hover,
.point-prilagodba-pristupacnosti .point-font-normal:active,
.point-prilagodba-pristupacnosti .point-font-normal:focus,
.point-prilagodba-pristupacnosti .point-font-big:hover,
.point-prilagodba-pristupacnosti .point-font-big:active,
.point-prilagodba-pristupacnosti .point-font-big:focus,
.point-prilagodba-pristupacnosti .point-color-invert:hover,
.point-prilagodba-pristupacnosti .point-color-invert:active,
.point-prilagodba-pristupacnosti .point-color-invert:focus{
	color: rgb(136, 136, 136) !important;
}

@media screen and (max-width:991px){
	
	.point-prilagodba-pristupacnosti {
		right: 20px !important;
	}
	
	.point-prilagodba-pristupacnosti .point-color-invert, 
	.point-prilagodba-pristupacnosti .point-color-invert i {
		font-size: 12px !important;
	}
	
	
}

.point-dark-theme{
	display:none !important;
}


div[data-id="3089"]  {
    margin-top: -35px;
    position: relative;
    z-index: 99;
    background: white;
}

div[data-id="3381"] {
  margin-top: -35px;
  position: relative;
  z-index: 99;
  background: white;
}

img.point-light-theme {
	
	padding-top: 65px;
}

.box.effect2 {
  background-color: #fff !important;
  border: 1px solid #00698c;
  width: 80%;
  margin-left: auto;
}

#sadraj {
	
	font-family: 'Poppins', sans-serif !important;
	font-weight: bold;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
  left: 9px;
}

.mainContent {

  padding-right: 45px;
}

#topBanner {
	
	padding-right: 40px;
}

.point-glasnik-pdf li::before {

    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    position: absolute;
    margin-left: -16px;
    font-size: 18px;
    color: #ec430f;
    margin-top: -4px;
    font-weight: 300 !important;

}
.point-glasnik-pdf {
  list-style: none;
  padding-left: 15px;
  padding-top: 10px;
  font-weight: bold;
}

td {
  padding: 10px;
}


@media only screen and (max-width: 767px) {
.mainContent {
  padding-right: 20px !important;
}

.rightContent {
  padding: 4%;
  width: 100%;
  min-height: 100vh;
  border: 1px solid #cdcdcd !important;
}
img.point-light-theme {
  padding-top: 25px;
}
.art-title {
  border-bottom: 1px solid #333;
  font-size: 18px !important;
}
.styled-select {
  height: 32px;
  overflow: hidden;
  width: 170px !important;
}
.brojWidth {
  width: 192px !important;
  margin-top: 0px;
}
}