﻿.trimble-map .IdentifyResultContainerDiv {
    margin-bottom: 1px;
}

.trimble-map .map-identify-interim-cell-left, .trimble-map .map-identify-interim-cell-right {
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
    background-color: lightgrey;
    height: 4px;
    opacity: 0;
    border: 1px dashed darkgrey;
    transition: opacity 1s, border 0.5s;
    -webkit-transition: opacity 0.5s, border 0.5s;
    -o-transition: opacity 1s, border 0.5s;
    -moz-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-bottom: 2px;
    margin-top: 2px;
}

.trimble-map .empty-map-identify-row {
    height: 15px;
    width: 100%;
    border: darkgrey dashed 1px;
    margin-bottom: 2px;
    margin-top: 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-bottom: 1px;
    margin-top: 1px;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    opacity: 0;
    transition: opacity 1s, border 0.5s;
    -webkit-transition: opacity 0.5s, border 0.5s;
    -o-transition: opacity 1s, border 0.5s;
    -moz-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-bottom: -2px;
    width: 6px;
    margin-left: 1px;
    margin-right: 1px;
    opacity: 0;
    transition: opacity 0.5s, border 0.5s;
    -webkit-transition: opacity 0.5s, border 0.5s;
    -o-transition: opacity 0.5s, border 0.5s;
    -moz-transition: opacity 0.5s, border 0.5s;
}

.trimble-map .drag-mode .map-identify-attribute-destination {
    opacity: 1;
}


.trimble-map .esriPopup .titlePane {
    background-color: #F3F3F7;
    border-color: #999999;
    color: #00437B !important;
    font-weight: bold !important;
}

    .trimble-map .esriPopup .titlePane .title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.trimble-map .esriPopup .contentPane, .trimble-map .esriPopup .actionsPane {
    background-color: White;
}

.trimble-map .esriPopup .contentPane {
    /* overflow:visible; */
}

.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;
}

.trimble-map .identify_result_div {
    /*height: auto;*/
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    clear: both;
}

.trimble-map .identify_result_div_single_result {
    padding-bottom: 0px !important;
}

.trimble-map .IdentifyGroupTemplateHeadingSpan {
    width: 100%;
    margin-left: 8px;
}

.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 .IdentifyGroupTemplateHeading, .trimble-map .IdentifyGroupTemplateHeadingSelected, .trimble-map .IdentifyGroupTemplateHeading:hover {
    margin-right: 5px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 1px;
    width: 100%;
    height: 20px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trimble-map .IdentifyGroupTemplateHeading {
    background: #CFE1EE;
    color: #00437B;
}

    .trimble-map .IdentifyGroupTemplateHeadingSelected, .trimble-map .IdentifyGroupTemplateHeading:hover {
        background: #009AD9;
        color: white;
    }

    .trimble-map .IdentifyGroupTemplateHeading:hover {
        cursor: pointer;
    }

.trimble-map .callout_result_div {
    width: 100%;
    word-wrap: break-word;
}
