/***---- Eleicao ---***/
body.site.eleicoes {
	background-image: none;
	background-position: 0 -23px !important;
}
.eleicoes .btn {
	border-radius: 2rem;
	font-weight: bold;
}

.eleicoes .bg-ajufe-y {
	background: #fcce63 !important;
}
.eleicoes .btn.bg-ajufe-y {
	color: #21376d;
}
.eleicoes .bg-ajufe-y-dark, .bg-ajufe-y:hover, .bg-ajufe-y:focus {
	background: #ffe9bd !important;
}
.eleicoes .page-header:before, .page-header:after {
	border-color: #fcce63 !important;
	content: "";
	margin-bottom: 0.2em;
	position: absolute;
	left: 0;
	bottom: 0;
}
.eleicoes .cl-ajufe-b{
	color: #ffffff;
}
.eleicoes #sp-main-body {
	margin: 0 !important;
	padding: 0 !important;
}
.eleicoes #sp-footer {
	margin-top: 4em;
}
.eleicoes #system-message > div {
	margin-top: 2em;
}
.eleicoes .logo a {
/* 	pointer-events: none !important; */
}
.eleicoes .btn-offcanvas {
	display: none !important;
}
.eleicoes .sp-contact-info li {
	visibility: hidden;
}
.eleicoes .login-eleicoes .pretext {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #21376d;
}
.eleicoes .login-eleicoes .form {
	margin-top: 4em;
	padding: 10px 5px;
	position: static !important;
}
.eleicoes .login-eleicoes .form-group {
	margin: 1.5em 10px;
}
.eleicoes .login-eleicoes .form-group input {
	border-radius: 0;
	box-shadow: none;
	font-size: 1.6em;
	height: 48px;
}
.eleicoes .sp-module.votacao .panel {
	border-radius: 0;
	margin: 2em 0;
}
.eleicoes .sp-module.votacao .panel .fa {
	display: none;
}
.eleicoes .sp-module.votacao .panel .panel-heading {
	background: #21376d
}
.eleicoes .sp-module.votacao .panel .panel-heading h4 a{
	font-size: 1.4em;
	color: #fff;
	pointer-events: none;
}
.eleicoes .sp-module.votacao .panel label {
	display: block;
	font-size: 1.3em;
	padding-left: 2em;
}
.eleicoes .sp-module.votacao .panel label input {
	margin-left: -30px;
}
.eleicoes .page-header {
	margin-top: 4em;
}
.eleicoes .sucesso.page-header:before {
	left: 50%;
	margin-left: -60px;
}
.eleicoes .sucesso.page-header:after {
	left: 50%;
	margin-left: -50px;
}
.eleicoes .login-greeting {
	display: none;
}
.sp-module.bn_eleicoes {
	margin-top: 6em;
	text-align: center;
	margin-bottom: 4em;
}
.sp-module.bn_eleicoes .pretext h3{
	font-weight: 600;
}
.sp-module.bn_eleicoes .banneritem {
	text-align: center;
	display: inline-block;
	padding: 3em 1.5em 0;
}
.sp-module.bn_eleicoes .banneritem a img {
	display: inline;
}
.sp-module.bn_eleicoes .banneritem .btn-eleicoes {
	background: #f8c761;
	color: #21376d;
	font-style: oblique;
	text-transform: none;
	font-size: 1.6em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	width: 240px;
	border: none;
	border-radius: 3rem;
}
.sp-module.bn_eleicoes .banneritem .btn-eleicoes:hover,
.sp-module.bn_eleicoes .banneritem .btn-eleicoes:focus {
	background-color: #21376d;
	color: #ffffff;
}
.eleicoes #sp-page-title {
	border-bottom: 1em solid #f8c761;
}
.eleicoes .custom.topo_eleicoes {
	text-align: center;
}
.eleicoes .custom.topo_eleicoes .logo_eleicoes {
	display: inline-block;
	width: 500px;
	position: relative;
	bottom: 0;
}
.eleicoes .custom.topo_eleicoes .dia {
	position: absolute;
	top: 50%;
	height: 50px;
	margin-top: -25px;
	z-index: 2;
}
.eleicoes .custom.topo_eleicoes .dia.dia_esq {
	left: 0;
}
.eleicoes .custom.topo_eleicoes .dia.dia_dir {
	right: 0;
}


.eleicoes #sp-footer {
	border-top: 1em solid #f8c762;
	background: #20376b !important;
}
.reset .form-group {
	margin: 0 !important;
}
@media screen and (max-width: 767px) {
	.eleicoes .control-group.text-right {
		text-align: center !important;
	}
	.eleicoes #limpar-respostas {
		font-size: 1em;
	}
	.eleicoes #btn-votar {
		font-size: 1.6em
	}
	.eleicoes #limpar-respostas, .eleicoes #btn-votar {
		width: 280px;
		float: none !important;
		margin: 1em 0;
	}
	.eleicoes .custom.topo_eleicoes .dia.dia_esq {
		display: none !important;
	}
	.eleicoes .custom.topo_eleicoes .dia.dia_dir {
		right: auto;
		top: auto;
		left: 50%;
		margin-left: -120px;
	}
}
@media screen and (max-width: 480px) {
	.eleicoes #accordion-categorias .radio label {
		overflow: hidden;
	}
	.eleicoes #accordion-categorias .radio .btn {
		display: block;
		margin-bottom: 2em;
		font-size: 0.9em;
	}
}