/*global-styling*/
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape */ }

body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: Tahoma,Verdana,Helvetica,Sans-Serif;
  padding: 10px; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

a, img {
  border: none;
  outline: none; }

h4 {
  text-decoration: underline; }

h5 {
  font-size: 1em;
  background: #e8e8e8;
  padding: 5px; }

.clear {
  clear: both; }

header img {
  max-height: 100px;
  max-width: 150px;
  margin: 20px; }
header .lineBreak {
  border-bottom: solid 2px #000; }
header .navBar {
  margin: 0;
  padding: 0; }
  header .navBar li {
    display: inline-block;
    margin: 10px 10px 10px 0; }
    header .navBar li a {
      text-decoration: none;
      padding: 5px 10px;
      background: #dcdcdc;
      color: #000;
      transition: background ease 0.5s; }
      header .navBar li a:hover {
        background: #ececec; }

#modelSearchInput, #modelSearchSelect, #modelSearchButton {
  float: left;
  height: 35px;
  border: solid 1px #000;
  padding: 0; }
  #modelSearchInput > *, #modelSearchSelect > *, #modelSearchButton > * {
    height: 100%;
    border: none;
    padding: 0px 10px; }

.modelInfo {
  float: left;
  margin: 0 30px 30px 0; }

.tds-button.agco {
  background: #a6192e;
  display: inline-block;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  float: left;
  margin: 30px; }

.recommendationTable {
  clear: both; }

.ajax-dropdowns {
  margin: 0 0 30px 0; }
  .ajax-dropdowns .dropDownSelectors label {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px 0; }
  .ajax-dropdowns .dropDownSelectors select {
    height: 35px;
    width: 100%;
    max-width: 600px; }

#facetsContainer .searchMessage {
  clear: both;
  padding: 20px 0 0 0; }
#facetsContainer .button {
  cursor: pointer; }
#facetsContainer .searchControls a {
  display: inline-block;
  background: #dcdcdc;
  color: #000;
  padding: 5px 7px;
  transition: background ease 0.7s;
  border: solid 1px #000;
  text-decoration: none; }
#facetsContainer .searchPageControls {
  margin: 20px 10px 0 0; }
  #facetsContainer .searchPageControls > * {
    float: left;
    margin: 0 10px 0 0;
    padding: 0; }
#facetsContainer .searchFacets {
  clear: both;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  #facetsContainer .searchFacets .facet {
    -ms-flex: 1 auto;
    -webkit-flex: 1 auto;
    flex: 1 auto;
    width: 30%;
    margin: 10px; }
    #facetsContainer .searchFacets .facet h2 {
      display: none; }
    #facetsContainer .searchFacets .facet select {
      width: 100%;
      max-width: 400px;
      padding: 10px; }
#facetsContainer .clearFacet, #facetsContainer .clearFacetAll {
  padding: 10px;
  background: #c9c9c9;
  display: inline-block;
  margin: 10px;
  color: #000;
  transition: ease 0.7s;
  text-decoration: none; }

table {
  border-collapse: collapse; }
  table td, table th {
    padding: 10px;
    text-align: left; }
    table td.capacity, table td.fuel, table td.year, table th.capacity, table th.fuel, table th.year {
      text-align: center; }
    table td.label, table th.label {
      font-weight: bold; }
  table.vehicle {
    width: 100%; }
  table .row2 {
    background: #e8e8e8; }

.recommendationTable table {
  width: 100%; }

.functions {
  padding: 5px 0 0 0;
  border-top: solid 2px #000; }
  .functions a {
    display: inline-block;
    background: #dcdcdc;
    color: #000;
    padding: 5px 7px;
    transition: background ease 0.7s;
    border: solid 1px #000;
    text-decoration: none; }

footer .footer_links {
  border-top: solid 2px #000;
  margin: 20px 0 0 0; }
  footer .footer_links p {
    cursor: pointer;
    display: inline-block;
    margin: 20px 20px 0 0; }
    footer .footer_links p:hover {
      text-decoration: underline; }

.tds-message p {
  font-weight: bold; }

/*mobile-styling*/
@media only screen and (min-width: 320px) {
  table.vehicle .category, table.vehicle .fuel {
    display: none; } }
/*small-tablet-styling*/
/*large-tablet-styling*/
@media only screen and (min-width: 768px) {
  table.vehicle .category, table.vehicle .fuel {
    display: table-cell; } }
/*desktop-styling*/
/*override-styling*/
