#legend {
    width: 261px;
    overflow-x: auto;
    resize: horizontal;
    max-height: 300px;
    overflow-y: scroll;
    margin-left: 1em;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
#legend::-webkit-scrollbar {
    width: 7px;
}
#legend::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: rgba(47, 47, 47, .46);
}
#legend #breakoutEntries > span {
    float: left;
    clear: both;
}
#legendDemographic, #legendCustomKml{
    display:flex;
    flex-direction: column;
    gap: .5rem;
}
.panoramaControl {
    background-color: rgb(34, 34, 34);
    opacity: .8;
    font-size: 12px;
    padding: 5px;
}
th.rfpData {
    background-color: rgb(243, 119, 54);
}
.rfpData .FAinput input[type="checkbox"]+label {
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
}
.rfpData .FAinput input[type="checkbox"]+label:before, .rfpData .FAinput input[type="checkbox"]+label:disabled {
    color: #b2b2b2;
    content: '\f096'
}
.rfpData .FAinput input[type=checkbox]:checked+label:before, .rfpData .FAinput input[type=radio]:checked+label:before, .rfpData .tooltip i {
    color: #F37736;
    content: '\F14A';
}
.ds_STREETVIEW a {
    cursor: pointer;
}
#panoramaSnapshotControl .orange {
    color: #F37736;
}
#panoramaSnapshotControl a.orange:hover {
    color: #c35a23;
}
.panoramaControl a {
    display: inline-block !important;
    width: 206px;
}
#panoramaSnapshotControl .panoramaControl a[disabled="disabled"] {
    cursor: default;
}
#panoramaSnapshotControl .panoramaControl a[disabled="disabled"]:hover {
    text-decoration: none;
}
div#markerDetailContent > div.markerDetailTabContent.showScroll::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    -webkit-appearance: none;
}
div#markerDetailContent > div.markerDetailTabContent.showScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: darkslategrey;
}
.gm-style button {
    color: #565656 !important;
    min-width: auto;
    border: none !important;
    border-radius: inherit !important;
    box-shadow: none !important;
}
.gm-style button:hover {
    color: #AAA !important;
    background-color: #333 !important;
}
.gm-style a {
    font-size: 1em !important;
}
button.gm-control-active {
    background: #000000 !important;
}
.gm-bundled-control button {
    background: #fff !important;
}
.gm-bundled-control-on-bottom button {
    background-color: #333 !important;
}
.gm-compass, button.gm-compass-needle, button.gm-compass-turn, .gm-compass-needle img {
    background: transparent !important;
}
button.gm-compass-needle {
    left: 6px;
}
button.gm-compass-turn-opposite {
    left: -6px;
}
.markerDetail .disabledAction {
    color:#CCC !important;
    text-decoration: none;
    cursor: default;
}

#mapSideBarContainer[x-show-sidebar="true"] #sideBar {
    display: block !important;
    width: 420px;
    box-sizing: border-box;
    background-color: white;
    padding: 8px;
    background-color: rgb(247, 247, 247)
}

#markerDetailScrollTab[x-show-sidebar="true"] {
    margin-left: 338px;
}

#mapSideBarContainer[x-show-sidebar="true"] #mapContainer {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#mapSideBarContainer[x-show-sidebar="true"] .ds_IMAGE.markerImageDiv {
    max-width: inherit !important;
    margin-top: 10px;
    margin-bottom: 12px;
    order: -1;
}

#mapSideBarContainer[x-show-sidebar="true"] .infowindowContent {
    max-height: 1000px !important;
    display: flex;
    flex-direction: column;
}

#mapSideBarContainer[x-show-sidebar="true"] .infowindowContent .infoWindowActions {
    display: flex;
    flex-flow: wrap;
    order: -1;
    margin-bottom: 12px;
    max-width: inherit !important;
}

#mapSideBarContainer[x-show-sidebar="true"] .infowindowContent .index {
    order: -1;
    display: block !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#mapSideBarContainer[x-show-sidebar="true"] .infowindowContent .infoWindowActions div {
    margin: 0px;
    padding-left: 0px;
    padding-right: 1px;
}

#mapSideBarContainer[x-show-sidebar="true"] .infowindowContent .infoWindowActions div:not(:last-of-type)::after {
    content: '|';
    color: #0DADD6
}

#mapSideBarContainer[x-show-sidebar="true"] .infowindowContent .infowindowImage[src*="gallery"] {
    max-width: inherit !important;
    width: 100%;
    margin: 0px;
    left: auto;
}

#mapSideBarContainer[x-show-sidebar="true"] .infowindowContent .ds_COMMB_ID {
    order: -2;
    text-align: center;
    font-size: 16px;
}

#mapSideBarContainer[x-show-sidebar="true"] .infowindowContent .markerImageDiv strong {
    display: none;
}

#mapSideBarContainer[x-show-sidebar="true"] {
    display: flex;
}

#mapSideBarContainer #sideBar #noLocationSelected {
    text-align: center;
    margin-top: 10px;
}

#mapSideBarContainer #sideBar #locationSelected {
    padding-top: 10px;
}

.audienceShading label:last-child {
    margin-bottom: 8px;
    padding-bottom: 5px;
}

#audiencePicker h4 {
    background: inherit;
    font-size: 12px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#audiencePicker .panel-heading {
    display: none;
}

.audienceMenu label {
    width: auto;
}

#audiencePicker .audiencePicker .audienceMenu > span {
    clear: both !important;
    float: left;
    margin-left: 0px;
}

#audiencePicker .audiencePicker .audienceMenu > span > a:last-child {
    margin-left: 21px;
}

#audiencePicker .audiencePicker .select2.select2-container {
    top: 7px;
}

#audiencePicker .audiencePicker {
    margin-top: 10px;
}

#settingsContent .content.audienceShading {
    padding-bottom: 7px !important;
}

#settingsContent .content .panel {
    margin-bottom: 0px;
}

#audiencePicker .audiencePicker .audienceMenu > label {
    width: auto;
    padding-left: 0px;
    padding-bottom: 5px;
}

.quantileStyles {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.quantileStyles > div {
    display: inline-block;
    width: 100%;
}

.legendContent {
    margin-bottom: 0.5rem;
}