


/********************************************************************************************/
/* H5APP_logos   */
/********************************************************************************************/

.H5APP_DealerX
{ position: relative;
  overflow:auto;
  margin-top:0px;
  margin-bottom:70px;
  min-height:600px;
  color:#333333;
}

.H5APP_DealerX .dealer_form
{ position: relative;
  overflow:auto;
  width:50%;
  float:right;
  background:#f0efe9;
  padding:70px;

}

.H5APP_DealerX .dealer_form a
{ 
  color:#000;
}

input[type=submit].ui-button {
  margin:0px;
  padding:15px; 
  background-color: #669c8f;
  text-align:center;
  background-color: #669c8f;
  flex:1;
  font-size:20px;
  color:#fff;
  text-transform:uppercase;
  width:100%;
  display:block;
  cursor:pointer;
  border: none;
 

  
  
}


.H5APP_DealerX.searching .dealer_form p.description
{ display:none;
}

.H5APP_DealerX .dealer_form .results
{ display:none;
  margin-top:20px;
}
.H5APP_DealerX.searching .dealer_form .results
{ display:block;
}


.H5APP_DealerX.searching .dealer_form .search_result_info
{ margin:30px 0;
}

.H5APP_DealerX .dealer_result
{ border-bottom:1px solid #aaaaaa;

  margin-top:20px;
  padding:0 40px 20px 80px;

  position:relative;
  cursor:pointer;
}

.H5APP_DealerX .dealer_result p.details
{ display:none;
  font-size:18px;
}
.H5APP_DealerX .dealer_result.selected p.details
{ display:block;
}


.H5APP_DealerX .dealer_result .marker
{ position:absolute;
  left:15px;
  top:15px;
  background:url(/bd_xml_series/47/marker_inactive.png);
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  width:30px;
  height: 49px;
  text-align:center;
  color:#c92a2a;
  padding-top:10px;
}
.H5APP_DealerX .dealer_result .arrow
{ position:absolute;
  right:15px;
  top:15px;
  background:url(/bd_xml_series/47/icon-ios7-arrow-down-512.png);
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  width:40px;
  height: 40px;
  cursor:pointer;


}
.H5APP_DealerX .dealer_result.selected .marker
{ background-image:url(/bd_xml_series/47/marker_active.png);
  color:#fff;
}


.H5APP_DealerX .dealer_result.selected .arrow
{ background-image:url(/bd_xml_series/47/icon-ios7-arrow-up-512.png);

}


.H5APP_DealerX .dealer_result b
{ font-size:20px;
}

.H5APP_DealerX .dealer_form a strong
{ display:block;

}

.H5APP_DealerX .dealer_form .input_wrapper
{ 

}

.H5APP_DealerX.searching .dealer_form .input_wrapper
{ margin-bottom:20px;

}

.H5APP_DealerX .dealer_form input[type=text]
{ color:#333333;
  border:0px;
  border-bottom:2px solid black;

  padding:5px;
  font-size:18px;

}


.H5APP_DealerX .dealer_form input.i1
{ width:calc(70% - 30px);
  margin-right:30px;
}
.H5APP_DealerX .dealer_form input.i2
{ width:30%;

}
.H5APP_DealerX .dealer_form h1
{ border-bottom:7px solid #333333;
  padding-bottom:20px;
  margin-bottom:30px;

}




@media (max-width:1024px)
{ .H5APP_DealerX .dealer_form
  { position: relative;
    overflow:auto;
    width:100%;
    padding:30px;



  }

  .H5APP_DealerX .dealer_form input.i1
  { width:100%;
    margin-right:00px;
  }
  .H5APP_DealerX .dealer_form input.i2
  { width:100%;

  }

}

