.centralizar-formulario-contratos {
	padding-left: 30px;
	padding-right: 30px;
}


.centralizar-formulario-contratos select {
	/* padding: 0; */
}
.centralizar-formulario-contratos .form-group {
	padding-top: 10px;
}
.titulo > p {
	color: #472774;
	font-weight: 600;
	text-decoration: underline;
	font-size: 2em;
	padding-top: 8px;
}
.conteudoFormulario .titulo > p {
	color: white;
    font-weight: 600;
    text-decoration: underline;
    font-size: 2em;
    padding-top: 8px;
    background: linear-gradient(90deg, #192844 67.81%, #472774 100%);
    border-radius: 5px;
    padding: 10px;
}


.size-input {
	width: 230px;
}
.buscar input {
	width: 194px;
	margin-right: 5px;
	height: 26px;
}
.buscar button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.buscar button {
	width: 30px;
	padding: 0;
	border: 1px solid #472774;
	background-color: #472774;
	border-radius: 5px;
}

.size-input-menor {
	width: 150px;
}

.botao-cadastrar {
	background-color: #aaa;
	border: 1px solid black;
	font-weight: 600;
	color: black;
}
.botao-cadastrar:hover {
	background-color: white;
	color: black;
	border: 1px solid black;
	font-weight: 600;
}

.form-comissao {
	margin-top: 24px;
	width: 100%;
}
.dataSize {
	width: 187px;
	height: 26px;
}
.inputComissao {
	
}
.inputComissao input {
	width: 150px;
}

.linha1 {
	background-color: #aaaaaa47;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding: 15px;
}
.linha2 {
	background-color: #aaaaaa47;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding: 15px;
}
.divbotao {
	background-color: transparent;
	padding: 15px;
}

/* BOTÃO SCROLL TOP */
#button {
	display: inline-block;
	background-color: #472774;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}
#button::after {
	content: "";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#button:hover {
	cursor: pointer;
	background-color: #fff;
}
#button:active {
	background-color: #fff;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
/*  */

.btn-addperson {
	width: 30px;
	padding: 0;
	border: 1px solid #472774;
	background-color: #472774;
	border-radius: 5px;
}

.form-comissao input,
select {
	border: 1px solid #ced4da;
	border-radius: 3px;
}
.btn-add {
	border-radius: 5px;
}

.comissionados
	.linha1
	.label-input:not(.comissionados .linha1 .label-input.divbotao) {
	flex: 1;
}

.comissionados .comissionados-area {
	width:100%;
}

.container-center{
	border: 2px solid #472774;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

