@import url('https://fonts.googleapis.com/css?family=Roboto');

* {margin: 0;
  padding: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  border:none;
}

body{
	 background:#dadada;
}

select {height: 24px;
}

placeholder {
	color:red;
}
	
.test{padding-left:5px;margin-left:5px;color:#0f6cb2;border:1px solid #dadada;height:25px;font-size:16px;background:transparent;}

.campo_input{color:#268fcc;
			 background:white;
			 font-size:16px;
			 height:25px;
			 padding-left:5px;
			 border-radius:4px;
			 border:none;
			 border: 1px solid #ddd;
}

.campo_input:focus {
		 background:white;
		 border: 1px solid blue;
		 outline: 0;
}

.campo_input:disabled {
         background:#dadada;
		 border: 1px solid #b2b2b2;
}

.campo_label:disabled {
         background:transparent;
		 border:none;
		 color:gray;
		 font-size:16px;
		 height:30px;
		 text-align:right;
		 padding-right:2px;
}



.select1:enabled {
	         color:#268fcc;
		     background:white;
			 font-size:16px;
			 height:27px;
			 padding-left:5px;
			 border-radius:4px;
			 border:none;
			 border: 1px solid #ddd;
}

.select1:disabled {
		 border:none;
		 color:#268fcc;
		 font-size:16px;
		 height:30px;
		 padding-right:2px;
		 border-radius:4px;
		 
		 background:#dadada;
		 border: 1px solid #b2b2b2;
}
		
.botao {color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	height: 26px;
	border: none;
	font: bold;
	border-radius: 4px;
	text-align: center;
	background-color: #0080c8;
	border: 1px solid #0080c8;
	
}
		
.botao:hover{background-color: #CD2626;}

.botao:disabled{background-color: gray;}

.botao:focus{border:none;
			 outline: 0;
}


		
.titulo_tela {font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background:#5380ab;
	height: 40px;  
	text-transform: uppercase;
	font-size: 18px;
	padding-top:5px;	
	
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	
}

		
.titulo_campos {font-family: 'Roboto', Helvetica, Arial, sans-serif;
	background-color: #7f7f88;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
	font: bold;
	margin-left:12px;
	height: 30px;  
}
		
.registros {font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:16px;
	background-color: #fff;
	height: 30px;
}