﻿.trimble-map .map-identify-interim-cell-left, .trimble-map .map-identify-interim-cell-right {
    margin-inline-start: 5%;
    margin-inline-end: 5%;
    width: 40%;
    background-color: lightgrey;
    height: 4px;
    opacity: 0;
    border: 1px dashed darkgrey;
    transition: opacity 1s, border 0.5s;
    box-sizing: border-box;
}

.trimble-map .map-identify-interim-cell-hover.map-identify-interim-cell-left, .trimble-map .map-identify-interim-cell-hover.map-identify-interim-cell-right {
    background-color: darkgrey;
    border: 2px solid black;
}

.trimble-map .drag-mode .map-identify-interim-cell-left, .trimble-map .drag-mode .map-identify-interim-cell-right {
    opacity: 1;
}

.trimble-map .map-identify-left {
    float: left;
}

.trimble-map .map-identify-right {
    float: right;
}

.trimble-map .empty-map-identify-cell {
    height: 15px;
    width: 20%;
    border: darkgrey dashed 1px;
    margin-block-end: 2px;
    margin-block-start: 2px;
}

.trimble-map .empty-map-identify-row {
    height: 15px;
    width: 100%;
    border: darkgrey dashed 1px;
    margin-block-end: 2px;
    margin-block-start: 2px;
}

.trimble-map .drag-mode .empty-map-identify-attribute-hover {
    background-color: darkgrey;
    border: 2px solid black;
    display: inline-block;
}

.trimble-map .empty-map-identify-attribute-left, .trimble-map .empty-map-identify-attribute-right {
    background-color: lightgrey;
    min-width: 40%;
    border: 1px dashed darkgrey;
    display: inline-block;
    height: 13px;
    margin-block-end: 1px;
    margin-block-start: 1px;
    margin-inline-start: 5%;
    margin-inline-end: 5%;
    float: left;
    opacity: 0;
    transition: opacity 1s, border 0.5s;
    box-sizing: border-box;
}

.trimble-map .drag-mode .empty-map-identify-attribute-left, .trimble-map .drag-mode .empty-map-identify-attribute-right {
    opacity: 1;
}

.trimble-map .drag-mode .map-identify-attribute-destination-hover {
    background-color: darkgrey;
    border: 2px solid black;
}

.trimble-map .map-identify-attribute-destination {
    background-color: lightgrey;
    border: 1px dashed darkgrey;
    display: inline-block;
    height: 12px;
    box-sizing: border-box;
    margin-block-end: -2px;
    width: 6px;
    margin-inline-start: 1px;
    margin-inline-end: 1px;
    opacity: 0;
    transition: opacity 0.5s, border 0.5s;
}

.trimble-map .drag-mode .map-identify-attribute-destination {
    opacity: 1;
}


.trimble-map .esriPopup .titlePane {
    background-color: #ddd;
    border-color: #ddd;
    color: #000;
    font-weight: bold;
    line-height: 24px;
    padding: 0px 5px;
}

    .trimble-map .esriPopup .titlePane .title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 265px;
    }

.trimble-map .esriPopup .sizer.content {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

.trimble-map .esriPopup .contentPane, .trimble-map .esriPopup .actionsPane {
    background-color: #fff;
}

.trimble-map .esriPopup .contentPane {
    padding: 5px;
}

    .trimble-map .esriPopup .contentPane .no-results {
        padding-block-start: 0;
        padding-block-end: 0;
        display: unset;
    }

.trimble-map .esriPopup .pointer, .trimble-map .esriPopup .outerPointer {
    background-color: rgb(255, 255, 255);
}

    .trimble-map .esriPopup .pointer.top, .trimble-map .esriPopup .pointer.topLeft, .trimble-map .esriPopup .pointer.topRight {
        background-color: rgb(230, 230, 250);
    }

/* esriPopupWrapper */

.trimble-map .esriPopup .titleButton {
    background: url("../images/popup-sprite.png?a=2") no-repeat;
    inset-inline-end: 5px !important;
    height: 24px;
    inset-block-start: 4px;
    right: unset;
}

.trimble-map .map-identify-template-attribute.clickable:hover {
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.trimble-map .map-identify-template-attribute.dragging {
    border: 1px dashed #999;
    background-color: #ffffcc;
    position: absolute;
    z-index: 1000;
}

.trimble-map .map-identify-template-attribute.clicked {
    border: 1px dashed #999;
    background-color: #ffffcc;
}

.trimble-map .identify-group-heading, .trimble-map .identify-group-heading-selected {
    background: #ddd;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
    width: 100%;
    line-height: 24px;
    border-radius: 3px;
    font-size: 12px;
    margin-block-end: 5px;
}

    .trimble-map .identify-group-heading:hover {
        background-color: #ccc;
        cursor: pointer;
    }

    .trimble-map .identify-group-heading-selected, .trimble-map .identify-group-heading-selected:hover {
        background: rgba(25, 124, 182,0.3);
    }

.trimble-map .identify-result {
    font-size: 10px;
    padding-block-end: 5px;
    -webkit-user-select: none;
    user-select: none;
    line-height: 16px;
}

.trimble-map .identify-result-single {
    padding-block-end: 0px;
}
