/** Add css rules here for your application. */
a {
	text-decoration: none;
	outline: 0;
}

/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.ArbolTOC {
	position: relative;
}

.ArbolTOC .x-ftree2-selected {
	background-image: url(../images/selected_layer.png);
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: right; 
}

.gwt-Label-leyenda {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #7a9c13;
}

.tabla-featureinfo b {
	color: #7a9c13;
	padding-right: 6px;
}

.x-tree3-node-check-disabled {
	visibility: hidden;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.gwt-SuggestBoxPopup {
	z-index: 1800;
	border: 1px solid #82C145;
	border-top: 3px;
	background-color: #EDF6E4;
	opacity: 0.9;
	filter: alpha(opacity =     90);
}

.gwt-SuggestBoxPopup .item {
	font-size: 14px;
	font-style: normal;
	color: #7A9C12;
	padding: 1px 3px 1px 3px;
}

.gwt-SuggestBoxPopup .item-selected {
	background-color: #82C145;
	color: white;
}

.icono-aviso {
	background-image: url(../images/default/window/mini-icon-warning.gif)
}

.olTileImage {
	-webkit-backface-visibility: visible !important;
	-webkit-transform: none !important;
}

/* CSS Barra Nomenclator */
.x-grid-cell-first div {
	white-space: normal;
}

.x-grid3-col-entityTown {
	white-space: normal;
}

.x-grid3-hd-inner {
	white-space: normal;
	height: 32px;
}

.x-grid3-row-over{
	background-image: none !important;
	background-color: #C6E3AA !important;
}

.spanInLine{
	display: inline-block;
}

.addMapServicesWindowWidget .x-view.x-combo-list.x-component.x-unselectable  {
	overflow-x: hidden; 
}

/* Fin CSS Barra Nomenclator */