* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

body, html {
    height: 100%;
}

#main {
  /*background: url('/images/background.jpg');
  background-size: cover;*/
  padding-top: 40px;
  height: 100%;
/*  background-color: #ddd; */

     background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/images/background.png);
}

#main .container {
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0px 5px 20px #666;
}

#main .container-fluid {
  height: 100%;
}

header {
      height: 80px;
    padding: 10px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.info-box-parent {
  background-color: #fff;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.chosen-item {
  float: right;
  padding-right: 15px;
}

.maxheight-vs-header {
  height: calc(100% - 60px);
}

.left-panel {
  height: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/*
.left-panel.complete {
  width: 12.5%;
}

.info-box-parent.complete {
  width: 87.5%;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
}*/

.height-100 {
  height: 100%;
}

.logo {
  max-height: 60px;
}

.config-selector {
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  background-color: #fff;
  height: 100%;
}

.config-selector > li {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #eee;
  text-align: left;
  padding-left: 15px;
  position: relative;
}

.config-selector > li.selector-divider {
  cursor: default;
  background-color: white;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
}

.config-selector > li.selector-divider:hover {
  background-color: white;
}

.config-selector > li:hover {
  background-color: #ddd;
}

.config-selector > li.complete {
  background-color: #0064a7;
  color: #fff;
}

.list-data {
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
}

.list-data > li {
  cursor: pointer;
  display: block;
  width: 20%;
  float: left;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  text-align: left;
  padding-left: 15px;
  position: relative;
}

.list-data > li:hover {
  background-color: #eee;
}

.manufacturer-logo {
  height: 50px;
  margin-right: 15px;
}

.list-data-filter {
    height: 60px;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    background-color: #fff;
    padding-top: 10px;
    padding-right: 15px;
    border-bottom: 1px solid #888;
    border-top: 1px solid #888;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.info-box {
    padding-top: 30px;
    padding-left: 15px;
}

.info-box h1 {
    margin-top: 0px;
}

.car-detail {
    display: block;
    height: 59px;
    border-bottom: 1px solid #888;
    margin-left: -15px;
    margin-right: -15px;
    line-height: 59px;
     padding-left: 15px;
    font-weight: bold;
    font-size: 20px;
}

.specs {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
.list-data > li {
	width: 100%;
}
#main .container {
	margin-top: 0px;
	}
	header {
		height: auto;
		min-height: 80px;
	}
	header > span {
		display: block;
		padding-left: 0px !important;
	}
    .left-panel {
	width: 100% !important;
    }
    .car-detail {
		height: auto;
	}
	.car-detail > a {
		display: block;
		float: none !important;
	}
    .info-box-parent {
	width: 100% !important;
        border-left: 0px !important;
    }
}