﻿#search-area {
    display: inline-block;
    position: relative;
}

#suggestions {
    width: 100%;
    border: solid 1px #AAAAAA;
    border-top: none;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(242,234,242,0.7);
    -moz-box-shadow: 0px 2px 2px 2px rgba(242,234,242,0.7);
    box-shadow: 0px 2px 2px 2px rgba(242,234,242,0.7);
}

/*general */

.hidden {
    visibility: hidden;
}

.disabled {
    color:#ccc;
    cursor: none;
}

h1 {
	font-family: tungsten;
}

h2 {
    font-family: tungsten;
    font-size: 64px;
    font-weight: 400;
    margin-top: 0px;
}

.content h2 {
    margin-top: 0px;
}

h3 {
    font-family: helvetica neue;
    font-weight: 400;
}

.right {
    text-align: right;
}

.hide {
    display: none;
}
/*search input and button */
.cta .form-control {
	width: 50%;
	display: inline;
}

.cta .button {
	font-size: 20px;
}

/*search input on SERP */
.serp .cta {
	text-align: left;
}

/*search filters */

.topFilter {
    /*margin-top: 30px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.topFilterBlocks li {
    border-right: 1px solid #cccccc;
}
.topFilter ul li {
    text-align: center;

}

/*top filter */
.topFilter ul {
     padding-left: 0px;
}

.chip {
    background-color: #017dc7;
    padding: 0px 9px;
    border-radius: 3px;
    color: white;
    margin-left: 10px;
}

.chip:hover {
    color: white;
}

.closeChip {
    vertical-align: middle;
    padding-bottom: 3px;
    color: white;
}

.moreLink {
    font-size: 14px;
}
.topFilterIcon {
    vertical-align: middle;
}

.optionNav, .modelOptionNav {
    position: absolute;
    width: 100%;
    margin-left: 10px;
}

.content .blocks {
    margin-left: 0px;
    margin-right: 0px;
}
.optionNav li, .modelOptionNav li {
    border-right: 0px;
    /*margin-left:2px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;*/
}

.secondary-nav {
        background-color:rgba(255,255,255,0.95);
}

.modelOptionNav {
      background-color:rgba(255,255,255,0.95);
}
.submodelOptions {
   /*position: absolute;
    background: white;
    width: 16.66666666%;*/
}
.options .list-item {
    border-right: 0px;
    text-align: left;
   padding-left: 5px;
}


/*submodel selection */
.activeSubmodel {
    font-weight: bold;
} 

.submodelBlocks {
    padding: 0px;
}

.smallIcon {
    height: 16px;
} 
/*car card */
.carCard {
    box-shadow: 1px 1px 5px #cccccc;
    padding: 20px;
    margin-bottom: 20px;
}

.caret {
    float: right;
    color: #017dc7;
}

.flip {
  transform: rotate(-180deg);
}

.otherYearMakeModel {
    border-bottom: 1px solid #cccccc;
    padding-top: 20px;
}

.chevyImpalaRow {
    padding-top: 20px;
}
/*car cards */
.carCard table{
    text-align:left;
}

.carCard .table tr>td {
    vertical-align: middle;
}

.carCard table th{
    padding: 8px;
}

.carCard td:last-child{
    text-align: right;
}

/*body type icon*/
.bodyTypeImage {
    width: 90px;
}
/*temporary for testing */
.carCard tr th:first-child {
    width: 25%;
}

.vehicleValue {
    font-size: 24px;
}

.seeMore {
    font-size: 14px;
    line-height: 1;
}

.helpText {
    font-size: 12px;
    color: gray;
    display: block;
}
/*hidden engine rows*/
.hideCell {
    visibility: hidden;
}

.engineRow {
    border-top: 0px;
}

/*sidefilter */
.sideFilter .form-control {
    height: 40px;
    display: inline;
}

.sideFilter ul {
    margin-bottom: 1.5em;
}

.filterLabel {
    font-weight: 400;
}

.yearInput {
    width: 30%;
}

.clearSelection {
    float: right;
    margin-bottom: 5px;
}

.secondList {
    padding-left: 20px;
}
/*additional models */
.otherChevrolet, .otherDodge, .otherOption {
    display: none;
}

/*add an additional make */
.makeInput {
    width: 60%;
}

.dodgeSelection {
    display: none;
}

/*chevrons on categories */
.category-ul {
    margin-left: 20px;
}

.category-ul li {
    clear: both;
}
.category-ul a {
    float: right;
}

.category-li {
    margin-left: 10px;
}

.modalDialog {
    position: fixed;
    font-family: Helvetica Neue, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 60%;
    height: 80%;
    position: relative;
    margin: 50px auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
     overflow: auto;

}
.close {
    color: ##017dc7;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
 
}
.close:hover {
    color: ##017dc7;
}

.alphabet {
    background: #e6e6e6;
    padding-left: 10px;
}

.suggestedResult {

}
