input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}



#contact {
    width: 380px !important;
  }

@media only screen and (max-width: 600px) {
  #contact {
    width: 85% !important;
  }
}

body {
    font-size: 13px;
    font-weight: normal;
    /*background: #e6e6e6;*/
    background: #ffffff;
    /*font-family: 'HyundaiSansText', 'HyundaiSansHead', 'DINWebPro', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';*/
    font-family: 'HyundaiSansText', 'HyundaiSansHead', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    margin: 0;
    padding: 0;
}

input {
    outline: none;
}

@font-face {
    font-family: "HyundaiSansText-Regular";
    src: url("HyundaiSansText-Regular.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HyundaiSansText-Medium";
    src: url("HyundaiSansText-Medium.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HyundaiSansText-Bold";
    src: url("HyundaiSansText-Bold.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HyundaiSansHead-Regular";
    src: url("HyundaiSansHead-Regular.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /*font-family: "DINWebPro";*/
    font-family: "HyundaiSansText";
    /*src: url("DINWebPro.woff");*/
    src: url("HyundaiSansText.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HyundaiSansHead-Medium";
    src: url("HyundaiSansHead-Medium.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /*font-family: "DINWebPro-Light";*/
    font-family: "HyundaiSansText-Light";
    font-family: "";
    /*src: url("DINWebPro-Light.woff");*/
    src: url("HyundaiSansText-Light.woff");
    font-weight: normal;
    font-style: normal;
}

.tleft {
    text-align: left;
    line-height: 2;
}

.justifytxt {
    text-align: left;
    line-height: 1.2;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

hr {
    border-top: 1px solid #bfbfbf;
    clear: both;
}

.redirect-txt {
    margin-top: 60px;
    text-align: center;
    line-height: 16px;
}

.header-wrapper {
    float: left;
    width: 100%;
}

.wrapper {
    max-width: 95%;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
}

.logo {
    float: left;
    padding: 5px 30px 2px 0;
    cursor: default;
}

    .logo img {
        width: 60px;
        height: auto;
        outline: none;
        border: 0;
        cursor: pointer;
    }

.header {
    margin: 0 auto;
    max-width: 95%;
    padding: 0 10px;
}

#updateddate {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 10px 0;
    letter-spacing: 0.5px;
}


.header h1 {
    color: #2d2d2d;
    font-family: 'HyundaiSansText-Bold','Helvetica W01 Cn', Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: inline;
    width: 50%;
    float: left;
    margin: 10px 0 0 0;
}

.menu {
    outline: none;
    background: url("../images/mailcall-mobile.png") no-repeat scroll 0px 0px transparent;
    width: 25px;
    height: 20px;
    float: right;
    margin-top: 18px;
}

.contact {
    display: none;
}

.content {
    margin: 10px;
}

.error {
    color: red;
    display: none;
}

.lblmodelyear {
    font-family: 'HyundaiSansHead', 'HyundaiSansText', 'Arial';
    font-weight: 600;
    font-size: 18px;
}

.lblVIN {
    font-family: 'HyundaiSansText', 'Arial';
    font-weight: 600;
    font-size: 13px;
}

.hasrecall {
    color: red !important;
}

.hasopencampaign {
    color: red !important;
}

.hide {
    display: none;
}

/*.lkupvin, .box {
    display:flexbox;
    align-items: center;
    align-self: flex-start;
}*/
.Aligner {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.Aligner-item {
    /*max-width: 50%;*/
}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
}

.lkupvin a {
    font-family: 'HyundaiSansText-Medium';
    font-size: 13px;
    color: #007DB4;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}

.lkupvin > a:hover {
    color: #bf1e2d;
    text-decoration: underline;
}

.footer-logo {
    text-align: center;
}

.footer-bg {
    border-top: 1px solid #BFBFBF;
    margin-bottom: 50px;
}

.vin-number {
    margin: 10px 20px 5px 0;
    display: inline-block;
}

.open-msg, .closed-msg {
    display: none;
}

.txt-copyright {
    margin-top: 10px;
    text-align: center;
    color: #999999;
    font-size: 11px;
    line-height: 11px;
}

.links {
    text-align: center;
    margin-top: 10px;
}

    .links li:first-Child {
        border-left: 0;
    }

    .links li {
        display: inline-block;
        border-left: 1px solid #CDCDCD;
        font-size: 11px;
        line-height: 11px;
    }

        .links li a {
            margin: 0 10px 0 10px;
            color: #336699;
        }

/*custom styles for pop up box*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0 0 20px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.popup-body {
    font-size: 16px;
    padding: 10px 20px;
    color: #505050;
}

    .popup-body .help-text h3 {
        color: #032b5a;
        font-size: 16px;
    }

.popup-header {
    background: #022848;
    background: -webkit-linear-gradient(#2a6392, #022848);
    background: -o-linear-gradient(#2a6392, #022848);
    background: -moz-linear-gradient(#2a6392, #022848);
    background: linear-gradient(#2a6392, #022848);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6392', endColorstr='#022848');
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    /*font-family: 'HyundaiSansText-Bold', 'HyundaiSansText', 'DINWebPro', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';*/
    font-family: 'HyundaiSansText-Bold', 'HyundaiSansText', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px 10px 10px 20px;
    position: relative;
    text-transform: uppercase;
}

.contact-info, .email {
    border-top: 1px solid #bfbfbf;
}

    .contact-info p, .email a {
        padding-left: 35px;
    }

        .contact-info p a, .email a {
            color: #505050;
        }

.call-icon, .email-icon {
    height: 25px;
    font-size: 12px;
    padding-top: 4px;
}

.call-icon {
    border: none;
    background: url("../images/call-icon.png") no-repeat scroll 0px 0px transparent;
    color: #032b5a;
}

.email-icon {
    border: none;
    background: url("../images/email-icon.png") no-repeat scroll 0px 3px transparent;
    padding-left: 30px;
    color: #032b5a;
}

.mfp-bg {
    background: none repeat scroll 0 0 #666666;
    opacity: 0.5;
}

.mfp-close {
    height: 25px;
    right: 20px;
    top: 15px;
    width: 25px;
}

    .mfp-close:active {
        top: 15px;
    }

.mfp-close-btn-in .mfp-close {
    opacity: 1;
    background: url("../images/cross.png") no-repeat scroll 0 0 transparent;
    text-indent: -9999px;
}

.mfp-close-btn-in .mfp-close-blue {
    background: none !important;
    color: rgba(0,116,200,1);
    text-indent: inherit !important;
    top: 0;
    right: 10px;
    line-height: 20px;
}


.popup-header p {
    margin-top: 8px;
    padding: 0;
    width: 90%;
}
/*end*/
.disab {
    background: #2a6392;
}

.open-accordion {
    background: url("../images/down.png") no-repeat scroll transparent;
    background-position: right 0 top 15px;
    background-position-x: right;
    background-position-y: 15px;
}

.close-accordion {
    background: url("../images/up.png") no-repeat scroll transparent;
    background-position: right 0 top 15px;
    background-position-x: right;
    background-position-y: 15px;
}

.tabs {
    border-bottom: 5px solid #2a6392;
    display: table;
    text-align: center;
    width: 100%;
}

    .tabs ul {
        margin: 0;
        padding: 0;
    }

        .tabs ul > li, .docked-tabs ul li {
            list-style-type: none;
            width: 45%;
            padding: 0;
            font-size: 12px;
            background: #cecece;
            display: inline-block;
        }

        .tabs ul li a {
            width: 100%;
            display: block;
            height: 100%;
            color: #fff;
            text-decoration: none;
            padding: 10px 0px;
        }

table {
    border: 0;
    width: 100%;
}

    table thead {
        display: none;
    }

    table tbody {
        display: block;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table td {
        display: block;
        padding: 0 0 10px 42%;
        position: relative;
        text-align: left;
        width: 43%\9;
        float: left\9;
    }

        table td:before {
            content: attr(data-label);
            left: 0;
            position: absolute;
            width: 53%;
        }

    table tr.campaign-alert td {
        padding-left: 0;
        text-align: left;
    }

.vehicle-info {
    margin-top: 10px;
    display: block;
}

.vehicle-info-wrapper-div {
    display: none;
}

.vehicle-info, .vehicle-info tr td {
    border: 0 !important;
    text-align: left;
}

.campaign-individual.campaign-alert {
    height: auto !important;
}

.campaign-individual {
    /*font-size: 13px;*/
    font-size: 0.9em;
    padding: 0px 0px 0px 5px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    padding: 10px;
    background-color: #FFFFFF;
    float: left\9;
    vertical-align: top;
}

a.campaign-number {
    color: #0074c8;
    cursor: pointer;
    text-decoration: underline;
}

.campaign-individual td p {
    display: inline;
    position: absolute;
    left: 50%;
    margin-top: 0px;
}

.dealer-output {
    display: none;
    color: #666666;
}

.docked-tabs {
    display: none;
    text-align: center;
    list-style-type: none;
    position: fixed;
    padding: 0;
    margin-top: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

    .docked-tabs ul li a {
        text-decoration: none;
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 0;
    }

        .docked-tabs ul li a.disabled {
            background: #507fa3;
            background: -webkit-linear-gradient(#365470, #507fa3);
            background: -o-linear-gradient(#365470, #507fa3);
            background: -moz-linear-gradient(#365470, #507fa3);
            background: linear-gradient(#365470, #507fa3);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365470', endColorstr='#507fa3');
        }

.btn {
    margin-bottom: 15px;
}

.schedule-button, .reimbursement-btn {
    width: 100%;
    border-radius: 5px;
    background: #022848;
    background: -webkit-linear-gradient(#2a6392, #022848);
    background: -o-linear-gradient(#2a6392, #022848);
    background: -moz-linear-gradient(#2a6392, #022848);
    background: linear-gradient(#2a6392, #022848);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6392', endColorstr='#022848');
    /*font-family: 'HyundaiSansText', 'HyundaiSansHead', 'DINWebPro', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';*/
    font-family: 'HyundaiSansText', 'HyundaiSansHead', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-weight: 600;
    border: none;
    color: #fff;
    padding: 10px 0px;
    cursor: pointer;
}

.reimbursement-btn {
    float: right;
}

.docked-btn {
    position: fixed;
    bottom: 0px;
    border-radius: 0;
    width: 100%;
    z-index: 1;
}

.schedule-button.docked-btn {
    left: 0;
}

.reimbursement-btn.docked-btn {
    right: 0;
}

.open-campaign-wrapper .btn {
    width: 100%;
}

.closed-campaign-wrapper .btn {
    display: none;
    margin: 0;
}

    .closed-campaign-wrapper .btn input {
        width: 100% !important;
    }

.schedule-appointment {
    display: none;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.schedule-label {
    background: url("../images/icon.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin: 15px 5px 0;
    padding-left: 30px;
    height: 40px;
    padding-top: 8px;
}

    .schedule-label p {
        display: inline;
        color: #393939;
        margin: 0 0 10px 10px;
        font-size: 18px;
        font-weight: 600;
    }

.schedule-text {
    width: 98%;
    height: 30px;
    margin: 20px 0 20px 0;
    outline: none;
}

.btn input[type="button"]:disabled {
    background: #507fa3;
    background: -webkit-linear-gradient(#365470, #507fa3);
    background: -o-linear-gradient(#365470, #507fa3);
    background: -moz-linear-gradient(#365470, #507fa3);
    background: linear-gradient(#365470, #507fa3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365470', endColorstr='#507fa3');
}

.dealer-btn {
    background: #022848;
    background: -webkit-linear-gradient(#2a6392, #022848);
    background: -o-linear-gradient(#2a6392, #022848);
    background: -moz-linear-gradient(#2a6392, #022848);
    background: linear-gradient(#2a6392, #022848);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6392', endColorstr='#022848');
    width: 100%;
    border-radius: 5px;
    margin: 0 0 20px 0;
    padding: 10px 0px;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    /*font-family: 'HyundaiSansText', 'HyundaiSansHead', 'DINWebPro', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';*/
    font-family: 'HyundaiSansText', 'HyundaiSansHead', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-weight: 600;
}

.dealer-details-wrap {
    display: inline-block;
    padding-left: 35px;
}

.marker {
    position: absolute;
}

.map-image {
    height: 300px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.how-to ol li {
    list-style-type: decimal;
}

.how-to {
    color: #666666;
}

.schedule-service {
    display: none;
    margin-bottom: 25px;
}

.dealer-individual {
    margin: 10px 0px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    padding: 20px 10px 35px;
    background-color: #fff;
    position: relative;
    font-size: 16px;
    font-family: 'HyundaiSansText-Regular', Arial, Helvetica, sans-serif;
}

    .dealer-individual h4 {
        color: #0074c8;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .dealer-individual a {
        color: #0074c8;
    }

        .dealer-individual a:hover {
            text-decoration: none;
        }

    .dealer-individual span.right {
        position: absolute;
        right: 10px;
    }

.service-btn {
    background: #004b8e;
    border: none;
    float: right;
    color: #fff !important;
    cursor: pointer;
    padding: 9px;
    text-decoration: none !important;
}

.dealer-individual span.right a.service-btn {
    font-size: 13px;
}

.service-btn_false {
    background: #0074c8;
    border: none;
    float: right;
    color: #fff !important;
    cursor: pointer;
    padding: 9px;
    text-decoration: none !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.service-btn_true {
    background: #ADD8E6;
    border: none;
    float: right;
    color: #fff !important;
    cursor: pointer;
    padding: 9px;
    text-decoration: none !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.service-btn_false:hover {
    background: #00AAD2;
}


.accordian-open-campaign, .accordian-closed-campaign {
    display: none;
}

.dealer-details {
    height: 100%;
    padding-left: 0;
}

.results {
    height: auto !important;
}

.docked-tabs ul {
    margin: 0;
    padding: 0;
}

.reimbursement-btn {
    outline: none;
}

.docked-tabs {
    background: #e6e6e6;
    border-bottom: 5px solid #2a6392;
}

    .docked-tabs ul li {
        width: 48%;
        background: #cecece;
    }

        .docked-tabs ul li:first-child {
            margin-right: 5px;
        }

        .docked-tabs ul li a.disabled {
            background: #2a6392 none repeat scroll 0 0;
        }

/*VIN Page styles*/

#vinpagecontent {
    margin-left: 1%;
}

    #vinpagecontent table tbody tr td {
        border: 0px !important;
        text-align: left;
        padding: 10px;
        vertical-align: top;
        display: table-cell;
    }

    #vinpagecontent table {
        border: 0px !important;
        border-color: none !important;
        padding: 0px;
    }

        #vinpagecontent table tr {
            border: 0px !important;
        }


    #vinpagecontent h3 {
        color: #000000;
        /*font-family: 'HyundaiSansText', 'DINWebPro', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';*/
        font-family: 'HyundaiSansText', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
        font-size: 18px;
        text-transform: uppercase;
    }

    #vinpagecontent h5 {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        height: 1px;
    }

    #vinpagecontent p {
        /*font-family: 'HyundaiSansHead', 'HyundaiSansText', 'DINWebPro', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';*/
        font-family: 'HyundaiSansHead', 'HyundaiSansText', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
        font-size: 14px;
        text-align: left;
        line-height: 20px;
    }

.title {
    margin-top: 15px !important;
    font-size: 12px !important;
}

.whats_a_vin a {
    padding-left: 5px;
    vertical-align: middle;
    font-size: 13px;
    outline: none;
    font-weight: normal;
}

#whatsavin .popup-body {
    line-height: 20px;
    font-size: 15px;
}

.email {
    font-family: 'Arial';
}

.whats_a_vin a:link, a:visited {
    color: #336699;
    text-decoration: none;
}

.whats_a_vin a:hover, a:hover {
    color: #bf1e2d;
    text-decoration: underline;
}

.where_to_find_vin {
    color: black;
    font-weight: bold;
}

#about-tool-sec {
    text-align: left;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
}

h4 {
    margin: 0;
}

#about-tool-sec ul {
    padding-left: 1.5em;
}

    #about-tool-sec ul li {
        list-style-type: disc;
    }

#about-tool-sec img {
    width: 100%;
}

.left {
    float: left;
    width: 65%;
    overflow: hidden;
}

.right {
    float: left;
    width: 35%;
    overflow: hidden;
}

.where-to-find-vin .left {
    width: 100%;
}
.where-to-find-vin .right {
    width: 100%;
}
#txtvehId {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    width: 25%;
    height: 24px;
    outline-style: none;
}

.where-to-find-vin img {    
    width: 100%;
}

#btnsearch {
    font-family: 'HyundaiSansText-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff !important;
    background: #187dc6;
    width: 10%;
    right: 0;
    text-align: center;
    cursor: pointer;
    height: 30px;
    outline: none;
    border: 0;
    border-radius: 5px;
}

    #btnsearch:hover {
        background: #00AAD2;
    }

.no_outline {
    outline: none;
}

#lblModelYear {
    font-weight: 600;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.campaign-info-wrapper table {
    width: 90%;
}

.vehicle-info-td1 {
    width: 30%;
}

.alert-icon {
    height: 25px;
    padding-right: 6px;
}

.ln-break {
    display: none;
}

.map-dealernm {
    color: #336699;
    font-size: 12px;
    font-weight: bold;
}

.where-to-find-vin p {
    line-height: 17px !important;
}

#error_popup ul li {
    line-height:25px;
    font-size:14px;
    list-style-type:disc;    
}
#error_popup ul {
    padding-left:1em;
}
.err-popup-ok-btn {
    font-family: 'HyundaiSansText-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff !important;
    background: #187dc6;
    width: 20%;
    right: 0;
    text-align: center;
    cursor: pointer;
    height: 30px;
    outline: none;
    border: 0;
    border-radius: 5px;
    float:right;
}

    .err-popup-ok-btn:hover {
        background: #00AAD2;
    }

    @media print, screen and (min-width: 768px) {
        .contact-info, .email {
        width: 50%;
        float: left;
    }

    .logo img {
        width: auto;
    }

    .header {
        padding: 10px 15px;
    }

    .menu {
        outline: none;
        height: 37px;
        width: 46px;
        background: url("../images/mailcall.png") no-repeat scroll 0px 0px transparent;
        margin-top: 17px;
    }

    .content {
        margin: 5px;
    }

    .vin-number {
        margin: 15px 20px 20px 15px;
    }

    .campaign-individual {
        width: 45.9%;
        float: left;
        margin: 0 0 10px 10px;
    }

    .tabs ul {
        width: 50%;
        float: right;
        margin: 0;
    }

    .schedule-appointment {
        width: 85%;
        margin: 0 auto;
        background: none;
        padding: 0;
    }

    .schedule-label {
        display: block;
        float: none;
    }

    .schedule-text {
        width: 50%;
        outline: none;
    }

    .dealer-btn {
        width: 15%;
        margin-left: 20px;
        outline: none;
    }

    .map-image {
        float: right;
        width: 53%;
        margin-top: 0;
    }

    .how-to {
        padding-left: 30px;
        float: right;
        width: 53%;
    }

    .dealer-details {
        margin-left: 10px;
        width: 42%;
        margin-top: 20px;
    }

    .dealer-output {
        width: 85%;
        margin: 0 auto;
    }

    .dealer-individual {
        background: none;
    }

    .docked-tabs ul {
        float: right;
        width: 50%;
    }

    .tabs {
        margin-top: 10px;
    }


    .vin-number-tablet {
        left: 0;
        position: fixed;
        top: 0;
        z-index: 5;
        margin-top: 10px;
    }


    .header h1 {
        width: 75%;
    }

    .campaign-individual td p {
        left: 37%;
    }

    .wrapper {
        max-width: 98%;
    }

    .mhide {
        display: none;
    }
    /*#txtvehId {
        width:50%;
    }
    #btnsearch {
        width: 20%;
    }*/
}

@media print, screen and (max-width: 768px) {
    .vehicle-info {
        display: none;
    }

    .vehicle-info-wrapper-div {
        display: block;
    }

    .vehicle-info-div {
        line-height: 20px;
        font-size: 13px;
    }

    #txtvehId {
        width: 60%;
    }

    #btnsearch {
        width: 20%;
    }

    #whatsavin .popup-body, .popup-body {
        font-size: 12px;
    }
}

@media print, screen and (min-width: 1024px) and (max-width: 1480px) {
    .vehicle-info-td1 {
        width: 35%;
    }

    .alert-icon {
        height: 25px;
        padding-right: 12px;
    }

    .lh-15 {
        line-height: 15px;
    }

    .ln-break {
        display: block;
    }
}

@media print, screen and (min-width: 1024px) {
    html {
        margin-right: 0\0 !important;
    }

    body {
        background: #FFF;
        overflow-y: scroll;
    }

    .wrapper {
        margin: 0 auto 25px;
        max-width: 95%;
    }

    .content {
        min-height: 325px;
    }

    .vin-number {
        font-size: 14px;
        margin-left: 0;
    }

    .header-hr {
        position: relative;
        top: 5px;
        z-index: -1;
        background-color: #bfbfbf;
    }

    .menu {
        margin-top: 15px;
        margin-right: 0;
    }

    table {
        border: 1px solid #BFBFBF;
        width: 100%;
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        border-spacing: 0;
    }

        table thead, table tbody {
            display: table-row-group;
        }

        table tr {
            border: 0;
            padding: 0;
            padding: 0;
            display: table-row;
        }

        table th, table td {
            display: table-cell;
            padding: 5px;
            text-align: center;
            color: #505050;
            /*width: 10.8%;*/
            border: 1px solid #BFBFBF;
        }

        table td {
            position: static;
            width: auto\9;
            float: none\9;
        }

        table th {
            font-size: 14px;
            color: #022848;
        }

        table td:before {
            content: none;
            float: left;
            text-transform: uppercase;
        }

    /* Uncomment this to enable scroll for the open campaign table.*/
    /*
  .open-campaign-wrapper table {
	height: 260px;
	display: block;
	overflow-y: scroll;
  }
  */
    .campaign-individual {
        width: auto;
        float: none;
        padding: 0;
        margin: 0;
    }

    .colon {
        display: none !important;
    }

    .open-campaign-wrapper, .closed-campaign-wrapper {
        background: #FFFFFF;
        position: relative;
    }

    .closed-campaign-wrapper {
        margin-top: 30px;
    }

    .accordian-open-campaign, .accordian-closed-campaign {
        display: block;
        background: #022848;
        background: -webkit-linear-gradient(#2a6392, #022848);
        background: -o-linear-gradient(#2a6392, #022848);
        background: -moz-linear-gradient(#2a6392, #022848);
        background: linear-gradient(#2a6392, #022848);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6392', endColorstr='#022848');
        height: 40px;
        cursor: pointer;
    }

        .accordian-open-campaign p, .accordian-closed-campaign p {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            line-height: 40px;
            margin: 0 20px;
        }

    .open-up-icon, .open-down-icon, .closed-up-icon, .closed-down-icon {
        float: right;
        margin: 7px 10px 0 0;
    }

    .open-down-icon {
        display: none;
    }

    .closed-up-icon {
        display: none;
    }

    .tabs, .docked-tabs, .docked-btn {
        visibility: hidden;
    }

    .tabs, .docked-tabs {
        display: none;
    }

    .schedule-button, .reimbursement-btn {
        margin-bottom: 25px;
        outline: none;
        font-weight: bold;
    }

    .schedule-service {
        margin-top: 10px;
    }

    .dealer-details {
        padding-left: 0;
    }

    .service-btn {
        float: none;
        margin-left: 30px;
    }

    .dealer-individual {
        border-bottom: 1px solid #bfbfbf;
    }

    .btn {
        margin: 20px 0 20px 0;
        text-align: center;
        position: absolute;
        right: 0;
        top: -70px;
    }

    .open-campaign-wrapper .btn {
        width: auto;
    }

    .schedule-button, .reimbursement-btn {
        /*width: 240px !important;*/
        width: 195px !important;
    }

    .schedule-appointment {
        width: 98%;
    }

    .reimbursement-btn {
        float: none;
    }

    .dealer-output {
        width: 100%;
        margin-left: 10px;
    }

    .footer-bg {
        background: url("../images/bgr_footer.gif") repeat-x 0 0;
        margin-bottom: 0;
    }

    .wrapper.footer {
        margin-top: 20px;
    }

    .docked-info-bar {
        position: fixed;
        z-index: 999;
        background-color: #FFFFFF;
        border-bottom: 2px solid #BFBFBF;
        width: 100%;
        top: 0;
        left: 0;
    }

        .docked-info-bar .campaign-info-wrapper {
            position: relative;
            margin: 0 auto;
            max-width: 95%;
        }


    .docked-schedule-button {
        position: fixed;
        z-index: 999;
        /*top: 7px;*/
        top: 35px;
        right: 12%;
    }

    .open-msg, .closed-msg {
        display: none !important;
    }

    .mhide {
        display: table-cell;
    }

    .width5per {
        width: 5%;
    }

    .width7per {
        width: 7%;
    }

    .width8per {
        width: 8%;
    }

    .width10per {
        width: 10%;
    }

    .width13per {
        width: 13%;
    }

    .width16per {
        width: 16%;
    }

    .width20per {
        width: 20%;
    }

    .width24per {
        width: 24%;
    }

    .width25per {
        width: 25%;
    }

    .width40per {
        width: 40%;
    }

    .width47per {
        width: 47%;
    }

    .fnt1 {
        font-size: 14px;
    }

    .lblmodelyear {
        font-size: 13px;
    }

    .lblVIN {
        font-size: 11px;
    }

    .campaign-info-wrapper table {
        width: 75%;
    }

    .hasrecall {
        font-size: 12px;
    }
        
    #about-tool-sec {
        font-size: 15px !important;
        line-height: 30px !important;
    }
        .where-to-find-vin, .where-to-find-vin p {
            font-size: 15px !important;
            line-height: 20px !important;
        }
            .where-to-find-vin .left {
                width: 20% !important;
            }           
            .where-to-find-vin img {
                width: 50%;
            }
            #txtvehId {
                width: 35%;
            }
}

@media print, screen and (max-width: 715px) {

    #vinpagecontent p {
        line-height: 11px;
    }

    #vinpagecontent h3 {
        font-size: 15px;
        margin-top: 0px !important;
    }

    .mhide {
        display: none;
    }

    .vehicle-info {
        display: none;
    }

    .vehicle-info-wrapper-div {
        display: block;
    }
}

@media print, screen and (max-width: 480px) {

    .where_to_find_vin_1 {
        width: 100%;
    }

    #vinpagecontent h5 {
        font-size: 12px;
    }

    .header h1 {
        font-size: 12px;
    }

    .contact-info, .email {
        width: 100%;
    }

    #txtvehId {
        width: 60%;
    }

    #btnsearch {
        width: 30%;
    }

    .whats_a_vin {
        line-height: 30px;
    }

    .links {
        padding: 0px;
    }

    #about-tool-sec .left {
        width: 100%;
    }

    #about-tool-sec .right {
        display: none !important;
    }

    .logo {
        padding: 5px 15px 2px 0;
    }

    .menu {
        margin-top: 12px;
    }

    .vehicle-info {
        display: none;
    }

    .vehicle-info-wrapper-div {
        display: block;
    }

    .campaign-individual td p {
        left: 37%;
    }

    .mhide {
        display: none;
    }

    .lblmodelyear {
        font-size: 11px;
    }

    .lblVIN {
        font-size: 9px;
    }

    .hasrecall {
        font-size: 10px;
    }

    #vinpagecontent p {
        font-size: 13px;
    }

    .heading {
        font-size: 12px;
    }
}

@media print, screen and (max-width: 320px) {
    .content {
        margin: 3px;
    }

    #vinpagecontent {
        padding: 0;
        margin: 0;
    }

        #vinpagecontent table tbody tr td {
            padding: 0;
        }

    .links li a {
        margin: 0 2px 0 10px;
    }

    #whatsavin .popup-body, .popup-body {
        font-size: 12px;
    }

    #updateddate {
        font-size: 12px;
    }

    .vehicle-info {
        display: none;
    }

    .vehicle-info-wrapper-div {
        display: block;
    }

    .campaign-individual td p {
        left: 33%;
    }

    .campaign-individual {
        padding-right: 2px;
    }

    .cmpDesc:before {
        content: 'Description';
    }

    table td {
        padding: 0 0 10px 37%;
    }

    .content {
        margin: 2px;
    }

    .wrapper {
        max-width: 99%;
    }

    .mhide {
        display: none;
    }

    .heading {
        font-size: 12px;
    }

    #vinpagecontent h3 {
        font-size: 13px;
    }
}

@media print, screen and (min-height: 675px) {
    .content, #vinpagecontent {
        min-height: 420px !important;
    }   
}
@media print, screen and (min-width: 500px) {
    .where-to-find-vin .left {
        width: 50%;
    }

    .where-to-find-vin .right {
        width: 50%;
    }
}

    @media print, screen and (min-height: 768px) {
        .content, #vinpagecontent {
            min-height: 490px !important;
        }
    }

    @media print, screen and (min-height: 800px) {
        .content, #vinpagecontent {
            min-height: 520px !important;
        }
    }

    @media print, screen and (min-height: 900px) {
        .content, #vinpagecontent {
            min-height: 620px !important;
        }
    }

    @media print, screen and (min-height: 1200px) {
        .content, #vinpagecontent {
            min-height: 920px !important;
        }
    }



    .fxloader-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        display: block;
    }

    .overlay {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 2;
        cursor: pointer;
    }

    .fxloader-wrapper strong {
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        font-family: "hyundai_sans_text_office_regular";
        position: relative;
        top: 10px;
        text-transform: uppercase;
        background: #000;
        padding: 8px 10px;
        border-radius: 10px
    }

    .fxloader-wrapper .fxloader-container {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-left: -50px;
    }

    .fxloader-wrapper .fxloader {
        display: block;
        border: 5px solid rgba(241,238,238,0.8) !important;
        border-top: 5px solid #0074c8 !important;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin: auto;
    }

    @media(max-width:750px) {
        .fxloader-wrapper .fxloader {
            width: 50px;
            height: 50px;
            border: 5px solid rgba(150,150,150,0.8);
            border-top: 5px solid rgba(0,0,0,0.8);
            margin: 70%
        }
    }


    @media(min-width:100px) and (max-width:768px) {
        .fxloader-wrapper .fxloader-container {
            margin-left: -35px
        }
    }

    .hidden-input {
        width: 0px;
        height: 0px;
        overflow: hidden;
    }


    @-webkit-keyframes spin {
        0 {
            -webkit-transform: rotate(0)
        }

        100% {
            -webkit-transform: rotate(360deg)
        }
    }

    @keyframes spin {
        0 {
            transform: rotate(0)
        }

        100% {
            transform: rotate(360deg)
        }
    }
