/* CLASS MODAL */

.select-class-modal {
	display: inline-block;
	padding: 10px;
	color: #F85A16;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}

.select-class-modal:hover {
	color: white;
	background-color: #f79c75;
}

.select-class-modal.selected {
	color: white;
	background-color: #F85A16;
}

.select-class-modal img {
	height: 60px;
}

/* CAR MODAL */

.select-car-modal {
	display: inline-block;
	position: relative;
	padding: 10px;
	color: #F85A16;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	width: 150px;
	height: 140px;
}

.select-car-modal:hover {
	color: white;
	background-color: #f79c75;
}

.select-car-modal.selected {
	color: white;
	background-color: #F85A16;
}

.select-car-modal img {
	width: 150px;
	padding: 5px;
}

.select-car-modal p {
	bottom: 0px;
	left: 0px;
	white-space: nowrap;
	width: 100%;
	color: inherit;
	text-transform: uppercase;
	font-size: 0.8em;
	overflow: hidden;
}

.select-car-modal span {
	position: absolute;
	left: 10px;
	top: 10px;
}

/* ENTRIES */

.car.entries .car.entry {
	margin-left: auto;
	margin-right: auto;
}

/* ENTRY */

.car.entry {
	position: relative;
	margin-top: 0px;
}

.car.entry.disabled {
	filter: grayscale(1);
}

.car.entry img.car {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.car.entry .name {
	position: absolute;
	bottom: 5px;
	right: 55px;
	left: 5px;
	height: 20px;
	text-transform: uppercase;
	padding-left: 5px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: white;
	background-color: #F85A16;
w}

.car.entry img.class {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 45px;
	height: 45px;
}

.car.entry .livery-name {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 55px;
	height: 35px;
	text-transform: uppercase;
	font-size: 20px;
	color: white;
	background-color: #F85A16;
	text-align: center;
}
