table.flat {
    background: transparent none repeat scroll 0 0;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: none;
    margin: 0 0 0 -3.5px;
    max-width: 100%;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    table-layout: initial;
    width: 100%;
}

legend > span.qtd {
    font-size: 14pt;
    width: 25%;
}

legend > span.vlr {
    font-size: 14pt;
    margin-right: -7%;
    width: 26%;
}

input.editable, input.editableS {
    text-align: left;
    text-transform: uppercase;
    width: 5%;
}

span.vlr {
    float: right;
    margin-right: 1%;
    width: 33%;
}

span.vlr > span {
    float: right;
    margin-right: 25%;
}

span.qtd {
    float: right;
    width: 22%;
}


.white {
    color: #fff !important;
}

#boxImpFil, #boxImpFil2, #boxImpFil3{
    padding: 4.5% 4.5%;
}

#removerGrupo{
    margin: 1% 0% 0% -6%;
}

table.flat>thead>tr>td{
	color: #00a85a;
	background-color: #FFFFFF;
	font-size: 14pt;
}


.btn_anterior_tabela, .btn_proximo_tabela{
	font-size: 25px;
	cursor: pointer;
    text-decoration: none !important;
}

td.left{
	text-align: left;
	padding-left: 1%;
	padding-right: 0%;
}

td.right{
	text-align: right;
	padding-right: 1%;
}

td.center{
	text-align: center;
}

.largura-full {
    width: 100% !important;
}