*{
	padding: 0;
	margin: 0;
}

html, body {
margin: 0;
padding: 0;
height: 100%;
background-color: #E6E6E6;

}

.blocos{
	display: none;
}
.natureza{
	
	width: 23%;
	float: left;
	margin-left: 1%;
	border-radius: 6px;
	min-height:220px;
	background-color: #E6E6E6;

}
.natureza i{
	width: 99%;
	float: left;
	margin-left: 1%;
}


.natureza button{
	width: 80px;
	float: left;
	padding: 6px;
	margin: 15px 15px 0 15px;
		
}

.natureza a {
	display: block;
	margin-left: 10%;
	margin-top: 35%;
}

#search input{
	clear: both;
	width:35%;
	margin-left: 0;
	font-size: 1.2em;
	outline: none;
	
}
/************************************************* Salvando pedido **********************************************************/
#rdppedido{
	width: 80%;
	margin-left: 10%;
	height: 50px;
	margin-bottom: 0;
}

.btnpedidos{
	width: 15%;
	margin:1% ;
	height: 40px;
	float: left;
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-size: 1.2em;
	text-decoration: none;
	background-color: #045FB4;
	border-radius: 4px;
	border: none;
	padding: ;

}

.carregando{
	width: 20px;
 	background-color: #fff;
 	height: 20px;
 	margin-left: 40%;
 	background-color: transparent;
 	display: block;
 	border: 2px solid #fff;
 	border-right: solid transparent;
 	border-radius: 50%;
 	animation: btn-loading 0.8s ease infinite;
}

@keyframes btn-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}

}

/************************************************ Editar produtos **********************************************************/
.tab_buttons{
	margin-top: 4px;
	width: 98%;
	margin-left: 1%;
}
.tab-btn{
	padding: 10px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #E6E6E6;
	border-radius: 6px 6px 0 0;
	font-size: 1em;
}

.tab-btn:hover{
	background-color: #fbfbfb;
}

.tab-btn.ativo{
	background-color: #fff;
	color: #4169E1;	
}

.tab_contents{
	width: 98%;
	margin-left: 1%;
	background-color: #fff;

}

.contents{
	display: none;	
}


/**************************************************************************************************************************/

#stat{
	width: 20%;
	background-color: #F5A9A9;
	border-radius: 6px;
	border-left: solid 4px #FF0000;
	float: left;
	margin-left: 40%;
	padding: 10px;
	height: auto;
	position: fixed;
}

#stat2{
	width: 20%;
	background-color: #A9D0F5;
	border-radius: 6px;
	border-left: solid 4px #2E2EFE;
	float: left;
	margin-left: 40%;
	padding: 10px;
	height: auto;
	position: fixed;
}

#start{
	width: 100%;
	background-color: #F5A9A9;
	border-radius: 6px;
	border-left: solid 4px #FF0000;
	float: left;
	
	padding: 10px;
	height: auto;
	position: fixed;
}

.log{

	width: 100%;
	height: auto;

}



.log img{
	float: left;
	height: auto;
	width: 10%;
	margin: 0 5% 2% 2%;
	
}

.log p {
	float: right;
	height: auto;
	margin-top: 0;
	margin-left: 1%;
	font-size: 1.2em;
}

.document{
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #000;

}

.document h5{
	text-align: center;

}

#login{
	float: left;
	margin: auto;
	width: 15%;
	position: absolute;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

#login img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

#login input {
	width: 80%;
	font-size: 1.2em;
	padding: 8px 6px;
	border-radius: 10px;
	margin: 2% 10%;
	border: 0;
	box-shadow: 0px 0px 5px 0px #006fc2;
}

#login input:focus{
	outline: none;
	box-shadow: 0px 0px 5px 0px;
}

#bt-login {
	background-color: #006fc2;
	height: 40px;
}

#login a {
	margin-left: 10%;
	text-decoration: none;
	color: #006fc2;
	font-weight: bold;
	font-size: 1.2em;
}

#login h5 {
	margin-left: 10%;
	margin-bottom: 2%;
}

#erro-login {
	width: 100%;
	height: 30px;
	padding-top: 4px;
	text-align: center;
	background-color: #F5A9BC;
	border-left: 3px solid red;
}

#confirma-login {
	width: 100%;
	height: 30px;
	padding-top: 4px;
	text-align: center;
	background-color: #58ACFA;
	border-left: 3px solid #0000FF;
}

.act {
	width: 50%;
	float: left;
	margin-left: 25%;
	border-radius: 4px;
	margin-bottom: 1%;
	background-color: #4169E1;
	border: none;
	padding: 4px 0;
}

/********************************************** Dashboard ********************************/
#dashboard{
	width: 90%;
	float: left;
	margin-left: 5%;

}
#titulo {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	height: 80px;
	border-radius: 6px;
	box-shadow: 3px 2px 10px 2px rgba(0,0,0,0.3);
	text-align: center;
	font-size: 1.2em;
	line-height: 40px;
}

.button a{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #000;
}

.button {
	width: 20%;
	border-radius: 6px;
	background-color: #F2F2F2;
	float: left;
	margin-left: 4%;
	margin-top: 20px;
	height: 40px;
	

}

#charts_rec{
	width: 49%;
	float: left;
	height: 400px;
	margin-right: 1%;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 3px 2px 10px 2px rgba(0,0,0,0.3);
}

#charts_desp{
	width: 49%;
	float: right;
	height: 400px;
	margin-left: 1%;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 3px 2px 10px 2px rgba(0,0,0,0.3);
} 

#subrdp {
	width: 100%;
	height: 200px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 3px 2px 10px 2px rgba(0,0,0,0.3);
}

/****************************** Conteudo *******************************/
#response {	
	position: absolute;
	margin-left: 84%;
	border-left: 6px solid red;
	padding: 8px ;
	background-color: #F5A9A9;
	border-radius: 6px;
	width: 180px;
	height: auto;
	
}

#response p {
	font-size: 1em;
}

#addnf{
	width: 70%;
	float: left;
	margin-left: 15%;
	margin-bottom: 60px;
	
}

#addnf p{
	background-color: #4169E1;
	color: #fff;
	height: 30px;
	width: 98%;
	border-radius: 6px;
	padding-left: 2%;
	padding-top: 1%;
}

#addnf div{
	height: auto;
	border: 1px solid #D8D8D8;
	border-radius: 6px;

}

.lbnf{
	width: 40%;
	float: left;
	margin: 5px 0 5px 2%;
	
}

.lbnf input, .lbnf select {
	width: 98%;
	float: left;
	padding: 4px 0 4px 4px;
	font-size: 1em;
	

}

.lbnf input{
	text-align: center;
}

.lbnf textarea{
	width: 100%;
	height: 80px;
	padding: 4px;
	border-radius: 4px;
}

.lbtnf{
	width: 18%;
	/*background-color: #fff;*/
	float: left;
	margin: 5px 2px;


}

.lbtnf input, .lbtnf select {
	width: 96%;
	margin-left: 2%;
	float: left;
	padding: 4px 0 4px 1%;
	font-size: 1em;
	
	
}

.lbtnf input{
	text-align: center;	
}

#pago{
	width: 100%;
	font-size: 2em;
}

.btadd{
	background-color: #4169E1;
	padding: 0 6px;
	border-radius: 4px;
	float: right;
	margin-top: 22px;
	margin-right: 12%;
	font-size: 1.7em;
	color: #FFF;
	font-weight: bold;
}

.btadd:hover{
	cursor: pointer;
}

#btn2 {
	display: none;
	cursor: progress;
}

#paginacao {
	float: left;
	margin-left: 5%;
	font-size: 1.2em;
	padding-bottom: 20px;
	
}

.pag {
	width: 30px;
	text-align: center;
	padding: 4px;
	margin: 1px;
}

.antpro{
	width: 80px;
	padding: 4px;
	margin: 1px;
}


#ativo {
	background-color: #A9BCF5;
	
}

#paginacao a {
	width: 100%;
	padding: 4px;

}

#carrinho{
	width: 98%;
	margin-left: 1%;
	overflow-y: scroll;
	height: 300px;	
	display: block;


}

#carrinho th {
	padding: 4px 0;
	border: none;
	background-color: #58ACFA;
}

#carrinho tr:hover{
	background-color: #CEECF5;
}

#carrinho td{
	width: 100%;
	border: none;
	padding: 4px;
}

.bt_acao{
	width:20%;
}

.editar-categoria{
	width: 50%;
	margin-left: 25%;
	color: #000;
	box-shadow: 5px 2px 20px 8px #888888;
	background: #E6E6E6;
	border-radius: 4px;	
	height: auto;
	float: left;
	margin-top: 1%;
	position: fixed;
	padding-bottom: 10px;
}

.editar-categoria label{
	width: 46%;
	float: left;
	margin-left: 2%;
	font-size: 1.2em;
	padding: 2px 0;
	margin-bottom: 10px;
}

.editar-categoria input, .editar-categoria select {
	float: left;	
	font-size: 1em;
	padding: 4px;
}

.editar-categoria h2 {
	text-align: center;
}

.pedido{
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.modal {
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow: scroll;
}

.modal:target {
	opacity: 1;
	pointer-events: auto;
}

.modal > div { 

	width: 80%;
	height: auto;
	position: relative;
	margin: 1% auto;
	background: #F2F2F2;
	top: 10px;
	overflow: auto;
}

.fechar {
	text-decoration: none;
	position: absolute;
	width: 40px;
	right: 8px;
	top: 2px;
	text-align: center;
	line-height: 40px;
	margin-top: 5px;
	background:/* #BDBDBD*/  #ff4545;
	border-radius: 50%;
	font-size: 1.8em;
	color: #fff;
	font-weight: 800;
	z-index: 1;


}

.abrirModalFiscal{
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
/***************************************************************************************************/
.abrirModalFiscal:target{
	opacity: 1;
	pointer-events: auto;
}


.abrirModalFiscal > div {
	width: 30%;
	height: auto;
	position: relative;
	margin: 1% auto;
	background: #F2F2F2;
	top: 10px;

}

#cancela {
	text-decoration: none;
	width: 30%;
	background: #045FB4;
	float: left;
	margin-left: 14%;
	padding: 7px 0;
	color: #fff;
	border-radius: 4px;
	border: none;
	text-align: center;
	font-size: 1.1em;
}


.abrirModal {
	margin-top: 15px;
	width: 30%;
	height: auto;
	text-align: center;
	border-radius: 20px;
}

.modaldelete a {
	text-decoration: none;
	width: 30%;
	background: #045FB4;
	float: left;
	margin-left: 15%;
	padding: 7px 0;
	color: #fff;
	border-radius: 4px;
	border: none;
	text-align: center;
	font-size: 1.1em;
}

/************************************************** Marcar como pago ************************/
.modalstatus {
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalstatus:target {
	opacity: 1;
	pointer-events: auto;
}

.modalstatus > div {

	width: 20%;
	height: auto;
	position: relative;
	margin: 1% auto;
	background: #F2F2F2;
	top: 10px;
}

#formStatus{
	width: 80%;
	padding: 2px;
	font-size: 1.2em;
	text-align: center;
}

#formStatusSbm{
	width: 40%;
	background: #045FB4;
	float: left;
	margin-left: 30%;
	padding: 8px 0;
	color: #fff;
	border-radius: 4px;
	border: none;

}
/**************************************************************************/

.formulario {
	width: 100%;
	height: auto;
}


#totalItem{
	border: none;
	outline: none;
	float: left;
	width: 40%;
	font-size: 1.5em;
	font-weight: bold;
	background: #F2F2F2;
	
}



/*
#rdppedido a {
	width: 15%;
	margin:1% ;
	height: 40px;
	float: left;
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-size: 1.2em;
	text-decoration: none;
	background-color: #045FB4;

}*/

#rdppedido a:active{
	background-color: #0431B4;
}

#rdppedido input{
	width: 20%;
	margin:1% ;
	height: 40px;
	float: left;
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	background-color: #045FB4;
	border: none;
}

#rdppedido input:active{
	background-color: #0431B4;
}

#btcancelar {
	width: 20%;
	margin:1% ;
	height: 40px;
	float: left;
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-align: center;	
	line-height:40px;
	text-decoration: none;
	background-color: #045FB4;
}

.formulario label{
	width: 47%;
	float: left;
	text-align: left;
	margin: 1% 1% ;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.formulario input, .formulario select {
	float: left;
	padding: 6px;
	font-size: 1em;
	width: 100%;

}

.formulario textarea {
	height: 150px;
	width: 100%;
}

#cliente{
	width: 97%;
	margin-left: 1%;
}

#cancelar {
	text-decoration: none;
	display: block;
	width: 15%;
	height: 40px;
	background: #045FB4;
	float: left;
	margin-left: 37%;
	padding: 7px 0;
	color: #fff;
	border-radius: 4px;
	border: none;
	text-align: center;
	font-size: 1.1em;
}



#salvar {

	width: 15%;
	height: 40px;
	background: #045FB4;
	float: left;
	margin-left: 5%;
	padding: 8px 0;
	color: #fff;
	border-radius: 4px;
	border: none;
	
	
}

#clear {
	text-decoration: none;
	width: 10%;
	background: #045FB4;
	float: left;
	margin-left: 37%;
	padding: 7px 0;
	color: #fff;
	border-radius: 4px;
	border: none;
	text-align: center;
	font-size: 1em;
}


#salv {	
	width: 10%;
	background: #045FB4;
	float: left;
	margin-left: 5%;
	padding: 9px 0;
	color: #fff;
	border-radius: 4px;
	border: none;
	font-weight: 600;
	
}

.excluir {
	text-align: center;
	top: 90px;
	width: 250px;
	height: 70px;
	background: #E6E6E6;
	float: left;
	margin-left: 36%;
	position: fixed;
	border-radius: 4px;
	z-index: 1;
	box-shadow: 0 0 6px 4px #888888;
	

}

.excluir a {
	text-decoration: none;
	text-align: center;
	width: 25%;
	float: left;
	padding: 4px;
	margin-left: 36px;
	margin-top: 20px;
	color: #000;
	background: #8181F7;
	border-radius: 2px;

}

.editar{
	width: 80%;
	margin-left: 10%;
	margin-top: 1%;
	color: #000;
	box-shadow: 5px 2px 20px 8px #888888;
	background: #E6E6E6;
	border-radius: 4px;	
	height: auto;
	float: left;
	position: fixed;
	padding-bottom: 10px;
}

.editar input {

	width: 100%;
	float: left;
}

.editar h2 {
	text-align: center;
}

#cabecalho {
	width: 100%;   
	height: 60px;  
	background-image: linear-gradient(#045FB4, #0B2161);
	
}

#btmenu{
	display: none;
}

#bt_menu {
	width: 32px;
	height: 32px;
	color: #fff;
	float: left;
	margin-left: 2%;
	display: none;
}

#conteudo {
	background-color: #F2F2F2;
	/*background-color: #E6E6E6;*/
	overflow: auto;
}

#conteudo a{
	text-decoration: none;
}

.add {
	color: #fff;
	background-color: #4169E1;
	font-weight: bold;
	font-size: 1em;
	float: left;
	margin-left: 2%;
	padding: 6px;
	border-radius: 6px;
	border: none;
	margin-bottom: 30px;
	cursor: pointer;
}


#conteudo h3, #conteudo h2 {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 20px;
}

#menu {
	float: left;
	margin-left: 5%;
	
}

#menu li  {
	float: left;
	list-style: none;	
	line-height: 32px;
}

#menu a {
	text-decoration: none;
	text-align: center;
	display: block;	
	float: left;
	padding:14px;
	font-size: 1.2em;
	color: #fff;
	
}

#menu label{
	/*width: 100%;*/
	display: block;
	padding:14px;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	cursor: pointer;
}

#menu a:hover{
	background-color:  #0174DF/*#87CEFA #A9F5F2*/;
	color: #000;
}

#menu label:hover{
	background-color:  #0174DF/*#87CEFA #A9F5F2*/;
	color: #000;
}

#btfiscal {
	display: none;
	width: 200px;
	margin-top: 0;
	background-image: linear-gradient(#045FB4, #0B2161);
	
}

 #btfinan{
 	display: none;
 	width: 200px;
	margin-top: 0;
	background-image: linear-gradient(#045FB4, #0B2161);
	
}

#btfinan.mostra{
	display: block;
}

#btfiscal li {
	list-style: none;
	width: 100%;
	float: left;
}

#btfinan li{
	list-style: none;
	width: 100%;
	float: left;
}

#btfiscal a {
	width: 86%;
	display: block;		
}

#btfinan a{
	width: 86%;
	display: block;	
}

.sub_menu {
	width: 200px;
	float: left;
	position: absolute;
	/*margin-top: -40px;*/
	z-index: 1;
	background-image: linear-gradient(#045FB4, #0B2161);	
	display: none;
}

.sub_menu li {
	list-style: none;
	width: 100%;
	float: left;
	
}

.sub_menu a {
	width: 86%;
	display: block;	
}

#logotipo{
	width: 20%;
	margin-left: 40%;

}

#user {
	float: right;
	height: 60px ;
}
#user p {
	float: right;
	margin-top: 18px;
	margin-right: 10px;
	color: #fff;

}

#user img {
	width: 32px;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

#tab {
	width: 96%;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
	margin-left: 2%;
	float: left;
	border-radius: 10px;
	background-color: #fff;
	overflow: scroll;
}

#tab Form {
	float: left;
	margin-top: 2%;
	margin-left: 30%;
	margin-bottom: 2%;
	width: 70%;
}

#tab Form input {
	margin-left: 1%;
	padding: 6px;
}



#tab table{
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 40px;
	border-collapse: collapse;
    height: ;
}

#tab th {
	color: #1C1C1C;
	padding: 4px 2px;
	font-size: 1em;
	background-color: #81DAF5;
	
}

#tab td {
	border: none;
	padding: 2px 4px;
}


#tab tr:hover{
	background-color: #CEECF5;
}

.limpa {
	clear: both;
}

.barrabotao{

	width: 100%;
	float: left;
	position: absolute;
	
}

#balanco {
	float: left;
	background-color: #fff;
	width: 96%;
	margin-left: 2%;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 1%;
}

#saldo {
	width: 20%;
	margin: 1%;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
	float: left;
}

#saldo p {
	width: 100%;
	margin-top: 6px;
	text-align: center;
}

#saldo h2 {
	text-align: center;
	width: 100%;
	color: #424242;
}
.rlt{
	width: 32%;
	height: 200px;
	float: left;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
	margin-left: 1%;
	margin-top: 2%;
	color: #2E2E2E;
	background-color: #fff;
}

.rlt h2 {
	text-align: center;
	margin-top: 1%;
}

.rlt p {
	width: 96%;
	margin-left: 2%;
}

.rlt:hover{
	background-color: #E0F8F7;
}

#empresa {
	width: 96%;
	float: left;
	margin-left: 2%;
	margin-top: 1%;
	padding-bottom: 1%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

#empresa button {
	padding: 4px;
	cursor: pointer;
}

#empresa h2 {
	text-align: center;
	margin-top: 1%;
}

#empresa p {
	float: left;
	width: 30%;
	margin-left: 2%;
	margin-top: 1%;
}

#empresa a{
	clear: both;
	text-decoration: none;
	float: left;
	margin-left: 40%;
}

#empresa form {
	clear: both;
	float: left;
	font-size: 1em;
	margin-left: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
}

#empresa form input {
	padding: 4px;

}

#tUser {

	color: #04B404;
	border: 1px solid #04B404;
	border-radius: 2px;
	font-size: 0.8em;
	float: left;
	margin-left: 10%;
}

#usuario {
	text-align: center;
	padding: 4px;
	width: 20%;
	float: left;
	margin-left: 2%;
	margin-top: 1%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

#usuario a {
	float: left;
	margin-left: 15%;
	margin-top: 20px;
}


.list_group{
	width: 28%;
	margin-top: 30px;
	margin-left: 0.5%;
	position: absolute;
	border: 1px solid #A4A4A4;
}

.list_group_item{
	list-style: none;
	width: 100%;	
	background-color: #fff;
	padding: 6px 0;
	

}

.list_group_item:hover{
	background-color: #A9D0F5;
	cursor: pointer;
}

.list_groupnf{
	width: 28%;
	margin-top: 30px;
	margin-left: 0.5%;
	position: absolute;
	border: 1px solid #A4A4A4;
}

.list_group_itemnf{
	list-style: none;
	width: 100%;	
	background-color: #fff;
	padding: 6px 0;
	height: ;
	
}

.list_group_itemnf:hover{
	background-color: #A9D0F5;
	cursor: pointer;
}



/*
#pesquisa-cliente{
	width: auto;
	position: relative;
	display: block;
	z-index: -1;
}

#pesquisa-produto{
	margin-top: 30px;
	width: 100%;
	background-color: #000;


}*/


/****************************************** Rodapé *************************************/

#rodape {
	width: 100%;
	height: 50px;
	background-image: linear-gradient(#045FB4, #0B2161);
	position: fixed;
	bottom: 0;
}


.espaco {
	height: 200px;
	background-color: #F2F2F2;
}


/************************************************************************ Responsivo *********************************************************************************/

@media (max-width: 700px) {

	#pesquisa-cliente{
		width: 100%;
		margin-left: 2px;
		margin-right: 2px;
		display: block;
		z-index: -1;
		margin-top: 10px;
	}


	#pesquisa-produto{
		width: 100%;
		background-color: #000;
		z-index: 1;
		display: block;
		margin-top: 10px;
}



	.list_group{
		/*width: 100%;*/
		float: left;
		margin-left: 0.5%;
		position: fixed;
		margin-top: 20px;
	}

	#addnf{
		width: 94%;
		float: left;
		margin-left: 3%;
		margin-bottom: 60px;
	
	}

	#paginacao {
		float: left;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 40px;
		
	}


	.lbnf{
		width: 100%;
		float: left;
		margin: 5px 0 5px 2%;
		font-size: 1em;
	}

	.lbnf input, .lbnf select {
		width: 90%;
		float: left;
		padding: 4px 0 4px 4px;
		font-size: 1em;
	}

	.lbnf input{
	text-align: center;
	}

	.lbnf textarea{
	width: 100%;
	height: 80px;
	padding: 4px;
	border-radius: 4px;
	}

	.lbtnf{
	width: 44%;
	/*background-color: #fff;*/
	float: left;
	margin: 5px 2px;
	font-size: 0.8em;

	}

	.lbtnf input, .lbtnf select {
	width: 90%;
	margin-left: 2%;
	float: left;
	padding: 4px 0 4px 1%;
	font-size: 1em;
	
	
	}

	.list_groupnf{
	float: left;
	width: 90%;
	margin-top: 10px;
	position: absolute;
}

	.lbtnf input{
	text-align: center;	
	}

	
#user p {
	float: left;
	margin-top: 18px;
	margin-right: 10px;
	color: #fff;

}

#user img {
	width: 32px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}


	/***************************************** Dashboard ***********************/

	#titulo{
		height: auto;
		padding-bottom: 10px;
	}

	#charts_rec{
		width: auto;
		margin-bottom: 3%;
	}

	#charts_desp{
		width: auto;
		margin-bottom: 3%;
	
	}

	.rlt{
	width: 98%;
	height: 200px;
	float: left;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
	margin-left: 1%;
	margin-top: 2%;
	color: #2E2E2E;
	background-color: #fff;
}

	#cabecalho {
	width: 100%;
	display: flex;   
	height: 60px;  
	background-image: linear-gradient(#045FB4, #0B2161);
	transition: all 1s ease-out;	
	
	}

	#login{
	float: left;
	margin: auto;
	width: 80%;
	position: absolute;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	
}

	#bt_menu {
		width: 32px;
		height: 32px;
		font-size: 2em;
		font-weight: bold;
		color: #fff;
		float: left;
		margin-left: 4%;
		margin-top: 1%;
		display: block;
		cursor: pointer;
	}

	#bt_menu:active{
		font-size: 1.8em;
		padding-top: 2px;
	}


	#menu {
		display: none;
		position: absolute;
		margin-top: 60px;
		z-index: 1;
		width: 50%;
		background-image: linear-gradient(#045FB4, #0B2161);
		text-align: center;
	}

	#menu li {
		width: 90%;
		list-style: none;		
	}

	#menu a {
		display: block;
		padding: 2.5%;
		margin: 0;
	}

	.button{
		width: 45%;
	}

	#user{
		float: right;
		margin-right: 0;
	}

}

/******************************************************************************************** Responsivo max: 950px *************************/

@media (max-width: 950px) {
/*
.modal > div { 

	width: 80%;
	height: auto;
	position: relative;
	margin: 1% auto;
	top: 10px;
	overflow: scroll;
	margin-bottom: 4px;
}*/

#obs{
	width: 90%;
	float: left;
	margin-left: 2%;
}

#user{
	float: right;
	width: 80%;
	margin-left: 50%;
}

.modaldelete a {
	text-decoration: none;
	width: 40%;
	background: #045FB4;
	float: left;
	margin-left: 7%;
	padding: 7px 0;
	color: #fff;
	border-radius: 4px;
	border: none;
	text-align: center;
	font-size: 1.1em;
}

/************************************************** Marcar como pago ************************/
.modalstatus {
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalstatus:target {
	opacity: 1;
	pointer-events: auto;
}

.modalstatus > div {

	width: 80%;
	height: auto;
	position: relative;
	margin: 1% auto;
	background: #F2F2F2;
	top: 10px;
}

#formStatus{
	width: 80%;
	padding: 2px;
	font-size: 1.2em;
	text-align: center;
}

#formStatusSbm{
	width: 40%;
	background: #045FB4;
	float: left;
	margin-left: 30%;
	padding: 8px 0;
	color: #fff;
	border-radius: 4px;
	border: none;

}

	#cancelar {
		text-decoration: none;
		width: 30%;
		background: #045FB4;
		float: left;
		margin-left: 20%;
		padding: 8px 0;
		color: #fff;
		border-radius: 4px;
		border: none;
		text-align: center;
		font-size: 1em;
	}

	#salvar {
		width: 30%;
		background: #045FB4;
		float: left;
		margin-left: 5%;
		padding: 8px 0;
		color: #fff;
		border-radius: 4px;
		border: none;
	
	}


	#clear {
		text-decoration: none;
		width: 30%;
		background: #045FB4;
		float: left;
		margin-left: 20%;
		padding: 8px 0;
		color: #fff;
		border-radius: 4px;
		border: none;
		text-align: center;
		font-size: 1em;
		font-weight: 600;
	}


	#salv {	
		width: 30%;;
		background: #045FB4;
		float: left;
		margin-left: 5%;
		padding: 8px 0;
		color: #fff;
		border-radius: 4px;
		border: none;
		font-size: 1em;
		
		
    }


	.formulario label{
		width: 94%;
		float: left;
		text-align: left;
		margin: 1% 1% ;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.formulario input, .formulario select {
		float: left;
		padding: 6px;
		font-size: 1em;
		width: 100%;

	}

	#charts_rec{
		width: auto;
		margin-bottom: 3%;
	}

	#charts_desp{
		width: auto;
		margin-bottom: 3%;
	
	}

	#menu{
		display: none;
		position: absolute;
		margin-top: 60px;
		z-index: 1;
		width: 50%;
		background-image: linear-gradient(#045FB4, #0B2161);
		
	}

	.rlt{
	width: 98%;
	height: 200px;
	float: left;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
	margin-left: 1%;
	margin-top: 2%;
	color: #2E2E2E;
	background-color: #fff;
}

	
	#bt_menu {
		width: 32px;
		height: 32px;
		font-size: 2em;
		font-weight: bold;
		color: #fff;
		float: left;
		margin-left: 4%;
		margin-top: 1%;
		display: block;
		cursor: pointer;
	}

	#bt_menu:active{
		font-size: 1.8em;
		padding-top: 2px;
	}

	#menu li {
		width: 87%;
		list-style: none;

	}
	#menu a {
	display: block;
	padding: 2.5%;
	margin: 0;
}
	
}
/********************************************************************** Responsivo max: 1200px ******************************************************/
@media (max-width: 1200px) {

.list_group{
	width: 26.5%;

}

#rdppedido{
	width: 80%;
	margin-left: 10%;
	height: 50px;
	margin-bottom: 0;
}

#rdppedido a {
	width: 40%;
	margin:1% ;
	height: 40px;
	float: left;
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-size: 1em;
	text-decoration: none;
	background-color: #045FB4;

}

#rdppedido a:active{
	background-color: #0431B4;
}

#rdppedido input{
	width: 40%;
	margin:1% ;
	height: 40px;
	float: left;
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	background-color: #045FB4;
	border: none;
}

#rdppedido input:active{
	background-color: #0431B4;
}
	

	#cliente{
		width: 90%;
		margin-left: 1%;
	}

	#charts_rec{
		width: auto;
		margin-bottom: 3%;
	}

	#charts_desp{
		width: auto;
		margin-bottom: 3%;
	
	}

	#menu{
		display: none;
		position: absolute;
		margin-top: 60px;
		z-index: 1;
		width: 50%;
		margin-left: 0;
		background-image: linear-gradient(#045FB4, #0B2161);
		text-align: center;
	}

	#menu a {
		display: block;
		width: 100%;
	
	}

	#menu li {
		width: 95%;
		list-style: none;

	}

	#bt_menu {
		width: 32px;
		height: 32px;
		font-size: 2em;
		font-weight: bold;
		color: #fff;
		float: left;
		margin-left: 4%;
		margin-top: 0.6%;
		display: block;
		cursor: pointer;
	}

	#bt_menu:active{
		font-size: 1.8em;
		padding-top: 2px;
	}

	#btmenu:checked ~ #menu {
		display: block;
	}

	#btfiscal {
		width: 100%;
		/*position: relative;*/
		margin-top: 0;
		background-image: linear-gradient(#045FB4, #0B2161);
		display: none;
	}

 	#btfinan{
 		width: 100%;
		/*position: relative;*/
		margin-top: 0;
		background-image: linear-gradient(#045FB4, #0B2161);
		display: none;
	}

	#paginacao {
	float: left;
	width: 100%;
	font-size: 1.2em;
	padding-bottom: 40px;
	
	
}

	#logotipo{
		width: 40%;
		margin-left: 30%;

	}

	#empresa p {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-top: 1%;
}

#usuario {
	text-align: center;
	padding: 4px;
	width: 94%;
	float: left;
	margin-left: 2%;
	margin-top: 1%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

#usuario a {
	float: left;
	margin-left: 15%;
	margin-top: 20px;
}

#cancelar {
	text-decoration: none;
	width: 20%;
	height: 60px;
	background: #045FB4;
	float: left;
	margin-left: 37%;
	padding: 7px 0;
	color: #fff;
	border-radius: 4px;
	border: none;
	text-align: center;
	font-size: 1.1em;
}


#salvar {

	width: 20%;
	height: 60px;
	background: #045FB4;
	float: left;
	margin-left: 5%;
	padding: 8px 0;
	color: #fff;
	border-radius: 4px;
	border: none;
	
	
}
}