/* .numeroProcesso,
.nContrato,
.idFuncional,
.data,
.input_objeto,
.resultado-pesquisa,
.arquivos {
	display: none;
}
.numeroProcesso.active,
.nContrato.active,
.idFuncional.active,
.data.active,
.input_objeto.active,
.resultado-pesquisa.active {
	display: block;
} */

.ul-nf {
	overflow-y: auto;
	max-block-size: 320px;
	list-style: none;
	padding-left: 0;
}

.ul-nf li:nth-child(odd) {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #aaaaaa47;
	padding: 7px;
}
.ul-nf li:nth-child(even) {
	background: white;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 7px;
}

.ul-arquivos {
	list-style: none;
	max-block-size: 250px;
	overflow-y: auto;
	padding-right: 0;
	padding-left: 0;
	background-color: white;
}

.li-arquivos:nth-child(odd) {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-bottom: 1px solid #472774;
}
.li-arquivos:nth-child(even) {
	margin-bottom: 7px;
	display: flex;
	justify-content: space-between;
	background-color: #aaaaaa47;
	border-bottom: 1px solid #005a92;
}
.botaoNF {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ul-nf div {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.ul-nf p {
	margin: 0;
}
.ul-nf .pdf {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ul-nf .pdf,
.dataNF,
.valor-nf {
	border-bottom: 1px solid #adb5bd4a;
	padding-bottom: 5px;
}
.adicionarNF {
	border: none;
	background: transparent;
}
.fecharNF,
.abrirNF {
	border: none;
	background-color: transparent;
}
.conteudo-formulario {
	background-color: #aaaaaa47;
}

.botao-container {
	display: flex;
	justify-content: end;
}

.btnExecucao {
	
	color: #fff;
	background-color: #472774;
    border: 1px solid #472774;
    font-weight: 600
}
.btnExecucao:hover {
	background-color: white;
    border: 1px solid #472774;
    color: #472774;
    font-weight: 600;
}

.btn-aditivo,
.btn-salvar-termo {
	color: #fff;
	background-color: #472774;
    border: 1px solid #472774;
    font-weight: 600
}
.btn-aditivo:hover,
.btn-salvar-termo:hover {
	background-color: white;
    border: 1px solid #472774;
    color: #472774;
    font-weight: 600;
}

.conteudo-formulario {
	padding-bottom: 75px;
}

.comissionado {
	padding: 20px 0;
	border-bottom: 1px solid #aaa;
}

.form-valores {
	margin-top: 0;
}

.botao-container {
	margin-top: 24px;
}
.container-btnTermoaditivo {
	justify-content: space-between;
}

.botao {
	margin-top: 10px;
}
.botao #add,
#remove,
#edit,
.editComissionadoFixo {
	background-color: #472774;
    border: 1px solid #472774;
    color: #fff;
    font-weight: 600;
}

.editComissionadoArea {
	display: flex;
	align-items: flex-end;
}

.salvarComissionados span {
	padding: 10px 30px;
	background-color: #472774;
	border-radius: 5px;
	color: white;
}
.label-pesquisar {
	width: 100%;
	text-align: left;
}

.ul-aditivo {
	list-style: none;
	max-block-size: 350px;
	overflow-y: auto;
	margin: 0;
	padding: 0;
}
.li-aditivo:nth-child(odd) {
	background-color: #aaaaaa47;
	border-bottom: 1px solid #005a92;
}
.li-aditivo:nth-child(even) {
	background-color: #fff;
	border-bottom: 1px solid #005a92;
}
.btn_nf_style{
	background-color: #472774;
	color: white;
}