input{	
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: black;
	text-align: center;
}

.paginacao{
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

label{
	font-size: 20px;
}

#lateral img{
	
	height: 25px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
}
#lateral .fa{
	color: white;
	font-size: 18px !important;
}

#lateral .lin{
	font-size: 15px;
	text-align: center;
	color: white !important;
}

#lateral .lin:hover{
	color: white !important;
	text-decoration: none;
	background: none;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}
.titulo{
	font-size: 35px;
	color: rgb(181, 182, 183);
	margin-bottom: 20px;
	margin-top: 20px;
}
select{
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: black;
	text-align: center;
}
textarea{
	width: 100%;
	color: black;
}
#lista td{
	text-align: center;
	height: 35px;
}
tr.titulo{
	color: rgb(181, 182, 183);
}
tr .dados{
	color: black;
}
#conteudo{
	margin-top: 10px;
}

#lista table{
	border: 1px solid;
	width: 100%;
	margin-top: 20px;
}

/*css tabelas*/
#lista td{
	border: 1px solid rgb(181, 182, 183);
}
#lista .titulo{
	font-size: 20px;
	text-align: center;
}
#lista .dados{
	color: black; 
}
#lista .pesquisa{
	border: 1px solid #C3D2DF;
	margin-bottom: 10px;
	border-radius: 5px;
	padding-bottom: 10px;

}
#lista .nome_tabela{
	text-align: left;
	font-size: 20px;
	margin-bottom: 10px;
	background-color: white;
	margin-top: -15px;
	color: rgb(181, 182, 183);
}
#lista .botao{
	height: 35px;
	color: #fff;
	font-weight: bold;
	background-color: #538fbe;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 20px;
	border: none;
}
#lista .fa{
	color: #538fbe;
	font-size: 18px !important;
	opacity: 1.0;
}
#lista .texto{
	font-size: 18px;
	margin-top: 3px;
	color: black;
}
/*css tela login */
#login {
	margin-top: 120px;
}
#login .campos{
	text-align: center;
	margin-bottom: 10px;
	
}

body{
	background-image: url("../imagens/logo-nova.png");
	background-repeat: no-repeat;
	background-position-y: 20px;
	background-size:100% auto;
	width: 100%;
	
}
#login input{
	border: 1px solid rgb(181, 182, 183);
	font-size: 25px;
	width: 100%
}
#login button{
	background-color: rgb(181, 182, 183);
	color: white;
	font-size: 22px;
	text-align: center;
}
#login .erro{
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	color: red;
}
#login .botao_login{
	text-align: center;
}

/*css home*/

#home .clientes-qtdade{
	background-color: rgb(181, 182, 183);
	height: 110px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-right: 1px solid white;
}
#home .tickets-qtdade{
	background-color: rgb(181, 182, 183);
	height: 110px;
	margin-bottom: 20px;
	margin-top: 10px;

}
#home .usuarios-qtdade{
	background-color: rgb(181, 182, 183);
	height: 110px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-right: 1px solid white;
}
#home .calendario-qtdade{
	background-color: rgb(181, 182, 183);
	height: 110px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-right: 1px solid white;
}
#home .marca-qtdade{
	background-color: rgb(181, 182, 183);
	height: 110px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#home .venda-qtdade{
	background-color: rgb(181, 182, 183);
	height: 110px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#home .apresentacao{
	font-size: 20px;
	text-align: center;
	background-color: rgb(181, 182, 183);
	color: white;
}
#home .icone{
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 35px;
	line-height: 35px;
}
#home .detalhes{
	position: absolute;
	right: 15px;
	padding-right: 45px;
}
#home .numero{
	padding-top: 25px;
	text-align: right;
	font-size: 50px;
	line-height: 36px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	font-weight: 300; 
	color: white;
	margin-right: -30px;
}

#home .tabela{
	text-align: right;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 300;
	opacity: 0.8;
	color: white;
	margin-right: -50px;
}
#home .fa{
	font-size: 90px;
	text-align: left;
	color: #FFFFFF;
	opacity: 0.3;
	
}
#home .texto{
	font-size: 30px;
	margin-top: 5px;
	text-align: center;
	position: absolute;
	right: 15px;
	padding-right: 15px;
}

#home .botao{
	height: 90px;
	color: #fff;
	margin-top: 25px !important;
	font-weight: bold;
	background-color: #538fbe;
	font-size: 24px;
	border-radius: 5px;
	
}
#home .botao:hover{
	
	border-radius: 5px;
}
#home .ico{
	font-size: 50px;
}
#home .detalhe{
	position: absolute;
	right: 5px;
}
#home .icon{
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	padding-top: 20px;
	margin-bottom: 15px;
	line-height: 35px;
}
#home .tela{
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 300;
	opacity: 0.8;
	color: white;
	padding-top: 15px;
	margin-right: 20px;
}
#home .clientes{
	background-color: rgb(181, 182, 183);
	margin-top: 10px;
	

}
#home .calendario{
	background-color: rgb(181, 182, 183);
	margin-top: 10px;
	
}
#home .tickets{
	background-color: rgb(181, 182, 183);
	margin-top: 10px;
	
}
#home .usuarios{
	background-color: rgb(181, 182, 183);
	margin-top: 10px;
}
#home .venda{
	background-color: rgb(181, 182, 183);
	margin-top: 10px;
}
#home .marca{
	background-color: rgb(181, 182, 183);
	margin-top: 10px;
}
/* css botoes adicionar todas as telas*/
.icon{
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	padding-top: 10px;
	margin-bottom: 15px;
	line-height: 35px;
}

.fa{
	font-size: 35px;
	text-align: left;
	color: #FFFFFF;
	opacity: 0.3;
	
}
.detalhe{
	position: absolute;
	right: 15px;
}
.tela{
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 300;
	opacity: 0.8;
	color: white;
}
.botao{
	height: 55px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: rgb(181, 182, 183);
	font-size: 24px;
	border-radius: 5px;
	margin-top: 20px;
	
}

/*css adicionar*/
.texto{
	font-size: 18px;
	margin-top: 3px;
	color: black;
	margin-bottom: 5px;
}
.item{
	margin-bottom: 10px;
}
.botao_adicionar{
	height: 45px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: rgb(181, 182, 183);
	font-size: 24px;
	border-radius: 5px;
}
.botao_relatorio{
	height: 34px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #538fbe;
	font-size: 24px;
	border-radius: 5px;
}

