/*


/*-------  Search Inventory --------*/

body {
		font-family: inherit;
}
.inventorycontainer {
    
    margin: auto;
}
.entry-content table, .comment-body table {

	margin-bottom: 50px;

}
.entry-content table th, .comment-body table th {

    color: #f4ce3c;
    font: inherit;
	padding: 10px 0px 5px 20px;

}
.resultsTable table {
	max-width: 1100px;
	border: 0px;
	border-collapse:collapse;
}
.resultsTable {
	max-width: 1100px;
	border: 0px;
	border-collapse:collapse;
}
.resultsTable imagefont {
	font-size: 8px; 
	color: gray;
}
	

tbody tr:nth-child(odd)  { 
            border: 1px solid #ccc; 
        } 


.resultsTable table, th{
	padding-left: 3px;
	margin:0px auto;
	margin-bottom: 20px;
	height:38px;
	color: rgb(230, 196, 9); 
	background-color: rgb(11, 163, 96);
	font-family: inherit;
	font-weight:600;
	font-size: 16px;
	font-family: inherit;
}
.resultsTable th{

	color: #fff; 
	font-family: inherit;
	font-weight: bold;
	text-align: center;

}
table.resultsTable tbody tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
	padding: 5px 0px 5px 20px;
}

table.resultsTable tbody tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

table.resultsTable thead th:first-child {
	border-top-left-radius: 5px;
}

table.resultsTable thead th:last-child {
	border-top-right-radius: 5px;
}

table.resultsTable thead th:not(:nth-child(2)) {
	background-image: none;
}
.wpb_wrapper .resultsTable th  {
	display: none;
}
.resultsTable td{
	font-family: inherit;
	border: 0px;
	color: #000;
}

.resultsTable tbody>tr>td {
	border-bottom: 0px solid #ebebeb;
    border-right: 0px solid #ebebeb;

}
.resultsTable tbody>tr:nth-child(even)>td { 
	height:40px;
	
} 
.resultsTable tbody>tr:nth-child(odd) {
	height:40px;

 } 
 .resultsTable td:first-child {
	font-weight: bold;
	background-color: #ededed;
}
.resultsTable td:first-child + td{
	font-weight: bold;
}
.resultsTable td:first-child + td + td{
	font-weight: bold;
}
#cars-form {


}
.form-group {
	border: 0px;
	border-color: #fff;
	background-color: #fff;
	padding: 25px 25px 25px 25px;
	border-radius: 5px;
}
.form-control {
    display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	float: left;
	font-family: inherit;
	padding-right: 5px;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #4290e0;
    border-color: #122b40;
	float: left;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #4290e0;
	float: left;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d22320;
    border-color: #a50729;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-primary {
    color: #fff;
    background-color: #4290e0;
    border-color: #7b1720;
}
.btn {
    display: inline-block;
	float: left;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;  
}
table {
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
	font-family: inherit;
	font-size: 16px;
	text-align: center;
}
.update{
	font-family: inherit;
	font-size: 16px;
}

	
/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
	@media screen and (max-width: 650px) {


		.resultsTable table {
			border: 0;
		}
		.resultsTable thead {
			display: none;
		}


		.resultsTable tr {
			/*margin-bottom: 10px;*/
          border-bottom: 2px solid #ddd;
		}

    .resultsTable td {
      display: block !important;
          font-size: 14px;
          border-bottom: 0px !important;
          border-top: 0px !important;
		  text-align: left;
    }
	
	.resultsTable table td:first-child {
          padding-top: 30px;
        }
		
		.resultsTable table td:last-child {
          padding-bottom: 30px;
        }

		table td:before {
          content: attr(data-label);
          float: left;
          width:80px;
          text-transform: uppercase;
          font-weight: bold;
		  color: #337ab7;
        }
table.resultsTable tbody tr:last-child td:first-child {

    padding: 5px 0px 5px 0px;
}




.form-control {
	font-size: 14px;
    width: 98%;
}
.btn {
	font-size: 14px;
}
	
}