div.olControlMousePosition {
	display: block;
	position: absolute;
	bottom: 15px !important;
	color: yellow;
	font-family: Arial;
	font-size: 14px !important;
}

div.olControlScaleLine {
	bottom: 30px;
}

div.olControlZoom a {
	background: rgba(100, 140, 0, 0.6) !important;
}

div.olControlZoom a:hover {
	background: rgba(100, 140, 0, 0.8) !important;
}

#OpenLayers_Control_MaximizeDiv_innerImage {
	content: url("../../img/v1/openlayers/img/layer-switcher-maximize.png");
	right: 6px;
}

div.olControlSaveFeaturesItemActive {
    background-image: url(../../img/v1/openlayers/img/save_features_on.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive {
    background-image: url(../../img/v1/openlayers/img/save_features_off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.olControlPanPanel div {
    background-image: url(../../img/v1/openlayers/img/pan-panel.png);
    height: 18px;
    width: 18px;
    cursor: pointer;
    position: absolute;
}

.olControlZoomPanel div {
    background-image: url(../../img/v1/openlayers/img/zoom-panel.png);
    position: absolute;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.olControlNavToolbar div,
.olControlEditingToolbar div {
    background-image: url("../../img/v1/openlayers/img/editing_tool_bar.png");
    background-repeat: no-repeat;
    margin: 0 0 5px 5px;
    width: 24px;
    height: 22px;
    cursor: pointer
}

.olControlPanel .olControlZoomToMaxExtentItemInactive { 
  /*width:  25px;
  height: 19px;
  width: 44px;
  height: 60px;*/
  width: 30px;
  height: 40px;
  /*background-image: url("../../img/v1/openlayers/img/zoom-world-mini.png");*/
  /* background-image: url("../../img/v1/busca_44x60.png"); */
  background-image: url("../../img/v1/icone_zoom.png");
  cursor: pointer;
  position: absolute;
  top: 70px;
  left: 7px;
  
}


/* .olControlLayerSwitcher .layersDiv { */
/* 	border-radius: 10px 0 0 10px; */
/* 	opacity: 0.75; */
/* 	filter: alpha(opacity=75); */
/* 	background-color: #5b8628; */
/* } */

.olControlLayerSwitcher .layersDiv {
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 10px 0 0 10px;
opacity: 0.75;
filter: alpha(opacity=75);
background-color: #5b8628;
}
.botao_tema {
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-color: #5b8628;
	width: 145px;
	height: 25px;
	margin: 10px;
	padding-left: 10px;
	color: white;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
 	border-radius:7px;
}

.olControlScaleLine {
	color: yellow;
}
div.olMap {
	font-size: 11px;
}

label.labelSpan.olButton {
	vertical-align: super !important; 
/* 	font-size: inherit;	 */
/* 	margin-bottom: 0px; */
	margin-top: 3px;
/* 	display: grid; */
}

input[type="radio"], 
input[type="checkbox"] {
	visibility: visible;
	margin: 3px 5px 1px;
	
}

/*ark*/

div.radio span:before {
	content: none;
}
div.radio span.checked:before {
	content: none;
}
div.checker span:before {
	content: none;
}
div.checker span.checked:before {
	content: none;
}
div.checker span{
	padding-right: 0;
}

input#checkSistema{
	vertical-align: text-bottom;
	margin-left: 5px;
}
input#checkDeclarado{
	vertical-align: text-bottom;
	margin-left: 5px;
}
div.botao_tema{
	
	padding-top: 2px;
}
/*bootstrap*/
.radio, .checkbox {
	 min-height: inherit;
	 margin-top: 0px;
	 margin-bottom: 0px;
}
.radio input[type=radio]{
	margin-left: -14px;
}

