.x-tree-icon-leaf {
    background-image: url("../../images/layerPanel/map.png") !important;
}

.x-tree-icon-leaf-gray {
    background-image: url("../../images/layerPanel/map_gray.png") !important;
}

.x-tree-icon-leaf-loading {
    background-image: url("../../images/layerPanel/loader.gif") !important;
}

.x-grid-tree-node-expanded .x-tree-icon-parent {
    background-image: url("../../images/layerPanel/folder_open.png") !important;;
}

.x-tree-icon-metada{
    background-image: url("../../images/layerPanel/question-small.png") !important;;
}

.x-tree-icon-gear{
    background-image: url("../../images/layerPanel/gear-small.png") !important;;
}

.x-tree-icon-parent {
    background-image: url("../../images/layerPanel/folder.gif") !important;
}


.x-tree-icon-query{
    background-image: url("../../images/layerPanel/information-small.png") !important;
}

.tree_layer_legend_container{
    padding: 5px;
    color: gray;
    margin-bottom: 5px;
    border-bottom: 1px solid #E0E0E0;
}

.header-custom-propertygrid .x-panel-header {
    background-color: whitesmoke;
    background-image: none;
    border: 0px;
}

.header-custom-propertygrid .x-title-text {
    color: rgb(120,120,120);
}