@charset "utf-8";

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10%;
	font-weight: normal
}

/* Cores básicas das faixas */
.faixa-branca {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #DDD !important;    
	font-weight: bold;
}

.faixa-azul {
    background-color: #0000FF !important;
    color: #FFFFFF !important;
	font-weight: bold;
}

.faixa-roxa {
    background-color: #800080 !important;
    color: #FFFFFF !important;
	font-weight: bold;
}

.faixa-marrom {
    background-color: #8B4513 !important;
    color: #FFFFFF !important;
	font-weight: bold;
}

.faixa-preta {
    background-color: #000000 !important;
    color: #FFFFFF !important;
	font-weight: bold;
}

.faixa-coral {
    background-color: #FF7F50 !important;
    color: #000000 !important;
	font-weight: bold;
}

.faixa-vermelha {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
	font-weight: bold;
}

.faixa-amarela {
    background-color: #FFFF00 !important;
    color: #000000 !important;
	font-weight: bold;
}

.faixa-verde {
    background-color: #008000 !important;
    color: #FFFFFF !important;
	font-weight: bold;
}

.faixa-laranja {
    background-color: #FFA500 !important;
    color: #000000 !important;
	font-weight: bold;
}

.faixa-padrao {
    background-color: #CCCCCC !important;
    color: #000000 !important;
	font-weight: bold;
}

.timeline{
	    /* Custom styles for the Timeline */
    div.timeline-frame {
        border-color: #5D99C3;
        border-radius: 5px;
    }

    div.timeline-axis {
        border-color: #5D99C3;
        background-color: #5D99C3;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5D99C3', endColorstr='#3A6DA0') alpha(opacity=100);
        background: -webkit-gradient(linear, left top, left bottom, from(#5D99C3), to(#3A6DA0));
        background: -moz-linear-gradient(top, #5D99C3, #3A6DA0);
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    div.timeline-groups-axis {
        border-color: #5D99C3;
    }

    div.timeline-groups-axis-onleft {
        border-style: none solid none none;
    }

    div.timeline-axis-text {
        color: white;
    }

    div.timeline-event {
        border-radius: 5px !important;
    }

    div.timeline-event-content {
        padding: 5px;
        text-shadow: none;
    }

    div.unavailable {
        background: #F03030 none !important; /* red */
        border-color: #bd2828 !important; /* red */
    }

    div.available {
        background: #1AA11A none !important; /* green */
        border-color: #136e13 !important; /* green */
    }

    div.maybe {
        background: #FFA500 none !important; /* orange */
        border-color: #cc8100 !important; /* orange */
    }

    div.timeline-event-selected {
        background: #BECEFE none !important;
        border-color: #97B0F8 !important;
    }
}

.permiir-clique{
  pointer-events: none;
}


.calculadora{
	
	width:70%
}

.texto-mobile{
	font-size:11pt !important;
}

.logotipoAcademiaPrincipal{
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%)
}

.display-calculadora{
	width:100% !important;
	height:50px;
	display:relative;
	text-align:center;  
	justify-content: center;
	font-size: 30px !important;
}

.botao-calculadora{
	
	width:60px; 
	height:60px;
	margin:8px !important;
	font-size:2rem !important;
}

.botao-calculadora-icon{
	font-weight: bold !important;
	padding: 2px 13px !important;
	margin-left: 5px;
   	font-size: medium;
}

.container-cards {
  display: flex;
  text-align: center;
}

.card-painel-principal-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eee; /* opcional */
}

.card-painel-principal-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
 
}


  /* Aumenta o tamanho do ícone */
    .icone-maior .ui-icon {
        width: 30px !important;     /* Largura do ícone */
        height: 30px !important;    /* Altura do ícone */
        background-size: 30px !important; /* Tamanho da imagem */
        margin-left: -15px !important;   /* Centralização horizontal */
        margin-top: -14px !important;    /* Centralização vertical */
    }
    
    /* Mantém o tamanho do botão */
    .icone-maior {
        width: 50px !important;
        height: 50px !important;
    }


.dupla-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/dupla.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/dupla.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 10px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.timeline-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/timeline.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/timeline.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 5px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.cumprimentando-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/cumprimentando.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/cumprimentando.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 10px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.frequencia-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/frequencia.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/frequencia.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 1px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}


.financeiro-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/financeiro.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/financeiro.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 1px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.tecnica-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/tecnica2.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/tecnica2.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 10px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.recebendo-grau-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/recebendo-grau.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/recebendo-grau.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 5px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.graduando-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/graduando.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/graduando.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 1px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.aluno-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/aluno.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/aluno.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
   
    margin-left:12px
}

.alunos-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/alunos.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/alunos.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 3px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.graduacao-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/graduacao.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/graduacao.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 20px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.academia-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/academia.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/academia.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 5px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.campeonato-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/campeonato.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/campeonato.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 2px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.desafio-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/desafio.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/desafio.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 2px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.turma-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/turma.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/turma.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 2px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.atleta-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle; 
    background-color: currentColor;
    mask-image: url("/jakarta.faces.resource/svg/atleta.svg.xhtml");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/jakarta.faces.resource/svg/atleta.svg.xhtml");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    
    /* Ajuste fino de posição */
    position: relative;
    top: 2px; /* Move o ícone 3px para cima (negativo) ou para baixo (positivo) */
}

.logo{
	text-align: left !important;
	width: 30%;
	
}

.toolbar-flutuante {
    position: sticky; /* Cola no topo ao rolar */
    top: 0; /* Mantém no topo */
    z-index: 1000; /* Mantém acima dos outros elementos */
    background-color: #fff; /* Cor de fundo */
    border-bottom: 1px solid #ddd; /* Borda inferior */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra para destaque */
    width:100%;
}

.usuario{
	text-align: right; 
	float:right; 
	color: gray !important; 
	width:16%; 
	margin-top:-30px !important;
	display: flexbox;
	text-decoration: none !important;
}

.usuario:hover{
	
	color: #a00000 !important; 
	
}

.sair{
	color: #a00000 !important; 
	text-decoration: none !important;
	font-weight: bold;
}

.sair:hover{
	
	color: #f66151 !important; 
	
}

.semBorda {
    border: none;
    border-collapse: collapse; /* Remove espaçamento entre células */
}

.imagem{
	width:30%;
}

.painelTexto{
	float:left;
	position:relative;
	width:100%;
	height:100%;
}
.dialogJogo{
	width:40% !important;
}
.dialogMarcador{
	width:60% !important;
}
.dialogConcurso{
	width:30% !important;
}
.dialogCidades{
	width:40% !important;
}

.dialogPesquisaAvancada{
	width:90% !important;
}

.dialogNovoDocumento{
	width:100% !important;
}
.dialogUsuario{
	width:35% !important;
}
dialogGerenciarConcurso{
	width:40% !important;
}
header {
	padding: 10px !important;
	margin-bottom: 20px !important;
	height: 60px;
	background-color: rgb(246, 245, 244);
	color: #fff;
	box-shadow: 0px 2px 2px #ccc
}

#conteudo {
	padding: 0px 8px !important
}

.imprimir{
	background-color:rgb(154, 153, 150) !important;
	color: rgb(204, 204, 204);
	font-weight: bold !important;
	padding: 10px 13px !important;
	border-radius: 5px;
	margin-left: 5px;
   	font-size: medium;
  	width: 50px !important;
}

.imprimir:hover{
	background-color:rgb(61, 56, 70) !important;
}

.botao-verde{
  	background-color: #2ca444 !important;
  	color: rgb(255, 255, 255) !important;
	border-color: #2ca444 !important;
	font-weight: bold !important;
	text-shadow: #2ca444 0.1em 0.1em 0.2em !important
}

.botao-verde:hover {
	background-color: rgb(51, 209, 122) !important;
 	
}

.botao-vermelho{
  	background-color: #dc3444 !important;
  	color: rgb(255, 255, 255) !important;
	border-color: #dc3444 !important;
	font-weight: bold !important;
	text-shadow: #dc3444 0.1em 0.1em 0.2em !important
}

.botao-vermelho:hover{
  	background-color: rgb(224, 27, 36) !important;
}

.botao-laranja{
  	background-color: #fcc404 !important;
  	color: rgb(255, 255, 255) !important;
	border-color: #fcc404 !important;
	font-weight: bold !important;
	text-shadow: #fcc404 0.1em 0.1em 0.2em !important
}

.botao-laranja:hover{
  	background-color: rgb(255, 163, 72) !important;
}

.botao-azul{
  	background-color:rgb(4, 124, 252) !important;
  	color: rgb(255, 255, 255) !important;
	border-color: rgb(4, 124, 252) !important;
	font-weight: bold !important;
	text-shadow: rgb(4, 124, 252) 0.1em 0.1em 0.2em !important;
	
}

.botao-azul:hover{
  	background-color:rgb(53, 132, 228) !important;
}

.botao-cinza{
  	background-color:#6c747c !important;
  	color: rgb(255, 255, 255) !important;
	border-color: #6c747c !important;
	font-weight: bold !important;
	text-shadow: #6c747c 0.1em 0.1em 0.2em !important
}

.botao-cinza:hover{
  	background-color:rgb(94, 92, 100) !important;
}

.botao-branco{
  	background-color:rgb(246, 245, 244) !important;
  	color: rgb(119, 118, 123) !important;
	border-color: rgb(192, 191, 188) !important;
	font-weight: bold !important;
	text-shadow: rgb(192, 191, 188) 0.1em 0.1em 0.2em !important
}

.botao-branco:hover{
  	background-color:rgb(154, 153, 150) !important;
  	color: rgb(255, 255, 255) !important;
}

.titulo {
	margin-left: 30px !important;
	font-size: 24px !important;
	font-weight: bold !important;
	color: #a00000 !important;
}

.empresa{
	float: right !important;
	position: absolute !important;
	right: 30px;
	margin-top: -40px;
	font-size: 12pt;
}
.pesquisa{
	width: 100% !important;
}
.pesquisa-input{
	width: 60%;
}

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

.largura-90{
	width:90% !important;	
}

.largura-80{
	width:80% !important;	
}

.largura-70{
	width:70% !important;	
}

.largura-60{
	width:60% !important;	
}

.largura-selecao{
	width:100px !important;
}

footer {
	border-top: 1px solid #ccc !important;
	padding: 5px 8px !important;
	margin-top: 20px !important;
	background-color: #a00000;
	color: white;
	height: 30px;	
}
footer.fixar-rodape{
  border-top: 1px solid #333;
  bottom: 0;
  left: 0;
  
  position: fixed;
  width: 100%;
}
.rede-social{
	margin-left: 20px !important;
	float: right;
	display: block;
	color: white !important;
	
}

.rodape-texto{
	float:left; 
	font-size:9pt;
	margin-top:3px;
}

.botao-principal{
	border: 1px solid gray; 
	padding: 10px; 
	width: 100px; 
	height:100px; 
	border-radius: 10px; 
	display: inline-block;
	margin: 10px;
	text-decoration: none !important;
	color: gray !important;
}

.botao-principal:hover{
	border: 1px solid #a00000; 
	color: #a00000 !important;
}

.painel-principal{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	
}
.painel-login{
	width:30%;
	margin-left:35%;
	margin-right:35%;
	
}
.pesquisa-principal{
	width: 30%;
}

.botao-novo{
	background-color:rgb(4, 124, 252) !important;
  	color: rgb(255, 255, 255) !important;
	border-color: rgb(4, 124, 252) !important;
	font-weight: bold !important;
	text-shadow: rgb(4, 124, 252) 0.1em 0.1em 0.2em !important;
	width: 100px;
	
	
}

.botao-novo:after{
  content: 'Novo';
  position:static;
  float: right;
  display: inline;
  right: 20px;
 
}

.cinza{
  	background-color:#6c747c !important;
	color: rgb(255, 255, 255) !important;
	font-weight: bold !important;
	padding: 9px 12px !important;
	border-radius: 5px;
	margin-left: 5px;
   	font-size: medium;
}

.azul{
	background-color:rgb(128, 171, 255) !important;
	color: rgb(4, 0, 119);
	font-weight: bold !important;
	padding: 9px 12px !important;
	border-radius: 5px;
	margin-left: 5px;
   	font-size: medium;
  
}
.verde{
	background-color:rgb(143, 255, 129) !important;
	color: rgb(3, 73, 0);
	font-weight: bold !important;
	padding: 9px 12px !important;
	border-radius: 5px;
	margin-left: 5px;
   	font-size: medium;
   
}
.amarelo{
	background-color:rgb(255, 250, 132) !important;
	color: rgb(99, 69, 44);
	font-weight: bold !important;
	padding: 9px 12px !important;
	border-radius: 5px;
	margin-left: 5px;
   	font-size: medium;
   
}

.vermelho{
	background-color:rgb(255, 124, 124) !important;
	color: rgb(94, 0, 0);
	font-weight: bold !important;
	padding: 9px 12px !important;
	border-radius: 5px;
	margin-left: 5px;
   	font-size: medium;
   	
}

.esconder-web{
	display: none !important;
	
}
 .esconder-mobile{
        display: block !important;
    }

.total{
	
	float:right !important;	
	margin-top: -10px !important;
}

.margem-esquerda{
	margin-left:5px !important;
}

/* Cor de fundo verde para login disponível */
.login-disponivel {
    background-color: rgb(224, 254, 224) !important;
    border-color: #1e9f04 !important;
    outline: 0 none !important;
    box-shadow: 0 0 0 0.2em #77d558 !important;
}

/* Cor de fundo vermelha para login indisponível */
.login-indisponivel {
    background-color: rgb(254, 225, 225) !important;
    border-color: rgb(253, 200, 200) !important;
    outline: 0 none !important;
    box-shadow: 0 0 0 0.2em #ffa0a0 !important;

}

.loginNovo{
	width: 70%;
}

.ui-growl {
    position: fixed !important;
    right: 20px;
    z-index: 9999;
    transition: top 0.2s ease-in-out;
}

.painelFinanceio{
	display: flex; 
	justify-content: space-between;
	align-items: flex-start; 
	flex-wrap: no-wrap; 
	gap: 10px;
}
.cadastroUsuario{
	width:40%; 
	margin-left:30%; 
	margin-right:30% !important
}


/*responsivo ------------------------------------------------------------------*/




@media ( max-width :700px) {

.calculadora{
	
	width:100%
}	

.botao-calculadora-esquerda{
	width:100% !important;
	height:60px;
	margin:0px !important;
	font-size:2rem !important;
	float: right;
}

.botao-calculadora-direita{
	width:100% !important; 
	height:60px;
	margin:0px !important;
	font-size:2rem !important;
	float: left;
}

.logotipoAcademiaPrincipal{
	
	left: 90%; 
	
}

/* Reduz a largura total do popup */
.ui-datepicker {
    width: 340px !important;
    font-size: 12px !important;
    
     margin-right: 17px;
}

/* Reduz o tamanho das células dos dias */
.ui-datepicker table {
    width: 100% !important;
    table-layout: fixed;
}

.ui-datepicker td, 
.ui-datepicker th {
    padding: 2px !important;
    font-size: 12px !important;
    text-align: center;
}

/* Opcional: reduz o tamanho do botão de navegação */
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    font-size: 12px !important;
}



.imprimir{
	
	padding: 10px 15px !important;
	
  	width: 75px !important;
}

.cadastroUsuario{
	width:90%; 
	margin-left:5%; 
	margin-right:5% !important
}

.botaoSalvarCancelarFinanceiro{
	margin-left:10%; 
	width:80%; 
	margin-right:10%
}

.tabela-interna {
    border: none;
    border-collapse: collapse;
}

.tabela-interna td, 
.tabela-interna th {
    border: none;
}

.usuario{
	
	width:52%; 
	
}

.texto-mobile{
	font-size:0.8rem;
}

.total{
	margin-right:none; 
	float:none !important;	
	margin-bottom:50px !important
}

.azul{
	font-size: small;
}
.verde{
	font-size: small;
   
}
.amarelo{
	font-size: small;
}

.vermelho{
	font-size: small;
}


.dialogJogo{
	width:90% !important;
}
.dialogMarcador{
	width:90% !important;
}
.dialogConcurso{
	width:90% !important;
}

.dialogGerenciarConcurso{
	width:90% !important;
}

.dialogCidades{
	width:90% !important;
}

.dialogPesquisaAvancada{
	width:90% !important;
}

.dialogNovoDocumento{
	width:90% !important;
}

.dialogUsuario{
	width:90% !important;
}

.titulo {
	margin-left: 0px !important;
	font-size: 1rem !important;
	font-weight: bold !important;
	color: #a00000 !important;
}

.premio{
	float: none !important;
	position: unset !important;
	font-size: 11px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 15px;
	margin-bottom:15px;
	display: block !important;
	right: 0px;
	text-align: center !important;
}


.pesquisa-principal{
	width: 80%;
}

.painel-principal{
	width:100%;
	margin-left:0%;
	margin-right:0%;
}

.botao-principal{
	width: 100% !important;
	margin-top:5px !important;
	margin-left:0px !important;
}

footer{
	
	height: 80px;
}

.rede-social{
	
	float:none !important;
	display: inline-flex !important;
	margin-top: 10px;
	padding-right: 7%;
	padding-left: 7%;
	
}

.rodape-texto{
	text-align: center !important; 
	float:none;
	margin-top:15px !important;
	margin-bottom: 10px !important;
}
.logo{
	
	width: 10%;
}

.largura-selecao{
	width:300px;
}

h2{
	text-align: center !important;
	margin-left: 0px !important;
}

.pesquisa{
	
	text-align: center !important;
}
.pesquisa-input{
	width: 40%;
	
}

.esconder-mobile{
	display: none !important;
}
 .esconder-web {
        display: block !important;
    }

.painel-login{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	
}

.loginNovo{
	width: 110%;
}
.imagem{
	width:60%;
}

.margem5{
	margin:5px;
}

.alinharCentro{
	text-align:center;
	width:100% !important;
	float: right !important;
		
}

.despesaReceita{
	display: inline-block;
	width:45% !important;
	 text-align: center;
	  margin-top: 1px !important; /* Espaço acima do valor */
}

.painelFinanceio {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px
}

.painelFinanceio > .painelItem {
    flex: 0 0 calc(50% - 10px); /* 2 colunas com gap de 10px */
    display: flex;
    flex-direction: column;
    align-items: stretch; 
    width: 100%;
     padding: 2px 10px; /* Reduz o padding vertical (cima/baixo) */
    margin-bottom: 2px; /* Espaço entre linhas (se houver quebra) */
}

.painelItem .despesaReceita { /* Classe já usada no h:outputText */
    width: 100% !important; /* Força a largura total */
    display: block; /* Transforma em elemento de bloco */
    box-sizing: border-box;
    text-align: left; /* Ou right, conforme sua necessidade */
}

.painelItem h:outputText {
    display: inline-block !important;
    width: 100% !important;
}

.painelItem p:outputLabel {
    margin-bottom: 1px !important; /* Espaço abaixo do label */
}
    
.ui-growl {
    position: fixed !important;
    right: 20px;
    z-index: 9999;
    transition: top 0.2s ease-in-out;
}

.display-calculadora{
	width:100% !important;
	height:50px;
	display:relative;
	text-align:center;  
	justify-content: center; 
	font-size: 30px !important;
}


}