/**
 * Download Journey Page Styles
 * Route planning and dealer locator specific styles
 */

.dealer-widget-block .dealer-version-box {
    height: 100% !important;
}

.serviceMap {
    padding-top: 0px;
}

.dealer-widget-block .dealer-version-box h1 {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
}

.dealer-widget-block .dealer-content {
    padding: 0px !important;
}

.grey-hover:hover {
    background: #f5f5f5 !important;
}

.p-20 {
    padding: 0px 60px !important;
}

.border {
    padding: 20px 0px !important;
    border-bottom: 2px solid #e5e5e5;
}

.dealer-widget-block .dealer-content .dealer-content-row {
    border-bottom: none !important;
}

.dealer-widget-block .dealer-version-box {
    height: 100vh;
}

.dealer-widget-block .dealer-version-box {
    box-shadow: none;
}

.dealer-widget-block .radio-flex label {
    padding: 10px 15px;
}

.dealer-widget-block .dealer-content .dealer-content-row {
    padding-top: 0px;
}

.loc_textboxTwo {
    margin: 0px !important;
}

.dname {
    color: #000;
}

.dname:hover {
    color: #a70e13 !important;
}

.dealer-widget-block .dealer-content-middle .para-image-text {
    display: flex;
    margin: 10px 0;
}

.navigationCon {
    border: 1px solid #e4e1e1;
}

.dealer-link {
    color: #b51616;
    text-decoration: underline;
    margin-left: 11px;
}

.dealer-widget-block .tabcontent .clear-search {
    padding: 12px 10px;
}

.right-btn {
    float: right;
}

#editor {
    display: block !important;
}

.common_selector {
    background: transparent !important;
}

.dealer-widget-block .radio-flex input[type="checkbox"] {
    display: none;
}

.pdfBtn {
    border-radius: 0px !important;
    background: #a70e13 !important;
}

/* Mobile Responsive Styles */
@media only screen and (max-width: 768px) {
    .tab {
        display: inline-flex;
    }

    .dealer-widget-block .tabcontent input {
        width: 47% !important;
    }

    .dealer-widget-block .tabcontent .clear-search {
        padding: 12px 10px 30px 10px;
    }

    .new-dealer .col-8 {
        width: 100%;
    }

    .filter-d {
        margin-top: 15px;
        margin-bottom: 0px !important;
    }

    .dealer-widget-block .dealer-version-box h1 {
        padding-bottom: 10px !important;
    }

    .dealer-widget-block .dealer-maps {
        position: absolute !important;
        top: 435px;
    }

    #footerHolder {
        top: 300px;
        position: relative;
    }

    .new-dealer .col-11 {
        width: 100% !important;
    }

    .dealer-widget-block .tabcontent input {
        width: 69%;
    }

    .dealer-widget-block .dealer-content {
        position: relative;
        top: 403px;
    }

    #map_con .mapHolder {
        display: block;
    }

    .mapHolder #map {
        height: 300px !important;
    }

    .dealer-widget-block .filter-check-buttons {
        margin: 30px 0 !important;
    }

    .navigationCon {
        border: none !important;
    }

    .dealer-link {
        color: #b51616;
        text-decoration: underline;
        margin-left: 0;
        display: block;
        margin-top: 10%;
    }
}
