* {
	margin:0px;
	padding:0px;
}

body{
	width:100%;
	font-family: 'Quicksand', sans-serif;
}

#topo {
	position:relative;
	margin:auto;
	width:1000px;
}

#logo_topo{
	width:400px;
	float:left;
	clear: none;
}

#logo_topo img{
	width:400px;
	float:left;
}

#contato_topo{
	width:600px;
	height:150px;
	padding-top:46px;
	margin-bottom:0px;
	float:left;
	text-align:right;
	clear: none;
}

.telefone_topo{
	font-size:33px;
}

.whatsapp_topo{
	font-size:28px;
}

.email_topo{
	font-size:20px;
}

.email_topo a{
	text-decoration:none;
}

.email_topo a:hover{
	text-decoration:underline;
	color:red;
	font-weight:bold;
}

#login{
	position:relative;
	margin:auto;
	padding-top:10px;
	background-color:#F1F1F2;
	clear:both;
	width:100%;
	height:500px;
	border-color:#373435;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

#login a:visited{
	text-decoration:underline;
	color:blue;
	font-weight:bold;
}

#login a:hover{
	text-decoration:underline;
	color:red;
	font-weight:bold;
}

#corpo_login{
	position:relative;
	margin:auto;
	width: 320px;
}

.titulo_login{
	clear: both;
	padding-top: 20px;
}

.titulo_login h3{
	font-size: 32px;
	margin:20px 0 30px 0;
}

.titulo_login p{
	font-size: 14px;
}

.formulario_login input[type=text],
.formulario_login input[type=password]{
	width:300px;
	height:35px;
	margin:10px 0 10px 0;
	padding:0 10px 0 10px;
	border:3px solid #3E4095;
	border-radius:10px 10px 10px 10px;
	font-family: sans-serif;
	font-size:14px;
	float:left;
	clear:both;
}


.formulario_login input[type=submit]{
	width:320px;
	height:40px;
	margin:15px 0 20px 0;
	background-color:#00AFEF;
	border-radius:10px;
	font-family: sans-serif;
	font-size:18px;
	color:white;
	cursor:pointer;
}

.botao_sair{
	height:70px;
	width:160px;
	float:right;
}

.botao_sair_img{
	width:35px;
	float:left;
}

.botao_sair_img img{
	border:0;
}

.botao_sair_escrita {
	float:left;
	width:125px;
}

.botao_sair a:hover{
	text-decoration:underline;
	color:red;
	font-weight:bold;
}

.saudacao{
	clear:both;
}

#corpo_adm{
	position:relative;
	margin:auto;
	background-color:#FFFFFF;
	clear:both;
	width:1000px;
	min-height:500px;
	padding-bottom:50px;
	border-color:#373435;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

.titulo_adm{
	width:1000px;
	height:60px;
	margin-top:32px;
	clear:both;
}

.titulo_adm_img{
	width:120px;
	float:left;
}

.titulo_adm_titulo p{
	width:660px;
	font-size: 20px;
	text-align:left;
}

.titulo_adm_titulo a:hover{
	text-decoration:underline;
	color:red;
	font-weight:bold;
}

.botoes_add_back{
	float:right;
	width:210px;
	height:30px;
}

.botao_add{
	float:right;
	width:85px;
	margin-right:15px;
}

.botao_add_usuario{
	float:right;
	width:153px;
	margin-right:15px;
}

.botao_voltar{
	float:right;
	width:88px;
}

.tabela_empresas table{
	border-collapse: collapse;
	width:100%;
}


.tabela_empresas  th, td{
	border-bottom: 1px solid #ddd;
	padding:15px;
	text-align:left;
}

.tabela_empresas  td{
	font-size:12px;
}

.tabela_empresas tr:nth-child(even){
	background-color: #f2f2f2;
}

.busca_empresa{
	width:100%;
	height:50px;
	padding: 20px 0 20px 0;
	clear:both;
}

.busca_empresa input[type=text]{
	
	height:30px;
	width:150px;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	border-radius: 10px;
	border:3px solid #3E4095;
}
	

.busca_produto input[type=text]{
	height:30px;
	width:150px;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	border-radius: 10px;
	border:3px solid #3E4095;
}

.busca_empresa input[type=submit],
.busca_produto input[type=submit]{
	width:100px;
	height:38px;
	margin:15px 0 20px 0;
	background-color:#00AFEF;
	border-radius:10px;
	font-family: sans-serif;
	font-size:15px;
	color:white;
	cursor:pointer;
}

.busca_produto input[type=text]{
	padding-top:15px;
	padding-bottom:15px;
}

.adicionar_empresa{
	width:100%;
	padding-top:25px;
	min-height:500px;
	margin:auto;
	clear:both;
}

.adicionar_empresa input[type=text], 
.adicionar_empresa input[type=password]{
	height:30px;
	margin: 0 10px 16px 10px;
	padding: 0 10px 0 10px;
	border-radius: 10px;
	border:3px solid #3E4095;
}

.adicionar_empresa button{
	width:200px;
	height:38px;
	margin:15px 0 20px 0;
	background-color:#00AFEF;
	border-radius:10px;
	font-family: sans-serif;
	font-size:15px;
	color:white;
	cursor:pointer;
}

.usuarios_empresa{
	width:100%;
	padding-top:25px;
	min-height:80px;
	margin:auto;
	clear:both;
}