/****************************************************/
/*Statistics*/
.Page_Statisctics .info{
	height: 40px;
}
.Page_Statisctics .info span{
	background: #0099FF;
	border-radius: 16px;
	color: #fff;
	padding: 3px 10px 3px 10px;
	font-size: 14px;
}
.Page_Statisctics .srow-fl{
	display: flex;
	justify-content: left;
}

.Tariff5 .Page_Statisctics .srow{
	width: 1200px;
	padding-left: 10px;
}
.Page_Statisctics .srow h4{
	max-width: 500px;
	z-index: 100;
	position: relative;
	margin: 15px 0px;
}
.Page_Statisctics table.tmain{
	width: 460px;
	font-size: 14px;
	border-spacing: 0px;
	min-height: 400px;
}
.Page_Statisctics table.tmain tr td:first-child {
	width: 390px;
}
.Page_Statisctics table.tmain tr td:last-child {
	min-width: 40px;
	text-align: center;
}
.Page_Statisctics table.tmain th{background: #d2d2d2;}
/*.Page_Statisctics table td{
	border: solid 1px #d2d2d2;
}*/
.Page_Statisctics table.tmain td.percent{
	text-align: center;
}
.Page_Statisctics table.tmain td.percent span{
	background: #fff;
	border-radius: 5px;
	color: #000;
}

.Page_Statisctics .scol table td{
	font-size: 12px;

}
/*.Page_Statisctics .scol rect{
	fill: #28292b !important;
}*/
.Page_Statisctics .scol.chart{
	overflow: hidden;
	width: 650px;
	height: 400px;
}

.Page_Statisctics .srow .chart_graphic{

	/*margin-left: -145px;*/


}
/*.Page_Statisctics .chart_graphic{
	position: relative;
	top: -100px;
}*/

@media(max-width: 680px){
	.Page_Statisctics .srow .chart_graphic .google-visualization-tooltip-item-list{
		width: 300px;
		margin: auto;
		text-align: center;
	}
}
/*.Table-Chart-scroll{
	margin-top: 25px;
	width: 100%;
	overflow-x: scroll;

}
@media(min-width: 1200px){
	.Table-Chart-scroll{

		overflow-y: scroll;
		height: 80%;
		position: absolute;
		left: 0px;
		width: 100%;
	}
	.Table-Chart-scroll-wrap{
		
	}
	
}*/
table.Table_Chart{
	margin-top: 30px;
	border-collapse: collapse;
	border: none;
}

table.Table_Chart td h3{
	text-align: left;
}
table.Table_Chart td h4{
	margin: 5px 0px;
	text-align: left;
}
table.Table_Chart td.tc_cell{
	vertical-align: top;
}
table.Table_Chart .chart_graphic{
	overflow: hidden;
	width: 400px;
	height: 400px;
}

table.Table_Chart table td{
	border: solid 1px #d2d2d2;
}
table.tbl-border td{
	border: solid 1px #d2d2d2;
}
@media(min-width: 800px){
	.PageViewstatistics .PositionVideo{
		position: relative;
	}
	.PageViewstatistics .PositionVideo .VideoYT{
		position: absolute;
		right: 0px;
		top: -90px;
	}
}
.PageViewstatistics #vpr h4{
	margin-right: 15px;
}
@media(min-width: 1050px){
	.PageViewstatistics .boxGtaphic_ExportIcon{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
	.PageViewstatistics .boxGtaphic_ExportIcon .RightExportIcon{
		margin-top: 35px;
	}
	.PageViewstatistics .boxGtaphic_ExportIcon .RightExportIcon a{
		display: block;
	}
	.PageViewstatistics .boxGtaphic_ExportIcon .boxGtaphicLeft{
		max-width: 960px;
	}
}
/****************************************************/
.Page_Statisctics .Tabs{
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	height: 40px;
	border-bottom: solid 1px #aaa;
}
.Page_Statisctics .Tabs a, .Page_Statisctics .Tabs .tag-a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding: 0px 15px;
	border: solid 1px #aaa;
	border-radius: 4px 4px 0px 0px;
	background: linear-gradient(to top, #e2e2e2, #fff);
	
}
.Page_Statisctics .Tabs a.active, .Page_Statisctics .Tabs .tag-a.active{
	background: linear-gradient(to top, #b9bbbb, #f0f2f3);
}
/****************************************************/
/****************************************************/
/*VUCA*/

.VUCA_Report .VUCA_Question{
	margin: 10px 0px;
}
.VUCA_Report .VUCA_Question_name{
	font-weight: bold;
	font-size: 18px;
	margin: 5px 0px;
	text-align: center;
}
.VUCA_Report .VUCA_Answer_List{
	/*display: flex;
	justify-content: center;
	flex-wrap: wrap;*/
	margin: 4px 0px;
}
/*.VUCA_Report .VUCA_Answer_List>div{
	width: 50%;
	
}*/
.pos-vuca-select-result{
	display: flex;
	justify-content: flex-end;
}

@media(min-width: 1000px){
	.VUCA_Report .VUCA_Row_Answer{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	
	
}

.VUCA_Report .VUCA_Answer_List .VUCA_Answer{
	text-align: right;
	width: 50%;
}
.VUCA_Report .VUCA_Answer_Percent{
	display: flex;
	justify-content: start;
	/*align-items: center;*/

	width: 50%;
	position: relative;
}

.VUCA_Report .VUCA_Answer_Percent .PrecentValue{
	height: 15px;
	width: 100%;
	background: #07707b;
	position: relative;
	top: 5px;
	margin-left: 5px;
	border-radius: 15px;
}
.VUCA_Report .VUCA_Answer_Percent .Value{
	font-size: 11px;
	margin-left: 4px;
	margin-top: 4px;
	
}
.VUCA_Report .VUCA_Answer_List_Result{
	position: absolute;
	right: 0px;
	width: 80px;
	text-align: center;
}
.VUCA_Report .VUCA_Answer_List_Result .value{
	display: none;
	font-size: 12px;
	width: 80px;
	text-align: center;
	
	
	
}
.VUCA_Report .VUCA_Answer_List_Result .value.active{
	display: flex;
	align-items: center;
	justify-content: center;
	
}
@media(max-width: 1000px){
	.Page_Statisctics_Vuca h3{
		text-align: center;
	}
	.VUCA_Report .VUCA_Answer_List .VUCA_Answer{
		text-align: center;
		width: 100%;
	}
	.VUCA_Report .VUCA_Row_Answer{
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
		

	}


	.VUCA_Report .VUCA_Answer_Percent{
		width: 500px;
	}
	.VUCA_Report .VUCA_Answer_List_Result{
		width: 50px;
		text-align: right;
	}

	
}
@media(max-width: 600px){
	.VUCA_Report .VUCA_Answer_Percent .PrecentValue{
		top: 0px;
	}
	.VUCA_Report .VUCA_Answer_Percent{
		width: 100%;
	}

	.VUCA_Report .VUCA_Answer_List .VUCA_Answer{
		font-size: 14px;
		text-align: left;
		width: 60%;
		padding-left: 5px;
	}
	/*.VUCA_Report .VUCA_Answer_List .VUCA_Row_Answer{
		margin-bottom: 5px;
	}*/
	.VUCA_Report .VUCA_Answer_List_Result{
		width: auto;
		margin-right: 10px;
	}
	
	.VUCA_Report .VUCA_Answer_Percent .Value{
		font-size: 14px;
		margin-left: 2px;
		position: relative;
		top: -2px;
		margin-top: 0px;
	}
}
@media(max-width: 500px){
	.Page_Statisctics_Vuca h3{
		font-size: 16px;
	}
	.VUCA_Report .VUCA_Answer_List_Result .value{
		width: auto;
	}

}
/*@media(max-width: 500px){
	.VUCA_Report .VUCA_Answer_Percent{
		justify-content: center;
		width: 100%;
		margin: 0px;
	}
	
	.VUCA_Report .VUCA_Answer_List_Result .value{
		width: 100%;
	}
	
	.VUCA_Report .VUCA_Answer_List_Result{
		width: 100%;
	}
}*/
.vuca-view-results .vuca-poll-result{
	display: none;
}
.vuca-view-results .vuca-poll-result.active{
	display: block;
}
.vuca-view-results .vuca-user-answer{
	
	border: solid 1px #aaa;
	border-radius: 5px;
	margin: 8px 0px;
	padding: 5px;
}

.vuca-view-results .vuca-qst{
	margin: 4px 0px;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #333;
}
.vuca-select-result{
	display: flex;
	justify-content: left;
	margin-top: 10px;
}
.vuca-select-result .prev,.vuca-select-result .next{
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: solid 1px #aaa;
	border-radius: 4px;
	background: linear-gradient(to top, #e2e2e2, #fff);
}
.vuca-select-result i{
	margin-top: 2px;
}
.vuca-select-result .val{
	cursor: pointer;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: solid 1px #ccc;
	margin: 0px 4px;
	font-size: 12px;
}
/****************************************************/

.Page_Statisctics .info{
	height: 40px;
}
.Page_Statisctics .info span{
	background: #0099FF;
	border-radius: 16px;
	color: #fff;
	padding: 3px 10px 3px 10px;
	font-size: 14px;
}
/****************************************************/
.SelectList{
	width: 90px;
	height: 25px;
	line-height: 25px;
	float: left;
    margin-right: 10px;
	border: solid 1px #d6d2d2;
	border-radius: 5px;
	font-size: 14px;
	background: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.2) 0%, #fff 36%, rgba(0,0,0,0.2) 100%);
	color: #000;
}
.Page_Statisctics_Vuca .SelectList{
	margin: 0px 15px;
}
@media(max-width: 900px){
	.SelectList{
		margin: 5px;
	}
}
.SelectList .title{
	text-indent: 5px;
	color: #333;
	font-size: 12px;
}
.SelectList .arrow{
	width: 14px;
	float: right;
	height: 14px;
	background: url(img/SelectArrow.png)0px -10px no-repeat;
	margin-right: 0px;
	margin-top: 7px;
	background-size: cover;
}
.SelectList.disclosed .arrow{
	background-position: 0px 0px;
}
.SelectList.disclosed .WrpList{
	display: block;
}
@media(max-width: 960px){
	.SelectList.disclosed .WrpList{
		margin-left: -60px;
	}
	.SelectList.disclosed .WrpList.mLeft{
		margin-left: 0px;
	}
}
.SelectList .WrpList{
	display: none;
	min-width: 100px;
	background: #fff;
	position: absolute;
	border: solid 1px #7b7979;
	z-index: 1000;
}
.SelectList .WrpList.big{
	//width: 120px;
	
}
.SelectList .Search{
	width: 200px;
}
.SelectList input.InputSearch{
	width: 162px;
	margin: 5px 0px 5px 5px;
	height: 16px;
	line-height: 20px;
	border-radius: 0px;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	text-indent: 5px;
}
.SelectList .Search .butClear{
	margin-top: 5px;
	margin-right: 2px;
	width: 19px;
    height: 19px;
    background: url(img/icon_clear.png)no-repeat center;
	float: right;
	cursor: pointer;
	border: solid 1px #ddd;
}
.SelectList .WrpList.big .List{
	height: 200px;
	overflow-y: scroll;
}
@media(max-width: 1100px){
	.SelectList .WrpList.big .List{
		scrollbar-width: thin;
		-webkit-overflow-scrolling: touch;
	}
	.SelectList .WrpList.big .List::-webkit-scrollbar{
		width: 16px; 
		height: 20px; 
		background-color: #fff;
	}
	.SelectList .WrpList.big .List::-webkit-scrollbar-thumb {
		background-color: #333;
		border-radius: 5px;
	}
}
.SelectList .AllFil{
	border-bottom: solid 1px #ccc;
}

.SelectList .But{
	display: flex;
	justify-content: left;
	padding: 5px 0px;
	
}
.SelectList .But div{
	min-width: 60px;
	color: #fff;
	background: #0099FF;
	border-radius: 4px;
	padding: 2px 8px;
	font-size: 12px;
	margin-left: 5px;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
}

.Page_Statisctics .SelectList{
	float: left;
	margin-right: 10px;
}
.Page_Statisctics .filter button{
	display: none;
}
/****************************************************/
.select-filter{
	width: 100%px;
	position: relative;
}
.select-filter .select-filter-lbl{
	margin: 10px 0px;
	padding: 8px;
	border: solid 1px #d6d2d2;
	background: #f3eeee;
    color: #000;
	border-radius: 10px;
	/*display: inline-block;*/
	width: 100%;
	min-width: 300px;
	font-size: 12px;
	position: relative;
	cursor: pointer;
}
.select-filter .select-filter-lbl .arrow{
	background: url(/user/template/img/SelectArrow.png) no-repeat 0px -25px;
	width: 30px;
    height: 15px;
    cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}
.select-filter.active .arrow{
	background: url(/user/template/img/SelectArrow.png) no-repeat 0px 0px;
}
.select-filter .list{
	display: none;
	
	min-width: 100%;
	font-size: 14px;
	border: solid 1px #ddd;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 20px;
}
.select-filter .list.scroll{
	height: 200px;
	overflow-y: scroll;
}
.select-filter.active .list{
	display: inline-block;
}
.select-filter .list a{
	text-decoration: none;
	display: block;
	padding: 5px 0px;
	margin: 2px 0px;
	border-bottom: solid 1px #555;
	text-indent: 10px;
	color: #000;
}
.date-select-filter input{
	padding: 5px 15px;
	font-size: 14px;
	border-radius: 5px;
	border: solid 1px #aaa;
}

.select-filter.sf-custom{
	min-width: 360px;
	display: inline-block;
	text-align: left;
	margin-left: 15px;
	
}
.select-filter.sf-custom .List{
	position: absolute;
	top: 45px;
	left: 0px;
	background: #fff;
	overflow-y: visible;
	height: 165px;
}
.select-filter.sf-custom .List .item:last-child a{
	border-bottom: none;
}
.select-filter-label{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 10px 0px;
}
.select-filter-label .sf-label{
	font-size: 14px;
	width: 400px;
	padding: 8px 0px;

}
.select-filter-label .select-filter .select-filter-lbl{
	width: 680px;
}
@media(max-width: 700px){
	.select-filter-label .sf-label{
		width: 300px;
	}
	.select-filter-label .select-filter .select-filter-lbl{
		width: 300px;
	}
}
/**************Default Graphic****************/


.DefaultGraphic{
	width:  900px;


}

.DefaultGraphic .RowGraphic{
	overflow: hidden;
	height: 370px;

}
.DefaultGraphic .Percent{
	width: 100px;
	float: left;
	height: 370px;
	/*border-right: solid 2px #fff;*/
}

.bdo .DefaultGraphic .Percent{
	float: right;
}
.DefaultGraphic .Percent .title{
	height: 20px;
	line-height: 20px;
	text-align: center;

}
.DefaultGraphic .Percent .p{
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}
.DefaultGraphic .Graphic{
	width: 800px;
	float: left;
}

.DefaultGraphic .Row{
	overflow: hidden;
	text-align: center;

	font-size: 12px;
}
.DefaultGraphic .Row.PercentFilter{
	color: #0094FF;
}
.DefaultGraphic .ColTitle{
	width: 100px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.DefaultGraphic .sz1 .ColTitle{
	height: 60px;
}
.DefaultGraphic .ColTitle .nmail{
	word-wrap: break-word;
	font-size: 9px;
}
.DefaultGraphic .Col{
	width: 99px;
	float: left;

}
.DefaultGraphic .Col-2{
	width: 199px;
	float: left;

	height: 40px;
	line-height: 40px;
}
.DefaultGraphic .Col-3{
	width: 299px;
	float: left;

	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.DefaultGraphic .sz1 .Col{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.DefaultGraphic .sz2 .Col{
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.DefaultGraphic{
	border: solid 3px #888;

}

.DefaultGraphic .RowGraphic{

	border-bottom: solid 1px #888;
}

.DefaultGraphic .Percent .title{

	border-bottom: solid 1px #888;
	font-size: 14px;
}
.DefaultGraphic .Percent .p{

	border-bottom: solid 1px #888;
}


.DefaultGraphic .Row{

	border-bottom: solid 1px #888;

}
.DefaultGraphic .Row.PercentFilter{
	color: #0094FF;
}


.DefaultGraphic .Col{

	border-left: solid 1px #888;
}
.DefaultGraphic .Col-2{

	border-left: solid 1px #888;

}
.DefaultGraphic .Col-3{

	border-left: solid 1px #888;

}

/****************************************************/
.Page_Statisctics table.table-vuca-correlation{
	min-width: 100%;
}
.Page_Statisctics table.table-vuca-correlation .hd-color{
	min-height: 40px;
	width: 30px;
	
}
.Page_Statisctics table.table-vuca-correlation  .t-val{
	text-align: center;
	min-width: 45px;
	padding: 12px 10px;
	cursor: pointer;
}
table.table-vuca-correlation td.t-val .prompt-pos{
	position: relative;
	
}
table.table-vuca-correlation .prompt{
	display: none;
}
table.table-vuca-correlation td.t-val:hover .prompt{
	display: block;
	position: absolute;
	border: solid 1px #333;
	border-radius: 6px;
	padding: 5px;
	font-size: 11px;
	color: #000;
	background: linear-gradient(to top, #bce8f9, #fff);
	
	left: -45px;
	top: -35px;
	width: 160px;
}


table.table-vuca-correlation td.t-val:hover .prompt::after {
    content: ''; 
    position: absolute;
    left: 80px; top: 24px;
    border: 8px solid transparent; border-top: 10px solid #bce8f9;
	
}
table.table-vuca-correlation td.t-val:hover .prompt::before  {
    content: ''; 
    position: absolute;
    left: 80px; top: 25px;
    border: 8px solid transparent; border-top: 10px solid #333;
	
}


table.table-vuca-correlation td.t-val:hover .prompt.Strong_negative{
	background: linear-gradient(to top, #ff0000, #f7bbbb);
	color: #fff;
}
table.table-vuca-correlation td.t-val:hover .prompt.Strong_negative::after {
	border-top: 10px solid #ff0000;
}
table.table-vuca-correlation td.t-val:hover .prompt.Average_negative{
	background: linear-gradient(to top, #ef6565, #ffffff);
}
table.table-vuca-correlation td.t-val:hover .prompt.Average_negative::after {
	border-top: 10px solid #ef6565;
}
table.table-vuca-correlation td.t-val:hover .prompt.Weak_negative{
	background: linear-gradient(to top, #ffb4b4, #ffffff);
}
table.table-vuca-correlation td.t-val:hover .prompt.Weak_negative::after {
	border-top: 10px solid #ffb4b4;
}

table.table-vuca-correlation td.t-val:hover .prompt.Strong_positive{
	background: linear-gradient(to top, #019201, #0f0);
	color: #fff;
}
table.table-vuca-correlation td.t-val:hover .prompt.Strong_positive::after {
	border-top: 10px solid #019201;
}

table.table-vuca-correlation td.t-val:hover .prompt.Average_positive{
	background: linear-gradient(to top, #00ff00, #fff);
}
table.table-vuca-correlation td.t-val:hover .prompt.Average_positive::after {
	border-top: 10px solid #00ff00;
}

table.table-vuca-correlation td.t-val:hover .prompt.Weak_positive{
	background: linear-gradient(to top, #94ff94, #fff);
}
table.table-vuca-correlation td.t-val:hover .prompt.Weak_positive::after {
	border-top: 10px solid #94ff94;
}

.vuca-view-correlation h3{
	text-align: center;
	margin: 10px 0px;
}
.vuca-view-correlation table{
	font-size: 12px;
	border-collapse: collapse;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
}
.vuca-view-correlation table td{
	
	border: solid 1px #aaa;
}
.vuca-view-correlation table tr td:first-child {
	text-indent: 10px;
}
.vuca-view-correlation .Correlation_header{
	text-align: center;
	margin: 10px 0;
}
/****************************************************/

/****************************************************/
.WrapDownload{
	padding: 5px 25px 5px 5px;
	border: solid 1px #b5b2b2;
	border-radius: 6px;
	margin: 5px 0px;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	text-decoration: none;
	
}
a.WrapDownload{
	color: #000;
}
/****************************************************/

.butFilterTible{
	position: fixed;
	top: 130px;
	right: 0px;
	width: 70px;
	height: 50px;


	z-index: 110;

	border-radius: 5px 0px 0px 5px;
	background: linear-gradient(to top, #07707b, #8ad7f5);
	color: #fff;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
}
.butFilterTible i{
	margin-top: 8px;
}


.FilterTible{
	display: none;
	position: fixed;
	top: 50px;
	right: 0px;
	width: 100%;
	border: solid 1px #d2d2d2;
	background: #fff;
	padding: 2px 0px 10px 0px;
	z-index: 100;
	
}

.FilterTible table{
	width: 100%;
	line-height: 10px;
}
.FilterTible a{
	font-size: 16px;
	text-decoration: none;
	color: #000;
	
}
.FilterTible a:hover{
	color: #0099FF;
	text-decoration: underline;
}

.FilterTible .ev{
	width: 16px;
	height: 16px;
	background:url(img/eye.png)no-repeat center;
	background-size: cover;
}
.FilterTible .butFilterClose{
	float: right;
	cursor: pointer;
	margin-right: 15px;
}

@media(min-width: 860px){
	.FilterTible{
		width: 180px;
		z-index: 120;

	}
	.FilterTible a{
		font-size: 10px;
	}
	
}
@media(max-width: 860px){
	.butFilterTible{
		z-index: 110;
	}
	.FilterTible{
		top: 0px;
		
	}
}
/****************************************************/