/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.battery-form {
    background-color: #eee;
    padding: 10px;
    margin: 10px 0;
}
.battery-form a,
.battery-form a:visited {
    color: #333;
}
.results a,
.results a:visited {
    color: #b3102e;
    font-size: 12px;
}
.display-search-options a,
.display-search-options a:visited {
    color: #333;
}

.search-batteries {
    padding: 10px;
}
.search-keywords {
    width: 280px;
}
.filter-option-area {
    display: flex;
    flex-wrap: wrap;
}
.filter-option {
    padding: 10px;
    display: inline-block;
}
.filter-title {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.filter-title.left {
    text-align: left;
}
.filter-option select {
    font-size: 14px;
    width: 100%;
}
.filter-select {
    margin-bottom: 0px;
}
.clear-filter {
    font-size: 13px;
    line-height: 13px;
    display: none;
}
.filter-toggle {
    display: none;
}
.battery-form input, .battery-form textarea, .battery-form select, .battery-form option{
    font-weight: bold; 
}
.battery-form input[type="submit"] {
    background: #b3102e;
    color: #fff;
    font-weight: bold;
}
.battery-form .clear-all {
    border: 1px solid #e8e8e8;
    color: #212121;
    font-weight: 400;
    padding: 9px 15px 10px;
    width: 100%;
    margin: 0 0 20px 20px;
    max-width: 100%;
    resize: none;
    outline: none;
    background-color: #fff;
    line-height: 22px;
}
.mbf-application-link-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.mbf-application-link {
    border: 1px solid #000;
    color: #fff !important;
    font-weight: bold;
    padding: 9px 15px 10px;
    margin: 0 0 20px 20px;
    max-width: 100%;
    resize: none;
    outline: none;
    background-color: #000;
    line-height: 22px;
    font-size: 20px;
}

select option:disabled {
    display: none;
}

.hide-form {
    display: none;
}

/*table*/
div.dataTables_wrapper div.dataTables_length select {
    padding: 0;
    margin: 5px 10px 10px 5px;
}
.form-control {
    margin-bottom: 0px;
}
.dataTables_filter {
    display: none !important;
}

.part-number-cell .pipe {
    display: none;
}

table.dataTable td {
    font-size: 15px;
    font-weight: bold;
}

.results {
    margin-top: 20px;
}

select option:disabled {
    display: none;
}

.battery-table th {
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .filter-toggle-link {
        cursor: pointer;
    }
    .mobile-filter-section {
        display: none;
    }
    .show_opened .mobile-filter-section {
        display: block;
    }
    .filter-toggle {
        display: inline;
        font-size: 18px;
    }

    .part-number-cell .pipe {
        display: inline;
    }
    .part-number-cell br.hide-mobile {
        display: none;
    }
    .part-number-cell strong {
        font-size: 20px;
    }

    .filter-option-area {
        display: block;
    }
    .filter-option {
        display: block;
    }
    .filter-title {
        display: inline-block;
    }

    select option:disabled {
        display: block;
    }

    .battery-table {
        border: 0;
    }

    .battery-table caption {
        font-size: 1.3em;
    }

    .battery-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .battery-table th {
        text-align: left;
    }

    .battery-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    .battery-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
    }

    .battery-table td::before {
        /*
     * aria-label has no advantage, it won't be read inside a table
     content: attr(aria-label);
     */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .battery-table td:first-child::before {
        font-size: 20px;
    }
    .battery-table td:last-child {
        border-bottom: 0;
    }
}
