/*
	fdStoreByZipDirective.css
	- requires fd-style.css
*/
fd-store-by-search-picker .fd-sbs-popover {
    position: absolute;
    width: 300px;
    background: white;
    border: 1px solid gray;
    margin-top: 0px;
    z-index: 100;
    padding: 10px;
    box-shadow: 2px 2px 2px gray;
    max-height: 560px;
}
fd-store-by-search-picker .fd-sbs-popover input {
    height: 30px;
    border: 1px solid gray;
    width: 97%;
    padding: 4px;
    margin: 0px;
    margin-top: 10px;
}
fd-store-by-search-picker .fd-sbs-popover .fd-icon-times {
    cursor: pointer;
}

fd-store-by-search-picker .fd-sbs-toggle {
    cursor: pointer;
    text-decoration: underline;
}

fd-store-by-search-picker .fd-sbs-title.fd-sbs-error {
    color: #990000;
}

fd-store-by-search-picker .fd-sbs-title {
    font-weight: bold;
}
fd-store-by-search-picker .fd-sbs-popover-results-container {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media only screen and (max-width: 767px) {
    fd-store-by-search-picker .fd-sbs-popover {
        width: 90%;
        position: fixed;
        top: 12em;
        z-index: 1000;
        height: 90%;
    }
    fd-store-by-search-picker .fd-sbs-popover-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
        background: black;
        opacity: 0.4;
    }
}
