#ap_open_layers_controls {
  margin: 5pt 0 0 5pt;
  padding: 4pt;
  position: absolute;
  left: 30pt;
  z-index: 1000;
  opacity: 0.9;
}
#ap_open_layers_controls span {
  line-height: 1.4em;
}
#ap_open_layers_control_angle {
  width: 90px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}

.olControlPanZoomBar {
  top: -3pt !important;
  left: 0 !important;
}
.ui-button .ui-icon.icon-custom-measure-line {
    background-image:  url(../images/line.png);
    width: 24px;
    height: 22px;
    top: 8px;
    left: 7px;
}

.ui-button .ui-icon.icon-custom-measure-polygon {
    background-image:  url(../images/polygon.png);
    width: 22px;
    height: 20px;
    top: 8px;
    left: 7px;
}
.ui-button .ui-icon.icon-magnet {
    width: 24px;
    height: 22px;
    top: 12px;
    left: 7px;
}
#ap_open_layers_status {
  position: absolute;
  left: 5pt;
  bottom: 5pt;
  z-index: 1000;
  width: 450pt;
  height: 18pt;
  font-style: italic;
  opacity: 0.9;
}
#ap_open_layers_status.with_measure {
  width: 580pt;
}
#ap_open_layers_status div {
  position: absolute;
}
#ap_open_layers_status_scale {
  left: 5pt;
  top: 4pt;
}
#ap_open_layers_status_scaleline {
  left: 90pt;
  top: 3pt;
}
#ap_open_layers_status_coords_lonlat {
  left: 170pt;
  top: 4pt;
}
#ap_open_layers_status_measure {
  left: 450pt;
  top: 4pt;
  display: none;
}
#ap_open_layers_status_coords_map {
  left: 300pt;
  top: 4pt;
}

/**
 * Layer switcher
 */
#ap_open_layers_layerswitcher {
  padding-left: 2px !important;
}

#ap_open_layers_layerswitcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ap_open_layers_layerswitcher ul li {
  margin-bottom: 3px;
  padding: 0.4em;
  padding-left: 1em;
  height: 40px;
}

#ap_open_layers_layerswitcher ul li checkbox {
  display: inline;
}

#ap_open_layers_layerswitcher ul li label {
  display: inline;
  margin-left: 1em;
}

#ap_open_layers_layerswitcher ul li div {
  margin-top: 5px;
}
#newlayer {
  width: 90px;
  float:right;
  margin-bottom:8px;
}
#layers {
  clear:both;
}
#layer_li input, #layer_li label {
  display: inline;
}
.button_delete {
  width: 10px !important;
  float: right;
}
.button_zoom {
  width: 10px !important;
  float: right;
}
/**
 * GetFeatureInfo
 */
table.getfeatureinfo th {
  background-color: #1D6082;
}
table.getfeatureinfo td {
  background-color: #2682AF;
}
