/* font styles */
body {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	background-color: #dfdfdf;
	max-width: 100%;
	overflow-x: hidden;

	transition: 0.8s ease;
	-webkit-transition: all 0.8s ease; 
    -moz-transition: all 0.8s ease; 
    -ms-transition: all 0.8s ease; 
    -o-transition: all 0.8s ease;
}

label {
	display: block;
	font-weight: 400;
	padding-top: 4px;
}

label.bold {
	font-weight: 500;
	font-size: 1.05em;
}

#car_configurator_view {
	padding-top: 64px;
}

.selector_panels label {
	margin-bottom: 0.1rem;
}

.small_font {
	font-size: 8pt;
	font-weight: 400;
	text-align: left;
}

a.no_link_colour,
a.no_link_colour:hover,
a.no_link_colour label {
    color: #858796;
    text-decoration: none;
    cursor: pointer !important;
}


/* site menu */
.navbar {
	padding: 1rem 1rem;
	z-index: 10;
}

@media (min-width: 992px) {
	a.nav-link {
		padding: 12px !important;
	}

	.nav-item:first-child a.nav-link {
		padding-left: 32px !important;
	}
}

.hidden {
	display: none;
}

.centred {
	text-align: center;
}

#everrati_logo {
	height: 25px;
}

@media (min-width: 992px) {
	#everrati_logo {
		height: 25px;
		padding-left: 64px;
	}
}


/* site footer */
/*#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 48px;
	background-color: white;
	padding: 16px 16px;
}
*/


/* importer */

#image_importer_view .form-group {
	margin-bottom: 0;
}

/* When the radio button is checked, add a blue background */
#image_importer_view .configurator_options input:checked ~ .checkmark {
	border: 3px solid #0384cf;
}

#image_importer_view .configurator_options input.ai_selected:checked ~ .checkmark {
	border: 3px solid #10cf03;
}

#image_importer_view option:disabled {
    background-color: #b9b8b8;
}