﻿.trimble-map .bookmarks {
    max-height: 400px;
}

.trimble-map .bookmarks_row {
    white-space: nowrap;
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
}

.trimble-map .bookmark-save {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    padding-block-end: 10px;
    border-block-end: 1px solid #ddd;
}

    .trimble-map .bookmark-save span {
        display: block;
        line-height: 30px;
        font-size: 12px;
        font-weight: normal;
        color: #000;
        white-space: nowrap;
    }

    .trimble-map .bookmark-save input[type=text] {
        width: 140px;
        margin-inline-end: 10px;
        border: 1px solid #ccc;
        height: 25px;
        flex-grow: 1;
    }

.trimble-map .bookmark-row {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

    .trimble-map .bookmark-row:hover {
        background-color: #eee;
    }

    .trimble-map .bookmark-row span {
        line-height: 30px;
        font-size: 12px;
        font-weight: normal;
        color: #666;
        white-space: nowrap;
        margin-inline-end: 10px;
    }

    .trimble-map .bookmark-row:hover span {
        color: #000;
    }

    .trimble-map .bookmark-row .delete-icon {
        display: inline-block;
        background-image: url('../images/Delete.png');
        background-position: center;
        background-repeat: no-repeat;
        width: 16px;
        height: 30px;
    }
