/**
 * Erstellt mit LESS
 * TODO: Bitte .less Datei schauen.
 */
#tyresFilterForm {
  position: relative;
}
#tyresFilterForm .note {
  position: absolute;
  right: 0;
  top: 0;
  width: 385px;
}
#tyresFilterForm .note span.color {
  color: #cc0066;
}
#tyresFilterForm option.gray {
  color: #cc0066;
}
#tyresFilterForm .tyresFilter > div {
  float: right;
  width: 280px;
  margin-top: -10px;
  text-align: center;
}
#tyresFilterForm .tyresFilter > div a.btn {
  text-align: center;
  width: 252px;
}
#tyresFilterForm .tyresFilter > div a.btn.newSearchBtn {
  margin-bottom: 10px;
}
#tyresFilterForm .tyresFilter > div a.btn.searchBtn {
  margin: 0 !important;
}
#tyresFilterForm .tyresFilter > div.complete {
  padding-top: 10px;
}
#tyresFilterForm .tyresFilter > div.matchcode a.btn.newSearchBtn {
  width: 137px;
}
#tyresFilterForm .tyresFilter > div.matchcode input#tyresMatchCode {
  width: 103px;
  margin-right: 6px;
}
#tyresFilterForm .tyresFilter > div.filter input#tyresMatchCode {
  display: none;
}
#tyresFilterForm .tyresFilter #filterTable.line select,
#tyresFilterForm .tyresFilter #filterTable.line input[type="text"] {
  width: 115px;
}
#tyresFilterForm .tyresFilter .matchcode {
  vertical-align: top;
}
#tyresFilterForm .stock {
  margin-right: 5px;
}
#tyresFilterForm div,
.tyresSearchByMatchCode div {
  position: relative;
}
#tyresFilterForm div > button.btn,
.tyresSearchByMatchCode div > button.btn {
  position: absolute;
  left: 370px;
  bottom: 0;
}
.statisticsContainer {
	bottom: 5px;
	position: relative;
	padding-right: 30px;
}
.statisticsImage {
	height: 40px;
	padding: 0 0 0 4px;
}
.pentagonBody {
	bottom: 25px;
	height: 20px;
	left: 30px;
	position: relative;
	width: 20px;
	}
.pentagonLabel{
	color: #fefefe;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.pentagonPointRight {
	background-color: inherit;
	height: 70.5%;
	position:absolute;
	right: -35%;
	top: 15%;
	transform: rotate(45deg);
	width: 70.5%;
	z-index: 1;
}
.weatherImage {
	position: absolute;
	left: 25px;
	top: 20px;
}