.select2-container.car_location_pick_up,
.select2-container.car_location_drop_off{
	display: block !important; 
}
.location-car-wrapper{
	position: relative;
}
.location-car-wrapper .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.6);
	display: none;
}
.location-car-wrapper .overlay .spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 2;
}
.item-location-from-to{
	position: relative;
}
.item-location-from-to .delete-item-location-from-to{
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #AF0C0C;
	cursor: pointer;
}