.single-row.unassigned-cards .single-chart {
	flex: 1 1 33%;
	max-width: 33%;
	margin-bottom: 35px;
}

.row-img {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0);
	transition: all .3s ease;
}

.row-img:hover,
.single-row.w-50-50 .row-img[data-setting="w-50-50"],
.single-row.w-30-30-30 .row-img[data-setting="w-30-30-30"],
.single-row.w-70-30 .row-img[data-setting="w-70-30"],
.single-row.w-100 .row-img[data-setting="w-100"] {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

[draggable=true] .draganddrop {
	cursor: move;
}