/* Style the body and outer container */

body {
  margin: 0;
  color: #333;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}


/* The logo and footer */

#logo {
  display: block;
  border: none;
  vertical-align:middle;
  height:100%;
}
.navbar-dark {
	background-color:#125695;
}
.navbar-darl a {
	color:#fff;
}
#footer {
  border-top: 1px solid #00a0b0;
  margin-top: 40px;
  padding: 20px 0 0 0;
  font-size: .8em;
}

.vin_no {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 15px 15px !important;
  width: 100%;
  margin-bottom: 20px;
}
/* Headings */

h1 {
  color: #eb6841;
  margin-bottom: 30px;
  line-height: 1.2em;
}

h2, h2 a {
  color: #125695;
}

h2 a {
  text-decoration: none;
}
h3 {
	font-size:1.40rem !important;
}
a:hover {
	color:#eb6841
}

/* Article headlines */

#headlines {
  list-style: none;
  padding-left: 0;
}

#headlines li {
  margin-bottom: 2em;
}

.pubDate {
  font-size: .8em;
  color: #eb6841;
  text-transform: uppercase;
}

#headlines .pubDate {
  display: inline-block;
  width: 100px;
  font-size: .5em;
  vertical-align: middle;
}

.summary {
  padding-left: 20px;
}


/* "You are logged in..." header on admin pages */

#adminHeader {
  width: 940px;
  padding: 0 10px;
  border-bottom: 1px solid #00a0b0;
  margin: -30px 0 40px 0;
  font-size: 0.8em;
}
.header img {
	max-width:100%;
	margin:0 auto;
}
.form form {
  margin: 20px auto;
  padding: 40px 25px;
  overflow: auto;
}
.form {
	background-image:url(images/Vin_Search_Bkg.png); 
	background-size:100%;
	background-repeat:no-repeat; 
	display:block;
	position:relative;
	float:right;
	width: 450px;
	max-width:100%; 
	margin-top:10px;
}

.form h5 {
    font-size: 18px;
    padding: 15px 10px 0px 10px;
    text-align: justify;

}
.form h2 {
	margin-bottom: 2px;
	margin-top:15px; 
	font-weight: bold; 
	font-size: 24px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333;
	text-align:center;
}
.form input {
	margin-top: 0px;
	font-size: 22px; 
	color: #999; 
	margin-left: 0px;
	width:100%;
	margin:20px auto 5px auto;
}
.form #Search {
    float: right;
    padding: 10px 20px;
    background-color: #efa248;
    max-width: 160px !important;
}
.form #Search:hover {
	color:#efa248;
	background-color:#fff;
}
.car-search {
	padding:20px 10px;
	border:1px solid #125695;
	border-radius:10px;
	margin:20px 0px;
	height:130px;
}
.car-search input {
	width:100%;
	padding:10px;
}
.car-search .button {
	width:150px;
	float:right;
	margin:20px 0px;
}

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

form ul li {
  margin: .9em 0 0 0;
  padding: 0;
}

form * {
  line-height: 1em;
}


/* The field labels */

label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 25%;
  padding: .4em 0 0 0;
  margin: .15em .5em 0 0;
}


/* The fields */

input, select, textarea {
  display: block;
  margin: 0;
  padding: .4em;
  width: 74%;
}

input, textarea, .date {
  border: 2px solid #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  background: #fff;
}

input {
  font-size: .9em;
}

select {
  padding: 0;
  margin-bottom: 2.5em;
  position: relative;
  top: .7em;
}

textarea {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .9em;
  height: 5em;
  line-height: 1.5em;
}

textarea#content {
  font-family: "Courier New", courier, fixed;
}
  

/* Place a border around focused fields */

form *:focus {
  border: 2px solid #7c412b;
  outline: none;
}


/* Display correctly filled-in fields with a green background */

input:valid, textarea:valid {
  background: #efe;
}


/* Submit buttons */

.buttons {
  text-align: center;
  margin: 40px 0 0 0;
}

input[type="submit"] {
  display: inline;
  margin: 0 20px;
  width: 100%;
  padding: 10px;
  border: 2px solid #7c412b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  border-radius: 5px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  color: #fff;
  background: #ef7d50;
  font-weight: bold;
  -webkit-appearance: none;
}

input[type="submit"]:hover, input[type="submit"]:active {
  cursor: pointer;
  background: #fff;
  color: #ef7d50;
}

input[type="submit"]:active {
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}


/* Tables */

table {
  width: 100%;
  border-collapse: collapse;
}

tr, th, td {
  padding: 10px;
  margin: 0;
  text-align: left;
}

table, th {
  border: 1px solid #00a0b0;
}

th {
  border-left: none;
  border-right: none;
  background: #ef7d50;
  color: #fff;
  cursor: default;
}

tr:nth-child(odd) {
  background: #fff4cf;
}

tr:nth-child(even) {
  background: #fff;
}

tr:hover {
  background: #ddd;
  cursor: pointer;
}


/* Status and error boxes */

.statusMessage, .errorMessage {
  font-size: .8em;
  padding: .5em;
  margin: 2em 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
}

.statusMessage {
  background-color: #2b2;
  border: 1px solid #080;
  color: #fff;
}

.errorMessage {
  background-color: #f22;
  border: 1px solid #800;
  color: #fff;
}
.sidebar ul {
	margin-top:30px;
	max-height:1500px;
	overflow-y:scroll;
	overflow-x:hidden;
	list-style-type:none;
	padding: 0px;
}
.sidebar.makers {
	max-height:auto;
}
.sidebar ul li {
	padding:5px 0px;
}
.sidebar ul li a {
	font-size:14px;
}
.sitemap li {
    width: 33%;
    float: left;
    list-style: none;
}
.pagination {
    display: block;
    margin: 0 auto;
    width: auto;
    text-align: center;
}
.pagination li {

    margin-right: 20px;
    border: 1px solid #125695;
    padding: 5px 10px;
	display:inline-block;

}
.side-menu {
	background-color:#125695;
}
.side-menu ul {
	padding:0px;
}
.side-menu li {
	background-color: #0d3f6d;
	list-style-type:none;
	padding:5px 5px;
	margin:5px 0px;
}
.side-menu li a {
	color:#fff !important;
}
.sidebar .vehicle-form select.select-box {
	width:200px !important;	
    background: #ff9924 url(https://vehicleidentificationnumber.com/wp-content/themes/vin/images/select-box-btn.png) no-repeat 165px 0px;
	padding-left:0px;
}
.vehicle-form select.select-box {

    height: 40px;
    border: 1px solid #000;
    width: 240px;
    padding: 1px 10px;
    height: 46px;
    color: #000 !important;
    background: #ff9924;
    font-size: 20px;
    color: #fff;
    padding: 8px 18px;
    border-radius: 3px;	
    background: #ff9924 url(https://vehicleidentificationnumber.com/wp-content/themes/vin/images/select-box-btn.png) no-repeat 191px 0px;
	margin-bottom: 30px !important;
	margin-top: -10px;
}
.vehicle-form .btn-go {

    background: url(https://vehicleidentificationnumber.com/wp-content/themes/vin/images/btn-go-bg.png) no-repeat 76px 10px #3d8730;
    display: block;
    margin-top: 11px;
    padding-left: 11px;
    padding-right: 40px;
    font-family: "oswald-light";
    padding-left: 40px;
    padding-top: 13px;
    font-family: "Oswald",sans-serif;
    border: none;
    height: 46px;
    width: 110px;
    border-radius: 3px;
    color: #fff;
    font-weight: 300;
    padding-left: 5px;
    font-size: 18px;
    margin-top: -8px;
    box-shadow: none;
    border: 1px solid #000;
    margin-left: 0px;

}
.vehicle-form .btn-go:hover {	
    background: url(https://vehicleidentificationnumber.com/wp-content/themes/vin/images/btn-go-bg.png) no-repeat 76px 10px #3d8730;
    display: block;
    margin-top: 11px;
    padding-left: 11px;
    padding-right: 40px;
    font-family: "oswald-light";
    padding-left: 40px;
    padding-top: 13px;
    font-family: "Oswald",sans-serif;
    border: none;
    height: 46px;
    width: 110px;
    border-radius: 3px;
    color: #fff;
    font-weight: 300;
    padding-left: 5px;
    font-size: 18px;
    margin-top: -8px;
    box-shadow: none;
    border: 1px solid #000;
    margin-left: 0px;
}
.vehicle-form {
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    float: right;
    margin-top: 10px;
    max-width: 430px;
    width: 100%;
    height: 238px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    background: rgba(212,228,239,1);
    background: -moz-linear-gradient(top,rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(212,228,239,1)),color-stop(100%,rgba(134,174,204,1)));
    background: -webkit-linear-gradient(top,rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
    background: -o-linear-gradient(top,rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
    background: -ms-linear-gradient(top,rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
    background: linear-gradient(to bottom,rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef',endColorstr='#86aecc',GradientType=0);
    padding: 10px 15px;

}
.va_header_vincheck_title_img {

    width: 100%;
    max-width: 370px;
    margin: 5px auto 4px;

}
.va_header_vincheck_inner_box {

    margin: 0px auto 0;
    width: 100%;
    height: 170px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.05);
    border-radius: 2px;
    background-color: rgba(255,255,255,.3);
    font-family: "Open Sans",arial;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;

}
@media screen and (min-width:1200px) {
		
	.container {
		max-width: 1170px !important;
	}
	
	#logo a {
		display: block;
		margin-top: 20%;
	}
}