body { 
	background:#e5e5e5;
 }
 
 #fotocelular{border-radius: 50%!important;}
 
 
.digitar_senha{
	background-color:#fff;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:30px;
	padding-right:30px;
	border-radius:20px;
	margin-top:100px;
	margin-bottom:220px;
		
}

.tabela{
	
	margin-top:60px;
	
	
}
 
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #45a1c6;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
 }
 
 
 
.nome_portal_primeira{	
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 75px;
text-align: left;
color:#45a1c6;
padding-top:30px;
border-bottom:1px solid #45a1c6;
border-width:10%;
}

.portal_servico {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 75px;
    text-align: center;
    color: #45a1c6;
    padding-top: 30px;
    border-bottom: 1px solid #45a1c6;
    border-width: 10%;
}

 
 .profile-content{
	 background-color:#e5e5e5;
	 
 }
 

 
/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: red;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
} 
 

.nome_usuario{
	color:#fff;
	text-align:right;
	padding-right:25px!important;	
	font-size:18px;
} 
  
 /*  cabeçalho portal*/
 
 .fundo_cabecalho{
	background: #2C364E;
	height:160px;
	
	}
 .nome_portal{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;	
	margin-left:20px;
 }
 
 .botao_andamento_sair{
	padding-left:10px;
	padding-right:10px;
	margin-top:10px; 
	border-radius: 11px;
	font-size:14px;
	width:100%;
 }
 
 /*  Fim cabeçalho portal*/
 
 .botao_azul_claro{
	 font-size:18px;
	 width:100%;
	 background-color:#45A1C5;
	 border-radius: 9px;
	 padding-left:30px;
	 padding-right:30px;
 }
 
 
 .botao_continuar{
	 font-size:18px;
	 width:100%;
	 background-color:#2C364E;
	 border-radius: 9px;
	 padding-left:30px;
	 padding-right:30px;
	 margin-top:40px;	 
 }
 
 .botao_continuar_2{
	 font-size:18px;
	 width:100%;
	 background-color:#2C364E;
	 border-radius: 9px;
	 padding-left:30px;
	 padding-right:30px;
 }
 
 
 .texto_maior{ 
	 padding-left:15px;
	 padding-right:15px;
	 margin-bottom:20px;
	 text-align:center;
	 font-size:22px;
	 color:#2C364E;
 }
 
 .texto_menor_aviso{
	 padding-left:15px;
	 padding-right:15px;
	 text-align:center;
	 font-size:18px;
	 color:#E02E1E;
 }

.primeira_texto {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 14px;
    color: #45a1c6;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

 .espaconome{
	 padding-left:8px;
 }
 .textoalerta{
	 font-family: Roboto;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 18px;
	 line-height: 21px;
	 display: flex;
	color: #9A2725;	 
 }
 .container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container1 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 .categoria_formulario{
	 
	 font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	display: flex;
	color: #45A1C5;
	border-bottom:1px solid #45A1C5;
	padding-left:15px;
	margin-bottom:20px;	 
 }
 .d-inline{
    text-align: center!important;
    display:block!important;
}
 .titulo_certidao{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: normal;
	padding-bottom:30px;
	color: #2C364E;	 
 } 
 .titulo_alteracoes{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: normal;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	color: #45A1C5;	
 }
 
/* barra do usuário e tela inicial do portal - fundo azul escuro*/
.barra_usuario{
  padding: 20px;
  background-color:#1D2433;
  height:100%;
}
.bem_vindo{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align:center;
  color: #ffffff; 
}
.usuario_titulo_e_foto{
  text-align: center;
  margin-top: 20px;  
}
.usuario_dados{
	padding-left:15px;
	padding-right:15px;
}

.usuario_coluna {
  padding: 20px;
  background-color:;
  margin-bottom:60px;
  
}
.usuario_coluna_2 {
  padding:20px;
  background-color:;
  
}
.usuario_dados_texto{
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 14px;
  color:#FFFFFF;
  padding-top:10px;
  padding-bottom:10px;
}
.primeira{
	
	padding-left:15px;
	padding-right:15px;
	padding-bottom:100px;
	
}
.usuario_dados_status{
  padding:10px;
  margin-bottom:150px;
  text-align:center;
  color:#86C9E8;
}
.usuario_formatacao {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align:left;
  color: #1D2433;
}

.usuario_foto{
  margin-bottom: 15px;
}
.profile-usertitle-name2 {
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 12px;
  color:#86C9E8;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

	.profile-userbuttons .btn_wite {
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 600;
		padding: 6px 15px;
		margin-right: 5px;
		background-color: white;
	}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}   
.profile-usermenu {
  margin-top: 30px;
}
.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}
.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}
.profile-usermenu ul li.active {
  border-bottom: none;
}
.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}
/* area_usuario */
.area_usuario_azul_claro {
  padding:0px;
  background-color: #e5e5e5;
  padding-bottom:50px; 
  height:100%;
}
.area_usuario_barra_marrom {
  padding-top: 20px;
  background: #a7a3a2;
  min-height:90px;
  padding-bottom: 10px;
}
.profile-content3 {
  padding: 20px;
  background: #DDEBF1;
  min-height: 60px;
}
.profile-content3 {
  padding:0px;
  background: #DDEBF1;
  padding-bottom:70px;
  
  width:100%;
} 

@media (max-width: 480px) {
	#fotocelular{width:50%!important;margin:10px auto!important;border-radius: 50%!important;}
	.tabela{margin-top:300px;	}
	.botoes_nome{padding-bottom:60px;}
	.digitar_senha{background-color:#fff;padding-top:30px;padding-bottom:80px;border-radius:20px;margin-top:10px;margin-bottom:120px;}
	.novo_acervo{text-align:center!important;}
	.gravar{margin-top:20px!important;}
	.link_cel{width:100%!important;}
	.botao_andamento_sair{margin-top:10px; border-radius: 11px;font-size:16px!important;width:100%;}
	#assunto_link, #relator_link, #data_link {margin-top:50px; margin-bottom:50px;}
	.espacocelular{margin-bottom:20px!important;}
	.logo_imagem{margin-bottom:30px!important;}
	.nome_portal_celular{font-family: Roboto;font-style: normal;font-weight:normal;font-size: 20px;line-height: 20px;color:#fff;text-align:center;	}	
	.profile-content2 {padding: 20px;background: #45A1C5;min-height: 150px;}
	.fundo_cabecalho{background-color:#2C364E; height: 490px;}
	.nome_usuario{color:#fff;text-align:center;font-size:18px;}
	.area_usuario_barra_marrom {height:390px!important;}	
}
@media (min-width: 481px) and (max-width: 767px) {
	#fotocelular{width:40%!important;margin:10px auto!important;border-radius: 50%!important;}
	.botoes_nome{padding-bottom:60px;}
	.digitar_senha{padding-bottom:120px;}
	.espacocelular{margin-bottom:20px!important;}
	.nome_portal_celular{font-family: Roboto;font-style: normal;font-weight: normal;font-size: 20px;line-height: 20px;color:#fff;text-align:center;	}	
    #modalmaior{width:auto;}
	.fundo_cabecalho{height:550px;padding-left:0%;padding-right:0%;	}
	.botoes_nome{margin-top:40px;}
	.nome_usuario{color:#fff;text-align:center;font-size:18px;} 
	.area_usuario_barra_marrom {height:390px!important;}
	.gravar{margin-top:20px!important;}
	.tabela{margin-top:150px;}
	
}
@media (min-width: 768px) and (max-width: 979px) {
	.fundo_cabecalho{background-color:#2C364E;}
	.fundo_cabecalho{padding-top:3%;padding-left:5%;}
}
@media (min-width: 980px){
	.fundo_cabecalho{background-color:#2C364E; padding-top:3%;padding-left:5%;}
	.div_logomarca {float:left;}
	.botoes_nome{margin-top:-20px;}
}
@media (min-width: 1354px) {
    .fundo_cabecalho{padding-right:5%; padding-top:3%;padding-left:5%;}
}
@media (min-width: 1600px) and (max-width: 1979px) {
    .fundo_cabecalho{padding-right:3%; padding-left:5%;}
}
@media (min-width: 1980px) and (max-width: 2672px) {  
    .fundo_cabecalho{padding-right:30%; padding-left:28%;} 
}