@charset "UTF-8";
/*!
 * 
 * ContaFAP - Faculdade Paraiso do Ceara
 * 
 * Author: @paulo.weverton.14 / @josmadelmodavi / @sitalobr
 * Website: https://conta.unifapce.edu.br
 * 
 */

/* INICIO Configuração de resolução do google recaptcha formulários de cadastro de usuário e recuperação de acesso */
@media screen and (min-width: 1025px) and (max-width: 3000px) {
	.recaptcha-form-cadastro {
		transform: scale(0.72);
		-webkit-transform: scale(0.72);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-top: -40px !important;
		margin-left: 0px !important;
		margin-bottom: 0px !important;
	}
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
	.recaptcha-form-cadastro {
		transform: scale(0.72);
		-webkit-transform: scale(0.72);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-top: -50px !important;
		margin-left: -5px !important;
		margin-bottom: 0px !important;
	}
}

@media screen and (min-width: 376px) and (max-width: 800px) {
	.recaptcha-form-cadastro {
		transform: scale(0.72);
		-webkit-transform: scale(0.72);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-top: -50px !important;
		margin-left: -6px !important;
		margin-bottom: 0px !important;
	}
}

@media screen and (min-width: 321px) and (max-width: 375px) {
	.recaptcha-form-cadastro {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-top: -50px !important;
		margin-left: -16px !important;
		margin-bottom: 0px !important;
	}
}

@media screen and (max-width: 320px) {
	.recaptcha-form-cadastro {
		transform: scale(0.63);
		-webkit-transform: scale(0.63);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-top: -50px !important;
		margin-left: -14px !important;
		margin-bottom: 0px !important;
	}
}
/* FIM Configuração de resolução do google recaptcha formulários de cadastro de usuário e recuperação de acesso */

/* INICIO Configuração de resolução do google recaptcha pagina inscricao */
@media screen and (min-width: 1025px) and (max-width: 3000px) {
	#rc-imageselect,
	.g-recaptcha {
		transform: scale(0.72);
		-webkit-transform: scale(0.72);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-left: -13px;
		margin-top: 30px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
	#rc-imageselect,
	.g-recaptcha {
		transform: scale(0.72);
		-webkit-transform: scale(0.72);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-left: -7px;
		margin-top: 30px;
	}
}

@media screen and (min-width: 376px) and (max-width: 800px) {
	#rc-imageselect,
	.g-recaptcha {
		transform: scale(0.72);
		-webkit-transform: scale(0.72);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-left: -5px;
		margin-top: 30px;
	}
}

@media screen and (min-width: 321px) and (max-width: 375px) {
	#rc-imageselect,
	.g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-left: 3px;
		margin-top: 30px;
	}
}

@media screen and (max-width: 320px) {
	#rc-imageselect,
	.g-recaptcha {
		transform: scale(0.63);
		-webkit-transform: scale(0.63);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-left: 3px;
		margin-top: 40px;
	}
}
/* FIM Configuração de resolução do google recaptcha */

/*#rc-imageselect, .g-recaptcha {
    transform:scale(0.73);
    -webkit-transform:scale(0.73);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}*/

/* recuperacao de senha */
.recovery .hideable-wrapper {
	overflow: hidden;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

/*.clear-div-margin-bottom {
    margin-bottom: 0px;
}

.clear-div-margin-top {
    margin-top: 0px;
}

.clear-div-margin-right {
    margin-right: 0px;
}

.clear-div-padding-top {
    padding-top: 0px;
}

.clear-div-padding-bottom {
    padding-bottom: 0px;
}

.clear-div-padding-right {
    padding-right: 0px;
}

.clear-div-padding-left {
    padding-left: 0px;
}

.add-padding-top {
    padding-top: 5px;
}

.add-padding-left {
    padding-left: 10px;
}*/

.topnavbar {
	z-index: 1030;
}

.uk-notify {
	z-index: 1200 !important;
}

.force-word-wrap {
	word-wrap: break-word;
}

.panel.panel-content > .panel-body .item-content a {
	text-decoration: none;
	color: #fff;
}

.panel.panel-content
	> .panel-body
	.item-content.inscrito
	> .panel.widget
	> .img-wrapper {
	position: relative;
}

.panel.panel-content
	> .panel-body
	.item-content.inscrito
	> .panel.widget
	> .img-wrapper
	a:after {
	content: "\f00c  Inscrito";
	font-family: FontAwesome, "Source Sans Pro", sans-serif;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 3px;
	background-color: #27c24c;
}

.panel.panel-content
	> .panel-body
	.item-content
	> .panel.widget
	> .panel-body.bg-inverse
	.fa {
	margin-right: 3px;
}

.panel
	> .panel-body
	> .list-group
	> .list-group-item
	> .title-evento
	> .img-evento {
	padding-right: 0;
}

.panel
	> .panel-body
	> .list-group
	> .list-group-item
	> .title-evento
	> .info-evento
	> h4
	> a {
	text-decoration: none;
	color: #656565;
}

.green {
	color: #37bc9b;
}

.bb-green {
	border-bottom: 3px solid #37bc9b;
}

.red {
	color: #f05050;
}

.bb-red {
	border-bottom: 3px solid #f05050;
}

.yellow {
	color: #ffab00;
}

.bb-yellow {
	border-bottom: 3px solid #ffab00;
}

.sweet-alert h2 {
	font-size: 18px;
	line-height: 25px;
}

header.title-section {
	position: relative;
	border-top: solid 1px #ccc;
	top: 1em;
	margin: 3em 0;
}

header.title-section > h2 {
	background: #f5f7fa;
	position: relative;
	top: -0.65em;
	display: inline;
	margin: 0;
	padding: 0 1em 0 1em;
}

.general-info a {
	text-decoration: none;
	color: #131313;
}

.general-info .item {
	margin-bottom: 5em;
}

.general-info > .item > a > span.fa {
	cursor: pointer;
}

.general-info > .item span.fa {
	position: relative;
	display: inline-block;
	width: 11em;
	padding: 2.5em 0 1.5em 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 0 4.5em 0;
	cursor: default;
}

.general-info > .item span.fa:before {
	font-size: 4.5em;
	line-height: 1em;
}

.general-info > .item span.fa.first:after {
	content: "";
	position: absolute;
	bottom: -3em;
	left: 0;
	border-top: solid 3em #f05050;
	border-left: solid 5.5em transparent;
	border-right: solid 5.5em transparent;
}

.general-info > .item span.fa.first {
	background-color: #f05050;
	color: #fff;
}

.general-info > .item span.fa.second:after {
	content: "";
	position: absolute;
	bottom: -3em;
	left: 0;
	border-top: solid 3em #243948;
	border-left: solid 5.5em transparent;
	border-right: solid 5.5em transparent;
}

.general-info > .item span.fa.second {
	background-color: #243948;
	color: #fff;
}

.general-info > .item span.fa.third:after {
	content: "";
	position: absolute;
	bottom: -3em;
	left: 0;
	border-top: solid 3em #37bc9b;
	border-left: solid 5.5em transparent;
	border-right: solid 5.5em transparent;
}

.general-info > .item span.fa.third {
	background-color: #37bc9b;
	color: #fff;
}

/* ESCALAMENTO DO ELEMENTO CAPTCHA GOOGLE */
#recaptcha {
	transform: scale(0.96);
	margin-left: -6px;
}

/* EFEITO ATIVO DO ITEM DE MENU HOME */
.navbar-inverse .navbar-header > a.navbar-brand.active {
	color: #ffffff;
	background-color: #080808;
}

/* BORDER BOTTOM DASHED */
.bbd {
	border-bottom: 1px dashed #eee;
}

/* COR DA FONTE DA TABELA COM BACKGROUND BG-GREEN */
table > thead > tr.bg-green > th {
	color: #fff;
}

/* REESCRITA DAS CORES DE TEXTO */
.text-white {
	color: #fff !important;
}

/* SPINNER LOADER */
.loader {
	display: none;
	position: absolute;
	/*left: 50%;
    top: 50%;*/
	z-index: 99999;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* STEPS CSS */
.steps > ul > li > a {
	margin-left: 0 !important;
	margin-right: 5px !important;
	margin-top: 10px !important;
}

#example-form > .content.clearfix {
	margin: 0;
}

/* WELL */
.well {
	padding: 20px !important;
}

/* FIELDSET FORMGROUP */
fieldset .form-group {
	margin-bottom: 15px !important;
}

::-moz-selection {
	/* Code for Firefox */
	color: #000;
	background: #c7edff;
}

::selection {
	color: #000;
	background: #c7edff;
}

.no-textarea-horizontal-resize {
	resize: vertical;
}

/* PÁGINA "EM BREVE" */

/* FONTE BALBOA */
@font-face {
	font-family: Balboa;
	src: url(../fonts/Balboa.ttf);
}

/* CENTRALIZAÇÃO DE IMAGENS */
.image-center {
	display: block;
	margin: 0 auto;
}

/* ESTILO MAIN HEADER */
.main-header {
	font-family: Balboa !important;
	font-weight: 900;
	font-size: 3.5em;
	letter-spacing: 1px;
	line-height: 65px;
}

/* ESTILO LOGO TEXT */
.logo-text {
	font-family: Balboa !important;
	letter-spacing: -0.5px;
}

/* ESTILO SUB-HEADER */
.sub-header {
	font-size: 1.8em;
}

.size-notification {
	min-width: 300px !important;
}

.print {
	display: none;
}

.align-center-img {
	margin: 0 auto;
}

/* ESTILO RADION BUTTON ATIVO (AVALIAÇÃO DE TRABALHOS) */
.btn-default.active:after {
	position: absolute;
	top: 35%;
	right: 30%;

	font: normal normal normal 18px/1 FontAwesome;
	content: "\f00c";
	color: #27c24c;
}

/* ESTILO ELEMENTO FIXO DO RESULTADO PARCIAL DA AVALIAÇÃO DE TRABALHOS */
.fixed {
	position: fixed;
	bottom: 5px;
	left: 5px;
}

/* ESTILO DOS LINKS DE CONTEÚDO COM FOCO */
a.item-content-link:focus .panel.widget,
a.item-general-info-link:focus h3 {
	border: #3498db 2px solid;
}

a.img-user-link:focus img {
	border: #3498db 1px solid;
	border-radius: 3px;
}

a.item-content-link .panel.widget,
a.item-general-info-link h3 {
	border: transparent 2px solid;
}

.img-responsive-center {
	margin: 0 auto;
}
