.rack-parent {

}
.rack {
	transform-origin: top left;
	display: flex;
	flex-direction: column;
}

.rack-row {
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	border-bottom: 10px solid #ff9900; /*Beam*/
}

/* Maybe remove this as the pallet width is registered in tool */
.pallet-position { 
	display: flex;
	flex-grow: 1;
	margin-left: 5px;
	margin-right: 5px;
	flex-direction: column;
	justify-content: flex-end;
}

.position-fill {
	display: flex;
	flex-grow: 1;
}

.pallet {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-image: url('/storage/warehouse/pallet-front.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 14.4px;
}


.products {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	/*width: 100%;*/
	justify-content: center;
	align-items: center;
	background-size: contain;
}

.sheet {
	display: flex;
	font-size: 4px;
	background-color: #FFF;
	width: 21px;
	height: 31px;
	justify-content: center;
	align-items: center;
	text-align: center;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	margin-left: -10.5px;
	margin-right: -10.5px;
}

.sheet:hover {
	text-decoration: none;
}

.position-tag {
	width: 20px;
	height: 8px;
	background-color: white;
	font-size: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -9px;
	margin-top: 1px;
}

.position-disabled {
	background-color: #DC3545;
	background-image: url('/storage/warehouse/disabled.svg');
	background-repeat: no-repeat;
	background-size: 100% 100px;
	background-position: center; 
}