.layer-legend {
  min-width: 170px;
}

.layer-legend table {
  border-collapse: collapse;
  cursor: default;
}

.layer-legend td {
  font-family:arial,tahoma,helvetica,sans-serif;
  font-size: 14px;
  font-style:normal;
  color: white;
  font-weight: bold;
  text-align: center;
}

.layer-legend td.color {
  width: 30px;
}

.layer-legend td.operator {
  width: 20px;
  text-align: center;
  background-image:url(/static/application/img/legend.png);
}

.layer-legend td.space {
  width: 5px;
  background-image:url(/static/application/img/legend.png);
}

.layer-legend td.value {
  width: 115px;
  text-align: left;
  background-image:url(/static/application/img/legend.png);
}

.legend-title {
  width: 170px;
  font-family:arial,tahoma,helvetica,sans-serif;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-style:normal;
  background-image:url(/static/application/img/legend.png);
  cursor: default;
}

.add-layer {
    background-image:url(/static/application/img/icons/map_add.png) !important;
}

.remove-layer {
   background-image:url(/static/application/img/icons/map_delete.png) !important;
}

.zoom-layer {
  background-image:url(/static/application/img/icons/arrow_in.png) !important;
}

.thematic-layer {
  background-image:url(/static/application/img/icons/thematic.png) !important;
}

.remove-layer-workspace {
    background-image:url(/static/application/img/icons/delete.gif) !important;
}

.feed-layer{
  background-image:url(/static/application/img/icons/feed.png) !important;	
  
}
.edit-layer {
    background-image:url(/static/application/img/icons/map_edit.png) !important;	
}

.workspace {
    background-image:url(/static/application/img/icons/folder.png) !important;	
}
.add-workspace {
    background-image:url(/static/application/img/icons/folder_add.png) !important;	
}

.add-user {
    background-image:url(/static/application/img/icons/user_add.png) !important;	
}
.remove-user {
    background-image:url(/static/application/img/icons/user_delete.png) !important;	
}

.config-ready { background-image:url(/static/application/img/icons/report.png) !important; }
.import-layers { background-image:url(/static/application/img/icons/report_add.png) !important; }
.layer-actions { background-image:url(/static/application/img/icons/bullet_wrench.png) !important; }
.hidden {
	display:none;
}

div.x-tree-selected .edit{
	display: inline !important;
	margin-bottom:-4px;
	margin-left:2px;
}


.feed-view{
  background-image:url(/static/application/img/icons/feed_link.png) !important;
}

.feed-export{
  background-image:url(/static/application/img/icons/page_white_get.png) !important;
  
}
