

.btn:focus,.btn:active, input:focus, input:active, input {
   outline: none !important;
   box-shadow: none;
}

.before_fold {
	width: 100%;
	/*height: calc(100vh);*/
}

.ab {
	width: 100%;
	/*height: calc(100vh - 140px);*/

}

.share_working_show {
	display: flex;
	justify-content: center;
}

.share_working_hide {
	display: none;
}

.share_done_show {
	display: flex;
}

.share_done_hide {
	display: none;
}

.dark_row {
	background-color: black;
	text-align: center;
	display: flex;
	justify-content: center;
}

.wheel_column {
	display: flex;
	justify-content: center;
	align-items: center;
	
}

#front_wheel, #rear_wheel {
width: 95%;

display: absolute;
margin: 20px;
background-size: contain;
background-repeat: no-repeat;
}

.spokes {
	position: absolute;

	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	
}

 .image_map
 {

 	position: absolute;
	z-index: 1000;
	outline: none;
 }

 area
{
	outline: none;
}

.decal, .rim{
	z-index: 55;
}

.position_label_front {
	position: absolute;
	right: 5;
	top: 5;
	color: white;
}

.position_label_rear {
	position: absolute;
	left: 5;
	top: 5;
	color: white;
}

.blackout {
	background-color: black;
	z-index: 500;
	width: 102%;
	height: 100%;
	position: absolute;

	justify-content: center;
	align-items: center;
	margin-left: -25px;
	display: none;


}


.controls_row {
	background-color: black;
	text-align: center;
}

.pallet, .controls {
	padding: 15px;
	display: inline-block;

}



.pallet img {
	width: 40px; 
	border: 1px solid black;

}

.dark_row, .controls_row {
	margin-left: 10px;
}

.btn-group button {
	border: 1px solid black;
	background-color: #4088b2;
}

.saveopen {
	display: inline-block;
}

.saveopen button {
	background-color: #4088b2;
}

.control_group {
	display: inline-block;
}

.control_label {
	color: white;
	font-size: 10px;
}

.anolab_label {
	font-family: 'Assistant', sans-serif;
	font-size: 20px;
}

.anolab_select {
	font-family: 'Assistant', sans-serif;
	width: 100%;
	border-radius: 5px;
	padding: 5px;
	background-color: #F5F5F5;
	outline-color: none;
	margin-bottom: 10px;
}

.anolab_select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}



.anolab_header {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	margin: 25px 0;
}

.left_menu {
	padding: 0 50px;
}

#btn_duplication {
	width: 160px;
}

#btn_share {
	background-color: #007caa;
}

.buy_button {
	margin: 15px;

	background-color: #4b89a0;
	border: none;
}

.price_tag {
	margin: 10px;
	font-size: 45px;
	line-height: 55px;
	font-family: 'Assistant', sans-serif;
	display: block;
}

.start_help {
	width: 400px;
	position: absolute;
	margin: 0 auto;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid gray;
	top: -100px;
	z-index: 5000;
}

.active_mode {
	background-color: #206892 !important;
	color: #DCDCDC!important;
}

.front_label {
	color: #FFF;
	position: absolute;
	left: 15px;
}

.rear_label {
	color: #FFF;
	position: absolute;
	right: 15px;

}

.controls, area {
	cursor: url(../../images/cursors/14.png), auto;
}

@media (max-width: 767px) {
	.rear_label {
		right: initial;
		left: 15px;
	}
}


/*.spokes {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top:0;
	bottom:0;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px solid salmon;
	padding: 20px;
}*/

.hg_mark {
	color: #0080C6;
	font-size: 14px;
	cursor: pointer;
}

.med_picture{
	width: 50%;
	padding:  10px;
}
