﻿@font-face {
	font-family: "Flaticon";
	src: url("/Content/7907/Media/General/CSS/vin_search/flaticon.eot");
	src: url("/Content/7907/Media/General/CSS/vin_search/flaticon.eot#iefix") format("embedded-opentype"),
	url("/Content/7907/Media/General/CSS/vin_search/flaticon.woff") format("woff"),
	url("/Content/7907/Media/General/CSS/vin_search/flaticon.ttf") format("truetype"),
	url("/Content/7907/Media/General/CSS/vin_search/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-questions1:before {
    content: "\e012";
}
.flaticon-search19:before {
    content: "\e013";
}
.vinHelp {
    padding: 2em;
}
.vinHelp h3 {
    cursor: pointer;
    font-weight: normal;
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 0px !important;
}

.recallIcon {
    background: url("/Content/7907/Media/General/webimage/icons/icons-sprite.png") no-repeat scroll transparent;
}
span.icon-service {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-position: -200px -161px;
}
.vinInputLabel {
    padding-top:12px;
    padding-bottom:11px;
}



header h3 {
    color: #333;
    letter-spacing: 0px;
    text-align: center;
}
header p.desc {
    padding-left:2em;
    padding-right:2em;
}

#vinInput {
    border-radius: 6px;
    box-sizing: border-box;
    padding-bottom: 11px;
    padding-top: 11px;
    margin-left: 1em;
    margin-right: 1em;
}
input[type="text"].invalid {
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 136, 136, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
#invalidMsg {
    color: #FF3333;
    font-size: 14px;
    margin-right: 1em;
    padding-left: 2em;
    padding-right: 2em;
}
#vinSearchButton {
    border-radius: 6px;
    padding: 10px;
}
.searchLabel {
    font-weight:bold;
    padding-left:5px;
}

.vinInfo {
    display:none;
}
.vinInfo header {
    box-sizing:border-box;
    font-size:14px;
    font-weight:bold;
    padding:20px 10px;
    width:100%;
}
.vinInfo header div {
    margin-left: 10px;
    margin-right: 10px;
}
.vinInfo header div:first-of-type {
    margin-left:0px;
}
.vinInfo header div:last-of-type {
    margin-right:0px;
}

#vinScheduleService.blueGradient {
    background: #2B80B9;
}
#vinScheduleService.blueGradient:hover {
    background: #1d557b;
    color: white;
}
#vinScheduleService.blueGradient:active {
    background: #1d557b;
}
#vinScheduleService.blueGradient.selected {
    background: #2B80B9;
}


.scheduleLabel {
    line-height:20px;
}
.vinResults article {
    padding: 1.5em;
}

details > summary {
    display:table;
    cursor:pointer;
    font-size:14px;
    outline:none;
    position:relative;
    height:30px;
    width:100%;
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}
details > summary span {
    display:table-cell;
    vertical-align:middle;
}
details > summary span.arrowSpan {
    width:9px;
}
.recallArrow {
    background-position: -44px -27px;
    height: 7px;
    width: 8px;
    position: absolute;
    right: 0px;
    top: 11px;
}
details[open] .recallArrow, details.open .recallArrow {
    background-position: -86px -27px;
    right: -1px;
}

.recallStatus {
    height: 30px;
    width: 30px;
    position: absolute;
}
.recallStatus.pending {
    background-position: -372px -160px;
}
.recallStatus.completed {
    background-position: -340px -160px;
}

.descBorderTop {
    border-top: 1px solid #e4e4e4;
    margin-top:1em;
    padding-top:0.45em;
}
details p {
    color: #333333;
    font-size:13px;
    line-height:normal;
    margin-bottom:0px;
}


/***
Loading styles
****/
.loader {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: 13px solid #f3f3f3;
    border-radius: 50%;
    border-top: 13px solid #3498db;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
    
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.vinHelp img {
    width:100%;
}



header.vinSearch {
    background-color: rgb(242, 242, 242);
    padding-bottom: 5px;
    padding-top: 50px;
}
.vinSearchArea {
    display: flex;
    justify-content: center;
}
.contentArea {
    display: flex;
    justify-content: space-between
}
.contentArea .third {
    width: 32%;
}
.contentArea img {
    max-width: 100%;
}
#scheduleDiv {
    text-align: center;
}
.campaignHeader {
    padding: 1.5em;
}
.campaignHeader > div {
    display: table;
    height: 30px;
}
.campaignHeader > div > span.title {
    display: table-cell;
    font-size: 2em;
    padding-left: 40px;
    vertical-align: middle;
}
div.title {
    color: #169BD5;
    font-weight: bold;
}
summary > span {
    font-weight: bold;
}

.contentArea a {
    font-size: 0.8rem;
    font-size: 0.8em;
}


@media only screen and (max-width: 40em) {
    header h3 {
        font-size:13px;
    }
    #vinSearchButton {
        right: 0px;
    }
    .searchLabel {
        display: none;
    }

    .vinInfo header div {
        display: block;
        font-size:12px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #vinScheduleService {
        text-align:center;
    }
    span.icon-service {
        display:inline-block;
        float:none;
        margin-right:0px;
        vertical-align:middle;
    }
    #vinScheduleService .icon-service:before {
        content:none;
    }
    .scheduleLabel {
        display: inline-block;
        font-size:12px;
    }
    summary span {
        display: block;
        font-size:12px;
    }
    .recallStatus {
        zoom: 0.95;
        -moz-transform: scale(0.95);
        -moz-transform-origin: 0 0;
    }

    .contentArea {
        display: block;
    }
    .contentArea .third {
        margin-bottom: 2em;
        width: 100%;
    }
    .contentArea .third:last-of-type {
        margin-bottom: 0px;
    }
    .contentArea a {
        font-size: 1em;
    }

    .vinResults article {
        padding: 0;
        margin-bottom: 2em;
    }
}