.carMainDiv {
     position: relative;
    display: inline-block;
}
.carMainImg {
     position: relative;
    display: inline;
    /* Scale images to fill mobile display  
    transform: matrix(0.6, 0, 0, 0.6, 0, 0); */
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    
}
.carCompImg {
    position: absolute;
    /* Scale images to fill mobile display  
    transform: matrix(0.6, 0, 0, 0.6, 0, 0); */
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
}
.button {
	//background:url(images/doors/lock.png) no-repeat;
    background-color: #0069AA;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}


#loading {
    background-color: #333;
    opacity: 0.8;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*
    background-image: url('ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    */
    display: block;
}


.onoffswitch {
    position: relative; width: 117px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}

.onoffswitch-switch {
    display: block; width: 22px; margin: 5.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 80px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-lock {
    margin-left: 0;
}

.onoffswitch-inner-lock {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-lock:before, .onoffswitch-inner-lock:after {
    display: block; float: left; width: 50%; height: 33px; padding: 0; line-height: 33px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner-lock:before {
    content: "Locked";
    padding-left: 10px;
    background-color: #0069AA; color: #FFFFFF;
}
.onoffswitch-inner-lock:after {
    content: "Unlocked";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-climate {
    margin-left: 0;
}

.onoffswitch-inner-climate {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-climate:before, .onoffswitch-inner-climate:after {
    display: block; float: left; width: 50%; height: 33px; padding: 0; line-height: 33px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner-climate:before {
    content: "Climate On";
    padding-left: 8px;
    background-color: #0069AA; color: #FFFFFF;
}
.onoffswitch-inner-climate:after {
    content: "Climate Off";
    padding-right: 5px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

#status_message {
    color: red;
    font-weight: bold;
    margin-left: 10px;
}

.page-title {
	padding: 5px 0px 0px 5px;
	background-color: #2097cf;
	color: white;
	/* border-radius: .3rem; */
}
 