﻿.btn-primary {
    color: #fff;
    background-color: #0f3f99;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #0f3f99;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #0f3f99;
        background-color: #fff;
    }

.panel-primary {
    border-color: #0f3f99;
}

    .panel-primary > .panel-heading {
        color: #fff100;
        background-color: #0f3f99;
        border-color: #0f3f99;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0f3f99;
        }

        .panel-primary > .panel-heading .badge {
            color: #fff100;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0f3f99;
    }

/*
    Tire Search Selection
*/
.tire-search, .maintenance-repairs {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #ccc;
    padding: 15px;
    margin: 0 0 10px 0;
}

.tire-search h1, .maintenance-repairs h1 {
    font-size: 16px;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

    .tire-search select {
        margin-bottom: 4px;
        width: 100%;
    }

    .tire-search select[disabled] {
      background-color: #eee;
    }

    .tire-search a {
        color: #243e90;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer;
    }

    .tire-search a.active {
        border-bottom: 1px solid #243e90;
    }

    .tire-search .search-options {
        min-height: 144px;
    }
    .tire-search .phone {
        font-size: 11px; 
        padding-left: 0; 
        color: #243e90
    }

/*
    [TODO] Label where each of these are used
*/
.checkbox-grid label {
    font-weight: normal;
    margin-left: 5px;
    vertical-align: top;
}

.tire-brand-images div {
    text-align:right;
    padding-bottom:25px;
}

.tire-brand-content p {
    padding-bottom: 10px;
}

.tire-brand-image-table div {
    max-width: 650px;
    padding-bottom: 5px;
    
}

.tire-installation {
    width: 101%; 
    margin: 0 auto;
    line-height: 12px;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.tire-installation-primary {
    border: 1.5px solid #0f3f99;
    border-radius: 6px;
    background-color: #fff100;
}

.tire-installation-primary h3{
    background-color: #0f3f99;
    text-align: center; 
    font-weight: bold; 
    color: white; 
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.tire-installation-primary ul {
    list-style:none;
    padding-top:10px;
    padding-bottom:15px;
}

.tire-installation-primary i {
    color:red;
}


.competitorPricingTable {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

table.competitorPricingTable tr {
    font-size: 16px;
    line-height: 18px;
    vertical-align: middle;
}

    table.competitorPricingTable tr:nth-child(odd) {
        background-color: #F5F5F5;
    }

table.competitorPricingTable td {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

table.competitorPricingTable tr td:first-child {
    font-weight: bold;
    text-align: left;
    width: 50%;
}

table.competitorPricingTable tr td:nth-child(2) {
    text-align: left !important;
    width: 20%;
}