
.nivel0{
    background-color:rgba(0, 0, 34, 0.4);
}
.nivel1{
    background-color:rgba(0, 76, 151, 0.5);
}
.nivel2{
    background-color:rgba(82, 180, 219, 0.8);
}
.nivel3{
    background-color:rgba(13, 242, 5, 0.2);
}
.iconMenuBackGroundN1{
    background-color: rgba(0, 76, 151,0.8);
}
.iconMenuBackGroundN2{
    background-color: rgba(0,0,0,0.9);
}
h1{
    background-color:rgba(0, 0, 34, 0.9);
}
.gridHeader{
  position: fixed;
  height: 40px;
  top: 50px;
  z-index: 99;
  width: calc(100% - 50px);
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.toolContentSup{
  background-color: rgba(42,133,212,0.8);
}
.gridHeaderItem{
  position: absolute;
  padding: 0px 10px 0px 10px;
  height: 40px;
}
.gridHeaderTools{
  position: absolute;
  padding: 3px 0px 0px 0px;
  right: 10px;
  height: 40px;
  font-size: 1.5em;
  text-align: center;
}
.gridTool{
  position: fixed;
  z-index: 98;
  background-color: #f2f2f2;
  width: calc(100% - 50px);
  padding: 20px 0px 20px 0px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.gridTool div{
  margin: 5px 0px 5px 0px;
}
.gridTool label{
  height: 34px;
  line-height: 30px;
}
.center{
   text-align: center;  
}
.botonRemove{
    color: rgba(255, 0, 0, 1);
}
.infoMapKey{
  float: left;
  font-weight: bold;
  display: inline-block;
}
.infotMapValue{
  float: left;
  display: inline-block;
}
.bitInfo{
  background-color:rgba(1, 150, 58, 0.05);
}
.bitInfoHead1{
  background-color:rgba(1, 150, 58, 0.5);
}
.bitInfoHead2{
  background-color:rgba(1, 150, 58, 0.20);
}
.filterLabel{
  padding: 4px 0px 0px 15px;
}
.titleFilter{
  padding: 0px 0px 0px 15px;
  margin: 0px;
  font-size: 1.4em;
}
.titleFilter h2{

}
.closeIconFilter{
  position: absolute;
  right: 10px;
  height: 20px;
  width: 35px;
  z-index: 1;
}
.closeIconFilter i{
  height: 20px;
  width: 35px;
  font-size: 1.5em
}
.filterRow{
  height: 65px;
}