﻿.ecy-map .annotate {
    font-style: italic;
    color: #366ED4;
}

.ecy-map .hidden {
    display: none;
}

.ecy-map .combobox-wrapper {
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin-top: 5px;
}

.ecy-map .combobox-label {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 700;
    margin-left: 3px;
    margin-right: 5px;
}
.ecy-map .listbox {
    width: 100%;
}

.ecy-map .listbox, .grid {
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: auto;
    font-size: 0.875rem !important;
}

    .ecy-map .listbox .result {
        cursor: pointer;
        margin: 0;
        padding: 2px 5px;
        pointer-events: auto;
    }

        .ecy-map .listbox .result:hover, .grid .result-row:hover {
            background-color: #336699;
            color: white;
        }

    .ecy-map .listbox .focused, .grid .focused {
        background-color: #336699;
        color: white;
    }

.ecy-map .combobox-wrapper input {
    font-size: inherit;
    border: 1px solid black;
    line-height: 1.5em;
    padding-right: 30px !important;
    height: 24px;
    font-size: 1rem !important;
}

.ecy-map .combobox-dropdown {
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0 0 2px;
    height: 1.5em;
    border-left: 1px solid #ccc;
    pointer-events: auto;
    cursor: pointer;
    background-color: white;
}

.ecy-map .grid .result-row {
    padding: 2px;
    cursor: default;
    margin: 0;
}

.ecy-map .grid .result-cell {
    display: inline-block;
    cursor: default;
    margin: 0;
    padding: 0 5px;
}

    .ecy-map .grid .result-cell:last-child {
        float: right;
        font-size: 12px;
        font-weight: 200;
        color: #333;
        line-height: 24px;
    }
