/*
 * Warrantywise 2018
 * Mileage Upload System Stylesheet
 */

/**
* Form
**/
[name="car_reg"] {
    background: url(/img/quote/number-plate.png);
    background-repeat: no-repeat;
    height: 62px;
    padding: 0 210px 0 50px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 2px;
    border-bottom: none;
}
[name="car_reg"].form-control {
    border: none;
}
.file-uploader {
    margin-top: 25px;
}
.mileage-img img {
    width: 100%;
}
.mileage-table {
    margin: 10px 0;
}
.mileage-table-heading {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}
.mileage-table-content {
    margin-bottom: 15px;
}
.mileage-table-content ul {
    padding: 0 15px;
    list-style: initial;
}
.summary-success {
    text-align: center;
    font-size: 5em;
    color: #35aa47;
}
.summary-options {
    margin: 0;
    text-align: left;
}
.summary-options button {
    width: 50%;
    font-size: 18px;
    padding: 15px;
    float: left;
}
.summary-options button:first-child {
    border-radius: 0 0 0 6px;
}
.summary-options button:last-child {
    border-radius: 0 0 6px 0;
}

/**
* Media Queries
**/
@media only screen and (max-width: 767px) {
    [data-name="mileage-upload"] button[name="save-upload"] {
        border-radius: 0 0 6px 6px;
    }
    [name="car_reg"].form-control {
        background: none;
        height: 42px;
        text-align: left;
        font-weight: normal;
        padding-left: 20px;
        padding-right: 20px;
        font-size: inherit;
        letter-spacing: inherit;
        border: 1px solid #ccc;
    }
    [name="car_reg"].form-control:hover {
        border-color: #ff8503;
    }
    .summary-options {
        padding: 0;
    }
    .summary-options button {
        width: 100%;
        margin: 15px 0 0;
    }
    .quote-step[data-name="your-summary"] .quote-box,
    .summary-options button:first-child,
    .summary-options button:last-child {
        border-radius: 6px;
    }
    .nav-toggle {
        display: none;
    }
    .quote-accessibility.text-right {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
    [name="car_reg"] {
        background: none;
        height: 34px;
        text-align: left;
        font-weight: normal;
        padding: 0;
        font-size: inherit;
        letter-spacing: inherit;
        border-bottom: 1px solid #e8e8e8;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
    [name="car_reg"] {
        padding: 0 50px;
    }
}
