#grid {
	margin: 130px auto 50px auto;
}

table#registros {
	background-color: #FFF;
	border: 1px solid #666;
	border-radius: 10px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.20);
	color: #000;
	font-size: 13px;
  overflow: hidden;
	width: 100%;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.20);
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

table#registros tr.titulo-colunas-tabelas {
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
}

	table#registros tr.titulo-colunas-tabelas td {
		background-color: #6C7AE0;
		padding: 15px;
	}

table#registros tr td {
	background-color: #FFF;
	border: 1px solid #CACACA;
	padding: 10px;
	vertical-align: middle;
}

input[type='file'] {
  display: none;
}

#line-up label {
  background-color: #333;
  color: #FFF;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 1s;
  width: 230px;
}

	#line-up label:hover {
	  background-color: #202E60;
	  color: #FFF;
	}

#importar-dados-planilha {
  background-color: #202E60;
  border: none !important;
  color: #FFF;
  cursor: pointer;
  display: none;
  padding: 20px 10px;
  text-align: center;
  transition: all 1s;
  width: 250px;
}

  #importar-dados-planilha:hover {
    background-color: #6C7AE0 !important;
    color: #000;
	}

#retorno-importacao {
	margin: 40px 0;
}

	#retorno-importacao h2 {
		font-weight: 400 !important;
	}
