.ChooseVehiclePage {
	display: black;
	height: calc(100vh - 100px);
	min-height: 500px;
	width: 100vw;
	width: 100%;
	background-color: rgba(65,105,225,1);
	background-color: rgba(78,145,192,1);
	/*box-shadow: 0px 0px 8px black;*/
	/*background-image: url("Images/WindshieldRepairImage.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
}

.ChooseVehicleContainer {
	display: block;

	height: 70vh;
	min-height: 400px;
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-color: white;
	/*box-shadow: 0px 0px 8px black;*/
	border: 4px solid #4e91c0;
	border: 4px solid rgba(65,105,225,0.5);
	border: 4px solid rgba(0,0,0,0.8);
	border: 4px solid rgba(78,145,192,1);
	border-radius: 5px;

	/*box-shadow: inset 0px 0px 4px black;*/

	/*background-image: url("Images/WindshieldBackground.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;*/
}

	.ChooseVehicleContainerLeftCell {
		display: table-cell;
		float: left;
		height: 100%;
		width: 300px;
		background-color: rgba(65,105,225,0.5);
		background-color: #4e91c0;
		background-color: rgba(78,145,192,0.5);
		background-color: rgba(0,0,0,0.8);
	}
		.ChooseVehicleContainerPanel {
			display: block;
			margin-left: auto;
			margin-right: auto;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			width: 90%;
			height: 90%;
			
			
		}
			.VehicleMakeSearchContainer {
				display: block;
				height: 40px;
				width: 100%;
				background-color: white;

			}
				.VehicleMakeSearchInput {
					display: block;
					margin-left: auto;
					margin-right: auto;
					position: relative;
					top: 50%;
					transform: translateY(-50%);
					/*border: 1px solid #4e91c0;*/
					border-bottom: 2px solid #4e91c0;
					height: calc(100% - 2px);
					width: calc(100% - 24px);

					padding-left: 20px;
					font-size: 20px;
					font-weight: bold;
					color: rgba(0,0,0,0.8);
				}

				.ChooseVehicleContainerPanelInside {
					display: block;
					background-color: white;
					height: calc(100% - 40px);
					overflow: auto;

				}

			.VehicleMakePanel {
				display: block;
				height: 40px;
				width: calc(100% - 2px);
				text-decoration: none;
				border: 1px solid #4e91c0;
				background-color: white;
			}
			.VehicleMakePanel:hover {
				cursor: pointer;
				background-color: #4e91c0;
			}
			.VehicleMakePanel:hover .VehicleMakePanelWords {
				color: white;
			}
				.VehicleMakePanelWords {
					display: block;
					margin-left: auto;
					margin-right: auto;
					position: relative;
					top: 50%;
					transform: translateY(-50%);
					font-size: 20px;
					padding-left: 20px;
					font-weight: bold;
					color: #4e91c0;
					/*-webkit-text-stroke: .5px rgba(0,0,0,0.8);*/
				}

	.ChooseVehicleContainerRightCell {
		display: table-cell;
		float: left;
		height: 100%;
		width: calc(100% - 300px);
		background-color: ;
	}
		.ChooseVehicleContainerRightBlock {
			display: block;
			height: 100%;
			width: 100%;

			/*background-image: url("Images/WindshieldBackground.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;*/
		}
			.ChooseVehicleContainerRightCellWords {
				display: block;
				position: relative;
				top: 50%;
				transform: translateY(-50%);
				margin-left: auto;
				margin-right: auto;
				font-size: 70px;
				font-weight: bold;
				text-align: center;
				padding: 40px;
				color: rgba(0,0,0,0.8);
				color: #4e91c0;
				/*-webkit-text-stroke: 2px #4e91c0;*/

				width: 80%;
				background-color: white;
				border-radius: 35px;
				/*border: 2px solid #4e91c0;
				box-shadow: 0px 0px 8px black;*/
			}
				.ChooseVehicleRight {
					display: block;
					position: relative;
					top: 50%;
					transform: translateY(-50%);
					height: 100%;
					height: 90%;
					width: 100%;
					object-fit: contain;
				}