.report {
}

.report h1 {
	margin: 6px 0px 6px 0px;
}


.report h2 {
/*	margin: 0px 0px 0px 0px; 
	padding: 12px 0px 0px 0px; */
}

.report .sub_menu  {
	text-align: right;
}

.report .sub_menu a {
	width: 50px;
	text-align: center;
	padding: 2px 7px 2px 7px;
	margin: 0px;
	font-size: 1em;
	text-decoration: none;
	background-color: #f0f0ff;
	border: 1px solid #bbf;
	font-weight: bold;	
}


.report .text_label {
	font-weight: bold;
	text-decoration: underline;
	width: 50px;
}

.report .views {
	float: right;
	margin: 0px 4px 0px 0px;
}

.report .pagination {
}

.report .pagination .page_nr, .report .pagination .current, .report .pagination .navigation {
	padding: 3px;  
	background-color: #f0f0ff;
}

.report .pagination .current {
	font-weight: bold;
	font-weight: bold;
	border: 1px solid #bbf;
}

.report .pagination .navigation {
	margin: 0px;  
	background-color: #f0f0ff;
}

.report .recnumber {
	margin: 3px;  
}



.report table {
	margin: 2px 0px 0px 0px;  
	border: 2px solid #fff;
	clear: both;
}

.report th, .report td {
	padding-right: 2px;
	padding-left: 2px;
/*	border: 0px solid #fff; */
}

.report th {
	background-color: #9cc;
}

.report tr {
	vertical-align: top;
}

.report .columnC {
	background-color: #9cc;
	font-weight: bold;
	border: 1px solid #9cc;
	width: 100px;
	text-align: left;

}


.report .recnrB {
	padding-right: 2px;
	padding-left: 2px;
	text-align: right;
}

.report .recnrC {
	padding-right: 2px;
	padding-left: 2px;
	background-color: #fff;
        border: 1px none;

}


.report .row1 {
	background-color: #f6f6f6;
}

.report .row2 {
	background-color: #ffffe1;
}

.report .sum_row, .report .sum_total {
	background-color: #ffeee1;
	font-weight: bold;	
	text-align: right;
}
.report .sum_total {
	background-color: #FFFF99;
	border: 1px solid #000000;
}

.report .sum_col {
	background-color: #F3F3E0;
	border: 1px solid #FFFFFF;	
}

.report .numeric, .report .sum_col {
	text-align: right;
}

.report .no_data {
	background-color: #FFFEE1;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 80px;
}

.report .sumarum {
	text-align: right;
        border: 1px solid black;
	padding: 2px;
}

.report .sumarum span {
/*        font-size: 1em;	*/
        font-weight: bold;
}


.report table caption {
	caption-side: bottom;
	margin: 0px 0px 10px 0px;
}

.report .row_options {
	background-color: #fff;
        border: 1px none;
}

.report .row_optionsC {
	text-align: right;
	background-color: #fff;
        border: 1px none;
}

.report .napomena {
	white-space: pre;	
	width: 550px;
}
