@charset "utf-8";
/* CSS Document */
.container {
    width: 970px;
}
.dealer-checkbox input {
    height: auto !important;
    width: auto !important;
}
#header{
	display: block;
}
.logo{
	margin-top:8px;
	float:left;
	padding-left:0px;
}
.main-menu{
	padding-left:0px;
	padding-right:0px;
}
.main-menu .navbar-default{
	background:none;
	border:none;
	margin-top:40px;
	margin-bottom:0px;
}
.collapse.navbar-collapse{
	padding-right:0px;
}
.main-menu .collapse.navbar-collapse{
	padding-left:0px;
}
.main-menu .navbar-default .navbar-nav > li{
	margin:0 10px;
}
.main-menu .navbar-default .navbar-nav > li:first-child{
	margin-left:0px;
}
.main-menu .navbar-default .navbar-nav > li:last-child{
	margin-right:0px;
}
.main-menu .navbar-default .navbar-nav > li > a{
	background:none;
	color: #77bd43;
    font-family: "Arial Bold","Arial";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
	padding:0px;
}
.main-menu .navbar-default .navbar-nav > li > a:hover{
	background:none;
	color: #77bd43;
	text-decoration:underline;
}

#main {
	border:2px solid #e4e4e4;
	border-radius:7px;
	padding:4px;
	margin-top:11px;
}
#main  .content{
	border:1px solid #e4e4e4;
	border-radius:7px;
	/*min-height:300px;*/
	overflow: hidden;
}

#main  .content .letop{
	border-bottom:1px solid #cccccc;
	padding:17px 23px;
	clear:both;
	display:block;
}
.content .letop .letop-inner{
	border:1px solid #000;
	text-align:center;
	padding:3px;
}
.content .letop .letop-inner img{
	margin:0 auto;
}

.content .inner-content{
	padding:17px 23px;
	clear:both;
	display:block;
}
.inner-ads{
	margin-bottom:25px;
	overflow:hidden;
}
.inner-ads .inner-ads-left{
	float:left;
	
	}
.inner-ads-right{
	padding:0px;
	text-align:right;
}
.inner-ads-right img{
	float:right;
	width:140px;
}
.inner-ads-right span{
	color: #666666;
    text-align: right;
	font-family: "Arial Regular","Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	clear:both;
	display:inline-block;
	margin-top:6px;
	display:block;
	clear:right;
}
.inner-ads-left h2{
	 color: #333333;
    line-height: normal;
    text-align: left;
	font-family: "Arial Bold","Arial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
	margin-top:40px;
}
.green-bar{
	background-color:#538234;
	clear:both;
	overflow:hidden;
	border-radius:10px;
	padding:14px 10px 9px 20px;
}
.green-bar h3{
	color: #ffffff;
    font-family: "Arial Bold","Arial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
	margin:0px;
}
.green-bar a{
	color: #cccccc;
    font-family: "Arial Bold","Arial";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.progress-bars {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 12px 23px 17px;
  position: relative;
}
.financier-main.right-sidebar {
  position: absolute;
  right: 23px;
  top: 80px;
}
.financier-main.right-sidebar .form-group{
  overflow:hidden;
}
.progress-bars .col-lg-9 {
  width: 71%;
}
.progress-bars .financier-main{
	width:250px;
	padding:0px;
	text-align:center;
	margin-top:45px;
}
.financier-inner{
	border:1px solid #d9d9d9;
	border-radius:10px;
	overflow:hidden;
}
.financier-main .financier-inner{
	padding:7px 10px 10px;
}
.form-control.message {
  height: 63px;
}
.financier-main .financier-inner span.conatct-title-text{
	display:block;
	color:#666666;
	font-size: 14px;
    font-style: normal;
    font-weight: 700;
	}
.financier-main .financier-inner span{
	 color: #ffffff;
    font-family: "Arial Bold","Arial";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
	margin-bottom:16px;
	
}
.financier-main .financier-inner button{
	width:100%;
	background:#e26201;
	border:none;
	color:#FFF;
	padding:8px;
	border-radius:6px;
	
	
}
/*contact form error message css*/
#contactForm  label.error{
background: #ff0000 none repeat scroll 0 0;
border-radius: 4px;
color: #ffffff;
margin: 12px 0 0;
padding: 10px;
width: 100%;

}
#contactForm .form-control.error{
border: 1px solid #ff0000;
	
}
#contactForm .form-control.error{
border: 1px solid #ff0000;
color:#8a1f11;	
}

.financier-main span{
	color: #666666;
	font-family: "Arial Regular","Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.financier-inner > button {
    width: 90%;
	background:#e26201;
	border:#e26201;
	border-radius:10px;
	padding:15px 0;
	margin-bottom:16px;
}
.financier-inner > button span, h3{
	color:#FFF;
	margin:0;
	font-weight:700;
}
#interest{
	font-size:24px;
}
.financier-main .voorwaarden{
	font-family: "Arial Regular","Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	text-align:right;
	color: #666666;
	float:right;
	margin-top:4px;
}
.financier-main .voorwaarden a{
	color: #666666;
	text-decoration:underline;
}
.progress-inner{
	margin-right:68px;
}
.progress-info{
	clear:both;
	margin-bottom:1px;
}
.progress-inner li{
	overflow:hidden;
	border:none;
	padding-left:10px;
}
.progress-inner .euro-input{
	width:122px;
}
.progress-inner .euro-input span{
	float:left;
	color: #666666;
    font-family: "Arial Bold","Arial";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
	margin-right:12px;
	margin-top:5px;
}
.progress-inner .euro-input input{
	width:97px;
	color: #666666;
    font-family: "Arial Regular","Arial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
	text-align:right;
}
.maximum_amount{
	text-align:right;
	}
.info-button{
	background-image: url(../images/info_button.png);
	width:25px;
	height:25px;	
}
.info-button > img:hover {
    opacity: 0.5;
}
.progress-inner .info{
	color: #666666;
    font-family: "Arial Bold","Arial";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.progress-inner .tooltip.right{
	color: #333333;
    font-family: "Arial Regular","Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
	padding:12px;
	background:#FFF;
}
.info-button + .tooltip > .tooltip-inner {background-color: #FFF;color: #333333;max-width: 300px;
   width: 300px;border:1px solid #cccccc; z-index:99999; position: relative;}
.tooltip.right .tooltip-arrow {
  top: 0;
  left: 0%;
  margin-left: -5px;
  border-bottom-color: #000000; /* black */
  border-width: 0px;
}
.ui-tooltip
	{
        background-color: #FFF;color: #333333;max-width: 300px;
   		width: 300px;border:1px solid #cccccc;
		font-family: "Arial Regular","Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	}

.main-progress{
	width:340px;
	float:left;
	padding-top:6px;
}
.progress-inner .ui-slider-handle{
	background:#2e75b5;
	width:28px;
	height:20px;
	border:#2e75b5;
	border-radius: 0 !important;
}
.application-progress, .application-progress1, .application-progress2, .application-progress3{
	background:#d9d9d9;
	border-radius:0px !important;
}
.main-progress .progresso, .main-progress .progress{
	 color: #666666;
    font-family: "Arial Bold","Arial";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
	margin-top:10px;
	box-shadow:none;
	border:none;
	background:none;    
}
.main-progress .progressom, .main-progress .progressm{
	 color: #666666;
    font-family: "Arial Bold","Arial";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
	margin-top:10px;
	box-shadow:none;
	border:none;
	background:none;    
}
.application-progress .ui-slider-range, .application-progress1 .ui-slider-range, .application-progress2 .ui-slider-range, .application-progress3  .ui-slider-range{
	background:#0099ff;
	border:#FFF !important;
	border-radius:0px !important;
	height:15px;
	border-bottom-style: solid !important;
    border-bottom-width: 7px !important;
	border-top-style: solid !important;
    border-top-width: 6px !important;
	margin-top:-1px;
	margin-left:-2px;
}

.application-progress .ui-slider-range, .application-progress1 .ui-slider-range, .application-progress2 .ui-slider-range, .application-progress3  .ui-slider-range{
	background: #77bd43;
}
.progress-inner .ui-slider-handle {
    background: #77bd43;
    border: medium none #77bd43;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.1em;
  top: -0.3em;
}
.leen .main-progress span{
	color: #666666;
    font-family: "Arial Bold","Arial";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-align: right;
	
}
.leen .euro-input {
	border-top:1px solid #000;
}
.maand .main-progress span{
	color: #666666;
    font-family: "Arial Bold","Arial";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-align: right;
	margin-top:5px;
}
.maand .euro-input span{
	float:none;
}
.maand .euro-input .maand-total{
	color:#333333;
	font-family: "Arial Bold","Arial";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-align: right;
}
.blue-bar.btn-primary {
  padding: 12px;
  border-radius: 10px;
  margin-bottom:15px;
}
.blue-bar h3{
	color: #ffffff;
    font-family: "Arial Bold","Arial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.blue-bar a{
	text-decoration:none;
}


/* form Page */
.wizard > .content{
	margin:0 auto;
	background:none;
	border:none !important;
	min-height:100px;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
	background:#01573e;;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	color: #ffffff;
    font-family: "Arial Bold","Arial";
    font-style: normal;
    font-weight: 700;
	font-size: 13px;
    line-height: normal;
    text-align: center;
	padding-top: 10px;
	border-color:#01573e;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
	background:#FFF;
	 color: #333333;
    font-size: 13px;
    line-height: normal;
    text-align: center;
	border-radius:10px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	border:1px solid #dfdfdf;
	border-bottom:none;
	margin-left: 3px;
    margin-right: 3px;
	padding-top: 10px;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active{
	background:#FFF;
	border:1px solid #dfdfdf;
	border-bottom:none;
	 color: #333333;
    font-size: 13px;
    line-height: normal;
    text-align: center;
	border-radius:10px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	margin-left: 3px;
    margin-right: 3px;
	color: #333333;
    font-size: 13px;
    line-height: normal;
    text-align: center;
	font-family: "Arial Bold","Arial";
    font-style: normal;
    font-weight: 700;
	padding-top: 10px;
}
.wizard > .steps a:hover{
	background:#01573e;
	color:#FFF;
	border-color:#01573e;
}
.wizard > .steps .done a:hover{
	background:#01573e;
	color:#FFF;
	border-color:#01573e;
}
.wizard > .steps .number{
	 font-size: 13px;
}
.wizard > .content > .body{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	position:relative;
}
.wizard > .content > .body .col-md-8,col-lg-8{
	padding-left:0px;
	padding-right:0px;
}
/*thank you css*/
.thank_msg {
  color: #666666;
  font-size: 14px;
   margin-top: 30px !important;
}

.thank-content {
  min-height: 300px;
  padding: 0 23px;
}
.page-header.thank_you_header > h1 {
  margin-top: 12px !important;
}
.page-header{
	margin-top:0px;
	padding-bottom:0px;
	border:none;
}
 .page-header #pagetitle-step1{
	margin-top:0px;
	color: #333333;
    font-family: "Arial Bold","Arial";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
	padding-bottom:0px;
	border:none;
}
.page-header .pagetitle-step2, .page-header .pagetitle-step3{
	margin-top:0px;
	color: #333333;
    font-family: "Arial Bold","Arial";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
	padding-bottom:0px;
	border:none;
}
.partnerdetails .page-header #pagetitle{
	border-bottom:1px solid #cccccc;
	padding-bottom:8px;
	color: #333333;
    line-height: normal;
    text-align: left;
	font-family: "Arial Bold","Arial";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.wizard > .actions{
	text-align:center;
}
.wizard > .steps > ul > li {
  width: 16.4%;
}
/*.wizard > .steps > ul > li:nth-child(4) {
	width:245px;
}
.wizard > .steps > ul > li:nth-child(5) {
	width:200px;
}*/
.wizard > .steps > ul > li:nth-child(5) a{
	margin:0px;
	margin-left:3px;
}
.wizard > .content > .body label{
	text-align:left;
	font-family: "Arial Regular","Arial";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.field-info {
  margin-top: -9px;
  position: absolute;
  right: 0;
  top: 50%;
}
.field-info img{
	width:20px;
	height:20px;
	}
.step-info-btn .control-label {
  margin-bottom: 0 !important;
  padding-bottom: 11px !important;
  padding-right: 0;
  padding-top: 11px !important;
}
.form-group.required .control-label:after {
  content:"*";color:red;
}
.wizard > .content > .body label.error{
	background:#ff0000;
	border-radius:4px;
	padding:10px;
	margin:12px 0px 0px;
	color:#FFF;
	width:100%;
}
.wizard > .content > .body .label_hidden{
	display:none;
}
.wizard > .content > .body .label_hidden{
	background:#ff0000;
	border-radius:4px;
	padding:10px;
	margin:12px 0px 0px;
	color:#FFF;
	width:100%;
}
/*.errors{
	display:none !important;
}*/
.wizard > .content > .body input.error{
	border:1px solid #ff0000;
	background:none; 
}
.wizard > .content > .body input, .body select{
	height:40px; 
}
.form-control.required.keyup.zipcode-right {
    width: 50px;
}
.wizard > .content > .body .edit-input{
	height:auto;
}
.custom-step-forward{
	color: #fff !important;
}
.wizard > .actions a, .wizard > .actions a:active, .custom-step-forward{
	background-color:#01573e;
	font-family: "Arial Regular","Arial";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
	padding:12px 44px;
}
.wizard > .actions a:hover, .custom-step-forward{
    padding:12px 44px;
	background-color:#01573e;
	font-family: "Arial Regular","Arial";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.wizard > .actions .previouss > a{
	background:none !important;
	color: #01573e;
    font-size: 16px;
    text-align: left;
	cursor: pointer;
	padding:0px;
	line-height:42px;
	opacity:1;
}
.wizard > .actions .previouss > a:hover{
	text-decoration:underline;
}
.wizard > .actions > ul{
	/*margin-right:10px;*/
	margin-left: 90px;
    width: 223px;
}

.wizard > .actions > ul .disabled a{
	background:#FFF;
	color:#FFF;
}
.wizard > .actions > ul .disabled a:hover{
	background:#FFF;
	color:#FFF;
	cursor:none;
}
.progress-bars .bewaren{
	padding:0px;
}
.progress-bars .bewaren a{
	color: #01573e;
    font-size: 16px;
    text-align: right;
	text-decoration:underline;
}

.form-control {
    color: #000000;
    font-family: "Arial Regular","Arial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.form-control.required.hasDatepicker {
    float: left;
    width: 160px;
}
#datetimepicker label.error{
	float: left;
    width: 263px;
}
#datetimepicker .input-group-addon {
  height: 40px;
  padding: 10px 32px 10px 16px;;
  font-size: 18px;
  line-height: 1.33;
  float:left;
  
}
.input-group-addon.error{
	position:relative;
	top:-40px;
}
.wizard > .content > .body .list-group-item label.error{
	color:#F00;
	font-family: "Arial Regular","Arial";
    font-size: 14px;
	padding:0px;
	margin:0px;
	background:none;
	width:48%;
}

<<<<<<< .mine
.page-header span{
	color: #666666;
    font-size: 14px;
    line-height: 20px;
	font-family: "Arial Regular","Arial";
    font-style: normal;
    font-weight: 400;
    text-align: left;
}
#uw-form-p-4 .list-group-item{
	padding-top:3px;
	padding-bottom:3px;
	border-left:none;
	border-right:none;
}
#uw-form-p-4 .list-group-item:first-child{
	border:none;
}
#uw-form-p-4 .list-group-item span{
	padding:0px;
	color: #666666;
    font-size: 14px;
	font-family: "Arial Regular","Arial";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.edit_value{
	margin-bottom:13px;
}
.edit_value.mede{
	margin-top:35px;
}
.edit_value a{
	color: #538234;
    font-size: 14px;
	text-decoration:underline;
	margin-left:15px;
	}
	
.euro-per-icon {
  background: #eeeeee none repeat scroll 0 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 27px;
  height: 38px;
  left: 0;
  margin-left: 16px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 48px;
}
.euro-percen {
  position: relative;
  width: 190px;
}	
text-right{
	text-align:right;
	width: 160px;
	
	}
	.inbetween{
		width:107px;
		}
.input-group.date {
  position: relative;
}
#datetimepicker .input-group-addon {
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  z-index: 99999;
}
.datepicker-icon {
  width: 209px;
}
/*.zip-area {
  width: 150px;
}*/
.zipcode {
  width: 120px;
}
.kids-in-house,.built-year{
	width: 190px;
	}
.partnerdetails {
  margin-top: 44px;
}
.red-star {
  color: #ff0000;
}

/*for select dropdown*/
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
 
  line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
 
}
.select2-dropdown {
 
  z-index: 99999 !important;
}
.small-dropdown .select2-container{
	width: 160px !important;
	}
.large-dropdown .select2-container{
	width: 100% !important;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
  
  padding-left: 12px !important;

  }
/* Over ons Page */
.over-ons .inner-content .dealer, .vergelijk{
	border:1px solid #cccccc;
	border-radius:5px;
}
.over-ons .inner-content .dealer{
	padding:11px;
}
.dealer p{
	margin-bottom:0px;
	color: #666666;
    font-size: 14px;
	font-family: "Arial Regular","Arial";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
	line-height:24px;
}
.dealer span{
	margin-bottom:0px;
	color: #666666;
    font-size: 14px;
	font-family: "Arial Regular","Arial";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
	line-height:29px;
}
.title-left{
	font-family: "Arial Bold","Arial";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
	 color: #333333;
    line-height: normal;
    text-align: left;
}
.vergelijk .title-left{
	font-family: "Arial Bold","Arial";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
	color: #333333;
    line-height: normal;
	padding:6px;
}
.vergelijk .table > thead > tr > th{
	vertical-align:middle;
	color: #34495e;
    font-family: "Arial Bold","Arial";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
	line-height: normal;
}
.vergelijk .table{
	margin:0px;
}
.vergelijk .table > tbody > tr > td{
	text-align:right;
	padding:4px 8px;
}
.vergelijk .table > tbody > tr > td.text-center{
	text-align:center;
}
/* voorwaarden */
.voorwaarden p{
	color: #666666;
    font-size: 14px;
    line-height: 20px;
	font-family: "Arial Regular","Arial";
    font-style: normal;
    font-weight: 400;
    text-align: left;
}
.submit_later{
	border-radius:5px;
	border:1px solid #cccccc;
	padding:50px;
}
.submit_later span{
	font-size: 14px;
    color: #666666;
    text-align: center;
	margin:20px auto;
	display:block;
}
.submit_later span a{
	color: #01573e;
    font-size: 14px;
    text-align: center;
	word-wrap:break-word;
}
.submit_later input{
	width:200px;
	margin:0 auto;
}
.submit_later form .btn-default{
	background:#01573e !important;
	border:#01573e !important;
	color:#FFF;
	margin-top:15px;
	padding:10px 20px;
}
.zip-area .col-sm-2:first-child{
	padding-right:0px;
}
=======
/*business theme css here */

.business_theme .green-bar{
background: #e26201 none repeat scroll 0 0;
}
.business_theme .orance-bar{
background: #e26201 none repeat scroll 0 0;
border-radius: 10px;
clear: both;
overflow: hidden;
padding: 14px 10px 9px 20px;
}
.business_theme .orance-bar a {
  color: #cccccc;
  font-family: "Arial Bold","Arial";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.business_theme .progress-bars li.previouss a{
	color:#e26201;
	}
.business_theme .wizard > .actions > ul .disabled a{
	color:#FFF;
}
.business_theme .wizard > .steps .current a, .business_theme .wizard > .steps .current a:hover, .business_theme .wizard > .steps .current a:active {
  background: #e26201 none repeat scroll 0 0;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  border-color:#e26201;

}
.business_theme .wizard > .steps a:hover, .business_theme .wizard > .steps .done a:hover {
  background: #e26201 none repeat scroll 0 0;
  border-color: #e78133;
  
}
.business_theme .wizard > .actions a, .business_theme .wizard > .actions a:active {
  background-color: #e26201;
}
.business_theme .progress-bars .bewaren a {
  color: #e26201;
  
}
.business_theme .edit_value a{
	color: #e26201;
	}
.submit_later.business-layout-theme span a {
  color: #e26201 !important;
}
.submit_later.business-layout-theme form .btn-default {
  background: #e26201 none repeat scroll 0 0 !important;
  
}

/*end business*/

footer {
  margin-bottom: 28px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#footer hr{
	border-top:2px solid #77bd43;
	margin-top:22px;
	margin-bottom:10px;
}
#footer ul li{
	list-style-type:none;
}
#footer ul li a{
	font-family: "Arial Regular","Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
	color:#666666;
}
#footer ul li a:hover{
	text-decoration:none;
}
#footer ul li span{
	font-family: "Arial Regular","Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
	color:#666666;
}
.footer-logo{
	float:right;
}
.footer-left {
  padding-left: 20px;
}
.footer-logo{
	padding-right:14px;
}
.small-dropdown .select2-container {
   width:270px;
}
.company_name {
    font-weight: bold;
}
span .company_name {
    font-weight: normal;
}
.option-text, .checker {
    float: left;
}
.checker {
    clear: left;
}
.checker {
    float: left;
    margin-top: 1px !important;
}
.option-text {
    width: 80%;
}
.closest-dealer{
	font-weight: bold;
	color: #6f6f66;
}
.nearest-dealer{
	text-align: left;
}
.all-dealer-list a {
    display: block;
    float: left;
    padding: 10px;
	background: #f4f4f4;
    border-bottom: #eee 1px solid;
    color: #333;
    width: 100%;
}

.all-dealer-list li {
    list-style: none;
    float: left;
    width: 100%;
}

ul.all-dealer-list {
    margin-top: 29px;
}

span.dealer-name {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.dealer-distance span.area {
    display: block;
    text-align: right;
    color: #999999;
    font-weight: bold;
    font-size: 18px;
}

.delaer-searchbox{
	    margin: 70px 0 50px 0;
    clear: left;
    display: block;
    float: left;
    width: 100%
}

span.distance {
    text-align: right;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.choose-dealer-tac{
	height: auto !important;
}
.form-field{
	margin-top: 30px;
	display: block;
	text-align: center;
}