﻿
.hidden {
    display: none;
    height: 0;
    width: 0;
    visibility: hidden;
}

.fixedFilters {
    position: fixed !important;
    width: 100%;
    z-index: 100 !important;
    background: #fff;
    top: 0;
}

.w__filter {
    padding: 20px 0;
    box-shadow: 0 4px 7px 0px #cacaca;
    z-index: 1;
    position: relative;
}

    .w__filter .content {
        position: relative;
    }

.w__filter_search {
    margin-bottom: 15px;
}

.range-slider {
    margin: 30px 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 250px;
    padding: 15px 0;
}

.range.noUi-target {
    position: relative;
}

.range.noUi-background {
    height: 1px;
    background: #007CF5;
    font-size: 0;
}

    .range.noUi-background[disabled="disabled"] {
        background: #6b6b6b;
    }

.noUi-origin {
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    bottom: 0;
    background: #ccc;
    height: 1px;
    margin-top: -12px;
}

.noUi-base {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 24px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: -11px;
}

.noUi-handle {
    z-index: 1;
    position: relative;
    width: 18px;
    height: 18px;
    left: -10px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    border: 1px solid #a51e36;
    background: #fff;
    border-radius: 50%;
}

.noUi-handle {
    border: 1px solid #007CF5;
}

.range.noUi-background[disabled="disabled"] .noUi-handle {
    border: 1px solid #6b6b6b;
}

.noUi-state-tap .noUi-origin {
    transition: left 0.3s, top 0.3s;
}


.rs_tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    transform: translateX(-50%);
    font-size: 16px;
    text-align: center;
    color: #a51e36;
    white-space: nowrap;
}

.rs_tooltip {
    color: #007CF5;
}


.checkbox-group {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .checkbox-group li {
        margin-bottom: 15px;
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }

.w__filter h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 26px;
    text-transform: none;
    font-weight: bold;
    color: #000 !important;
}

.w__filter .w__input {
    padding: 8px 10px;
    background-color: #f5f5f5;
    box-shadow: none;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    outline: none;
    color: #6d6d6d;
}

    .w__filter .w__input:focus {
        border: 1px solid #7d7d7d;
    }

.w__filter .clear-all {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    color: #555555;
    font-weight: bold;
}

    .w__filter .clear-all:hover {
        color: #007CF5;
    }

.w__filter .checkbox-group {
    font-size: 14px;
    line-height: 22px;
}

/****/
.w__dealer_item {
    border: 1px solid #a9a9a9;
    display: table;
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;
    box-sizing: border-box;
}

.w__dealer_distance,
.w__dealer_detail {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.w__dealer_distance {
    border-right: 1px solid #a9a9a9;
    width: 140px;
}

.w_table {
    display: table;
    width: 100%;
}

    .w_table .adress, .w_table .info {
        display: table-cell;
    }

    .w_table .info {
        text-align: right;
    }

.w__dealer_detail h2 {
    margin: 0;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #4a4a4a;
}

    .w__dealer_detail h2 a {
        color: #4a4a4a;
    }

        .w__dealer_detail h2 a:hover {
            color: #007cf5;
        }

.w__dealer_detail .brand img {
    max-height: 30px;
    max-width: 80px;
    vertical-align: middle;
    margin-left: 10px;
}

    .w__dealer_detail .brand img:first-child {
        margin-left: 0px;
    }

.w__dealer_list {
    counter-reset: my-counter;
    padding-right: 25px;
    padding-bottom: 25px;
}

.full-panel .w__dealer_list {
    padding-right: 0px;
    padding-bottom: 0px;
}

.full-panel .w__info_panel {
    padding-right: 0px;
}

/*.w__dealer_list .w__dealer_distance span:before {
    content: counter(my-counter);
    counter-increment: my-counter;
}*/
.filterFooter{
    display:flex;
    justify-content:center;
    flex-direction:column;
}

.filterFooter img {
    width: 55px;
    margin: 0 auto;
    transform: rotate( 180deg);
}

.w__dealer_distance {
    font-size: 26px;
    font-family: 'Oswald';
    color: #000;
    font-weight: bold;
    text-align: center;
}

    .w__dealer_distance span {
        display: block;
        background-image: url(../assets/images/Wabash_pinpoint.svg);
        width: 50px;
        text-align: center;
        line-height: 50px;
        margin: 0 auto;
        background-repeat: no-repeat;
        color: #fff;
        background-position-x: center;
        background-size: 90%;
        font-size: 32px;
        height: 75px;
    }

.w__dealer_detail .adress {
    font-size: 15px;
    line-height: 18px;
}

.w__dealer_detail .info {
    font-size: 14px;
}

.w__dealer_detail .brand {
    margin-top: 10px;
}

.w__dealer_item.js-active {
    border: 1px solid #a51e36;
}

    .w__dealer_item.js-active .w__dealer_distance {
        border-right: 1px solid #a51e36;
    }

        .w__dealer_item.js-active .w__dealer_distance span {
            background: #a51e36;
        }



@-webkit-keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #ef8194, 0 0 0 0 #a51e36;
        -webkit-box-shadow: 0 0 0 0 #ef8194, 0 0 0 0 #a51e36;
        box-shadow: 0 0 0 0 #ef8194, 0 0 0 0 #a51e36;
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
        box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
        box-shadow: 0 0 0 20px rgba(239, 129, 148, 0), 0 0 0 21px rgba(165, 30, 54, 0);
    }
}




.w__dealer_main {
    position: relative;
}

.w__filter_search {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

    .w__filter_search > div {
        width: 33%;
        float: left;
    }

.w__filter_bs, .w__dealer_main {
    overflow: hidden;
}

.w__filter_bs {
    display:flex;
}

    .w__filter_bs > div {
        width: 34%;
        margin-left:40px;
    }

    .w__filter_bs div.separator {
        height: 150px;
        width: 1px;
        background: #000;
        margin-left:0;
    }

        .w__filter_bs > div:first-child {
            width: 63%;
            margin-left:0;
        }

.two-col-panel .w__dealer_list {
    min-height: 400px;
    max-height: 800px;
    overflow-y: auto;
}

.w_none {
    display: none;
}

.w__filter_bs .rbVerticalList {
    display: block;
}

.RadCheckBoxList{
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    flex-wrap: wrap;
}

.RadCheckBoxList button {
    display: flex !important;
    align-items: flex-start;
    min-height: 25px;
    text-align: center;
    /* vertical-align: top; */
    width: 25% !important;
    text-align: left !important;
    margin-bottom: 15px !important;
}

.RadButton .rbIcon {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background-repeat: no-repeat;
    position: relative;
}

#ctl00_ContentPlaceHolderContent_C002_RadCheckBoxList2.RadCheckBoxList button{
    width: 33% !important;
}

.RadCheckBoxList button span.rbIcon:before{
    height: 25px !important;
    width: 25px !important;
}

.RadCheckBoxList button span.rbText {
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
    color: #000 !important;
    font-size: 13px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.filterFooter{
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #A3A2A3;
}

.filterFooter span{
    cursor: pointer;
}

.adress > h2 > a{
    color: #000 !important;
}

.adress .phone{
    margin: 10px 0;
}

.adress .phone h2{
    display: inline-block;
}

    .adress .phone h2 a {
        color: #007CF5 !important;
    }

.adress .phone span{
    margin:0 10px;
}

.adress .w_address1{
    line-height: 20px;
    font-weight: bold;
    color: #000 !important;
}

.adress .w_address1 a{
    color:#000;
    text-decoration:none;
}

.adress .w_address1 a:hover{
    text-decoration:underline;
}

.w__filter_bs .RadButton.RadCheckBox span.rbText.rbToggleCheckbox,
.w__filter_bs .RadButton.RadCheckBox span.rbText.rbToggleCheckboxChecked {
    padding-left: 30px;
}

.w__filter_bs .rbVerticalList button.RadButton .rbToggleCheckbox:before {
    background: #ffffff;
    border: 1px solid #ababab;
    content: "";
    height: 18px;
    width: 18px;
}

.w__filter_bs .rbVerticalList button.RadButton .rbToggleCheckboxChecked:before {
    background: #007CF5;
    border: 1px solid #007CF5;
    content: "";
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
}

.w__filter_bs .rbVerticalList button.RadButton .rbToggleCheckboxChecked:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 4px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate (45deg);
    -o-transform: rotate (45deg);
    transform: rotate( 45deg);
}

.w__filter_bs .rbVerticalList button.RadButton:focus .rbToggleCheckbox:before {
    box-shadow: none;
}


.w__info_panel {
    padding: 25px 0;
    padding-right: 25px;
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .w__info_panel .w__panel_count, .w__info_panel .w__panel_sort {
        display: table-cell;
        vertical-align: middle;
        font-weight: 600;
        font-size: 14px;
    }

    .w__info_panel .w__panel_sort {
        text-align: right;
    }

.w_address2 {
    margin-top: 10px;
}

#map {
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    height:800px;
}

.w__dealer_map .gmnoprint.gm-bundled-control {
    top: 10px !important;
    left: 10px !important;
    right: inherit !important;
    margin: 0 !important;
}

.gm-style-cc {
    display: none;
}

#dealer-details {
    padding: 40px 40px 10px;
    overflow: hidden;
}

#dealer-details .detail {
    display: inline-block;
    float: left;
    width: 55%;
}

#dealer-details .hours {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 13px;
    width: 45%;
}

.hours h3 {
    color: #a51e36;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

#services {
    padding: 20px 0 40px 40px;
}

.w__dealer_detail #services {
    padding-left: 0px;
}

.dealer-badge {
    float: right;
    max-width: 15%;
    margin-right: 40px;
}

#services-wrap {
    width: 80%;
}

.service {
    display: inline-block;
    vertical-align: top;
    line-height: 1rem;
    margin-top: 20px;
    margin-right: 5%;
    width: 27%;
}

.equip-list{
    display:flex;
    flex-direction:column;
}

.equip-list span{
    width:100%;
}

.full-panel .service {
    margin-right: 3%;
    width: 32%;
}

.two-col-panel .service {
    margin-right: 3%;
    width: 30%;
}

.service strong {
    margin-bottom: 4px;
    line-height: 1.5rem;
}

.service span {
    position: relative;
    margin-right: 6px;
    font-size: 12px;
    font-weight:bold;
}

.service span:last-child {
    margin-right: 0px;
}

.service strong.title:after,
.service span:last-child:after {
    display: none;
}

.service strong.title {
    display: block;
    text-align: left;
    border-bottom: 1px solid #000;
    color: #000;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

#contact {
    padding: 40px 40px 10px;
}

#contact h3 {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

#contact span,
#contact a {
    display: block;
    font-size: 13px;
    color: #656565;
    line-height: 18px;
    text-decoration: none;
}

#contact .name {
    font-size: 16px;
}

.loading_panel {
    text-align: center;
    margin: 50px 0;
}

    .loading_panel > div {
        width: 15px;
        height: 15px;
        background-color: #007CF5;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .loading_panel .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loading_panel .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.w__goto_filter {
    display: none;
    background: #ffffff;
    color: #333;
    position: fixed;
    top: 0;
    z-index: 3;
    padding: 5px 20px;
    right: 13px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 7px 0 #cacaca;
    cursor: pointer;
}

    .w__goto_filter i {
        font-size: 10px;
        margin-right: 5px;
    }

    .w__goto_filter i,
    .w__goto_filter span {
        display: inline-block;
        vertical-align: middle;
    }

.fixed .w__goto_filter {
    display: block;
}

/*.two-col-panel .w__dealer_block {
    width: 63%;
    float: left;
}

.two-col-panel .w__dealer_map {
    width: 37%;
    float: left;
}*/

.w__dealer_main .two-col-panel {
    overflow: hidden;
}

.w__dealer_main{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}

.w__dealer_main .RadAjaxPanel {
    width: 60%;
    padding-right: 30px;
}

.w__dealer_main .w__dealer_map {
    width: 40%;
    margin-top: 69px;
}

.full-panel .w__dealer_list {
    max-height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 50px;
}


    @-webkit-keyframes sk-bouncedelay {
        0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/*********************MAP STYLES****************************/
.map-marker-icon {
    align-items: center;
    background-color: #002F5F;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 20px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 20px;
}

    .map-marker-icon::after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #002F5F;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 90%;
        transform: translate(-50%, 0);
        transition: all 0.3s ease-out;
        width: 0;
        z-index: 1;
    }
.markerContent .details {
    flex-direction: column;
    flex: 1;
}
.markerContent .innerContent {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size:14px;
}
.markerContent.highlight {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: 80px;
    padding: 8px;
    width: auto;
}

/*.markerContent.highlight::after {
    border-top: 9px solid #FFFFFF;
}*/
.markerContent .details {
    display: flex;
}
.markerContent .details .name {
    font-family: 'Oswald', 'Arial', 'sans-serif' !important;
    color: #4a4a4a !important;
    font-size: 14px !important;
    font-weight:bold !important;
    margin-bottom:10px;
}
.markerContent .details .address a {
    color: #007CF5 !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size:12px;
}
.markerContent .details .address a:hover {
    text-decoration: underline;
}

.location-button a {
    font-size: 16px;
    color: #fff;
    background: #007CF5;
    border: 2px solid #007CF5;
    font-weight: normal;
    padding: 0 10px;
    text-decoration:none;
}

.location-button a:hover {
    color: #007CF5;
    background: #fff;
    cursor:pointer;
}
.active-dealer-border {
    border: 3px solid #007CF5;
}



/*****************END MAP STYLES****************************/

@media (max-width: 1024px) {
    .w__filter {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .w__filter .content {
        margin: 0;
    }

    .w__filter_bs{
        flex-direction:column;
    }

    .w__filter_bs div.separator{
        width:100%;
        height:1px;
    }

    .w__filter_bs > div{
        margin-left:0;
    }

    .w__dealer_main .RadAjaxPanel{
        padding-right:0;
    }

    .RadCheckBoxList button,
    #ctl00_ContentPlaceHolderContent_C002_RadCheckBoxList2.RadCheckBoxList button {
        width: 46% !important;
    }

    .w__filter_bs .cg-brand .rbVerticalList button.RadButton.rbCheckBox:nth-child(5) {
        clear: both;
    }

    .RadCheckBoxList button span.rbText{
        line-height:25px;
    }
}

@media (max-width: 686px) {
    .w__filter .content{
        display:flex;
        flex-direction:column;
    }

    .w__filter_search{
        display:flex;
        flex-direction:row;
        width:100% !important;
        flex-wrap:wrap;
        justify-content:space-between;
    }

    .w__filter_search .locationSearch{
        width:100% !important;
    }

    .w__filter_search .companySearch,
    .w__filter_search .radiusSearch{
        width:45% !important;
    }

    #body .w__filter_bs{
        width:100% !important;
    }
}
