﻿
.locator-page-header {
    padding-top: 15px;
    border-radius: 5px 5px 0px 0px;
    background-color: #ffffff;
    padding-bottom: 0px !important;
    margin: 50px 50px 0px;
    border-bottom: 1px solid #eee;
}

#dashboard_logout_btn, #dashboard_login_btn {
    position: absolute;
    color: #000;
    background-color: #fff;
    height: 40px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 16px;
    top: 0px;
    right: 10px;
    border: 1px solid #000;
    z-index: 1001 !important;
}

.vt-locator-tab {
    background-color: #c4122f;
}

.locator-store-info {
    border-bottom: 1px solid #ccc;
    text-align: left;
    margin-top: 10px;
}

.locator-store-more-info {
    font-weight: bold;
    text-underline-position: below;
}

.locator-page-content {
    min-height: calc(80vh - 50px);
    max-height: calc(100vh - 150px);
    text-align: center;
    background-color: #ffffff;
    position: relative;
    margin: 0px 50px;
    padding: 8px 20px 24px;
    border-radius: 0px 0px 5px 5px;
    overflow-y: auto;
}

    .locator-page-content .panel {
        border: 0;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
        box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    }

@media only screen and (max-device-width: 767px) {
    .store-locator-container .container {
        padding-right: 0px !important;
        padding-left: 15px !important;
    }

    #dashboard_logout_btn, #dashboard_login_btn {
        width: 80px;
        /*/right: 2px;*/
        top: 6px;
        height: 40px;
    }

    .store-locator-container {
        margin-top: 50px;
     
    }

    .locator-page-header {
        margin: 0px 0px 0px 0px;
    }

    .locator-page-content {
        margin: 0px 0px 0px 0px;
        max-height: calc(100vh - 62px) !important;
    }

    .selectedStoreInfo {
        max-width: 150px !important;
    }
}



.visualPoweredTitle {
    font-size: 10px;
    white-space: nowrap;
    color: var(--white);
    margin-top: -10px;
}


.addressInput {
    border: none;
    width: 100%;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
    outline: none;
    position: relative;
    background: transparent;
    color: #292929;
}


.searchButton {
    background-color: #FFC107;
    border: .0625rem solid #ffbc0d;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.locator {
    background-color: #FFC107;
    border: .0625rem solid #ffbc0d;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
}


.locatorNav {
    border-top: 1px solid orange;
    padding: 4px;
    margin-bottom: 10px;
    background: #42708a;
    height: 90px;
    position: fixed;
    width: 100%;
    z-index:20;
}


.locatordiv {
    margin-left: 20px;
    margin-right: 20px;
}


.locatorSearch {
    background: #f9f9f9;
    padding: 10px;
}


.locatorinfo {
    background: #f9f9f9;
    padding: 10px;
}



.selectedStoreInfo {
    position: absolute;
    color: #000;
    max-width: 200px;
    background-color: #fff;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 16px;
    top: 50px;
    right: 10px;
    border: 1px solid #000;
    z-index: 1001 !important;
    padding-left: 10px;
    padding-right: 10px;
}

.selectedName {
    white-space: nowrap;
    overflow: hidden;
}

/*.startOrdering {
    width : 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: white;

}*/

.startOrdering {
    position: relative;
    display: inline-block;
    /* padding: 15px 70px; */
    width: 50%;
    border: 2px solid #42708a;
    color: #42708a !important;
    font-size: 15px;
    /* font-family: arial; */
    background-image: linear-gradient(#42708a, #42708a);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
}

    .startOrdering:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }