.dhx_dataview_template_a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 100%;
	}
  
	.dhx_dataview_template_a_box {
		background-color: transparent;
	}

	.dhx_dataview_template_a_box .dhx_dataview-item__inner-html {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 100%;
	}

	.dhx_dataview_template_a_box .dhx_dataview-item {
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fff;
        overflow: hidden;
	}

	.dhx_dataview_template_a__head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.dhx_dataview_template_a__type {
		color: #fff;
		text-align: center;
		text-transform: capitalize;
		width: 55px;
		height: 20px;
		border-radius: 2px;
	}

	.dhx_dataview_template_a__type--major {
		background-color: #ff5252;
	}

	.dhx_dataview_template_a__type--errore {
		background-color: #ff5252;
	}
	.dhx_dataview_template_a__type--cartella {
		background-color: #0ab169;
	}
	.dhx_dataview_template_a__type--home {
		background-color: #0ab169;
	}
	.dhx_dataview_template_a__type--file {
		background-color: #6e7deb;
	}

	.dhx_dataview_template_a__type--minor {
		background-color: #0ab169;
	}

	.dhx_dataview_template_a__type--normal {
		background-color: #ff9f10;
	}

	.dhx_dataview_template_a__content {
		padding-left: 16px;
		width: 80%;
	}

	.dhx_dataview_template_a__title {
		font: 500 16px/20px Roboto, sans-serif;
		padding-bottom: 8px;
	}

	.dhx_dataview_template_a__comment {
		display: -webkit-box;
		max-height: 40px;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.dhx_dataview_template_a__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 20px;
	}

	.dhx_dataview_template_a__person {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.dhx_dataview_template_a__avatar {
		width: 40px;
		height: 40px;
		margin-left: 15px;
		margin-right: 16px;
		border-radius: 20px;
		background: center center/cover no-repeat #f7f7f7;
	}

	.dhx_dataview_template_a__name {
		color: #909399;
	}

	.dhx_dataview_template_a__comments {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		line-height: 20px;
	}

	.dhx_dataview_template_a__comments .mdi:before {
		position: relative;
		top: 5px;
		color: #909399;
		font-size: 20px;
		margin-left: 6px;
	}
