.EquipmentSelection .equipment-button {
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.EquipmentSelection .equipment-button.disabled {
	cursor: not-allowed;
	opacity: .8;
}

.EquipmentSelection .equipment-button:last-child {
	margin-bottom: 0px;
}

.EquipmentSelection .base-button {
	width: 100%;
	margin-bottom: 10px;
}

.EquipmentSelection .header {
	display: flex;
}

.EquipmentSelection .header span {
	width: 30px;
	height: 24px;
}

.EquipmentSelection .header h5 {
	width: calc(100% - 60px);
}

.EquipmentSelection .back-button.invisible {
	visibility: hidden;
	opacity: 0;
}

.EquipmentSelection .back-button:not(.invisible) {
	cursor: pointer;
}

.EquipmentSelection .bread-crumb-name {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.EquipmentSelection .equipment-container {
	margin-bottom: 10px;
	max-height: 300px;
	overflow: auto;
}

.EquipmentSelection .equipment-type-group {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	display: none;
}

.Step2 .EquipmentSelection .equipment-button,
.Step1 .EquipmentSelection .equipment-button {
	background: white;
	box-shadow: 1px 1px 8px rgb(200,200,200);
}

.Step2 .EquipmentSelection .equipment-button:hover,
.Step1 .EquipmentSelection .equipment-button:hover {
	background: #0088cc;
	color: white;
}

.EquipmentSelection .equipment-selected-view
{
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	margin-top: 10px;
	color: white;
	background: #0088cc;
	text-align: left;
}