.tabelCellIsTextEditable{
	cursor:context-menu;;
}

.tabelview-deleteformbutton, .tabelview-editformbutton{
	border: none;
	background: transparent;
}
.tabelview-deleteformbutton::after
{
	content: url(/img/icons/trash.svg);
	text-indent: 0;
	display: block;
	line-height: initial;

}

.tabelview-editformbutton::after
{
	content: url(/img/icons/pencil-square.svg);
	text-indent: 0;
	display: block;
	line-height: initial;

}

.ischeckedicon::after
{
	position: relative;
	content: url(/img/icons/check.svg);
	text-indent: 0;
	display: inline;
	line-height: initial;
	top: 3px;
	left: 5px;

}

.TableViewFormClass{
	margin-bottom:10px;
}

.TableViewFormSubmitButtonClass{
	margin-top:10px;
}

