﻿.trimble-map .distance_drop_down_checkbox_div_checked {
    background-image: url('../images/check.png');
    background-position: center;
    background-repeat: no-repeat;
}

.trimble-map .distance_drop_down_checkbox_div_unchecked, .trimble-map .distance_drop_down_checkbox_div_checked {
    width: 13px;
    display: inline-block;
    height: 9px;
    margin-inline-end: 2px;
}

.trimble-map .distance_span_text, .trimble-map .distance_span_text_bold {
    line-height: 1.5em;
}

.trimble-map .distance_span_text_bold {
    font-weight: bold;
}

.trimble-map .distance_drop_down_text_div {
    display: inline-block;
    margin-inline-end: 2px;
}

.trimble-map .distance_popup_div {
    background-color: White;
    margin: 5px;
}

.trimble-map .distance_drop_down_item {
    padding: 4px;
    padding-inline-start: 3px;
    padding-inline-end: 2px;
}

    .trimble-map .distance_drop_down_item:hover {
        background-color: rgba(230, 230, 250, 0.95);
        border-radius: 4px;
    }

.trimble-map .distance-popup {
    max-width: 400px;
    min-width: 200px;
}

.trimble-map .distance-dropdown-item {
    display: flex;
    line-height: 30px;
    column-gap: 5px;
    padding: 0px 10px 0px 10px;
}

    .trimble-map .distance-dropdown-item:first-child {
        border-start-start-radius: 4px;
        border-start-end-radius: 4px;
    }

    .trimble-map .distance-dropdown-item:hover {
        background-color: #eee;
    }

    .trimble-map .distance-dropdown-item .checked {
        background-image: url('../images/check.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .trimble-map .distance-dropdown-item .unchecked, .trimble-map .distance-dropdown-item .checked {
        width: 13px;
        display: inline-block;
        height: 30px;
    }

.trimble-map .distance_div {
    height: 22px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid rgb(196, 198, 213);
    background-color: rgb(240, 248, 255);
    border-radius: 3px;
}

.distance.popup-downwards::before, .distance.popup-upwards::before {
    display: none;
}

.trimble-map .distance-message {
    padding: 5px;
    border-block-start: 1px solid #ccc;
    background-color: #eee;
    border-end-end-radius: 4px;
    border-end-start-radius: 4px;
    text-align: center;
    line-height: 13px;
    white-space: pre-wrap;
}

    .trimble-map .distance-message span {
        font-size: 10px;
    }

.trimble-map .distance-message-inaccurate {
    margin-block-start: 5px;
    max-width: 300px;
    white-space: normal;
}
