@charset "UTF-8";
/* CSS Document */

.rightmw {
    width: 70%;
    float: right;
}

.w_phoneus {
    margin-right: .6em;

}

@media (max-width: 1400px) {
	.w_phoneus {
    float: right;
    margin-right: .6em;
}
	
	.blf {
		border-left:none !important;
	}
	
		
}

 .bg_overlay{
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #ddd;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
    .picnic_content {
        display: none;
        position: fixed;
        top: 4%;
        left: 10%;
        width: 80%;
        height: 80%;
        padding: 16px;
        border: 16px solid #dddddd;
        background-color: #ffffff;
		background-repeat:no-repeat;
		background-position:center top;
		background-size: cover;
        z-index:3002;
        overflow: auto;
    }
	
	.closer {
		position:fixed;
		top:20px;
		right:10px;
	}


.tint-simulator-auto #controls {
    width: 80%;
    max-width: 1200px;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
}

#output {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
	height:400px;
}

#output div {
    position: absolute;
    height: auto;
    z-index: 2;
    opacity: 1;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

input[type="radio"].tints {
    display: none;
}
input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    width: auto;
	margin-left:10px;
    margin-right: 4px;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.tint-simulator-auto #controls .step {
    margin: 0;
}

.tint-simulator-auto #vehicleType {
    width: 22%;
}

.tint-simulator-auto #vehicleColor {
    width: 22%;
}

.tint-simulator-auto #vehicleTint {
    width: 50%;
}

#vehicleTint table, td {
    border:0 !important;
	padding:0 !important;
}

#controls .step {
    float: left;
    padding: 0 1em;
}

@media (max-width: 1650px) {
	#controls .step {
    float: left;
    padding: 0 .5em;
}
	
}

@media (max-width: 1000px) {
	
 .picnic_content {
  left: 5%;
  width: 90%;
    }	

#output {
	height:350px;
}
.tint-simulator-auto #controls {
    width: 100%;
}
	
#controls .step {
    float: none;
}
.tint-simulator-auto #vehicleType {
    width: 100%;
}

.tint-simulator-auto #vehicleColor {
    width: 100%;
}

.tint-simulator-auto #vehicleTint {
    width: 100%;
}
		
}

@media (max-width: 800px) {

#output {
	height:300px;
}
}

.tint-simulator-container *, .tint-simulator-auto *, .tint-simulator-building * {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

label.tintLabel {
    display: block;
    text-align: center !important;
    width: 45px;
    height: 30px;
    line-height: 30px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #323232;
    background-color: #f1f1f1;
    margin-right: 5px;
    margin-bottom: 10px;
}

label.tintLabel:hover, label.tintLabel:focus, input[type="radio"].tints:checked ~ label.tintLabel {
    background-color: #323232;
    color: #fff;
}

.radioContainer {
	display:inline-block;
	position:relative;
	cursor:pointer;
	user-select:none;
	padding-left:35px;
	padding-bottom:35px;
}

.radioContainer input {
	display:none;
}

.radioContainer .circle {
	display:inline-block;
	width:25px;
	height:25px;
	background-color:#eee;
	position:absolute;
	left:0;
	top:0;border-radius:50%;
}

.radioContainer #one {
	background-color: #f4f4f4;
}

.radioContainer #two {
	background-color: #bd1919;
}

.radioContainer #three {
	background-color: #1163bd;
}

.radioContainer #four {
	background-color: #585b62;
}

.radioContainer #five {
	background-color: #101010;
}

.radioContainer #six {
	background-color: #575958;
}

.radioContainer #seven {
	background-color: #f9c500;
}


.radioContainer:hover #one {
	background-color:#ddd;
}

.radioContainer:hover #two {
	background-color:#ddd;
}

.radioContainer:hover #three {
	background-color:#ddd;
}

.radioContainer:hover #four {
	background-color:#ddd;
}

.radioContainer:hover #five {
	background-color:#ddd;
}
.radioContainer:hover #six {
	background-color:#ddd;
}
.radioContainer:hover #seven {
	background-color:#ddd;
}

.radioContainer input:checked + .circle:after {
	content:"";
	height:10px;
	width:10px;
	background-color:#fff;
	position:absolute;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.ts_button {
  width:100%;
  height:auto;
  max-width:860px;
  background-image:url("/source/a6fca787aa3b548e14df455acfd4f2bd/simulator_bg.png");
  background-size:cover;
}
