/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/03/2016, 12:40:29
    Author     : luisfilipe
*/
@CHARSET "ISO-8859-1";
#header { 
    position: absolute; 
    min-height: 41px; 
    left: 0px; 
    top: 0px; 
    width: 100%;
    background-image: url('../images/fundo_topo.png');
    background-repeat: repeat-x;
    filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=85) !important; /*IE*/
    opacity: 1;   
    z-index: 1;
}

#footer { 
    position:absolute; 
    height: 50px; 
    left:0; 
    bottom:0; 
    width:100%;
    background:#99ae6b;
}  

#map2 { 
    position: relative; 
    top:0px; 
    bottom:0px; 
    left:0;
    width:100%;
    background:#eee; 
    clear:both;
    z-index: 0;
}

#feramentascontainer{
    float:left;
    margin-top: 4px;
    margin-left: 130px;
    z-index: 3;
    position: absolute;
    width: 80%;
}

.botaoferramenta{
    margin:2.5px;
    width: 25px;
    height: 25px;
    float:left;
    position:relative;
    cursor:pointer;  	
}

#toolpanel {
    right: 0px;
    height: 30px; 
    margin-top: 4px;   
    float:left;
}

#toolpanel div { 
    float: left;
    margin-top: 4px;      
    margin-top: 0px; 
}

#logoFatma{
    width:117px;
    height:57px;
    position: absolute;
    top:0px;
    left:0px;
    background-image: url('../images/logo_fatma.png');
    background-repeat:no-repeat; 
    z-index: 4;
}

#logoCadef{
    width:117px;
    height:57px;
    position: absolute;
    top:0px;
    right:0px;
    background-image: url('../images/logo_cadef.png');
    background-repeat:no-repeat; 
    background-position: left;
    z-index: 4;
}

#map {                          
    position:absolute;
    border:0px;
    margin: 0;
    width: 100%;
    float: left;
    height: 100%;
}

#scalaNumerica{
    left: 380px!important;
    z-index: 99;
}

#mouse-position{
    position: absolute;
    z-index: 99999999;
    bottom: 8px;
    left: 587px;
}
  
body {
	font-size: 62.5%;
}

table {
	font-size: 14px;
}

/* Site
   -------------------------------- */

body {
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}

.identificarItem{
    padding: 5px;
    border-width: 3px;
    border-style: solid;
    border-radius: 25px;
    border-color: #8ECA48 !important;
}

/*Icon spatial*/
.glyphicon-spatial-polygon{
  background-image: url('../images/glyphicons-tools-spatial.png');
  background-repeat: no-repeat;
  background-position: -1px -63px;
  width: 26px;
  height: 22px;
}

.glyphicon-spatial-circle{
  background-image: url('../images/glyphicons-tools-spatial.png');
  background-repeat: no-repeat;
  background-position: 0px -32px;
  width: 26px;
  height: 22px;
}

.glyphicon-spatial-linha{
  background-image: url('../images/glyphicons-tools-spatial.png');
  background-repeat: no-repeat;
  background-position: 0px -94px;
  width: 26px;
  height: 22px;
}

.btn-link{
    color: #000509;
}

._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #8ECA48;
}
._720kb-datepicker-calendar-header:nth-child(even) {
  background: #D5EAA6;
}     