.DashaReportEditor_Icon,
.DashaReportEditor_ColIcon {
	position: relative;
}
.DashaReportEditor_IconFlags {
	position: absolute;
	right: 0px;
	top: 0px;
}
.DashaReportEditor_IconFlags i{
	font-size: 23px;
	margin-right: 3px;
	float: left;
}
.DashaReportEditor_Filter {
	width: 14px;
	display: inline-block;
	height: 12px;
	background: url(img/filtro-16x16.png) no-repeat;
	background-size: 12px 12px;
}
.DashaReportEditor_FilterN {
	width: 14px;
	display: inline-block;
	height: 12px;
	background: url(img/filtron-16x16.png) no-repeat;
	background-size: 12px 12px;
}
.DashaReportEditor_Filter24 {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(img/filtro-24x24.png) no-repeat;
	float: left;
}
.DashaReportEditor_FilterN24 {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(img/filtron-24x24.png) no-repeat;
	float: left;
}
.DashaReportEditor_Icon {
	width: 100px;
	height: 22px;
	float: left; 
	font-size: 12px;
	padding-left: 20px;
	border: 1px solid #bbb;
}
.DashaReportEditor_Icon.DashaReportEditor_Grafica {
	background: url(img/Grafica-16x16.png) 2px 2px no-repeat;
}
.DashaReportEditor_Icon.DashaReportEditor_Tabla {
	background: url(img/Tabla-16x16.png) 2px 2px no-repeat;
}
.DashaReportEditor_Icon.DashaReportEditor_Resumen {
	background: url(img/Resumen-16x16.png) 2px 2px no-repeat;
}
.DashaReportViewer_Title {
	font-weight: 600;
	font-size: 14px;
	margin: 12px 0px 6px 0px;
}
.DashaReportViewer_Sumary {
	background: #f5f5f5;
	padding: 10px;
	font-weight: 600;
	margin-top: 6px;
}
.DashaReportViewer_SumaryValue {
	font-size: 32px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.highcharts-button{display:none;}