.identifyPane {
    position:absolute;
    top:-400px;
    left:-400px;
    width:300px;
    height:300px;
    box-shadow:0px 8px 20px #525252;
    -moz-box-shadow:0px 8px 20px #525252;
    -webkit-box-shadow:0px 8px 20px #525252;
    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px;
    font-family: sans-serif;
    font-size: 12px;
    background-color:#FFF;
}

.tundra .dojoxFloatingPaneTitle {
    background: url("https://js.arcgis.com/3.18/dijit/themes/tundra/images/titleBar.png") repeat-x scroll left top #FAFAFA !important;
    outline: 0 none !important;
    padding: 5px 6px 3px;
    font-weight: bold;
    font-size: 12px;
    cursor: move;
}

.identifyPane .dijitTitleNode {
    white-space: normal;
    width: 90%;
}

.identifyPane .dojoxFloatingPane {
    border: none !important;
}

.tundra .iconBlank {
    width: 0px;
}

.claro .iconBlank {
    width: 0px;
}

.identifyPane .dijitTreeNode {
    cursor: pointer;
}

.identifyPane .dijitTreeIcon {
    cursor: pointer;
}

.identifyPane .dijitTreeLabel {
    cursor: pointer;
}

.zoomto-link {
    color: transparent; /*prevent colored outline on the magnifying glass icon*/
    display: none;
}

.identifyPane .dijitStackContainerChildWrapper {
    width: 100%;
    height: 100%;
}

/* Prevent the background color when the row is selected */
.tundra .identifyPane .dijitTreeRowSelected .dijitTreeLabel {
    background: none repeat scroll 0 0 transparent;
}

.claro .identifyPane .dijitTreeRowSelected .dijitTreeLabel {
    background: none repeat scroll 0 0 transparent;
}

/* Allow wrapping for the text */
.identifyPane .dijitTreeRow/*, .dijitTreeContent*/ {
    white-space: normal;
}

.identifyPane .dijitTreeContent {
    white-space: normal;
}

.identifyPane .dijitTreeLabel {
    display: inline-table;
    width: 75%;
}

.identifyPane-stackContainer {
    /*padding: 5px;*/
    overflow: hidden !important;
}

.identifyPane-featurePage {
    padding: 3px;
}

.identifyPane-infoPage {
    padding: 3px;
}

