.widget.carfax-report {
   margin-top: 3em;
   background: #dae6ff;
   overflow: hidden;
   padding: 20px;
   border: 1px solid #ccc;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.title {
   text-transform: uppercase;
   margin: 5px 0 20px;
   color: #3777bc;
   font: 500 20px/28px Roboto,sans-serif;
}

div.carfax-report fieldset {
   margin: 0;
   padding: 0;
   border: 0;
   width: 100%;
   margin-bottom: 10px;
}

/*@media only screen and (max-width: 1199px) {
div.carfax-report  fieldset {
   margin-bottom: 20px;
}
}*/

@media only screen and (max-width: 991px) and (min-width: 768px) {
div.carfax-report fieldset {
   float: left;
   margin-right: 15px;
   width: 205px;
}
}
.custom-input {
   width: 100%;
   color: #424242;
   box-sizing: border-box;
}

.custom-input input {
   position: relative;
   overflow: hidden;
   border-radius: 4px;
   background-color: #fff;
   width: 100%;
   color: #424242;
}

.widget input[type=text] {
   padding: 0 8px;
   height: 32px;
   line-height: 32px;
}

.widget.carfax-report input[type=text] {
   border: 0;
}


.vhr-search-form__no-vin {
   /*padding: 0.5em 0 0 1em;*/
}

.vhr-search-form__no-vin-container a {
   background: transparent;
   color: #3777bc;
   text-decoration: none;
   font-size: 12px;
}

.vhr-search-form__or {
   margin: 10px 0;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
.widget.carfax-report fieldset:last-of-type {
   margin-right: 0;
}
}

.custom-select {
   position: relative;
   overflow: hidden;
   height: 32px;
   border-radius: 4px;
   background-color: #fff;
}
.custom-select select {
   width: 100%;
   color: #424242;
   margin: 0 8px;
   padding: 0;
   border: 0;
   background: #fff;
   cursor: pointer;
   -webkit-appearance: none;
   font-size: 14px;
   max-width: 100%;
   vertical-align: middle;
}
.custom-select .select-arrow {
   position: absolute;
   top: 0;
   right: 0;
   width: 30px;
   text-align: center;
   line-height: 30px;
   cursor: pointer;
   pointer-events: none;
}
.widget.carfax-report .custom-select .select-arrow {
   height: 32px;
   background: linear-gradient(to bottom,#484848 0,#2f2f2f 100%);
}
.custom-select .select-arrow span {
   display: block;
   margin: 13px auto 0;
   width: 12px;
   height: 6px;
   background: url(/wp-content/plugins/wp-vehicle-history-report/sprite.png) -409px -74px no-repeat;
}

@media only screen and (max-width: 1199px) {
.custom-select .select-arrow span {
   background-image: url(/wp-content/plugins/wp-vehicle-history-report/sprite_mb.png);
   background-size: 1000px auto;
}
}
.widget.carfax-report input[type=submit] {
   width: 100%;
   font-size: 16px;
   line-height: 40px;
   -webkit-appearance: button;
   cursor: pointer;
   border: 0;
   border-radius: 4px;
   background: #7DC243;
   color: #fff;
   font-weight: 400;
   text-decoration: none;
   text-transform: capitalize;
   padding: 0;
   vertical-align: bottom;
   margin-top: 8px;
}
.widget.carfax-report input[type=submit]:hover {
 background-color: #649b35;
}
