@charset "utf-8";
/* CSS Document */



html{height:100%;}
body{height:100%;}



.fundo_geral {
	
	background:#ededee;
	width:98%;
	height:auto;
	padding:1%;
	border-radius:5px;

	position:relative;
	overflow:auto;
	
	}


/* CAIXA DE ERRO */


#fundo_erro  {
	
	background:#e4e5e5;
	opacity:0.93;
	width:95%;
	height:1280px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	padding:12px;
	border-radius: 10px;
	display:none;
	box-shadow: 0 12px 0 #b1181b inset;
	z-index:999999999;
	
-webkit-animation-name: fundo;
-webkit-animation-duration:.7s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function:ease-in-out;

-moz-animation-name: fundo;
-moz-animation-duration:.7s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function:ease-in-out;

-o-animation-name: fundo;
-o-animation-duration:.7s;
-o-animation-iteration-count: 1;
-o-animation-timing-function:ease-in-out;

animation-name: fundo;
animation-duration:.7s;
animation-iteration-count: 1;
animation-timing-function:ease-in-out;
	
	}
	
	
	#fundo_erro2  {
	
	background:#e4e5e5;
	opacity:0.93;
	width:95%;
	height:1280px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	padding:12px;
	border-radius: 10px;
	display:none;
	box-shadow: 0 12px 0 #b1181b inset;
	
-webkit-animation-name: fundo;
-webkit-animation-duration:.7s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function:ease-in-out;

-moz-animation-name: fundo;
-moz-animation-duration:.7s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function:ease-in-out;

-o-animation-name: fundo;
-o-animation-duration:.7s;
-o-animation-iteration-count: 1;
-o-animation-timing-function:ease-in-out;

animation-name: fundo;
animation-duration:.7s;
animation-iteration-count: 1;
animation-timing-function:ease-in-out;
z-index:999999999;
	
	}
	
	
	#fundo_erro3  {
	
	background:#e4e5e5;
	opacity:0.93;
	width:95%;
	height:1280px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	padding:12px;
	border-radius: 10px;
	display:none;
	box-shadow: 0 12px 0 #b1181b inset;
	
-webkit-animation-name: fundo;
-webkit-animation-duration:.7s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function:ease-in-out;

-moz-animation-name: fundo;
-moz-animation-duration:.7s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function:ease-in-out;

-o-animation-name: fundo;
-o-animation-duration:.7s;
-o-animation-iteration-count: 1;
-o-animation-timing-function:ease-in-out;

animation-name: fundo;
animation-duration:.7s;
animation-iteration-count: 1;
animation-timing-function:ease-in-out;
z-index:999999999;
	
	}
	
#fundofecharr {

	background:#e4e5e5;
	opacity:.8;
	width:30%;
	height:90px;
	position:absolute;
	margin-left:310px;
	margin-top:180px;
	padding:12px;
	border-radius: 10px;
	display:none;
	box-shadow: 0 12px 0 #b1181b inset;
	
-webkit-animation-name: fundofechar;
-webkit-animation-duration:7s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function:ease-out;

-moz-animation-name: fundofechar;
-moz-animation-duration:7s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function:ease-out;

-o-animation-name: fundofechar;
-o-animation-duration:7s;
-o-animation-iteration-count: 1;
-o-animation-timing-function:ease-out;

animation-name: fundofechar;
animation-duration:7s;
animation-iteration-count: 1;
animation-timing-function:ease-out;

	}	
	

	
	
#ffechar {
	cursor:pointer;

	}
	
	
	#ffechar2 {
	cursor:pointer;

	}
	
	
	#ffechar3 {
	cursor:pointer;

	}



.titulos_erro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	line-height:170%;
	font-style: normal;
	color: #333;
	text-align: center;
}


.titulos_fechar_erro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color:#333;
	text-align: center;

}



/* FIM CAIXA DE ERRO */





.titulo_principal {	
font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color:#333;
	text-align: left;

}



.titulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #333;
	text-align: left;
	margin-left: 2px;
	margin-top:10px;
	float:left;
	width:60%;
}	



.caixas {
	float:right;


	}
	
	
	
.caixa_inserir {
	padding: 2px 6px 2px 2px;
	margin: 5px;
	font-size: 16px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.8);
	color: #666;
	border: none;
	outline: none;
	border-radius: .2em;
	border: .1em solid #b5b6b7;
	box-shadow: 3px 3px 1px #bf4c33 outset;
	width:10.93em;


	
	
}



.caixas_resultados {
	padding: 2px 6px 2px 2px;
	margin: 5px;
	font-size: 16px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.8);
	color: #666;
	border: none;
	outline: none;
	border-radius: .2em;
	border: .1em solid #6ba3bc;
	box-shadow: 3px 3px 1px #bf4c33 outset;
	font-weight: bold;
	width:10.93em;
}



.caixas_euros {
	padding: 2px 6px 2px 2px;
	font-size: 18px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	width:20px;
	color: #666;
	border: none;
	outline: none;
	border-radius: .2em;
	border: .1em solid #b5b6b7;
	box-shadow: 3px 3px 1px #bf4c33 outset;
	margin-right:10px;
	margin-top:4px;
}


	

.fonte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color:black;
	line-height: 14px;
	opacity:1;
	width:90%;
}



.bt_apagar {
	width:102px;
	height:40px;	
	border:0;
	line-height:12px;
	cursor:pointer;
	background:url(../i/simula1.png) center no-repeat;
	-webkit-transition: all .4s ease-in-out;
	z-index:999999;
	
}

.bt_apagar:hover
{
background:url(../i/simula2.png) center no-repeat;
-webkit-transform: scale(1.1);

opacity:0.99;

}




.bt_somar {
	width:102px;
	height:40px;
	margin-right:10px;
	border: 0;
	outline: none;
	line-height:12px;
	cursor:pointer;
	background:url(../i/calcular1.png) center no-repeat;
	-webkit-transition: all .4s ease-in-out;
	z-index:999999;
}


.bt_somar:hover
{
background:url(../i/calcular2.png) center no-repeat;
-webkit-transform: scale(1.1);

opacity:0.99;

}



.clear {
	clear:both;

}



@-webkit-keyframes fundo {

0% {
	-webkit-transform:scale(0); 
	opacity: 0.0;
	
	}


100% {
	-webkit-transform:scale(1);

	opacity: 0.8;
	
	}
	

}






@media only screen and (max-width:480px) {
	
.titulo_principal {	

	font-size: 14px;
	


}


.titulos {

	font-size: 9.5px;
	margin-left: 0px;
	width:98%;
}


#fundo_erro  {
	
	width:88%;
	height:590px;
	margin-left:2px;

	}
	
	
	#fundo_erro2  {
	
width:88%;
	height:590px;
	margin-left:2px;

	}
.fonte {
	font-size: 9px;
	line-height: 11px;
		width:90%;

}	

	



.caixa_inserir {
	padding: 1px 4px 1px 1px;
	margin: 2px;
	font-size: 12px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.8);
	color: #666;
	border: none;
	outline: none;
	border-radius: .2em;
	border: .1em solid #b5b6b7;
	box-shadow: 3px 3px 1px #bf4c33 outset;
	width:9em;


	
	
}



.caixas_resultados {
	padding: 1px 4px 1px 1px;
	margin: 2px;
	font-size: 12px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.8);
	color: #666;
	border: none;
	outline: none;
	border-radius: .2em;
	border: .1em solid #6ba3bc;
	box-shadow: 3px 3px 1px #bf4c33 outset;
	font-weight: bold;
	width:9em;
}



.caixas_euros {
	padding: 2px 6px 2px 2px;
	font-size: 14px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	width:20px;
	color: #666;
	border: none;
	outline: none;
	border-radius: .2em;
	border: .1em solid #b5b6b7;
	box-shadow: 3px 3px 1px #bf4c33 outset;
	margin-right:10px;
	margin-top:4px;
}

	
}