.report_title
{
	font-size: 16px;
	font-weight: bolder;
}


.report_footer {
	color: black;
	background-color: #DEDEDE;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 3px solid #C1DAD7;
	padding: 3px 5px;
	text-align: center;
}

.button_navi{
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
	display: inline-block;
	padding: 6px 12px;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.button_navi:disabled{
	background-color: gray; 
	background: silver;
	color: #DEDEDE;
}

.report_header
{
	background: rgba(52,73,94,0.94);
	color: #ECF0F1;

	/*font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;*/
	/*color: #6D929B;*/
	/*border-left: 1px solid #C1DAD7;*/
	/*border-right: 1px solid #C1DAD7;*/
	/*border-bottom: 1px solid #C1DAD7;*/
	/*border-top: 1px solid #C1DAD7;*/
	/*letter-spacing: 1px;*/
	/*text-align: left;*/
	/*padding: 6px 6px 6px 12px;*/
	/*background: #CAE8EA url(/images/table/bg_header.jpg) no-repeat;*/

}

.link_header
{

	color: #ECF0F1;
	font-weight: bolder;
	text-decoration: none;

}

.link_header:hover
{ font-family: Arial, Verdana, Haettenschweiler; 

  color:#6291A7;
}

.report_block{
	font-family: Arial, Verdana, Haettenschweiler;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #b3b3b3;
	padding: 6px 6px 6px 12px;
	color: #555555;
}


.report_even{
	font-family: Arial, Verdana, Haettenschweiler;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fdfdfd;
	padding: 6px 6px 6px 12px;
	color: #73879C;
}


.report_odd{ font-family: Arial, Verdana, Haettenschweiler;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #f4f4f4;
	padding: 6px 6px 6px 12px;
	color: #73879C;

}


.report_odd:hover {
	font-family: Arial, Verdana, Haettenschweiler;

	color:black;
	background-color: #E0E0E0;

}

.report_even:hover {
	font-family: Arial, Verdana, Haettenschweiler;

	color:black;
	background-color: #EAEAEA;

}

TR.report_even > TD {
	border-bottom: solid 1px #CDCDCD;
}

.report_cell{
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding-left: 5px;
	padding-right: 5px;	
	padding-top: 2px;
	padding-bottom: 2px;	
	font-size: 10px;
	
}

.cell_fib_approved{
	box-shadow: 2px 3px 7px grey;
	background: #bcdaa4 url(/images/table/bg_green.jpg) no-repeat;
}

.cell_fib_rejected{
	box-shadow: 2px 3px 7px grey;
	background: #bcdaa4 url(/images/table/bg_red.jpg) no-repeat;
}


.approval_group{
	border-left: solid 1px grey;
	border-right: solid 1px grey;
}




TR.report_odd > TD {
/*	border-bottom: solid 1px #CDCDCD; */
}

table.decisions_table TD{
	font-size: 14px;
	
}




.report_table td{
	padding: 8px;
	line-height: 1.42857143;
}

.report_table_wrapper{
	width: 100%;
}

.row_exception{
	background-color: silver; 
	color: gray;
	color: rgba(120, 185, 51, 0.31);
}


@media only screen and (max-device-width: 360px) {
	.mobile_column{
		display:none;
	}

}




