#content {
	width: 100%;
	height: 100vh;
}
.list-group {
	padding-left: 0;
	max-height: 450px;
	overflow-y: auto;
}
.list-group > li:first-child {
	border-radius: 4px 4px 0 0;
}
.list-group > li:last-child {
	border-radius: 0 0 4px 4px;
}
.list-group-item {
	justify-content: space-between;
}
.dropzone {
	background: rgba(255, 255, 255, 0.9);
	align-items: center;
	box-shadow: 0px 0px 5px 1px grey;
	cursor: pointer;
	border: 2px dashed rgb(0, 135, 247);
	color: rgb(0, 135, 247);
}
.list-move {
	transition: 0.5s;
}
.start-number {
	font-size: 20px;
	border: 0;
	outline: 0;
	box-shadow: none;
}
.start-block {
	max-width: 120px;
}
.date-block {
	max-width: 175px;
}
.min-h-200 {
	min-height: 200px;
}
.min-h-250 {
	min-height: 250px;
}
@media (max-width: 1400px) {
	.min-h-250 {
		min-height: 150px;
	}
	.list-group {
		padding-left: 0;
		max-height: 370px;
		overflow-y: auto;
	}
}