@charset "UTF-8";

#nova_venda_produtos{
	position: relative;
	width: 480px;
	height: 100%;
	float: left;
	padding: 0 30px 0 10px;
}

#nova_venda_produtos h2{
	width: 100%;
	font-size: 22px;
	color: #8B7459;	
	text-align: center;
}

#container_produtos{
	width: 100%;
	height: calc(100% - 200px);
	margin-bottom: 10px;
	overflow-y: auto;
}

.lista_produtos{
	width: 100%;
	margin: 10px 0 30px 0;
}

.lista_produtos:last-child{
	margin: 10px 0 0 0;
}

.lista_produtos li{
	display: inline-block;
	font-family: 'Arial', sans-serif;
	width: 102px;
	height: 56px;
	margin: 3px;
	padding: 12px 2px;
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #dab077;
	overflow: hidden;
	color: #dab077;	
	cursor: pointer;
}

.lista_produtos li:hover{
	background: #dab077;
	color: #fff;
	transition: 0.2s;
}

#container_selecao_produtos{
	width: 100%;
	height: 200px;
}

#selecao_produtos_cima, #selecao_produtos_meio{
	width: 100%;
	float: left;
}

#container_input_codigo_produto, #container_input_quantidade, #container_input_preço_unit, #container_input_subtotal{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#container_input_desconto{
	width: 122px;
	margin-right: 0;
	float: left;
	margin-bottom: 15px;
}

#container_input_codigo_produto{
	width: 146px;
}

#container_input_quantidade{
	width: 100px;
}

#container_input_desconto{
	width: 148px;
	margin-right: 0;
	float: left;
	margin-bottom: 15px;
}

#container_input_preço_unit{
	width: 131px;
}

#container_input_subtotal{
	width: 131px;
}

#container_input_total_item{
	width: 132px;
	margin-right: 0;
	float: left;
}

#selecao_produtos_botoes{
	width: 100%;
	float: left;
	text-align: right;
	padding-right: 15px;
}

#nova_venda_resumo{
	width: calc(100% - 480px);
	height: 100%;
	float: left;
	padding: 0 10px;
}

#tabela_resumo{
	width: 100%;
	height: calc(100% - 280px);
	border-collapse: collapse;
	border: 1px solid #E6E6E6;
	margin-bottom: 30px;
}

#tabela_resumo th, #tabela_resumo td{
	height: 100%;
	float: left;
	font-family: 'Arial';
	font-size: 14px;
	border-right: 1px solid #E6E6E6;
}

#tabela_resumo th:last-child, #tabela_resumo td:last-child{
	border-right: none;
}

#tabela_resumo th{
	height: 100%;
	float: left;
	background: #F4F4F4;
	font-weight: bold;
	padding: 15px 0;
}

#tabela_resumo tr{
	width: 100%;
	height: 36px;
	float: left;
	border-bottom: 1px solid #E6E6E6;
}

#tabela_resumo tr:first-child{
	height: 45px;
}

#th_resumo_radio, .td_resumo_radio{
	width: 30px;
	text-align: center;
	padding: 10px 0;
	border-right: none !important;
}

#th_resumo_cod, .td_resumo_cod{
	width: 45px;
	text-align: center;
	padding: 10px 0;
}

#th_resumo_descricao, .td_resumo_descricao{
	width: 320px;
	padding: 10px 5px;
}

#th_resumo_qtd, .td_resumo_qtd{
	width: 55px;
	text-align: center;
	padding: 10px 0;
}

#th_resumo_preco, #th_resumo_total, .td_resumo_preco, .td_resumo_total{
	width: 90px;
	text-align: center;
	padding: 10px 0;
}

.rad_tabela{
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.cifrao{
	font-family: 'Arial';
	font-size: 14px;
	margin-left: 8px;
	float: left;
}

#resumo_total{
	width: 100%;
	height: 70px;
	margin-bottom: 30px;
	padding-left: 115px;
}

#container_input_total{
	width: 131px;
	float: left;
}

#container_input_total input{
	font-weight: bold;
}

#container_input_desconto_total, #container_input_acrescimo_total{
	width: 110px;
	float: left;
	margin-right: 10px;
}

#container_input_subtotal{
	width: 131px;
	float: left;
}

#resumo_formas_pagamento{
	width: 100%;
	height: 80px;
	margin-bottom: 30px;
}

#resumo_formas_pagamento h2{
	float: right;
	text-align: right;
	padding-right: 425px;
}

#container_formas_pagamento{
	width: 100%;
	height: 100%;
}

.lista_formas_pagamento{
	float: right;
}

.lista_formas_pagamento li{
	font-family: 'Arial', sans-serif;
	display: inline-block;
	width: 100px;
	height: 50px;
	margin: 3px;
	padding: 16px 2px;
	font-size: 14px;
	color: #b79e7d;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #b79e7d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.lista_formas_pagamento li:hover{
	background: #b79e7d;
	color: #fff;
	transition: 0.2s;
}

#resumo_botoes{
	width: 100%;
	float: left;
	text-align: right;
}