/**start location modal styles**/
.modal #locationsContent #locationsFiltersContainer {
    padding: 0px;
    margin-bottom: 0px;
    background: none;
    border-top: none;
    border-bottom: none;
}

.modal #locationsContent #locationsFiltersContainer span {
    font-size: 22px;
    vertical-align: middle;
}

.modal #locationsContent #locationsFiltersContainer2 .panel-group .panel {
    border-radius: 0px;
}

.modal #locationsContent #locationsFiltersContainer2 .panel-default>.panel-heading {
    background-color: rgba(0, 103, 158, 0.1);
    border-top: 1px solid #656D76;
    border-bottom: 1px solid #656D76;
    padding: 20px 22px;
    border-radius: 0px
}

.modal #locationsContent #locationsFiltersContainer2 .panel-title>a:focus, .panel-title>a:hover {
    text-decoration: none;
}

.modal #locationsContent #locationsFiltersContainer2 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    border-bottom: 1px solid #656D76;
    margin-top: -2px;
    background-color: #e2eff3;
    padding: 4px 16px 20px;
}

.modal #locationsFilters {
    margin-top: 0px;
}

.modalHide {
    display: none;
}

.modal #locationsFilters #filterCheckboxes {
    width: 165px;
    margin: auto;
}

.modal #locationsFilters #filterCheckboxes .checkbox {
    width: 18px;
    height: 18px;
    top: 0px ;
}

.modal #locationsFilters #filterCheckboxes .checkbox-labels {
    font-weight: 400;
}

.modal #locationsFilters #filterCheckboxes .checkbox.checked {
    background: url(https://images.rvs.com/images/content/Service-Collision/2021/check.png);
    background-position: -2px -45px;
}

@media only screen and (max-width: 422px) {
    .modal #locationsContent #locationsFiltersContainer {
        font-size: 16px;
    }
}
/**end location modal styles**/

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.miles-covered {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    cursor: pointer;
}

#locationsFilters {
    width: 100%;
    margin-top: 0;
    color: #00669E;
    padding: 15px;
    font-size: 15px !important;
    letter-spacing: 0;
    line-height: normal;
    border-radius: 0.3rem;
}

#locationsFilters label {
    font-weight: 400;
    padding-left: 0;
}

#locationsFilters .dropdown.bootstrap-select button {
    height: 40px;
}


#locationsFilters .caret {
    border: 0;
}

#locationsFilters .caret:before {
    content: "\f107";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'FontAwesome';
    position: absolute;
    top: -8px;
    right: 15px;
    font-weight: bold;
}

#locationsFilters .bootstrap-select .dropdown-toggle .caret {
    right: 4px;
}

.stores-filter-dropper{
    background-color: #E8EFF6;
    padding: 12px;
    height: 50px;
    font-size: 1.2pc;
    color: #00669E;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E5EFF5;
}
.filterBottomBorder {
    border-bottom: 1px solid #00669E;
}
.search-filter-controller {
    background: transparent;
    border: 0;
    padding-left: 0;
    width: 32px;
    height: 29px;
    padding-right: 0;
    margin-right: 20px;
    position: relative;
}

.search-filter-controller:focus {
    border: 1px dotted #00669E;
    outline: none;
}

.search-filter-controller span {
    height: 3px;
    width: 27px;
    background-color: #00669E;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-sborder-radius: 2px;
    border-radius: 2px;
    top: 4px;
    left: 2px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    opacity: 1;
}

.search-filter-controller span:nth-of-type(2) {
    top: 12px;
    width: 18px;
}

.search-filter-controller span:nth-of-type(3) {
    top: 20px;
    width: 9px;
}

.search-filter-controller[aria-expanded="true"] span:nth-of-type(2),
.search-filter-controller[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
}

.search-filter-controller[aria-expanded="true"] span:first-of-type {
    top: 12px;
}

.search-filter-controller[aria-expanded="true"] span:nth-of-type(3) {
    top: 12px;
}

#locationsFilters .bootstrap-select .dropdown-menu li a {
    height: 53px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.store-filters {
    margin-bottom: 12px;
    border-top: 1px solid #656D76;
    border-bottom: 1px solid #656D76;
    margin-top: 12px;
}

#locationsFilters #filterCheckboxes .checkbox-labels .checkbox.checked {
    background: url(https://images.rvs.com/images/content/check.png) no-repeat;
    background-position: -3px -45px;
    border: 1px solid #212B36;
}

#locationsFilters #filterCheckboxes .checkbox-labels {
    line-height: 27px;
}

#locationsFilters .dropdown.bootstrap-select button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#locationsFilters .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 16px;
    font-family: "Lato";
}

#locationsFilters .checkbox {
    margin-bottom: 12px;
}
