﻿.IdentifyResultContainerDiv
{
    margin-bottom:1px;
}

.map-identify-interim-cell-left, .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;
}

.map-identify-interim-cell-hover.map-identify-interim-cell-left, .map-identify-interim-cell-hover.map-identify-interim-cell-right {
    background-color: darkgrey;
    border: 2px solid black;
}

.drag-mode .map-identify-interim-cell-left, .drag-mode .map-identify-interim-cell-right {
    opacity:1;
}

.map-identify-left {
    float: left;
}

.map-identify-right{
    float:right;
}

.empty-map-identify-cell {
    height: 15px;
    width: 20%;
    border: darkgrey dashed 1px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.empty-map-identify-row {
    height: 15px;
    width: 100%;
    border: darkgrey dashed 1px;
    margin-bottom: 2px;
    margin-top: 2px;
}
.drag-mode .empty-map-identify-attribute-hover {
    background-color: darkgrey;
    border: 2px solid black;
    display: inline-block;
}

 .empty-map-identify-attribute-left, .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;
}

.drag-mode .empty-map-identify-attribute-left, .drag-mode .empty-map-identify-attribute-right {
    opacity: 1;
}



.drag-mode .map-identify-attribute-destination-hover {
    background-color: darkgrey;
    border: 2px solid black;
}

.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;
}

.drag-mode .map-identify-attribute-destination {
    opacity: 1;
}


.esriPopup .titlePane {
    background-color: #F3F3F7;
    border-color: #999999;
    color: #00437B !important;
    font-weight: bold !important;
}

.esriPopup .titlePane .title
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}

.esriPopup .contentPane, .esriPopup .actionsPane
{
    background-color:White;
}

.esriPopup .contentPane
{
    /* overflow:visible; */
}

.esriPopup .pointer, .esriPopup .outerPointer {
    background-color: rgb(255, 255, 255);
}

.esriPopup .pointer.top, .esriPopup .pointer.topLeft, .esriPopup .pointer.topRight
{
    background-color: rgb(230, 230, 250);
}

/* esriPopupWrapper */

.esriPopup .titleButton {
    background: url("../Images/popup-sprite.png?a=2") no-repeat;
}

.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;
}

.identify_result_div_single_result
{
    padding-bottom:0px !important;
}

.IdentifyGroupTemplateHeadingSpan
{
    width: 100%;
    margin-left: 8px;
}

.map-identify-template-attribute.clickable:hover {
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.map-identify-template-attribute.dragging {
    border: 1px dashed #999;
    background-color: #ffffcc;
    position:absolute;
	z-index: 1000;
}

.map-identify-template-attribute.clicked {
    border: 1px dashed #999;
    background-color: #ffffcc;
}

.IdentifyGroupTemplateHeading, .IdentifyGroupTemplateHeadingSelected, .IdentifyGroupTemplateHeading:hover {
    margin-right: 5px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 1px;
    width: 100%;
    height: 16px;
    -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;
}

.IdentifyGroupTemplateHeading
{
    background:#CFE1EE;
    color: #00437B;
}

.IdentifyGroupTemplateHeadingSelected, .IdentifyGroupTemplateHeading:hover
{
    background: #009AD9;
    color: white;
}

.IdentifyGroupTemplateHeading:hover
{
    cursor: pointer;
}

.callout_result_div
{
    width: 100%;
    word-wrap:break-word;
}