@charset "utf-8";
/* CSS Document */
html,
body {
	background: #fff;
	margin: 0;
}

a,
img {
	border: 0px;
}

a {
	text-decoration: none;
}

td a {
	font-family: "Gotham", sans-serif;
	font-size: 13px;
	color: #4a4647;
}

input:-webkit-autofill {
	background-color: transparent !important;
}

form :focus {
	outline: none;
}

/***** INICIO LINHA INICIAL *****/
.cabecalho {
	margin: 0;
}

.cabecalho_linha {
	width: 100%;
	height: 7px;
	background: #3e85aa;
	background-image: linear-gradient(135deg, #416697 0%, #3e85aa 35%, #3ac0ce 65%);
}
/***** FIM DA LINHA INICIAL *****/

/***** INICIO CONTEUDO DO CABECALHO *****/
.cabecalho_content {
	width: 1024px;
	height: 110px;
	margin: auto;
}

.cabecalho_info {
	position: relative;
	padding: 0;
}

.cabecalho_logo {
	position: absolute;
	padding: 24px 0px 0px 0px;
}

.cabecalho_estatistica {
	margin: 0px 0px 0px 0px;
	text-align: right;
	padding-right: 5px;
}

.cabecalho_botoes {
	display: block;
	float: right;
	margin-top: 20px;
}

.cabecalho_botoes > a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.cabecalho_botoes > a:first-child .botoes_txt {
	color: #3abfce;
}

.cabecalho_botoes_txt {
	display: inline-block;
	vertical-align: middle;
}

.cabecalho_botoes_img_fale_conosco {
	display: inline-block;
	vertical-align: middle;
}

.cabecalho_botoes_img_sair {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
	color: #939393;
}
/***** FIM DO CONTEUDO DO CABECALHO *****/

/***** INICIO DO MENU *****/
.navigation_horiz {
	width: 1024px;
	height: 21px;
	margin: auto auto;
	padding: 0px 0px 0px 0px;
}

.navigation_horiz div.left {
	float: left;
}

.navigation_horiz div.right {
	float: right;
	padding-right: 5px;
}

.navigation_horiz div.clear_div {
	clear: both;
}

.navigation_horiz ul {
	height: 21px;
	display: block;
	margin: auto auto;
	padding: 0 0 0 0;
}

.navigation_horiz ul li {
	display: block;
	float: left;
	margin: 0;
	position: relative;
	text-align: center;
	border-right: 1px solid #3e85aa;
	width: inherit !important;
}

.navigation_horiz ul li:last-child {
	border-right: none;
}

.navigation_horiz ul li a {
	font-family: "Gotham Book", sans-serif;
	color: #9d9d9c;
	padding: 0 15px;
}

.navigation_horiz ul li:hover a {
	color: #3e85aa;
}

.cab_men_home {
	width: 54px;
}

.cab_men_dia {
	width: 48px;
}

.cab_men_avan {
	width: 125px;
}

.cab_men_sele {
	width: 120px;
}

.cab_men_rela {
	width: 90px;
}

.cab_men_mod {
	width: 70px;
}

.cab_men_pain {
	width: 150px;
}

.submenu_item {
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 5% 0 5% 0;
}

.submenu_border {
	border-bottom: 1px solid #277096;
}
/***** FIM DO MENU *****/

/***** Menu dropdown *****/
.menu-dropdown {
	list-style: none;
}

.menu-dropdown li a:hover {
	/* text-shadow: 0px 0px 5px #fff; */
	text-decoration: underline;
}

.menu-dropdown li ul {
	margin: 0;
	padding: 0;
	display: none;
	z-index: 1;
	height: auto;
	position: absolute;
	display: none;
	width: 180px;
}

.menu-dropdown li:hover ul,
.mn li.over ul {
	display: block;
}

.menu-dropdown li ul li {
	display: block;
	width: 100%;
	background-color: #3e85aa;
	text-align: left;
	font-weight: 600;
	line-height: 80%;
	border: none;
}

.menu-dropdown li ul li a {
	font:
		12px "Gotham",
		sans-serif;
	padding: 0;
	color: #fff !important;
}

/***** INICIO SEPARADOR *****/
.cabecalho_separator {
	margin: 13px auto 0px auto;
	width: 1024px;
	height: 3px;
	overflow: hidden;
	background: #3e85aa;
	background-image: linear-gradient(135deg, #416697 0%, #3e85aa 35%, #3ac0ce 65%);
}
/***** FIM DO SEPARADOR *****/

/***** INICIO BUSCA *****/
.cabecalho_busca {
	width: 1024px;
	margin: 20px auto 0;
	overflow: hidden;
	clear: both;
}

.cabecalho_busca_esq {
	width: 8px;
	height: 81px;
	float: left;
	background: url("../images/busca/background_esq.png?v=3.0") repeat center top;
}

.cabecalho_busca_div {
	width: 879px;
	height: 81px;
	float: left;
	background: url("../images/busca/background_div.png?v=3.0") repeat center top;
}

.cabecalho_busca_dir {
	width: 8px;
	height: 81px;
	float: left;
	background: url("../images/busca/background_dir.png?v=3.0") repeat center top;
}

.cabecalho_busca_content {
	margin: 0;
}

.cabecalho_busca_txt {
	float: left;
	margin: 0px 0 0px 0px;
}

.cabecalho_busca_form {
	float: left;
	margin: -4px 0 0px 8px;
	height: 28px;
	background-color: #000000;
}

.cabecalho_busca_botao {
	float: left;
	margin: -4px 0 0px 6px;
}

.cabecalho_busca_form_esq {
	float: left;
}

.cabecalho_busca_form_div {
	float: left;
}

.cabecalho_busca_form_dir {
	float: left;
}

.cabecalho_busca_form_esq,
.cabecalho_busca_form_dir {
	display: none;
}

.cabecalho_busca_form_campo {
	outline: none;
	border: 0px;
	height: 28px;
	border: 1px solid #ccc;
	padding: 0 7px;
}

.cabecalho_busca_form_area {
	margin: 0 -1px 0 -1px;
	outline: none;
	border: 0px;
	height: 50px;
	background: url("../images/busca/field_background.png?v=3.0") repeat-x;
}

/***** FIM DA BUSCA *****/

.navegador {
	margin: 0px auto 0;
	width: 1024px;
	height: 30px;
	box-sizing: border-box;
}

.navegador .navegador_txt {
	padding: 0 7px !important;
}

.navegador_uso {
	margin: 0 0 0 30px;
	float: left;
}

.navegador_anterior {
	margin: 0;
	margin-top: 6px;
	float: right;
}

.navegador_voltar {
	float: right;
}

.navegador_proximo {
	float: right;
}

.navegador_txt {
	float: left;
	margin: 0;
}

.navegador_img {
	float: left;
	margin: 0;
}

.navegador_divisor {
	float: right;
	margin: 0 10px;
}

.opcoes_tribunais .navegador {
	margin: 0px auto 0 auto;
	width: auto;
	height: 30px;
}

.opcoes_tribunais .navegador_voltar {
	margin: 0 0 0 0px;
	float: left;
}

/*** lista **/

.lista-checkbox input[type="checkbox"] {
	display: none;
}

.lista-checkbox label {
	font-family: "Gotham Book", sans-serif;
	cursor: pointer;
	font-size: 13px;
	line-height: 28px;
	color: #9d9d9d;
	text-transform: uppercase;
}

.lista-checkbox input[type="checkbox"] + label:before {
	border: 1px solid #a0a0a0;
	content: "\00a0";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 10px;
	margin: 0 0.25em 0 0;
	padding: 5px;
	vertical-align: top;
	width: 10px;
	border-radius: 4px;
}

.lista-checkbox input[type="checkbox"]:checked + label:before {
	background: #3abfce;
	color: #fff;
	content: "\2713";
	text-align: center;
	border: 1px solid #3abfce;
}

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

h1 {
	font-family: "Gotham Black", sans-serif;
	font-size: 18px;
	color: #43518a !important;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
}

/* label {
	font-family: "Gotham Book", sans-serif;
	font-size: 6px;
	color: #9d9d9d;
	height: 22px;
	line-height: 22px;
	text-transform: uppercase;
} */

/***** INICIO CONTEUDO *****/
.conteudo {
	margin: 37px auto 0 auto;
	width: 1024px;
}

.conteudo_home {
	margin: 37px auto 0 auto;
	width: 901px;
	height: 50px;
	min-height: 240px;
}

.conteudo_com_navegador {
	margin: 0px auto 0 auto;
	width: 1024px;
}

.conteudo_cabecalho {
	float: left;
	width: 100%;
	height: 20px;
}

.conteudo_cabecalho_borda_esqu {
	float: left;
	height: 43px;
}

.conteudo_cabecalho_background {
	float: left;
	height: 34px;
	padding: 9px 2px 0 2px;
}

.conteudo_cabecalho_borda_dire {
	float: left;
	height: 43px;
}

.conteudo_cabecalho_borda_esqu,
.conteudo_cabecalho_borda_dire {
	display: none;
}

.conteudo_cabecalho_resto {
	height: 2px;
	background: #3e85aa;
	background-image: linear-gradient(135deg, #416697 0%, #3e85aa 35%, #3ac0ce 65%);
}

.conteudo_cabecalho_final {
	min-height: 65px;
	background-color: #f8f8f8;
}

.conteudo_cabecalho_final img[src="images/conteudo/cabecalho_final.png?v=3.0"] {
	display: none;
}

.conteudo_content {
	margin: 0;
	background-color: #f8f8f8;
}

.conteudo_content_botoes_exportar {
	margin: 0px 0px 0 491px;
	position: relative;
}

.conteudo_content_botoes2 {
	margin: 0px 0px 0 491px;
	position: relative;
}

.conteudo_content_botoes {
	margin: 0;
	position: relative;
	width: 100%;
	top: -30px;
	padding: 0px 20px;
	box-sizing: border-box;
}

.links_aux {
	float: right;
}

.botao_exp_excel {
	color: #435089 !important;
	font-family: "Gotham Black", sans-serif;
	font-size: 14px !important;
	font-size: 0.875rem !important;
}

.botao_imprimir {
	color: #435089 !important;
	font-family: "Gotham Black", sans-serif;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	float: right;
}

.botao_imprimir_tudo {
	float: left;
	margin: -19px 3px 0 0px;
	height: 25px;
	line-height: 25px;
}

.botao_imprimir_unico {
	float: left;
	margin: -19px 3px 0 80px;
	height: 25px;
	line-height: 25px;
}

.botao_exportar {
	float: left;
	margin: -19px 3px 0 0px;
	height: 25px;
	line-height: 25px;
}

.botao_exportar_simples {
	float: left;
	margin: -19px 3px 0 0px;
	height: 25px;
	line-height: 25px;
}

.botao_exportar_perfil {
	float: left;
	margin: -19px 3px 0 90px;
	height: 25px;
	line-height: 25px;
}

.botao_exportar_unico {
	float: left;
	margin: -19px 3px 0 220px;
	height: 25px;
	line-height: 25px;
}

.img_imprimir {
	display: block;
	float: left;
	margin: -5px 0 0 5px;
}

.botao_enviar {
	float: left;
	margin: -19px 2px 0 0px;
	height: 25px;
	line-height: 25px;
}

.img_enviar {
	float: left;
	margin: -19px 0px 0 0px;
}

.conteudo_border {
	border-radius: 0px 0px 10px 10px;
}

.conteudo_rodape {
	width: 889px;
	height: 18px;
	margin: 0 0 24px 4px;
}

.conteudo_cabecalho_redondo {
	width: 889px;
	height: 18px;
	margin: 0 0 0px 4px;
	background-color: #f8f8f8;
}

.conteudo_rodape_left {
	float: left;
	height: 18px;
	margin-left: -4px;
}

.conteudo_rodape_right {
	float: right;
	height: 18px;
}

.conteudo_rodape_left,
.conteudo_rodape_right {
	display: none;
}

div.conteudo_content div.conteudo_titulo {
	margin: 0 20px 30px;
}

/* .conteudo_info   {margin: 0px 17px 0 19px; line-height: 33px; } */
.conteudo_info {
	margin: 0px 20px;
	padding: 10px 0;
	min-height: 33px;
	box-sizing: border-box;
}

.conteudo_info_aninhado {
	margin: 0px 0px;
	padding: 0;
	min-height: 33px;
	box-sizing: border-box;
}

.conteudo_info_avancada {
	min-height: 20px;
}

.conteudo_nome {
	min-height: 33px;
	float: left;
}

.conteudo_stat {
	margin: 0px 0px 0 2px;
}

.conteudo_valor {
	padding: 0 0 0 200px;
	line-height: 17px;
	padding-top: 0px;
}

.conteudo_valor ul {
	list-style: none;
	display: block;
	position: relative;
	margin: -2px 0 -2px 0;
	padding: 0;
}

.conteudo_valor ul li {
	display: block;
	position: relative;
	margin: 0px 0 0px 0;
	padding: 0;
	line-height: 21px;
}

ul.relac,
ul.relac a {
	font-family: "Gotham Book", sans-serif;
}

ul.relac li.titular,
ul.relac a.titular {
	font-family: "Gotham", sans-serif;
}

ul.relac.graus li {
	padding-bottom: 10px;
}
ul.relac.graus li:last-child {
	padding-bottom: 0px;
}

ul.relac a.grt {
	padding-left: 12px;
}

.conteudo_lista {
	padding: 8px 0px 8px 17px;
	line-height: 17px;
}

.conteudo_lista ul {
	display: block;
	position: relative;
	margin: -2px 0 -2px 0;
	padding: 0;
}

.conteudo_lista ul li {
	display: block;
	position: relative;
	margin: 4px 0;
	padding: 0;
	line-height: 21px;
}

.conteudo_lista ul li .verde {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background-color: #999;
	overflow: hidden;
	text-indent: -999px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
}

.conteudo_lista ul li a {
	display: inline-block;
	vertical-align: middle;
}
/***** FIM DO CONTEUDO *****/

/***** INICIO BUSCA_FIELD *****/
/* .busca_field {
	padding-top: 30px;
} */
/* Retirado o padding por estar quebrando layout [https://amlduediligence.com.br/busca-avancada.php] */

.busca_espaco_default {
	float: left;
	line-height: 30px;
}
#busca_registro.busca_espaco_default {
	float: left;
	line-height: 20px;
	width: 100%;
	box-sizing: border-box;
}

.busca_field_margem {
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.busca_field_inputT {
	margin: 0 10px 0 10px;
	float: left;
}

.textField {
	outline: none;
	border: 0px;
	height: 28px;
	border: 1px solid #ccc;
	padding: 0 7px;
}

.busca_field_campo {
	height: 30px;
}

.busca_field_pre_input {
	margin: 0px 0 0 0;
}

.selectBoxContainer {
	height: 30px;
	overflow: hidden;
	background: url("../images/busca/busca.png?v=3.0") repeat center top;
	line-height: 30px;
}

.selectBox {
	outline: none;
	margin: 0 0 0 0;
	background: url("../images/menu/down.png?v=3.0") no-repeat right;
	height: 30px;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	padding-right: 15px;
}
select::-ms-expand {
	display: none;
}

.busca_separador {
	padding: 0;
	margin: 13px 20px 15px;
	height: 1px;
	border-bottom: 1px solid #e4e6e3;
}

.margemRelatorio {
	margin-top: 15px;
	margin-bottom: 15px;
}

.margemDivisao {
	margin-top: 20px;
	margin-bottom: 20px;
}

.class_checkbox {
	background: url("../images/busca/field_check.png?v=3.0") no-repeat center center;
	margin: 0px 0 0 0px;
	height: 20px;
	clear: both;
	float: left;
	width: 16px;
}

.class_checkbox.checked {
	background: url("../images/busca/field_check_sel.png?v=3.0") no-repeat center center;
}

.class_checkbox.checked ~ .busca_field_checkbox_txt {
	color: #22aab7;
}

.busca_field_checkbox_che {
	float: left;
}

.busca_field_checkbox_txt {
	color: #9d9d9c;
	line-height: 20px;
	display: inline-block;
}

.class_radiobutton {
	background: url("../images/busca/field_radio.png?v=3.0") no-repeat center center;
	margin: 0;
	height: 33px;
	float: left;
	width: 16px;
}

.class_radiobutton.checked {
	background: url("../images/busca/field_radio_sel.png?v=3.0") no-repeat center center;
	float: left;
}

.busca_espaco_radiobutton {
	float: left;
	line-height: 33px;
	margin-right: 10px;
}

.busca_field_submit {
	padding: 0 20px;
}

.bt-submit02 {
	background: url("../images/busca/botao.png?v=3.0") repeat center top;
	width: 91px;
	height: 34px;
}

.btsalvar02 {
	background: url("../images/busca/salvar.png?v=3.0") repeat center top;
	width: 91px;
	height: 34px;
}
/***** FIM DO BUSCA_FIELD *****/

/***** INICIO RESULTADO_BUSCA *****/
.resbus_item {
	margin: 0 20px;
	padding: 20px 0 15px;
} /*div para cada item de resultado*/
.resbus_item2 {
	margin: 17px 17px 0px 23px;
	padding-bottom: 13px;
	line-height: 20px;
} /*div para cada item de resultado*/
.resbus_item_titulo {
	margin: 0px 0px 0px 0px;
}

.resbus_pessoas {
	margin: 10px 0;
}

.resbus_pessoa_item {
	margin: 0;
}
/***** FIM DO RESULTADO_BUSCA *****/

.fale_conosco_box {
	margin: 0px 0px 12px 0px;
}

.fale_conosco_titu {
	margin: 0px 17px 0px 19px;
	padding: 17px 0 0 0px;
	line-height: 33px;
}

.fale_conosco_espe {
	margin: 0px 17px 0px 19px;
	padding: 5px 0 0 13px;
}

.fale_conosco_mail {
	margin: 0px 17px 0px 19px;
	padding: 0px 0 0 13px;
	margin-top: -1px;
}

.fale_conosco_tele {
	margin: 0px 17px 0px 19px;
	padding: 1px 0 0 13px;
}

.rodape {
	margin: 0 0 0 0;
}

.rodape_centro {
	width: 1024px;
	margin: auto auto;
}

.rodape_separador {
	margin-bottom: 15px;
	height: 2px;
	overflow: hidden;
	background: #3e85aa;
	background-image: linear-gradient(135deg, #416697 0%, #3e85aa 35%, #3ac0ce 65%);
}

.rodape_separador_left {
	float: left;
	margin: 0 0px 0 -4px;
}

.rodape_separador_right {
	float: right;
	margin: 0 -4px 0 0px;
}

.rodape_conteudo {
	height: auto;
	overflow: hidden;
}

.rodape_conteudo_logo {
	display: inline-block;
	vertical-align: bottom;
}

.rodape_conteudo_local {
	margin: 0 0 0 20px;
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
}

.rodape_linha {
	margin-top: 15px;
	height: 8px;
	background: #3e85aa;
	background-image: linear-gradient(135deg, #416697 0%, #3e85aa 35%, #3ac0ce 65%);
}

/***** INICIO PÁGINA DE LOGIN *****/
.login-quadro {
	width: 300px;
	height: auto;
	margin: 0;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 30;
}

.login-cabecalho {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}

.login-form {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin-bottom: 0.75rem;
	background-color: #fff;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
}

.login-form .padding-form {
	padding: 1.5rem;
	border-radius: 0.25rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.login-form .busca_field_inputT {
	margin: 0 0 10px;
	width: 100%;
}

.login-form .busca_field_inputT * {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	height: 32px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus {
	border-color: #435089;
	color: #435089;
}

.login-label {
	font-family: "Gotham Light";
	font-size: 12px;
	font-weight: 600;
	color: #435089;
}

.M7-container {
	height: 300px;
	overflow-y: scroll;
}

.M7-label {
	font-family: "Gotham Book", sans-serif;
	cursor: pointer;
	font-size: -100px;
	line-height: 10px;
	color: #9d9d9d;
	text-transform: uppercase;
}

.M7-checkbox input[type="checkbox"] + label:before {
	border: 1px solid #a0a0a0;
	content: "\00a0";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 5px;
	margin: 0 0.25em 0 0;
	padding: 5px;
	vertical-align: top;
	width: 5px;
	border-radius: 4px;
}

.M7-texto {
	font-family: "Gotham Black", sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #435089;
}

.M7-texto2 {
	font-family: "Gotham Black", sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
}

.M7-textoData {
	font-family: "Gotham Black", sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #b22222;
}

.M7-textoCalendario {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.login-error {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 11px;
	color: red;
	font-family: "Gotham Light";
}

.login-submit {
	width: 100px;
	height: 30px;
	margin: 5px 0 0;
	float: right;
	cursor: pointer;
}
/***** FIM DO PÁGINA DE LOGIN *****/

/***** INICIO PÁGINA DE ENVIAR POR E-MAIL *****/
.email-submit {
	margin: 0 0 0 -100px;
}

.email-label {
	width: 90px;
}
/***** FIM DO PÁGINA DE ENVIAR POR E-MAIL *****/

/***** INICIO PÁGINA DE RELATÓRIO DE USO *****/
.uso-conteudo_titulo {
	margin: 0 20px;
	line-height: 33px;
}

.uso-cab {
	margin: 0 20px;
	line-height: 33px;
}

.uso-cab_mes {
	margin: 0px 0px 0 0px;
	min-height: 33px;
	float: left;
	width: 637px;
}

.uso-cab_mes2 {
	margin: 0px 0px 0 0px;
	min-height: 33px;
	float: left;
	width: 720px;
}

.uso-cab_info {
	margin: 0px 0px 0 10px;
	min-height: 33px;
	float: left;
	width: 86px;
	background: rgba(0, 0, 0, 0.03);
	text-align: center;
}

.uso-cab_info2 {
	margin: 0px 0px 0 27px;
	min-height: 33px;
	float: left;
	width: 98px;
	background: rgba(0, 0, 0, 0.03);
	background-size: 100%;
	text-align: center;
}

.uso-cab_info3 {
	margin: 0px 139px 0 10px;
	min-height: 33px;
	float: right;
	width: 98px;
	background: rgba(0, 0, 0, 0.03);
	background-size: 100%;
	text-align: center;
}

.uso-cab_info_porc {
	margin: 0px 0px 0 9px;
	min-height: 33px;
	float: left;
	width: 98px;
	background: rgba(0, 0, 0, 0.03);
	text-align: center;
}

.uso-cab_info_uso {
	margin: 0px 0px 0 0;
	min-height: 33px;
	float: left;
	width: 90px;
	background: #f0f0f0;
	text-align: center;
}

.uso-vlr {
	margin: 0 20px;
	line-height: 30px;
}

.uso-vlr_mes {
	margin: 0px 0px 0 0px;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 637px;
}

.uso-vlr_mes2 {
	margin: 0px 0px 0 0px;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 710px;
}

.uso-vlr_mes2_cnia {
	float: left;
	width: 70%;
}

.uso-vlr_mes_est {
	margin: 0px 0px 0 0px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: 75%;
}

.uso-vlr_mes_est2 {
	margin: 0px 0px 0 0px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: 74%;
}

.uso-vlr_info {
	margin: 0px 0px 0 10px;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 90px;
	background-color: #f0f0f0;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.uso-vlr_info_cnia {
	float: left;
	width: 20%;
	height: auto !important;
	background-color: #f0f0f0;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.uso-vlr_info_aux {
	margin: 0px 0px 0 5px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: 10%;
	background-color: rgba(0, 0, 0, 0.03);
	text-align: center;
}

.uso-vlr_final {
	margin: 0px 0px 0 10px;
	min-height: 33px;
	float: left;
	width: 90px;
	text-align: center;
}

.uso-vlr_final2 {
	margin: 0px 2px 0 4px;
	min-height: 33px;
	display: inline-block;
	width: 98px;
	/*background: url(/images/conteudo/uso_back_final.png?v=3.0) no-repeat center top;
  background-size: 100%;*/
	text-align: center;
}
/***** FIM DO PÁGINA DE RELATÓRIO DE USO *****/

/***** CLASSES DE CONFIGURAÇÃO DE FONTES *****/
.fale_titu_txt {
	font-family: "Gotham", sans-serif;
	font-size: 18px;
	color: #43518a;
	font-weight: bold;
}

.fale_espe_txt {
	font-family: "Gotham", sans-serif;
	font-size: 14px;
	color: #4a4647;
	font-weight: bold;
}

.fale_mail_txt a {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #43518a;
	font-weight: bold;
}

.fale_tele_txt {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #4a4647;
}

.uso-cab_mes_txt {
	font-family: "Gotham", sans-serif;
	font-size: 14px;
	color: #4a4647;
	font-weight: bold;
}

.uso-cab_tit_txt {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #3ac0cf;
	text-transform: uppercase;
}

.uso-valor_desc_txt {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #4a4647;
}

.uso-valor_info_txt {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #4a4647;
	font-weight: bold;
}

.uso-valor_info_txt2 {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #4a4647;
}

.uso-valor_info_destaque {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #4a4647;
	font-weight: bold;
}

.pepNaoOficial {
	font-family: "Gotham", sans-serif;
	font-size: 10px;
	color: #4a4647;
	font-style: italic;
	text-transform: none;
	margin: 0;
	line-height: normal;
	padding-bottom: 15px;
}

.cabecalho_busca_tit {
	font-family: "Gotham Black", sans-serif;
	font-size: 24px;
	color: #43518a !important;
	text-transform: uppercase;
	font-weight: bold;
}

.mensagem_conteudo {
	font-family: "Gotham Book", sans-serif;
	font-size: 18px;
	color: #43518a !important;
	line-height: 1.25em;
	font-weight: 300;
}

.conteudo_info_nome_txt {
	font-family: "Gotham", sans-serif;
	font-size: 13px;
	color: #435089;
	width: auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.conteudo_info_nome_txt_aninhado {
	font-family: "Gotham", sans-serif;
	font-size: 13px;
	color: #435089;
	width: auto;
	padding: 0px;
	border: 0px;
}

.conteudo_info_valor_txt {
	font-family: "Gotham", sans-serif;
	font-size: 13px;
	color: #999;
	box-sizing: border-box;
}

.conteudo_info_valor_txt.pep {
	font-family: "Gotham Book", sans-serif;
}

.conteudo_info_valor_txt b,
.conteudo_info_valor_txt strong {
	font-weight: normal;
	font-family: "Gotham", sans-serif;
}

.conteudo_info_valor_txt a {
	/* font-family: "Gotham", sans-serif;
  font-size: 14px; */
	color: #999;
}

.conteudo_info_valor_txt a:hover {
	color: #3bb5c8;
}

.conteudo_info_destaque {
	font-family: "Gotham", sans-serif !important;
	font-size: 15px !important;
	padding-top: calc(1em - 10px);
	padding-bottom: calc(1em - 10px);
}

.conteudo_info_destaque span.lesser {
	font-family: "Gotham Book", sans-serif;
	font-weight: normal;
}

.conteudo_pessoa_cargo.first {
	padding-top: 0em;
}

.conteudo_pessoa_cargo.last {
	border-bottom: unset !important;
}

.conteudo_pessoa_cargo.strong {
	font-family: "Gotham", sans-serif;
}

.conteudo_pessoa_cargo {
	border-bottom: 1px solid #e4e6e3;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.conteudo_pessoa_cargo span.strong {
	font-family: "Gotham", sans-serif;
}

.currentPag {
	font-weight: bold;
	font-size: 1.2em;
}

.txtPessoaLista01 {
	font-family: "Gotham", sans-serif;
	font-size: 13px;
	color: #999;
}

.linkVistoPessoa {
	font-family: "Gotham", sans-serif;
	font-size: 13px;
	color: #4a4647;
}

.linkVistoMateria {
	font-family: "Gotham", sans-serif;
	font-size: 16px;
	color: #099944;
}

.titMateriaLista01 {
	font-family: "Gotham Black", sans-serif;
	font-size: 16px;
	color: #3abfcf;
	text-transform: uppercase;
}

.linkPessoa {
	font-family: "Gotham", sans-serif;
	font-size: 11px;
	color: #4a4647;
	font-weight: bold;
}

.linkPessoa2 {
	font-family: "Gotham", sans-serif;
	font-size: 11px;
	color: #4a4647;
}

.cabecalho_busca_txt {
	font-family: "Gotham Book", sans-serif;
	font-size: 13px;
	color: #9d9d9d;
	height: 22px;
	line-height: 22px;
	text-transform: uppercase;
}

.busca_field {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #4a4647;
}

.voltar_link {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #4a4647;
}

.cabecalho_estatistica_txt {
	font-family: "Gotham Book", sans-serif;
	font-size: 12px;
	color: #949b93;
	text-transform: uppercase;
}

.cabecalho_estatistica_destaque {
	font-family: "Gotham", sans-serif;
	font-size: 13px;
	color: #3ac0cf;
	text-transform: uppercase;
}

.rodape_conteudo {
	font-family: "Gotham Book", sans-serif;
	font-size: 10px;
	color: #9d9d9c;
	line-height: 1.25;
}

.textField {
	font-family: Verdana, Arial, cursive;
	color: #4a4647;
}

.selectBoxContainer_txt {
	font-family: Verdana, Arial, cursive;
	color: #4a4647;
}

.cabecalho_busca_form_campo {
	font-family: Verdana, Arial, cursive;
	color: #4a4647;
}

.navegador_txt {
	font-family: "Gotham", sans-serif;
	font-size: 13px;
	color: #3ac0cf;
	line-height: 18px;
	margin: 0;
	padding: 7px 0;
}

.submenu_txt {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 25px;
}

.botoes_txt {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #939393;
	display: inline-block;
	vertical-align: middle;
}

.botoes_txt a {
	font-family: "Gotham Black", sans-serif;
	font-size: 11px;
	color: #435089;
}

.conteudo_cabecalho_background {
	font-family: "Gotham Black", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	margin-left: 15px;
	border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	padding: 15px 20px 7px;
	background: #3e8eaf;
	background-image: linear-gradient(90deg, #435189 0%, #3e8eaf 50%, #3bb5c8 80%);
}

.login-form {
	font-family: "Gotham", sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #000000;
}

.paginacao {
	font-family: "Gotham", sans-serif;
	font-size: 14px;
	color: #3abfcf;
}

.paginacao a {
	font-family: "Gotham", sans-serif;
	font-size: 14px;
	color: #3abfcf;
}

/***** *****/

/***** INICIO PÁGINA DE CADASTROS E LISTAS *****/
.cadastro_mensagemPadrao {
	font-family: Verdana, Arial, cursive;
	font-size: 10px;
	color: #3abfcf;
}

.cadastro_mensagemPadrao_NovaSenha {
	margin-left: 12px;
	font-family: Verdana, Arial, cursive;
	font-size: 10px;
	color: #3abfcf;
}

.cadastro_textbox {
	width: 500px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	height: 16px;
	color: #666;
}

.cadastro_links_novos {
	margin: 0px 0px 0 700px;
}

.lista_nome {
	font-weight: bold;
	font-size: 14px;
}

.lista_link_paginacao {
	font-family: Verdana, Arial, cursive;
	color: #3abfcf;
}

.lista_textbox,
.lista_combobox {
	font-family: Verdana, Arial, sans-serif;
	color: #4a4647;
	outline: none;
	border: 0px;
	width: 100% !important;
	height: 28px;
	border: 1px solid #ccc;
	padding: 0 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lista_busca_esq {
	width: 8px;
	height: 81px;
	float: left;
	background: url("../images/lista/background_busca_esq.png?v=3.0") no-repeat left;
}

.lista_busca_div {
	width: 837px;
	height: 81px;
	float: left;
	background: url("../images/lista/background_busca_div.png?v=3.0") repeat center top;
}

.lista_busca_dir {
	width: 8px;
	height: 81px;
	float: left;
	background: url("../images/lista/background_busca_dir.png?v=3.0") no-repeat right;
}

.lista_tabela_linha_par {
	background-color: #f0f0f0;
}

.lista_tabela_linha_par_esq {
	height: 33px;
}

.lista_tabela_linha_par_dir {
	height: 33px;
}
/***** FIM DO PÁGINA DE ENVIAR POR E-MAIL *****/

.escurecer {
	/*color: #231f20;*/
	color: inherit; /* Hack criado por thiago para anular valores fixo */
}

.verde {
	/*color: #099944; */
	color: inherit; /* Hack criado por thiago para anular valores fixo */
}

.destacar {
	font-family: "Gotham Black", sans-serif;
	color: #2fb7c7;
}

.destacar a {
	font-family: "Gotham Black", sans-serif;
	color: #2fb7c7;
}

.borda_inferior {
	border-bottom: 1px solid #e4e6e3;
}

.borda_inferior.no-border-bottom {
	border-bottom: 0 none;
}
#busca-submit,
#exibirModal {
	background-image: url(../images/busca/botao.png?v=3.0);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 110px;
	height: 30px;
	border: 0px;
	background-color: transparent;
}

#botaoSalvar {
	background: transparent url(../images/busca/salvar.png?v=3.0) no-repeat center center;
	width: 110px;
	height: 30px;
	border: 0px;
	margin-top: 10px;
}

#botaoEnviar {
	background: transparent url(../images/busca/enviar.png?v=3.0);
	width: 100px;
	height: 30px;
	border: 0px;
	cursor: pointer;
}

em {
	font-weight: bold;
}

.opcoes_tribunais {
	padding: 8px 0px 8px 0px;
	line-height: 17px;
}

.opcoes_tribunais ul {
	list-style: none;
	display: block;
	position: relative;
	margin: -2px 0 -2px 0;
	padding: 0;
}

.opcoes_tribunais ul li {
	display: block;
	position: relative;
	margin: 0px 0 0px 0;
	padding: 0;
	line-height: 21px;
}

.arquivo_tribunais_bold {
	font-family: "Gotham", sans-serif;
	color: #3abfcf;
}

.termos_frame {
	border: 1px solid #e8e1e1;
}

.termos_texto {
	margin: 5px 24px 5px 24px;
	padding: 10px;
	text-align: justify;
}

.termos_texto_paragrafo {
	margin-left: 23px;
}

.termos_checkbox {
	float: right;
	margin-right: 46px;
}

.conteudo_operacao {
	padding: 8px 19px 8px 19px;
	text-align: justify;
}

.conteudo_score {
	padding: 19px 19px 19px 19px;
	line-height: 19px;
	text-align: justify;
}

.home_div_busca {
	width: 100%;
	float: left;
}

.home_cbox_modulos {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

.home_cbox_modulos ul {
	list-style-type: none;
	padding: 0px;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
}

.home_cbox_modulos li {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	color: #4a4647;
	width: auto;
	max-width: inherit;
	margin-right: 10px;
	display: inline-block;
}

.home_cbox_modulos_m1 {
	max-width: 170px;
	margin-left: 0px;
}

.home_cbox_modulos_m2 {
	max-width: 70px;
}

.home_cbox_modulos_m3 {
	max-width: 192px;
}

.home_cbox_modulos_m4 {
	max-width: 231px;
}

.home_cbox_modulos_m5 {
	max-width: 132px;
}

.busca_field_checkbox_txt {
	margin-left: 0px;
}

/* ************************* */
/* ***** MONITORAMENTO ***** */
/* ************************* */
#link_selecionar_todos {
	font-size: 12px;
	text-transform: uppercase;
	color: #464646;
	font-family: "Gotham Light";
	font-weight: inherit !important;
}

.monitoramento_button {
	background-color: #3abfcf;
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #3abfcf;
	border-radius: 25px;
}

input.monitoramento_button:hover {
	cursor: pointer;
}

input.monitoramento_button:focus,
input.monitoramento_button:visited {
	outline: none;
}

.lista_busca_div_monitoramento {
	width: 837px;
	float: left;
	background: url("../images/lista/background_busca_div.png?v=3.0") repeat center top;
	background-size: 100% 100%;
}

.lista_busca_esq_monitoramento {
	width: 8px;
	height: 81px;
	float: left;
	background: url("../images/lista/background_busca_esq.png?v=3.0") no-repeat left;
}

.lista_busca_dir_monitoramento {
	width: 8px;
	height: 81px;
	float: left;
	background: url("../images/lista/background_busca_dir.png?v=3.0") no-repeat right;
}

.lista_busca_monitoramento {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.lista_busca_monitoramento table {
	width: 100%;
}

.table_monitoramento_excluir td:first-child {
	padding-left: 5px;
}

#busca-submit:hover,
#botaoSalvar:hover {
	cursor: pointer;
}

.table_monitoramento_editar_resultado td {
	padding-left: 5px;
}

.titulo_modulo_monitoramento_editar {
	padding-top: 20px;
}

#table_monitoramento_editar td {
	line-height: 24px;
}

.borda_superior {
	border-top: 1px solid #e4e6e3;
}

.conteudo_info_break_line {
	margin: 0px 17px 0 19px;
	padding-top: 5px;
}

.busca_desabilitada {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: not-allowed !important;
}

.ui-widget-overlay {
	opacity: 0.5 !important; /* Make sure to change both of these, as IE only sees the second one */
	filter: Alpha(Opacity=50) !important;

	background-color: rgb(50, 50, 50) !important; /* This will make it darker */
}

.ui-dialog .ui-dialog-content {
	border: 0 none;
	overflow: auto;
	position: relative;
	padding-left: 20 !important;
	padding-right: 20 !important;
	background-color: #f8f8f8 !important;
}

/** classes uteis **/
.dblock {
	display: block;
}

.dinline-block {
	display: inline-block;
}

.vmiddle {
	vertical-align: middle;
}

.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.txtcenter {
	text-align: center;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	display: block;
	width: 100%;
	clear: both;
}

/** Estilos para o novo login **/
.padding-2 {
	padding: 1.5rem;
	/*border: 1px solid rgba(79, 142, 190, 0.0);*/
	border-radius: 0.25rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.blue-bar {
	width: 100%;
	height: 7px;
	background: #3e85aa;
	background-image: linear-gradient(135deg, #416697 0%, #3e85aa 35%, #3ac0ce 65%);
	margin-top: -18px;
}

.background-login {
	width: 100%;
	height: 520px;
	background: url("../images/bglogin.jpg?v=3.0") no-repeat center top;
	background-size: cover;
}

.cabecalho.cabecalho-login {
	position: relative;
}

.cabecalho.cabecalho-login .cabecalho_content {
	position: relative;
	height: auto;
}

.cabecalho.cabecalho-login .cabecalho_logo {
	position: relative;
	padding-top: 35px;
}

.cabecalho.cabecalho-login .risk_duo_title {
	position: relative;
	font-family: "Gotham Black", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #435089;
}

.risk_money_duo_info_back {
	width: 100%;
	min-height: 321px;
	position: relative;
	padding-bottom: 50px;
}

.risk_money_duo_info_back .content {
	width: 1024px;
	min-height: 321px;
	position: relative;
	margin: -70px auto 0;
	background: url("../images/risk_money_duo_info_img.png?v=3.0") no-repeat center top;
	padding: 70px 0 0;
	box-sizing: border-box;
}

.risk_money_duo_info_back .risk_money_duo_info {
	max-width: 720px;
	width: 100%;
	min-height: 243px;
	height: auto;
	position: relative;
	top: 30px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 240px;
	font-family: "Gotham", sans-serif;
	line-height: 1.25;
	background: url("../images/risk_money_duo_info.png?v=3.0") no-repeat 1px bottom;
	box-sizing: border-box;
}

.risk_money_duo_info_back .risk_money_duo_info .header_risk_money_duo_info {
	text-align: left;
}

.risk_money_duo_info_back .risk_money_duo_info .date {
	color: #3abfcf;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.risk_money_duo_info_back .risk_money_duo_info h3 {
	color: #3abfcf;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

.risk_money_duo_info_back .risk_money_duo_info p {
	font-size: 14px;
	color: #777;
}
/** slider info back **/
.login-slides {
	width: 100%;
	height: 210px;
	display: block;
	position: relative;
}

.login-slides #prev,
.login-slides #next {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -60px;
}

.login-slides #prev {
	left: -40px;
}

.login-slides #next {
	right: -30px;
}

.login-slides .wrapper-login-slides {
	height: 100%;
	min-height: 100%;
	display: block;
}

.login-slides #login-slides-items {
	width: 100%;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}

.login-slides #login-slides-items li {
	display: block;
	overflow: hidden;
	width: 100%;
}

.risk_money_count_back {
	width: 100%;
	background: #3e85aa;
	background-image: linear-gradient(135deg, #416697 0%, #3e85aa 35%, #3ac0ce 65%);
	position: relative;
	padding: 50px 0;
}

.risk_money_count_back .content {
	width: 1024px;
	margin: auto;
	box-sizing: border-box;
}

.risk_money_count_back .content .value {
	width: 25%;
	float: left;
	font-family: "Gotham", sans-serif;
	line-height: 1.25;
	color: #fff;
	text-align: center;
}

.risk_money_count_back .content .number {
	font-size: 36px;
	line-height: 1.7;
}

.risk_money_count_back .content p {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.rodape.rodape-login {
	margin-top: 20px;
}

.rodape.rodape-login .rodape_centro {
	padding: 15px 0;
}

.rodape.rodape-login .rodape_conteudo_local {
	margin: 0 20px 5px 0;
	font-family: "Gotham", sans-serif;
}
/** estilo para validacao no formulario **/
#contact-form label.error {
	font-size: 10px;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 4px;
}
/** corrigindo scroll da modal **/
#score_dialog,
*[name="score_dialog"] {
	max-height: 560px;
}

.titulo_pep {
	color: #383e72;
	font-size: 2rem;
	line-height: 1;
	font-family: "Gotham Black", sans-serif;
	padding: 20px 20px 10px;
}

.titulo_pep small {
	font-size: 1rem;
	display: block;
	font-family: "Gotham", sans-serif;
	font-weight: bold;
	color: #43518a;
}

/******* Página publica **/
.conteudo_titulo_publico {
	margin-top: 50px !important;
	margin-left: 10 !important;
}

.conteudo_info_publico {
	margin-left: 0 !important;
}

.conteudo_exclusivo h1 {
	color: #383e72;
	font-family: "Gotham Black", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 20px !important;
	margin-top: 40px;
}

.conteudo_exclusivo_texto {
	font-family: "Gotham", sans-serif;
	font-size: 16px;
	color: #999 !important;
	box-sizing: border-box;
	margin-left: 20px;
}

.botao {
	float: right;
}

.botao button {
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #3ac2cf;
	/*    margin: 5px 0 0; */
	cursor: pointer;
	border: 0px;
}

.botao button a {
	color: #fff;
	font: 400 13.3333px Arial;
	text-transform: uppercase;
	font-size: 12px;
	padding: 1px 0;
	text-align: center;
}

.botao button a:visited {
	color: #fff;
}

/*
  Tabela de Relacionados da página pessoa.php
*/

.padding-relacionados {
	padding: 0 200px 0 200px;
}

.table-rel-pessoa thead {
	background-color: #e4e6e3;
}

/*
  Tabela de Relacionados da página modulo_pep.inc.php
*/

.padding-pep {
	padding: 0 80px 0 200px;
}

.data_publicacao_verde {
	color: green; /* Define a cor do texto como verde */
	font-weight: bold; /* Define a fonte em negrito (se desejado) */
	margin-right: 10px; /* Adicione um espaÃ§amento Ã  direita para separar a data do tÃ­tulo */
}

/* @Fabio::ROAD-754 */
.botao_relacionamento_melhores_praticas {
	cursor: pointer;
	background-color: #2fb7c7;
	width: 12px;
	height: 12px;
	display: inline-block;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

.paginaAtual {
	color: #fff;
	background-color: #71953e;
	/* Adicione outros estilos desejados para destacar a página atual */
}

.botao_envio_processos_judiciais {
	background: #3ac2cf;
    color: #fff;
    font-weight: bolder;
    border: 1px solid #3bb5c8;
    border-radius: 4px;
    padding: 4px 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.botao_envio_processos_judiciais:hover {
	background: #51b8c8;
}

.botao_envio_processos_judiciais:active {
	background: #4aa8b7;
}

.botao_envio_processos_judiciais:disabled {
	cursor: not-allowed;
	background: #a0b4b7;
	border: 1px solid #6c888c;
}