.ui-state-focus{
    color:White;
    background:rgba(56,146,212, 1);
    outline:none;
}

.ui-autocomplete {
    background: rgba(255,255,255, 0.8);
    border-radius: 0px;
    position: absolute; 
    cursor: default;
    z-index:30 !important;
}
ul.ui-autocomplete {
    list-style: none;
}



/** TREE NODE DISABLE */
.netgis-tree-node-disabled {
    -moz-opacity: 0.5 !important;
    opacity: .5 !important;
    filter: alpha(opacity=50) !important;
}

.icon-window {
    background-image: url(../img/icons/window.png) !important;
}

.netgis-icon-map {
    background-image: url(../img/icons/map.png) !important;
    background-size: 16px 16px !important;
}

.netgis-icon-polygon {
    background-image: url(../img/icons/polygon.png) !important;
    background-size: 16px 16px !important;
}

.netgis-icon-marker {
    background-image: url(../img/icons/marker.png) !important;
    background-size: 16px 16px !important;
}

.netgis-icon-building {
    background-image: url(../img/icons/building.png) !important;
    background-size: 16px 16px !important;
}

.centered-column {
    padding-left: 30px; 
}

.netgis-label-white {
    font-weight: bold;
    font-style: normal;
    color:white;
    font-size: 11px;
    font-family: tahoma, arial, helvetica, sans-serif;
    word-wrap:normal;
} 

.thematic-map span.title {
    font-weight: bold;
    font-style: normal;
    font-size: 11px;
    font-family: tahoma, arial, helvetica, sans-serif
}

.thematic-map span.desc {
    font-style: normal;
    font-size: 11px;
    font-family: tahoma, arial, helvetica, sans-serif
}

.thematic-map-hightlighted {
    cursor: pointer;
}

.thematic-map-hightlighted .x-panel-body {
    background-color: rgba(56,146,212, 1);
}

.thematic-map-hightlighted span.title {
    font-weight: bold;
    color: white;
    font-style: normal;
    font-size: 11px;
    font-family: tahoma, arial, helvetica, sans-serif
}

.thematic-map-hightlighted span.desc {
    color: white;
    font-style: normal;
    font-size: 11px;
    font-family: tahoma, arial, helvetica, sans-serif
}

/* PHOTO LIST */

.netgis-photo-list .x-panel-body {
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}

.netgis-photo-list .netgis-photo {
    background: #dcdcdc;
    padding: 3px;
    padding-bottom: 0;
}

.x-quirks .netgis-photo-list .netgis-photo {
    padding-bottom: 3px;
}

.netgis-photo-list .netgis-photo img {
    height: 70px;
    width: 110px;
}

.netgis-photo-list .netgis-photo-item {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
}

.netgis-photo-list .netgis-photo-item span {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 86px;
}

.netgis-photo-list .netgis-photo-over {
    border: 1px solid #99bccc;
    background: rgba(56,146,212, 1);
    padding: 4px;
}

.netgis-photo-list .x-item-selected {
    background: rgba(56,146,212, 1);
    border: 1px solid #99bbe8;
    padding: 4px;
}

.netgis-photo-list .x-item-selected .netgis-photo {
    background: transparent;
}

.x-view-selector {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border: 1px dotted;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;
    background-color: #c3daf9;
    border-color: #3399bb;
}