/* Minification failed. Returning unminified contents.
(190,43): run-time error CSS1046: Expect comma, found '0'
(190,47): run-time error CSS1046: Expect comma, found '/'
(190,73): run-time error CSS1046: Expect comma, found '0'
(190,77): run-time error CSS1046: Expect comma, found '/'
 */
.place-locator {
}

    .place-locator *:not([class*="fa-"]) {
        box-sizing: border-box;
        font-family: inherit;
    }

.place-locator_map {
}

.place-locator_nav {
    color: inherit;
    box-shadow: 0 0 8px rgba( 0, 0, 0, 0.3 );
}

.place-locator_nav_container {
    width: 100%;
    overflow: hidden;
}

.place-locator_nav_header {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 1rem 0.75rem;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f5f5f5;
}

.place-locator_nav_search {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    background-color: #fff;
}

.place-locator_search {
    flex-grow: 1;
    position: relative;
}

    .place-locator_search input {
        width: 100%;
        height: 3em;
        padding: 0 0.25rem 0 0.75rem;
        line-height: 3em;
        background: transparent;
        border: 0;
        outline: none;
    }

    .place-locator_search svg, .place-locator_search i {
        position: absolute;
        right: 0.5em;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1.5em;
        height: 1.5em;
        opacity: 0.38;
        pointer-events: none;
    }

    .place-locator_search i {
        top: 12px;
        font-size: 20px;
        width: auto;
    }

.place-locator_search_hint {
    width: 100%;
    margin: 1rem 0 0;
    opacity: 0.75;
}

.place-locator_nav_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 3em;
    height: 3em;
    background: transparent;
    border: 0;
    color: inherit;
    appearance: none;
    cursor: pointer;
}

.place-locator.no-geolocation .place-locator_nav_button {
    display: none;
}

.place-locator_nav_button:hover i {
    color: #4285f4;
    opacity: 1;
}

.place-locator_nav_button:before {
    content: "";
    position: absolute;
    top: 0.75em;
    bottom: 0.75em;
    left: 0;
    width: 1px;
    background-color: #e6e6e6;
}

.place-locator_nav_empty {
    opacity: 0.5;
    padding: 1.5rem;
}

.place-locator_list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    max-height: 583px;
}

    .place-locator_list::-webkit-scrollbar {
        width: 6px;
    }

    .place-locator_list::-webkit-scrollbar-thumb {
        background: rgba( 0, 0, 0, 0.42 );
    }

    .place-locator_list::-webkit-scrollbar-track {
        background: rgba( 0, 0, 0, 0.12 );
    }

    .place-locator_list li {
        border-bottom: 1px solid #e6e6e6;
    }

/*place-locator customize*/
#place-locator {
    height: 600px;
}

.place-locator_nav_search button {
    outline: none;
    -moz-outline-style: none;
}

/*filter-switch*/
.filter-switch {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 5px 0px;
    background-color: #f5f5f5;
}

    .filter-switch label {
        cursor: pointer;
        margin-bottom: 0px;
        padding: 0px 5px;
        border-radius: 2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.filter-switch-item {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

    .filter-switch-item i:before {
        font-size: 14px;
    }

    .filter-switch-item input {
        display: none;
    }

        .filter-switch-item input:checked + label {
            color: #007bff;
            box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
            background-color: #fff;
        }

        .filter-switch-item input:not(:checked) + label {
            background-color: transparent;
            box-shadow: none;
        }

/*draggable*/
.draggable {
    cursor: grab;
}

    .draggable.clone {
        background-color: #abe2a5;
    }

.droppable {
    padding: 5px 5px;
}

    .droppable.active {
        background-color: #abe2a5;
        padding: 15px 15px;
    }

    .droppable.drop-here {
        background-color: #3498db;
        padding: 15px 15px;
    }

/*place-locator_list*/

.place-list-vertical li > .inner {
    overflow: hidden;
}

.place-list-vertical li {
    /*box-shadow: 1px 3px 1px 0 rgba(0, 0, 0, .05);
    border: 1px solid #eee;
    overflow: hidden;*/
    background-color: #fff;
    margin-bottom: 5px;
}

    .place-list-vertical li > .inner > a {
        float: left;
        width: 150px;
        height: 120px;
        display: block;
        background-size: cover;
        background-position: center center;
        margin: 10px;
        border-radius: 3px;
    }

    .place-list-vertical li div.ext {
        padding: 5px 10px;
    }

        .place-list-vertical li div.ext h2 {
            font-size: 20px;
            margin: 0;
        }

            .place-list-vertical li div.ext h2 a {
                text-decoration: none;
            }

        .place-list-vertical li div.ext p {
            line-height: 28px;
            color: #5d5d5d;
            margin: 15px 0;
        }

.btn-remove-day {
    color: #dc3545;
}

.place-locator_list li .btn-remove, .place-locator_list li .start-time {
    display: none;
}

.place-locator_list li > .inner > a {
    width: 100px;
    height: 80px;
}

.place-locator_list li div.ext p {
    line-height: 24px;
    font-size: 16px;
}

/*.days li {
    margin-bottom: 25px;
}

ul.days {
    margin: 0;
}*/

ul.days {
    margin-top: 1.5rem;
    /*border-radius: 12px;*/
    position: relative;
}

    ul.days li {
        border: 1px dashed #abaaed;
        position: relative;
        padding-left: 20px;
        list-style: none;
        margin: -1px 23px 0px 20px;
    }

        ul.days li:last-child {
            /*border: 0px;*/
        }

        ul.days li:before {
            content: "";
            width: 18px;
            height: 18px;
            background: white;
            border: 1px solid #4e5ed3;
            box-shadow: 1px 1px 0px #bab5f8;
            border-radius: 50%;
            position: absolute;
            left: -10px;
            top: -9px;
        }

        ul.days li .btn-remove {
            position: absolute;
            top: -16px;
            right: -15px;
            border-radius: 50%;
        }

