/* File Description: Place here your custom CSS styles */

/* ----- Cursos em destaque (accoes) / Accoes agendadas ----- */
.label-destaque {
	position: absolute;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.2;
	margin: 5px;
}

.label-accoes {
	font-size: 14px;
	line-height: 1.2;
	margin: 5px;
}

.label.label-large {
	font-size: 14px;
}

.altura-fixa {
	height: 155px;
}

.image-box-accoes {
	height: 170px;
	overflow: hidden;
}

/* Medium desktop devices and tablets */
@media (min-width: 769px) and (max-width: 1024px) {
	.image-box-accoes {
		height: 135px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.image-box-accoes {
		height: 100%;
	}
}

/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
	.altura-fixa {
		height: 140px;
	}
}

@media (max-width:767px) {
	.altura-fixa {
		height: 100%;
	}
}

/* ----- Parcerias ----- */
.parcerias {
	text-align: center;
	display: inline;
}

.parcerias img {
	border: 0px solid #eaeaea;
	padding: 20px 20px 20px 0;
	display: inline;
}

.parcerias a:hover {
	opacity: 0.7;
}

/* ----- social-links (small)----- */
.social-links.small li a {
	width: 30px;
	height: 30px;
	font-size: 15px;
}

.social-links.small li a i {
	line-height: 28px;
}

/* ----- Parcerias página (parcerias.asp) ----- */
.image-box-parcerias {
	height: 180px;
	overflow: hidden;
}

.altura-fixa-parcerias {
	height: 80px;
}

/* ----- Cursos (curso.asp) ----- */
.cursosdestaque {
	border-top: 1px solid #2857b6;
	border-bottom: 1px solid #2857b6;
}

.subtitle {
	color: #363636;
}

.cursosdestaque h3 {
	color: #363636;
	margin-top: 10px;
}

.teacher h4 {
	min-height: 50px;
}


.subtitulo {
	color: #363636;
}

/* ----- Botões ----------------------------------------------------- */
/* ----- Loading button----- */
.btn-loading {
	color: #fff;
	background-color: #666666;
	border-color: #666666;
}

.btn-loading:hover, .btn-loading:focus, .btn-loading:active, .btn-loading.active, .open .dropdown-toggle.btn-loading {
	color: #fff;
	background-color: #666666;
	border-color: #666666;
}

/* ----- delete Button ----- */
.btndelete {
	padding: 3px 3px 3px 3px;
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	font-size: 18px;
	background: #e84c3d;
	border: 0px solid #e84c3d;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ----- Só para impressão ----- */
#toprint {
	display: none;
}

/* ----- Headings ---------------------------------- */
.title {
	text-transform: uppercase;
}

/* ----- table login ----- */
.amount a {
	color: #005696;
	font-size: 13px;
	font-weight: normal;
}

.amount a:hover {
	color: #45545f;
}

/* ----- perfil_accao.asp ----- */
.well {
	background-color: #ffffff;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	color: #fff;
	background-color: #96c93d;
	border-color: #96c93d;
}

/* ---- calendario cronograma */
.cal a {
	text-decoration: none;
}

.cal tr:first-child td {
	border-top: 0;
}

.cal td:first-child {
	border-left: 0;
}

.cal tr:first-child a {
	border-top: 0;
	margin-top: 0;
}

.cal tr:last-child a {
	border-bottom: 0;
	margin-bottom: 0;
}

.cal td:first-child a {
	border-left: 0;
	margin-left: 0;
}

.cal td:last-child a {
	border-right: 0;
	margin-right: 0;
}

.cal tr:last-child td:first-child a {
	border-radius: 0 0 0 3px;
}

.cal tr:last-child td:last-child a {
	border-radius: 0 0 3px 0;
}

.cal-table {
	position: relative;
	margin: 0 0 1px;
	border-collapse: separate;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #bbb;
	border-radius: 0 0 3px 3px;
}

.cal-caption {
	width: 100%;
	padding-bottom: 8px;
	line-height: 32px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #005696;
	border-radius: 3px 3px 0 0;
}

.cal-body td {
	width: 30px;
	font-size: 14px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.cal-body a {
	display: block;
	position: relative;
	line-height: 28px;
	color: #555;
	text-align: center;
}

.cal-body a:hover {
	background: #fafafa;
}

td.cal-off {
	color: #555;
	font-weight: normal;
	line-height: 28px;
}

td.cal-dias {
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 70px;
	line-height: 28px;
	background-color: #efefef;
}

td.cal-check {
	background-color: #00a4e4;
}

.cal-check a {
	color: #fff;
	overflow: hidden;
	font-weight: bold;
}

.cal-check a:before {
	content: '';
	position: absolute;
	top: -6px;
	right: -6px;
	width: 12px;
	height: 12px;
	background: #005696;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cal-check a:hover {
	margin: -1px;
	color: #fff;
	background: #005696;
	text-decoration: none;
}

.lt-ie8 .cal-table {
	*border-collapse: collapse;
}

.lt-ie8 .cal-body a {
	zoom: 1;
}

/* -----  calendario tooltip ----- */
.tooltip-inner {
	max-width: 350px;
	padding: 3px 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #282828;
	border-radius: 4px;
}

/* ----- Mobile Hide ----- */
@media only screen and (max-width: 479px) {
	.mobile-hide {
		display: none;
	}
}

/* 4 Noticias
----------------------------------------------------------------------------- */
.image-box-noticias {
    height: 180px;
    overflow: hidden;
}

    .image-box-noticias img {
        width: 100%;
    }

.altura-fixa-noticias {
    height: 100px;
}
/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
    .altura-fixa-noticias {
        height: 90px;
    }

    .image-box-noticias {
        height: 230px;
        overflow: hidden;
    }
}

@media (max-width:767px) {
    .altura-fixa-noticias {
        height: 100%;
    }

    .image-box-noticias {
        height: 100%;
    }
}


/* 4 Noticias
----------------------------------------------------------------------------- */
.image-box-areas {
    height: 60px;
}

/* image-box
----------------------------------------------------------------------------- */
.image-box img {
	margin: auto;
}

/* Perfil utilizador
----------------------------------------------------------------------------- */
.user-img img {
	display: block;
	margin: auto;
	width: 100px;
	height: 100px;
}

/* Definifições Gerais
----------------------------------------------------------------------------- */
.clickable {
	cursor: pointer;
}

/*==================================  elements-list ================================== */
.elements-list > * {
	margin: 0px 6px 0px 0;
	line-height: 24px;
	height: 22px;
}

.price-title {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
}

.price {
	font-size: 22px;
	color: #000000;
	font-weight: 300;
}

.box-accao-title {
	font-size: 14px;
	font-weight: 700;
}

.box-accao-text {
	font-size: 15px;
	font-weight: 500;
}

/*--- MODAL FIX HEIGHT  --------------------------------------*/
.modal-body {
	max-height: calc(100vh - 300px);
	overflow-y: auto;
}

/* section-divider ---------------------------------- */
.divider {
	position: relative;
	height: 1px;
}

.div-transparent:before {
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
}

.div-arrow-down:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

/* section-divider ---------------------------------- */
.listing-item-imagem {
	height: 220px;
	overflow: hidden;
}

.listing-item-title {
	height: 90px;
}

	.listing-item-title h3, .listing-item-title a {
		color: #2857b6;
		font-size: 16px;
	}

.listing-item-footer {
	font-size: 14px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-top: 1px solid #e5e5e5;
}

	.listing-item-footer .price {
		color: #2857b6;
		font-size: 15px;
		font-weight: 700;
	}
