﻿.identifyWindow {
    display: none;
    top: 5%;
    left: 15%;
    position: absolute;
    max-height: 550px;
    min-height: 150px;
    width: 320px;
    background-color: #867a6e;
    border: 4px solid #887a72;
    opacity: 0.96;
    border-radius: 5px;
}

    .identifyWindow .scrollContainer {
        max-height: 600px;
        min-height: 150px;
        width: 300px;
    }

    .identifyWindow .header {
        height: 30px;
        background-color: #5b4b43;
    }

    .identifyWindow .header .title {
        font-weight: bold;
        font-style: italic;
        margin-left: 7px;
        line-height: 28px;
        color: #ffffff;
    }

    .identifyWindow .header .closeButton {
        top: 10px;
        right: 8px;
    }

    .identifyWindow .targetLayerContainer {
        margin-top: 7px;
        font-size: 12px;
        text-align: center;
    }

    .identifyWindow .targetLayerTitle {
        color: #ffffff;
        display: inline-block;
    }

    .identifyWindow .targetLayersList {
        margin-left: 5px;
        width: 180px;
        border-radius: 6px;
        border-style: solid;
        border-color: #ffffff;
        border-width: 1px;
    }

    .identifyWindow .ui-th-ltr {
        color: #ffffff;
    }

    .identifyWindow .ui-state-default .ui-icon {
        background-image: url('../../Styles/JqueryUI/themes/images/ui-icons_000000_256x240.png');
    }

    .identifyWindow .ui-widget-content {
        border-color: #968279;
    }

    .identifyWindow .ui-th-ltr.ui-state-hover {
        color: #eeeeee;
    }

    .identifyWindow .ui-state-default, 
    .identifyWindow .ui-widget-content .ui-state-default, 
    .identifyWindow .ui-widget-header .ui-state-default,
    .identifyWindow .ui-state-highlight {
        border-color: #867a6e;
        background-color: #968279;
        background-image: none;
    }

    .identifyWindow .ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
        background-color: #846c61;
        background-image: none;
    }

    .identifyWindow .ui-pg-table,
    .identifyWindow .soptclass {
        color: #ffffff;
    }

    .identifyWindow .ui-state-hover {
        background-image: none;
    }

    .identifyWindow .jqgrow.ui-state-hover {
        background-color: #846c61;
    }

    .identifyWindow .jqgrow {
        color: #ffffff;
        background: none;
    }

    .identifyWindow .jqgrow:nth-child(odd) {
        background-color: #968279;
    }

    .identifyWindow .gridContainer {
        margin-top: 7px;
        margin-bottom: 3px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .identifyWindow .ui-jqgrid,
    .identifyWindow .ui-jqgrid-view,
    .identifyWindow .ui-jqgrid-bdiv,
    .identifyWindow .ui-common-table {
        background: none;
        background-color: transparent;
    }