/* General */
.tx-dealer_locator .submitButton {
	position: absolute;
	top: -9999999px;
}

.tx-dealer_locator .clearer {
	clear: both;
}

.tx-dealer_locator .f3-widget-paginator li {
	padding-left: 5px !important;
	background-image: none !important;
}

.tx-dealer_locator .f3-widget-paginator li a {
	text-decoration: underline;
}

.tx-dealer_locator img {
  -ms-interpolation-mode: bicubic;
}

/* Map */
.tx-dealer_locator .google-maps-container {
	width: 100%;
	height: 340px;
}

.tx-dealer_locator .dealer-map-information {
	min-width: 150px
}

.tx-dealer_locator .dealer-map-information .dealer-status {
	margin-bottom: 15px;
	width: 100%;
}

.tx-dealer_locator .dealer-map-information .dealer-status .dealer-status-image {
	text-align: center;
	width: 50%;
	float: left;
}

.tx-dealer_locator .dealer-map-information .dealer-status .dealer-certificate {
	width: 50%;
  margin-bottom: 20px;
	float: left;
}

.tx-dealer_locator .dealer-map-information .dealer-status .dealer-certificate img {
  height: auto;
}

.tx-dealer_locator .dealer-map-information .dealer-status img {
  max-width: 100%;
  width: auto;
}

.tx-dealer_locator .dealer-map-information .dealer-name {
	font-weight: bold;
}

.tx-dealer_locator .dealer-map-information .dealer-contact {
	margin-top: 10px;
}

.tx-dealer_locator .dealer .dealer-map-information {
  display: none;
}

/* Dealer List */
.tx-dealer_locator .dealer {
	border: 1px solid #D1D5DD;
	padding: 10px 2%;
	width: 96%;
}

.tx-dealer_locator .dealer-results-information {
	padding: 10px 0px 10px 2%;
	width: 98%;
}

.tx-dealer_locator .dealer-results-information .dealer-results,
.tx-dealer_locator .dealer-results-information .dealer-distance {
	width: 49%;
	display: inline-block
}

.tx-dealer_locator .dealer-results-information .dealer-distance {
	text-align: right;
	font-weight: bold;
}

.tx-dealer_locator .dealer .dealer-information,
.tx-dealer_locator .dealer .dealer-images,
.tx-dealer_locator .dealer .dealer-distance {
	display: inline-block;
	vertical-align: top;
}

.tx-dealer_locator .dealer .dealer-information {
	width: 43%;
}

.tx-dealer_locator .dealer .dealer-images {
	width: 40%;
	
}

.tx-dealer_locator .dealer .dealer-distance {
	width: 15%;
	text-align: right;
}

.tx-dealer_locator .dealer .dealer-images .dealer-status,
.tx-dealer_locator .dealer .dealer-images .dealer-certificate {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.tx-dealer_locator .dealer .dealer-images .dealer-certificate {
	max-width: 50%;
}

.tx-dealer_locator .dealer .dealer-images .dealer-status img {
	max-width: 100%;
}

.tx-dealer_locator .dealer .dealer-images .dealer-certificate img {
	display: block;	
}

.tx-dealer_locator .dealer .dealer-information .dealer-name {
  font-weight: 700;
  background-image: url(/typo3conf/ext/dealer_locator/Resources/Public/Images/arrow-right-transparent.png);
  background-position: left 2px;
  background-repeat: no-repeat;
  display: block;
  padding-left: 12px;
	padding-bottom: 10px;
  text-decoration: none;
	cursor: pointer;
}

.tx-dealer_locator .dealer .dealer-information .dealer-name:hover {
	color: #06c;
  text-decoration: none;
}

.tx-dealer_locator .dealer .dealer-information .dealer-address,
.tx-dealer_locator .dealer .dealer-information .dealer-contact {
	padding-left: 12px;
}

.tx-dealer_locator .nothing-found {
	padding: 20px 0px;
	font-weight: bold;
}

/* Pagination */
.tx-dealer_locator .f3-widget-paginator {
	list-style-type: none;
}

.tx-dealer_locator .f3-widget-paginator li {
	display: inline-block;
}

/* Search Form */
.tx-dealer_locator .search-form {
	width: 100%;
}

.tx-dealer_locator .search-form .button-container {
	text-align: right;
	width: 100%;
}

.tx-dealer_locator .search-form .searchButton {
	height: 28px;
  color: #fff;
  background-color: #06c;
  border-radius: 5px;
  background-position: 0 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
  border: none;
  margin-top: 15px;
	min-width: 86px;
}

.tx-dealer_locator .search-form input,
.tx-dealer_locator .search-form select {
	border: 1px solid #B2B2B2;
	border-radius: 5px;
	box-shadow: inset 0 0 6px #BABDC3;
  background-color: #fff!important;
  padding: 4px;
}

.tx-dealer_locator .search-form label {
	display: block;
}

.tx-dealer_locator .search-form input.location,
.tx-dealer_locator .search-form select.distance {
	display: inline-block;
}

.tx-dealer_locator .search-form .category-container {
  margin-bottom: 12px;
}

.tx-dealer_locator .search-form .category-container select {
	width: 100%;
}

.tx-dealer_locator .search-form .subcategory-container {
	display: none;
}

.tx-dealer_locator .search-form .subcategory-container.active {
	display: block;
}

.tx-dealer_locator .search-form .location-container input {
	width: 60%;
}

.tx-dealer_locator .search-form .location-container select {
	width: 35%;
	float: right;
}

.tx-dealer_locator .search-form .location-container select.location {
	width: 60%;
	float: none;
}

/* checkboxes */

.tx-dealer_locator .chkbox_wrapper,
.tx-dealer_locator .radio_wrapper {
	margin: 0 0 10px 0;
}

.tx-dealer_locator .chkbox_wrapper:first-of-type,
.tx-dealer_locator .radio_wrapper:first-of-type {
  margin: 10px 0 10px 0;
}

.tx-dealer_locator input[type="checkbox"],
.tx-dealer_locator input[type="radio"] {
	position: absolute;
}

.tx-dealer_locator input[type="checkbox"]:before,
.tx-dealer_locator input[type="radio"]:before {
  vertical-align: bottom;
  display: block;
  border: none;
  border: none;
  height: 17px;
  width: 17px;
  background-image: none;
  content: "";
  background-repeat: no-repeat;
  border: 1px solid #3F4D58;
  border-radius: 5px;
  background-size: 81%;
  background-position: 2px;
  position: relative;
  left: -3px;
  top: -5px;
  background-color: white;

}

.tx-dealer_locator input[type="checkbox"]:checked:before,
.tx-dealer_locator input[type="radio"]:checked:before {
    background-image: url(/fileadmin/templates/images/release2/selected.png);
}

.tx-dealer_locator label.right {
	margin-left: 30px;
	float: none;
}

@media (max-width: 600px) {
	.tx-dealer_locator .search-form .location-container input,
	.tx-dealer_locator .search-form .location-container select,
	.tx-dealer_locator .search-form .searchButton {
		width: 100%;
	}

	.tx-dealer_locator .search-form .location-container select {
		margin-top: 10px;
	}

	.tx-dealer_locator .search-form .location-container input {
		width: 98%;
		padding: 4px 1%;
	}

	.tx-dealer_locator .dealer .dealer-information,
	.tx-dealer_locator .dealer .dealer-images,
	.tx-dealer_locator .dealer .dealer-distance {
		display: block;
		width: 100%;
	}

	.tx-dealer_locator .dealer .dealer-images,
  .tx-dealer_locator .dealer .dealer-distance {
		margin-top: 10px;
	}

	.tx-dealer_locator .dealer .dealer-images,
	.tx-dealer_locator .dealer .dealer-distance {
		text-align: center;
	}

	.tx-dealer_locator .dealer-results-information .dealer-results {
		width: 100%;
		text-align: center;
	}

	.tx-dealer_locator .dealer-results-information .dealer-distance {
		display: none;
	}
}

/* Widget General */
.tx-dealer_locator .widget {
	background-color: #06C;
  box-shadow: 0 0 4px #4F4F4F;
  overflow: hidden;
}

.tx-dealer_locator .widget .widget-location,
.tx-dealer_locator .widget .widget-distance {
	width: 100%;
	float: none;
  height: 71px;
}

.tx-dealer_locator .widget input {
  width: 86%;
	font-size: 12px;
	padding: 6px 2%;
  margin: 15px 5%;
	border-radius: 5px;
	color: #3F4D58;
  border: 1px solid #aaadb3;
	box-shadow: inset 0 0 6px #BABDC3;
}

.tx-dealer_locator .widget .widget-location input {
	width: 90%;
	margin: 0px 5%;
  background-position: right center;
	background-image: url(/typo3conf/ext/dealer_locator/Resources/Public/Images/icon-location.png);
  background-repeat: no-repeat;
}

.tx-dealer_locator .widget .widget-submit {
	width: 100%;
}

.tx-dealer_locator .widget .widget-submit button {
	width: 90%;
	margin: 15px 5%;
  height: 29px;
  font-size: 12px;
	line-height: 29px;
  background-image: url(/typo3conf/ext/dealer_locator/Resources/Public/Images/submit-button-bg.png);
  background-repeat: repeat-x;
	border-radius: 10px;
	text-align: center;
	color: #06C;
  border: none;
	cursor: pointer;
}

.tx-dealer_locator .widget .widget-distance {
	position: relative;
}

.tx-dealer_locator .widget .widget-distance .distance-label {
	position: absolute;
	width: 100%;
	bottom: 15px;	
	text-align: center;
	color: #ffffff;
}

/* Range Input */
.tx-dealer_locator .widget .rangeslider {
	width: 90%;
	background: none;
	background-image: url(/typo3conf/ext/dealer_locator/Resources/Public/Images/slider-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #06C;
	border-radius: 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  clear: right;
  cursor: pointer;
  float: left;
  height: 11px;
  margin: 18px 5% 0 5%;
  position: relative;
}

.tx-dealer_locator .widget .rangeslider .rangeslider__fill {
	background: url(/typo3conf/ext/dealer_locator/Resources/Public/Images/slider-bar.png) 0px -1px repeat-x;
  display: block;
  height: 11px;
  opacity: 1;
  position: absolute;
}

.tx-dealer_locator .widget .rangeslider .rangeslider__handle {
  background: url(/typo3conf/ext/dealer_locator/Resources/Public/Images/slider.png) no-repeat;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  cursor: move;
  display: block;
  height: 22px;
  margin-top: 1px;
  position: absolute;
  top: -4px;
  width: 22px;
}

.tx-dealer_locator .widget input.range {
    display: none;
}

/* Widget Right */
.tx-dealer_locator .widget-right {
  width: 142px;
}

.tx-dealer_locator .widget-right .widget-location,
.tx-dealer_locator .widget-right .widget-distance {
  background-image: url(/typo3conf/ext/dealer_locator/Resources/Public/Images/arrow-down-merchant.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.tx-dealer_locator .widget-right .widget-location input {
	width: 86%;
	margin: 8px 5% 15px 5%;
	padding: 6px 2%;
}

/* Widget Bottom */
.tx-dealer_locator .widget-bottom {
	width: 100%;
}

.tx-dealer_locator .widget-bottom .widget-location,
.tx-dealer_locator .widget-bottom .widget-distance,
.tx-dealer_locator .widget-bottom .widget-submit {
	height: 60px;
	width: 33%;
	display: block;
	vertical-align: top;
	float: left;
}

.tx-dealer_locator .widget-bottom .widget-location,
.tx-dealer_locator .widget-bottom .widget-distance {
	position: relative;
}

.tx-dealer_locator .widget-bottom1 .widget-location:after,
.tx-dealer_locator .widget-bottom1 .widget-distance:after {
	content: ' ';
	background-image: url(/typo3conf/ext/dealer_locator/Resources/Public/Images/arrow-merchant.png);
  background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.tx-dealer_locator .widget-bottom .widget-location input {
	width: 86%;
	padding: 6px 2%;
  margin: 15px 5%;
}

.tx-dealer_locator .dealer-categories {
  display: none;
}

@media (max-width: 600px) {
	.tx-dealer_locator .widget-bottom .widget-location,
	.tx-dealer_locator .widget-bottom .widget-distance,
	.tx-dealer_locator .widget-bottom .widget-submit {
		float: none;
		width: 100%;
	}
}
