/****************************************************/
.vuca-view-vuca .txt_significant_correlation{
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
}




.vuca-view-vuca table{
	font-size: 12px;
	border-collapse: collapse;
	
}
.vuca-view-vuca table.tbl-vuca{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
}
.vuca-view-vuca table td{
	padding: 10px;
	border: solid 1px #aaa;
	vertical-align: top;
	position: relative;
}

.vuca-view-vuca table td.name-row{
	width: 100px;
	max-width: 100px;
}
.vuca-view-vuca table td.selectlist-label{
	border-right: solid 1px #fff;
}
.vuca-view-vuca table td.tbl-child{
	padding: 0px;
}

.vuca-view-vuca table td.tbl-child table.border-none td{
	border: none;
}
.vuca-view-vuca table td.tbl-child table{
	width: 100%;
}
.vuca-view-vuca table td.tbl-child table td{
	width: 50%;
	position: relative;
	padding-left: 2px;
}

.vuca-view-vuca table .corr-row{
	display: flex;
	justify-content: left;
	min-width: 200px;
	color: #000;
	padding-bottom: 10px;
}
.vuca-view-vuca table .corr-row.dn{
	display: none;
}
.vuca-view-vuca table .corr-row-number{
	text-align: left;
	min-width: 15px;
	/*border-right: solid 1px #aaa;
	margin-right: 5px;*/
}
.vuca-view-vuca table td .line-corr-row-number{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 100%;
	border-right: solid 1px #aaa;
	text-align: center;
}
.vuca-view-vuca .clr-w table td .line-corr-row-number{
	color: #fff;
}
.vuca-view-vuca table td .line-corr-row-number.first-number{
	line-height: 55px;
}
.vuca-view-vuca table table.border-none tr td:last-child .line-corr-row-number{
	border-left: solid 1px #aaa;
}

.vuca-view-vuca table .clr-w .corr-row {
	color: #fff;
}

.vuca-view-vuca table .corr-number{
	width: 40px;
	min-width: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vuca-view-vuca table .corr-text{
	text-align: left;
}
@media(min-width: 1000px){
	.vuca-view-vuca table .corr-row{
		min-width: 450px;
	}
	.vuca-view-vuca table .corr-text{
		width: 400px;
	}
}
.vuca-view-vuca table td span{
	background: #30af19;
	color: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;

	border: solid 1px #fff;
	
}
.vuca-view-vuca .vr-dn, .vuca-view-vuca .vra-dn{
	display: none;
}
/****************************************************/
.VucaPositionFilters{
	display: flex;
	justify-content: space-between;
}
.VucaPositionFilters .pf-left{
	width: 800px;
}
.VucaPositionFilters .pf-right{
	margin: 5px 10px;
}
.VucaPositionFilters.value-0 .pf-left{
	width: auto;
}
.VucaPositionFilters.value-0 .pf-right{
	display: none;
}
/****************************************************/
.Page_Statisctics .CheckBoxCriticalValue{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0px;
}
.Page_Statisctics .CheckBoxCriticalValue label{
	margin-right: 10px;
}

.bdo .Page_Statisctics .CheckBoxCriticalValue label{
	margin-left: 10px;
}

.Page_Statisctics .tbl-vuca{
	width: 100%;
	min-width: 1100px;
}

/*****************************************************************/
.Tariff_Sponsors_Lab .butUploadLogo{
	padding: 10px 25px;
	color: #000;
	margin-top: 20px;
}
/*****************************************************************/
@media(min-width: 1050px){
	.boxGtaphic_ExportIcon{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		
	}

	.boxGtaphic_ExportIcon.reverse{
		flex-direction: row-reverse;
	}
	
	.boxGtaphic_ExportIcon .RightExportIcon{
		margin-top: 35px;
	}
	.boxGtaphic_ExportIcon .RightExportIcon a{
		display: block;
	}
	.boxGtaphic_ExportIcon .boxGtaphicLeft{
		max-width: 960px;
	}


	.PageViewstatistics .boxGtaphic_ExportIcon .RightExportIcon.foam{
		margin-top: 0px;
	}
	.PageViewstatistics .boxGtaphic_ExportIcon .RightExportIcon.foam .WrapDownload{
		margin: 0px;
	}
	.PageViewstatistics .boxGtaphic_ExportIcon .RightExportIcon.mtop-zero{
		margin-top: 0px;
	}
	.PageViewstatistics .boxGtaphic_ExportIcon .RightExportIcon a{
		display: block;
		word-wrap: break-word;
	}
	.PageViewstatistics .boxGtaphic_ExportIcon .RightExportIcon .sl-label{
		word-wrap: break-word;
		max-width: 120px;
		overflow: hidden;
	}
	.PageViewstatistics .boxGtaphic_ExportIcon .boxGtaphicLeft{
		max-width: 960px;
	}
}
/*****************************************************************/