/** Add css rules here for your application. */

html, body { font-family:Verdana, Helvetica, Tahoma,Arial, sans-serif; font-size:11px; color:#666666; margin:0px; }

.title { position:absolute;left:90px;top:10px;font-size:20px;color: #38610C; }

/** Example rules used by the template application (remove for your app) */
div#loading{
	width:600px;
	height:400px;
	margin: 100px auto 0 auto;
	border: 1px solid #ccc;
	
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
	
	-moz-border-radius-toprleft: 50px;
	border-top-left-radius: 50px;
	
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
	
	-moz-border-radius-bottomleft: 50px;
	border-bottom-left-radius: 50px;
}

div#loading img{
	position:absolute;
	left:50%;
}

div#loading img#logo{
	margin:10px 0 20px -125px;
}

div#loading img#loader{	
	position:absolute;
	left:50%;
	margin-left:-110px;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

div#loading h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 120px 0px 20px;
  font-family: calibri;
}

.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;
}

.btn-print { 
	background-image:url(images/printer.png);
}

.x-form-geom-trigger {
	background-image:url(images/geomArrow.png);
}

div.olControlZoom {
	top: 58px !important;
	right: 10px !important;
	left: auto;
}

.x-window div.olControlZoom {
	top: 14px !important;
}

.titulo {
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  background-color: rgba(8, 8, 8, 0.2);
  position: absolute;
  top:3px !important;
  left:3px !important;
  z-index: 100001;
  width: 365px;
  height: 60px;
}

.logPnl{
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  	border-radius: 0.5em 0.5em 0.5em 0.5em;
  	background-color: rgba(8, 8, 8, 0.2);
	position: absolute;
	z-index: 100002;
	top:3px !important;
	left:auto !important;
	right: 4px !important;
	width: 40px;
	height: 40px;
	font-weight: bold;
	color:#ffffff;
}

.logform {
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  	border-radius: 0.5em 0.5em 0.5em 0.5em;
  	background-color: rgba(255, 255, 255, 0.75);
  	border: 1px solid #ccc;
	boxShadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	margin-top:8px;
	cursor: default;
	width: 250px;
	padding: 10px;
	font-weight: normal;
}

div.olLayerGoogleCopyright, div.olLayerGooglePoweredBy
{
  display: none !important;
}

div .olControlScaleLineTop, div  .olControlScaleLineBottom { font-size:8px; }

.olControlOverviewMapMinimizeButton { bottom: 0px; }
.olControlOverviewMapMaximizeButton { bottom: 0px; }
.olControlOverviewMapElement {
    background-color: #fff;
	border-top: 1px solid #99BBE8;
	border-left: 1px solid #99BBE8;
	border-radius: 0;
    padding: 0px;
}

div.olControlMousePosition {
	background-color: #FFFFFF;
	opacity:0.7;
	right:45%;
	padding:1px 4px;
	bottom:5px;
}
.olControlScaleLine {
	/* left:50px; */
	background-color: #FFFFFF;
	padding: 3px;
	opacity: 0.75;
	bottom:5px;
}

#xlsprev table { margin:10px; }
#xlsprev .header { font-weight:bold; background-color:#eee; }
#xlsprev .btopo { border-top:1px solid #ccc; }
#xlsprev .bleft { border-left:1px solid #ccc; }
#xlsprev table tr td { padding:6px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; color:#5C5C5C; }

.pageheader{
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top:0px !important;
  left:0px !important;
  right:0px !important;
  z-index: 100001;
  height: 48px;
}

.overBts{
	position:absolute;
	left:10px;
	z-index:100002;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #303030;
}

.overBts:hover {
	text-decoration: none;
}

.overBts:visited {
	color: #303030;
}

.otherApp {
	bottom:45px;
}

.about {
	bottom:75px;
}

.logos { position:absolute;right:70px;top:8px; height:32px; }

img.logos, map area{
    outline: none;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 7px;

    /* Position the tooltip */
    position: absolute;
    z-index: 100000000;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}