﻿.store-locator {
}

.map-full-width .map-container {
    width: calc(100% - 280px);
}

.map-container {
    height: 560px;
    width: calc(100% - 280px);
}


.inline-loading-indicator {
    text-align: center;
    padding: 40px 0;
}

    .inline-loading-indicator img {
        margin-right: 10px;
        vertical-align: middle;
    }

.pac-container {
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

    #type-selector label {
        font-size: 13px;
        font-weight: 300;
    }

#target {
    width: 345px;
}

.address-list {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 325px;
    font-size: 14px;
    line-height: 22px;
}

    .address-list ul {
        list-style: none;
    }

    .address-list .filters {
        height: 25%;
    }

.filters h4 {
    padding: 0px 10px;
}

.address-menu {
    position:relative;
    overflow-y: scroll;
    list-style: none;
    padding: 5px 5px 5px 12px;
    line-height: 20px;
    margin: 0;
    box-sizing: border-box;
    height: 430px;
}

    .address-menu li:hover {
        cursor: pointer;
        background-color: #f9f9f9;
    }

    .address-menu li:last-child .store-row-content {
        border-bottom: none;
    }

.store-row-content {
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
}

    .store-row-content li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #8c8c8c;
        font-size: 13px;
    }

    .store-row-content .address-list-store-title {
        font-size: 13px;
        color: #666;
        font-weight:bold;
    }

    .store-row-content .address-list-store-website {
    }

    .store-row-content .address-list-store-phone {
    }

    .store-row-content .address-list-store-city {
    }

.list-group {
    margin: 0;
    padding-left: 0;
    width: 250px;
}

.list-group-item {
    position: relative;
    display: block;
    background-color: #fff;
}

a.list-group-item,
button.list-group-item {
    color: #555;
    text-decoration: none;
}

.list-group .i-open, .list-group .i-address, .list-group .i-url, .list-group .i-phone, .list-group .i-email, .list-group .i-googleview {
    text-indent: -20px;
    padding: 0 0 5px 20px;
}

    .list-group .i-open:before, .list-group .i-address:before, .list-group .i-email:before, .list-group .i-url:before, .list-group .i-phone:before, .list-group .i-googleview:before {
        content: '';
        width: 16px;
        height: 16px;
        position: relative;
        display: inline-block;
        top: 3px;
        margin: 0 5px 0 0;
    }

    .list-group .i-open:before {
        background-image: url('../../files/content/storelocator/i-open.png');
    }

    .list-group .i-address:before {
        background-image: url('../../files/content/storelocator/i-address.png');
        margin-right: 30px;
    }
    .list-group .i-email:before {
        background-image: url('../../files/content/storelocator/i-email.png');
        margin-right: 30px;
    }


    .list-group .i-url:before {
        background-image: url('../../files/content/storelocator/i-url.png');
    }

    .list-group .i-phone:before {
        background-image: url('../../files/content/storelocator/i-phone.png');
        margin-right: 30px;
    }

    .list-group .i-googleview:before {
        background-image: url('../../files/content/storelocator/i-google-view.png');
        margin-right: 30px;
    }
.list-group .i-googleview {
    font-size: 11px;
    margin: 10px 0 0;
}

    .list-group .i-googleview a {
        color: rgba(0, 0, 0, 0.5);
    }

.list-group li:last-child {
    padding-bottom: 0;
}

.open-hours ul {
    list-style: none;
    line-height: 20px;
    padding: 0 0 0 42px;
}

.open-hours .open-hr-label {
    display: inline-block;
    width: 60px;
}

.wrapper {
    height: 100%;
}

.toolbar {
    position: fixed;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 68px;
    border: 0;
    margin-top: -508px;
}

.toolbar-remove {
    display: none;
}

.menu-button {
    position: relative;
    margin: 5px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

    .menu-button:before {
        content: "";
        position: absolute;
        top: 6px;
        right: 4px;
        border-bottom: 12px double #333;
        border-top: 4px solid #333;
        width: 24px;
        height: 4px;
    }

.menu-left {
    float: left;
}

.sidebar {
    padding: 10px 0;
    background-color: #fff;
    width: 280px;
    height: 540px;
    float: left;
    margin: 0;
}

    .sidebar ul {
    }

    .sidebar .info-bar {
        display: block;
        padding: 5px 24px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        box-sizing: border-box;
    }

    .sidebar .store-count {
        float: left;
    }

    .sidebar .clear-results {
        float: right;
    }


.controls {
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 260px;
    border: 1px solid #f2f2f2;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.125);
    margin: 0 10px 10px;
}

    .controls:focus {
        border-color: #4d90fe;
    }

.chosen-container {
    width: 260px !important;
    margin: 0 10px 10px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 4px 5px 3px 0;
    line-height: 14px;
    border: 1px solid #ccc;
}

.nostore-message {
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 20px;
    border-radius: 2px;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}




@media sceren and (min-width:120px) {
}

@media screen and (min-width: 1024px) {
    .cb-map {
        height: 560px;
        margin-bottom: 40px;
    }

    .map-full-width {
        position: absolute;
        left: 0px;
        right: 0px;
    }

    .flexi-row:before, .flexi-row:after {
        visibility: hidden;
        display: table;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
}

@media screen and (max-width: 639px) {
    .map-full-width {
        left: 0px;
        right: 0px;
    }


        .map-full-width .map-container,
        .map-container {
            width: 100%;
        }



    .sidebar {
        margin: 0;
        width: 100%;
        box-shadow: none;
    }

        .sidebar ul {
            padding-left:0px;
        }

    .controls {
        margin: 0;
        width: 100%;
    }

    .chosen-container {
        margin: 10px 0;
        width: 100% !important;
    }
}

.address-menu::-webkit-scrollbar {
    width: 8px;
}

.address-menu::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

.address-menu::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}

.address-menu::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}

    .address-menu::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
    }


.gm-style-iw {
    text-align:left;
}
.store-row{
    text-align:left;
}