
.tui-grid-layer-focus-border {
	border : 0;
}
.tui-grid-layer-selection {
	border : 0;
}
.kps-grid .tui-grid-row-odd {
	/*background-color: rgb(245, 245, 245);*/
}

.kps-grid .tui-grid-row-hover{
	background-color: rgb(241, 243, 245);
	cursor:pointer;
}

tr > td.modify_cell {
	background-color: #fffdeb;
	border: 1px solid #fff;
}
tr > td.selected_cell {
	background-color: rgb(0, 128, 255);
	border: 1px solid #fff;
}

.tui-grid-cell-current-row{
	background : rgb(241, 243, 245);
}

.gridCellLink {
	cursor:pointer;
	color:var(--vz-blue);
}

.gridCellBorder {
	border : 1px solid #aaa !important;
}
.gridCellBorderRight {
	border-right : 1px solid #aaa !important;
}
.gridCellBorderBottom {
	border-bottom : 1px solid #aaa !important;
}

.gridCellCenter{
	display : flex;
	justify-content:center;
	align-items: center;
}

.tui-grid-content-area {
    position: relative;
    border-style: none;
    border-width: 0 0 1px;
}





