[class*="listaitens"] {
	display: table;
	width: 100%;
}
[class*="listaitens-"]>div {
  display: table;
	margin: 7px;
  float: left;
}
.listaitens-1>div {
	width:100%;
	width:-webkit-calc(100% - 2px);
	width:-moz-calc(100% - 2px);
	width:calc(100% - 2px);
	margin: 0px;
	margin-top: 20px;
}
.listaitens-2>div {
	width:50%;
	width:-webkit-calc(50% - 14px);
	width:-moz-calc(50% - 14px);
	width:calc(50% - 14px);
}
.listaitens-3>div {
	width:33%;
	width:-webkit-calc(33% - 22px);
	width:-moz-calc(33% - 22px);
	width:calc(33% - 22px);
}
.listaitens-4>div {
	width:25%;
	width:-webkit-calc(25% - 16px);
	width:-moz-calc(25% - 16px);
	width:calc(25% - 16px);
	margin: 7px;
	margin-bottom: 20px;
}
.listaitens-5>div {
	width:20%;
	width:-webkit-calc(20% - 12px);
	width:-moz-calc(20% - 12px);
	width:calc(20% - 12px);
	margin: 5px;
	margin-bottom: 20px;
}
.listaitens-6>div {
	width:16.66%;
	width:-webkit-calc(16.66% - 12px);
	width:-moz-calc(16.66% - 12px);
	width:calc(16.66% - 12px);
	margin: 5px;
	margin-bottom: 20px;
}


.transp-centrocusto {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #454344;
	color: #FFF;
	text-align: center;
}
.transp-centrocusto.outros {
	background-color: #787677;
}
.transp-centrocusto>div:nth-child(2) {
	font-size: 0.75rem;
}
.transp-centrocusto.ln {
	padding-top: 12px;
	padding-bottom: 12px;
}
.transp-centrocusto:hover,
.transp-centrocusto.ativo {
	background-color: #EB2F3F;
}

.transp-tabela tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.875rem;
	text-align: left;
	border-bottom: 1px dashed #DDD;
	background-color: #FFF;
	color: #333;
}
.transp-tabela tr:nth-child(even) td {
	background-color: #EEE;
}
.transp-tabela .bold {
	font-weight: bold;
}
.transp-tabela .right {
	text-align: right;
}
.transp-tabela .center {
	text-align: center;
}
.transp-tabela .valor {
	min-width: 130px;
}
.transp-tabela .transp_info {
	font-size: 0.75rem;
	color: #666;
}
.transp-tabela thead tr td {
	border-bottom: none;
	background-color: #454344;
	color: #FFF;
}


form[name=formAno] {
	display: table;
	position: relative;
}
form[name=formAno] input,form[name=formAno] select,form[name=formAno] span {
	float: left;
}
form[name=formAno] span {
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
}






/**/
