﻿body {
    font-family: Arial, sans-serif;
    color: #171717;
}
div#map {
    background-color: #cccccc;
}
div.mapFiller {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}
.search-options {
    margin-top: 1em;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.zipcode input, .zipcode select {
    padding: .8em;
    border: 1px solid #aaaaaa;
}
.search-category-button {
    background-color: #8bcff6;
    border-style: none;
    border-radius: 1em;
    cursor: pointer;
}
.search-category-button:focus-visible {
    border: none;
}

.zipcode {
    align-content:center;

}

.location-search {
    background-color: forestgreen;
    color:white;
    border-style: none;
    padding: .8em;
    border-radius: 1em;
    cursor: pointer;
}

.store-list {
    display: grid;
    border: .1em solid #cccccc;
    width: auto;
    max-height: 20em;
    overflow: auto;
    margin-top: .5em;
}

.storeRow, .storeHeader {
    display: grid;
    padding: 0.8em;
    grid-template-columns: .3fr .3fr .4fr .1fr .2fr;
    width: auto;
}
.storeHeader {
    background-color: #808080;
    font-weight: bold;
    color: white;
}

.oddRow {
    background-color: #ddd;
}

.evenRow {
    background-color: #fff;
}
.offeringsDiv {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: .5em;
}
.store-count {
    margin-top: .5em;
    font-size: 16pt;
}
.storeLink a, .storeLink a:visited, .pharmacyLink a, .pharmacyLink a:visited {
    color: #171717;
    text-decoration: underline;
    cursor: pointer;
}
.storeLink a:hover, .pharmacyLink a:hover {
    color: #999999;
}
.icons {
    width: 1.3em;
}
.brenz-icon {
    width: 4em;
}

/*filter styles*/
#legend {
    min-width: 200px;
}
.legend {
    max-width: 1400px;
    font-size: 13px;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 1em;
    margin:0;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #a0a0a0;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label img {
    vertical-align: text-bottom;
    margin-right: 10px;
    max-width: 1em;
    height:1em;
    filter: invert(.35);
}
ul.ks-cboxtags li label img.brenzavvy {
    vertical-align: middle;
    margin-right: 10px;
    max-width: 110px;
    height: 1em;
}
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #6399b2;
    background-color: #9ed5ef;
    color: #1b1b1b;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
/*end filter styles*/

.hidden {
    display: none !important;
}
