﻿.query-pane {
    background: #36383a;
    padding: 0 0 0 0;
    height: 100%;
}

    .query-pane .title {
        font-size: 18px;
        color: #888c90;
        margin-bottom: 20px;
        margin-left: 16px;
        white-space: nowrap;
    }

    .query-pane .close-btn {
        width: 14px;
        height: 14px;
        margin: 8px 0 0 0;
        float: right;
        background: url('images/photo-classifier-close.png');
        filter: none;
        cursor: pointer;
        border: none;
        padding: 0;
    }

        .query-pane .close-btn:hover,
        .query-pane .close-btn:focus {
            background-position: -14px 0;
            outline: none;
        }

    .query-pane .content-area {
        background-color: white;
        display: inline-block;
    }

    .query-pane .filter-area {
        background-color: #EAEEF0;
        padding: 8px;
    }

    .query-pane .grid-area {
        background-color: White;
        padding: 16px;
        position: relative;
    }

    .query-pane #grid {
        height: 100%;
    }


    .query-pane .paging-area {
        background-color: #EAEEF0;
        padding: 8px;
    }

    .query-pane .left-area {
        float: left;
        width: 167px;
        height: 100%;
        margin: 16px 0 0 0px;
    }

    .query-pane .left-area {
    }

        .query-pane .left-area .grid-type {
            color: black;
            padding: 5px 16px;
            color: white;
            cursor: pointer;
        }

            .query-pane .left-area .grid-type.selected {
                color: black;
                background-color: #FCB930;
            }


    .query-pane .map-modal {
        left: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /* -- ngGrid -- */
    .query-pane .gridStyle {
        border: 1px solid rgb(212,212,212);
        height: 100%;
    }

    .query-pane .ngRowCountPicker {
        display: none;
    }

    .query-pane .ngHeaderContainer {
        background-color: black;
        color: white;
        font-weight: normal;
        font-size: 13px;
    }

    .query-pane .ngCell {
        font-size: 12px;
    }


    .query-pane .ngFooterPanel {
        background-color: #BEC4C9;
    }

    .query-pane .loading {
        background: url('../images/ajax-loader.gif') center center no-repeat;
        display: inline-block;
        position: absolute;
        height: 100%;
        width: 100%;
        /*opacity: 0.5;*/
        text-align: center;
        z-index: 1;
    }
