img{border:0}
select,body,td,input,textarea,a{margin:0;color:#666666;font-size:8pt;font-family:verdana,arial}
input,textarea{border:1px solid #666366;background-color:white}
a{TEXT-DECORATION:none}
a:hover{TEXT-DECORATION:none} 
header{height:100%} 
.vbox{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;  
	flex-direction: column; 
	flex:1; 
}

.hbox{
	display:flex;
	/*justify-content:flex-start;*/ 
	/*align-items:flex-start;  */
	flex-direction: row; 
	width:100%; 
	flex:1; 
}

.box{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;  
	flex:1; 
}


/** Relativo ás divs que substituem as grids **/ 
/*.mainGrid{
	width:100%;
} 
.secondGrid{
	width:100%;
} 
.gridRow{ 
	width:100%; 
	display:flex; 
	flex-direction:row;
	align-items:center; 
} */

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../share/fonts/icons/material_icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

#loading {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none; 
}

.ldg1 { 
	position:absolute;
	width:100%;
	height:100%;
	background-color:white;
	opacity:0.6;
	z-index:1000;
} 

.ldg2 { 
	position:absolute;
	width:100%;
	height:100%;
	z-index:1001;
}
.ldg3 { 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
} 
