html {
	font-size: 11pt;
}

body {
	height: 100%;
}

ul {
  margin: 0;  
}

.recaptcha-panel {
  display: flex;
  align-items: center; 
	border: 1px solid silver;
	padding: 10px;
	width: 324px;
	height: 98px;
	border-radius: 5px;
}

.ui-widget {
  font-size: 1em !important;  
}

.jumbotron {
	padding: 25px !important;
}

.container-fluid {
  padding: 0 30px !important; 
  height: 100%;
}

.ui-message {
	display: none !important;
}

.ui-message.ui-message-error {
	color: #b22222 !important;
	display: block !important;
	background-color: transparent !important;
}

label, label.ui-widget {
	text-transform: uppercase;
	font-size: 0.9rem !important;
	font-weight: bold;
}

.custom-button {
	min-width: 110px !important;
}

.selection, .ui-selectonemenu-filter-container {
	width: 100% !important;
}

.file-clear {
	cursor: pointer;	
}

.site-header {
	height: 40px;
	background-image: url("/javax.faces.resource/images/header.jpg.xhtml");
}

.jumbotron {
	background-color: #0572CE;
	color: white;
	border-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.jumbotron h4 {
	text-transform: uppercase;	
}

.title {
	margin: 15px 0;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.indexForm li {
	margin: 5px 0;
}

@media print {
	.screen {
		display: none;
	}
	.dadosViewer {
		border: 1px solid silver;
		padding: 15px;
	}
}

@media screen {
	.print {
		display: none;
	}
}

.hint {
	font-size: 0.9rem;
	color: #084298;	
}

.flex-middle {
  display: flex;
  align-items: center; 
}

.flex-center {
	display: flex;
  align-items: center;
  justify-content: center;
}

.doc-oficial {
	cursor: pointer;	
}

.file-buttons {
	text-align: center;
}

.file-buttons button {
	width: 90%;	
}

.btn-danger {
	color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-cancel {
  background-color: #f0f0f0 !important;
  border: 1px solid silver !important;
  color: black !important;	
}

.btn-cancel:hover {
	background-color: #d0d0d0 !important;	
}

.label-col {
	width: 180px;	
}

.ui-growl-title {
	word-break: break-word;
}

.ui-growl-image {
	margin-top: -10px !important;
	margin-left: -5px !important;
}

.Pendente td {
	background-color: #fcf7b1;
}

.Falha td {
	background-color: #ffd6d6;
}

.Sucesso td {
	background-color: #e1faf5;
}

.cargo-select td {
	display: flex;
}

.eleicoes-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;	
}

.eleicoes-panel div {
	background-color: whitesmoke; 
	padding: 5px;
	width: 120px;
	text-align: center;
}

.eleicoes-panel.eleicao-corrent div {
  font-size: 14pt;
  width: auto;
  background-color: white;	
  margin: 8px 0;
}

.eleicoes-panel.eleicao-corrent a {
  display: flex;
  align-items: center;	
}

.eleicao-icon {
  font-size: 18pt; 
  margin-right: 0.5rem;
}
