/* File Description: Place here your custom CSS styles */
/* ----- INDICE --------------------------------------
1. Gerais
	1.1 Footer - Links
	1.2 Footer - Parcerias
	1.3 Header Top
	1.4 Parallax background (light - dark)
	1.5 Caixa menu do login
	1.6 Menu (altura)
	1.7 Menu - Tamanho e cor - first level menu items
	1.8 Separator
	1.9 Headings
	1.10 Orange Backgroung
	1.11 Header
2. Default
	2.1 Noticias
	2.2 Cursos em destaque
	2.3 Alertas
3. Página accoes / perfil_inscricoes.asp
	3.1 Icone calendario
4. Botoes
	4.1 Botão Laranja
5. Caixas
	5.1. Caixa box-style-4
6. Main Slideshow
7. Serviços
8. Tabelas
	8.1. Tabela Transparente
----------------------------------------------------- */
/* --- Oculta elementos só de impressão ---- */
#toprint {
	display: none;
}

.cursor-pointer {
	cursor: pointer;
}

/* ----- 1.1 Footer links ----- */
.footer a {
    color: #e06b31;
}

    .footer a:hover {
        color: #fff;
    }

.link {
	color:#e06b31;
	text-decoration: none;
}

.linkfooter {
	color:#e06b31;
}
.linkfooter:hover { 
	text-decoration: none;
	color: #fff;
}

.footer .list-icons li i {
    padding-top: 5px;
    float: left;
}

.footer .list-icons li span {
    display: block;
    padding-left: 30px;
}

/* ----- 1.2 Parcerias ----- */
.parcerias {
	text-align:center;
	display:inline;
}

.parcerias img {
    border: 0px solid #eaeaea;
	padding:10px 10px 10px 0;
	display:inline;
	max-height:75px;
}

.parcerias a:hover {
    opacity: 0.7;
}

/* ----- 4. Botoes ----- */
/*------ 4.1. Botão laranja ---------------------------------- */
.btn-orange {
	background-color: #fe6100;
	color: #ffffff;
}
.btn-orange:not(.dropdown) {
	border: 1px solid #e55700;
}

	.btn-orange:hover,
	.btn-orange:focus,
	.btn-orange:active,
	.btn-orange.active,
	.open .dropdown-toggle.btn-orange {
		color: #fff;
		background-color: #e55700;
		border-color: #b24400;
	}

.orange-bg .btn-white {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

	.orange-bg .btn-white:hover,
	.orange-bg .btn-white:focus,
	.orange-bg .btn-white:active,
	.orange-bg .btn-white.active,
	.orange-bg .open .dropdown-toggle.btn-white {
		color: #333333;
		background-color: #fafafa;
		border-color: #fafafa;
	}

.orange-bg h2 {
	color: #ffffff;
}


/* ----- 1.3 Header Top ----- */
.header-top.light {
	background-color: #001b4d;
}
.header-top .social-links li a {
	color: #ffffff;
}
.header-top-dropdown .dropdown > button {
	padding: 8px 10px;
	margin: 0;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
	border-color: transparent;
}

/* ----- 1.4 Parallax background (light - dark) ----- */
.light-translucent-bg:after {
	background-color: rgba(255, 255, 255, 0.7);
}
.dark-translucent-bg:after {
	background-color: rgba(0, 0, 0, 0.5);
}

/* ----- 1.5 Caixa menu do login (cor) ----- */
.amount a {
	font-size: 13px;
	font-weight:normal;
}

/* ----- 1.6 Menu (altura) ----- */
.header-right {
	padding-top: 20px;
}


/* ----- 1.9 Headings ----- */
h1 {
	font-size: 34px;
	color: #393a59;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	font-weight: 700;
	color: #393a59;
}

h1 span, h2 span {
	color: #e06b31;
}

h5 {
	color: #393a59;
}

/* ----- 1.10 Orange Backgroung ----- */
.orange-bg {
	background-color:#e06b31;
	color: #ffffff;
}
.orange-bg h4 {
	color: #ffffff;
}

/* ----- 1.11 Header ----- */
.header {
	padding: 5px;
}

/* ----- 2. Default ----------------------------------------------------- */
/* ----- 2.1 Noticias ----- */
.halfn-txt {
	height: 90px;
	overflow:hidden;
	}
.image-box-noticias img {
	text-align:center;
	width: 100%;
	height:160px;
	overflow: hidden;
}
/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
	.image-box-noticias img {
		height:140px;
	}
}
@media (max-width:767px){
	.image-box-noticias img {
		height:160px;
	}
}

/* ----- 2.2 Cursos em destaque ----- */
.halfc-txt {
	height: 150px;
	overflow:hidden;
	}
.image-box-cursos img {
	text-align:center;
	width: 100%;
	height:160px;
	overflow: hidden;
}
/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
	.image-box-cursos img {
		height:140px;
	}
}
@media (max-width:767px){
	.image-box-cursos img {
		height:160px;
	}
}

/* ----- 2.3 Alertase ----- */
.alertas-txt {
	height: 150px;
	overflow:hidden;
	}

/* ----- 3. Página accoes / perfil_inscricoes.asp ----- */
.accoes {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	margin: 0 0 50px;
	position: relative;
}
.accoes .accao-body {
	padding: 20px 20px 0 20px;
	min-height: 140px;
}
.accoes h3.title a {
	margin-bottom: 15px;
	color: #001b4d;
	font-weight:bold;
}
.accoes .submitted {
	font-size: 12px;
	margin-bottom: 5px;
}
.accoes .accao-info {
	top: -10px;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accoes .accao-content {
	padding: 0 0 10px;
}
.accoes .accao-selecao {
	text-align: center;
}
.accoes ul.links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.accoes ul.links li {
	display: inline-block;
}
.accoes ul.links li a {
	color: #666666;
	display: inline-block;
}
.accoes ul.links li a:hover {
	color: #e84c3d;
}
.accoes footer {
	background-color: #f1f1f1;
	padding: 12px 20px;
	border-top: 1px solid #e8e8e8;
	font-size: 14px;
	line-height: 2;
	clear: both;
}
.accoes ul.links-list {
	list-style-type: none;
}
.accoes ul.links-list li {
	padding-bottom:5px;
}
/* ----- 3.1 Icone calendario ----- */
time.icon
{
  font-size: 0.9em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 2em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #d61d23;
  border-bottom: 1px dashed #e8575c;
  box-shadow: 0 2px 0 #d61d23;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

/* ----- desactivei o efeito swing 
time.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}
----- */

/* ----- 5. Caixas ----- */
/*------ 5.1. Caixa box-style-4 ---------------------------------- */
.box-style-4 {
	text-align: center;
	padding: 10px;
	margin: 20px 0;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
}
.border-bg {
	border: 1px solid #e5e5e5;
}
.border-bg:hover {
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

/* ----- 6. Main Slideshow -------------- */
.default_orange {
	background-color: #fe6100;
	color: #fff;
}

/* ----- 7. Serviços ----- */
.servicos-altura {
	height: 90px;
	overflow:hidden;
	}

/* ----- 8. Tabelas ----- */
.table > tbody > tr.clickable-row {
	cursor: pointer;
}

.table-striped.table-hover > tbody > tr:hover > td,
.table-striped.table-hover > tbody > tr:hover > th {
	background-color: rgba(0, 27, 77, 0.3);
}


/* ----- 8.1. Tabela Transparente ----- */
.table-transparent tbody {
	background-color: transparent;
}
.table-transparent > tbody > tr > .accao-dia {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration:none;
}
.table-transparent > tbody > tr > td .accao-curso {
	font-size: 16px;
	text-decoration:none;
}
.table-transparent > tbody > tr > td .accao-curso:hover {
	text-decoration:underline;
}

/* PORTFOLIO ----------------------------------------------------------------------------- */
.portfolio {
	text-align:center;
	display:inline;
}
.portfolio img {
	border: 0px solid #eaeaea;
	padding:10px 30px 30px 0;
	display:inline;
	max-height:100px;
}
.portfolio a:hover {
	opacity: 0.7;
}

/* ----- citacoes ----- */
.opinioes-section {
	display: block;
	position: relative;
	overflow: hidden;
}
.opinioes-section:before, .opinioes-section:after {
	position: absolute;
	content:"“";
	font-family: 'PT Serif', serif;
	position:absolute;
	top: -100px;
	left: 150px;
	font-size:300px;
	color:rgba(38,125,244,.2);
}
.opinioes-section:after {
	content:"”";
	top:auto;
	left:auto;
	right:150px;
	bottom: -260px
}
.opinioes {
	display: inline-block;
	text-align: center;
	top: 50%;
}

/* ----- servicos default ----- */
.servicos .box-style-1 {
	height:130px;
}
.servicos i {
	color:#e06b31;
	font-size: 50px;
}
.servicos a {
	text-decoration: none;
}
.servicos i:hover {
	color:#393a59;
}
.servicos h5:hover {
	color:#e06b31;
}

/* POP-UP NEWSLETTER ----------------------------------------------------------------------------- */
.news {
	max-width: 450px;
	z-index: 100;
	background: #60617a;
	padding: 10px 10px 10px 10px;
	position: fixed;
	visibility: hidden;
	bottom:30px;
	right: 15px;
	color:#fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
	}
	.news h2 { 
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
	}

	.news a { 
		color: #fff;
	}
	.news .btn { 
		border-color: #fff;
	}
	.news .btn:hover { 
		color: #60617a;
		background:#fff;
		font-weight: bold;
	}

/* ----- alertas default ----- */
.alertas i {
	font-size: 50px;
}

/*---------------------------------- */
.filters .nav-pills > li a {
	border: 0px;
	font-size: 20px;
	background-color: transparent;
}
.filters .nav-pills > li > a:hover,
.filters .nav-pills > li > a:focus {
	border: 0px;
	background-color: transparent;
	color: #393a59;
}
.filters .nav-pills > li.active > a,
.filters .nav-pills > li.active > a:hover,
.filters .nav-pills > li.active > a:focus {
	border: 0px;
	background-color: transparent;
	color: #e06b31;
}

/* eUIPA TECNICA QUEM SOMOS---------------------------------- */
.equipa {
	margin-bottom: 20px;
}

.equipa img {
    display:block;
	margin:auto;
	width: 300px;
	height: 300px;
}

.equipa .social-links {
	list-style: none;
	margin: 0 auto;
	padding: 10px 0;
}
.equipa .social-links li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.equipa .social-links li a {
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	font-size: 20px;
	background:#E06B31;
	border: 1px solid #E06B31;
	color: #fff;
}

.equipa .social-links li a i {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 0em;
	position:center;
}

.equipa:hover i {
	color: #f1f1f1;
}

.modal-body-img {
	float:right;
	text-align:right;
	padding-left:10px;
	padding-bottom:10px;
}

/* MENSAGEM DE ALERTA DE CARACTERES NECESSÁRIOS PARA A PASSWORD */
/*---------------------------------- */
/* The message box is shown when the user clicks on the password field */
#message {
display:none;
background: #f1f1f1;
color: #000;
position: relative;
padding: 10px;
margin-top: 10px;
}

#message p {
font-size: 12px;
	line-height: 1.0;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
color: green;
}

.valid:before {
position: relative;
padding-right:10px;
	font-family: "FontAwesome";
	content: "\f00c";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
color: red;
}
.invalid:before {
position: relative;
padding-right:10px;
	font-family: "FontAwesome";
	content: "\f00d";
}
.field-icon {
float: right;
margin-top: -40px;
margin-left: -25px;
position: relative;
z-index: 100;
cursor: pointer;		
}	

/* Select option areas de formacao */
/*---------------------------------- */
.special {
  font-weight: bold !important;
  color: #000 !important;
  background: #efefef !important;
  text-transform: uppercase;
}		

/* 3 Equipa técnica (quem somos)
----------------------------------------------------------------------------- */
.team-member.box-style-2 img {
    display:block;
	margin:auto;
	width: 200px;
	height: 200px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width:768px) {
	.team-member.box-style-2 {
		margin-bottom: 20px;
	}
	.team-member.box-style-2 img {
		display:block;
		float:left;
		width: 200px;
		height: 200px;
	}
}

.team-member .overlay .social-links {
	margin: 0;
	position: absolute;
	top: 80px;
	width: 100%;
	text-align: center;
}

.team-member .overlay:hover {
    display:block;
	margin:auto;
	max-width:200px;
	border-radius: 50%;
	background-color: rgba(224,107,49, 0.7);
}

.team-member-body h3 {
	color: #e06b31;
}

.team-member .social-links li.default a {
	color: #393a59;
}
.team-member .social-links li.default a:hover {
	color: #666;
}

/*==================================  label sizes ================================== */
.label-sm {
	font-size: 12px;
}

.label-md {
	font-size: 14px;
}

.label-lg {
	font-size: 20px;
}

.label-default {
	background-color: #393a59;
	color: #ffffff;
}

/*================================== list-item ================================== */
.list-item {
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.075);
	border: 1px solid #cccccc;
}

	.list-item .overlay-container img {
		width: 100%;
		height: auto !important;
		overflow: hidden;
	}

	.list-item .list-item-body {
		padding: 12px 12px 12px 12px;
		font-size: 14px;
	}

		.list-item .list-item-body h3.title {
			margin-top: 25px;
			font-size: 16px;
		}

		.list-item .list-item-body h3.title-accao {
			margin: 0px 0px;
			padding: 0px 0px 15px 0px;
			line-height: 1.2;
			font-size: 15px;
			font-weight: 700;
		}

			.list-item .list-item-body h3.title-accao a {
				color: #e06b31;
			}

				.list-item .list-item-body h3.title-accao a:hover {
					color: #393a59;
				}


		.list-item .list-item-body .subtitle-accao {
			line-height: 1.5;
			font-size: 14px;
		}

		.list-item .list-item-body .list-inline li {
			font-size: 14px;
			padding: 5px 5px;
		}

		.list-item .list-item-body .label-tag {
			padding: 5px 5px;
		}

	.list-item .list-item-footer {
		text-align: center;
	}

		.list-item .list-item-footer .btn {
			margin-top: 50px;
		}

@media only screen and (max-width : 768px) {
	.list-item .list-item-footer .btn {
		margin-top: 20px;
	}
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.list-item .list-item-body {
		text-align: center;
		padding: 10px 10px 10px 10px;
	}

	.list-item .list-item-footer .btn {
		margin-top: 0;
	}
}

.list-item .overlay-links {
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 40%;
	font-size: 0;
	opacity: 0;
}

	.list-item .overlay-links a {
		background-color: transparent;
	}

.list-item .overlay a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

.list-item .overlay i {
	line-height: 0;
}

.default-bg.list-item {
	background-color: rgba(102, 182, 170, 0.7);
	border: 1px solid #66B6AA;
	color: #42566a;
}


	.default-bg.list-item a {
		color: #42566a;
		text-decoration: none;
	}

		.default-bg.list-item a:hover {
			color: #000000;
		}

	.default-bg.list-item .btn {
		color: #42566a;
		border: 1px solid #42566a;
	}

		.default-bg.list-item .btn:hover {
			color: #000000;
			border: 1px solid #000000;
		}

/*==================================  SELECT2 ================================== */
.select2-container {
	width: 100% !important;
}

.select2-container--bootstrap4 .select2-selection--single {
	height: 40px !important;
}

.select2-container--bootstrap4 .select2-selection {
	border-radius: 0;
	background: #ffffff;
	height: 40px;
	padding-top: 4px;
	padding-right: 30px;
	border-color: #acacac;
	color: #666666;
	position: relative;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
