/*
 * Globals
 */
body {
	font: 1.6em 'Hind', Arial, sans-serif !important;  /*lbuisel*/
	color: #333; /*lbuisel*/
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background-color: #f8f8f8;
	font-weight: normal !important;  /*lbuisel*/
	margin-bottom: 220px; /*lbuisel 07/02*/
	
}

a {
	/*color: #2f7ec2;*/
	/*color: #7fc31c;*/
	color: #0091d1; /*lbuisel*/
}

h1, .h1 {
	margin-top: 0;
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #ff0000;
	font-size: 2.3em; /*lbuisel*/
	margin: 12px 0 0 0;
	/*padding-left: 15px;*/ /*lbuisel*/
	/*border-left: 2px solid #9a999e;*/ /*lbuisel*/
}

h1 span, .h1 span {
	/*color:#7fc31c;*/
	color: #0091d1;
}

h2, .h2 {
	margin-top: 0;
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #58585A;
	font-size: 1.9em; /*lbuisel*/
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0;
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #333;
}

.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

p {
	line-height: 20px;
	margin-bottom: 5px;
}

/*
 * Override Bootstrap's default container.
 */
@media ( min-width : 1200px) {
	.container {
		width: 970px;
	}
}

/*
 * Masthead for nav
 */
.blog-masthead {
	background-color: #f8f8f8;
}

/* Nav links */
.blog-nav-item {
	position: relative;
	display: inline-block;
	padding: 10px;
	font-weight: 500;
	color: #cdddeb;
}

.blog-nav-item:hover, .blog-nav-item:focus {
	color: #fff;
	text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
	color: #fff;
}

.blog-nav .active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	content: " ";
	border-right: 5px solid transparent;
	border-bottom: 5px solid;
	border-left: 5px solid transparent;
}

/*
 * Blog name and description
 */
.blog-header {
	padding-top: 15px; /*lbuisel*/
	padding-bottom: 15px; /*lbuisel*/
	background-color: #fff;
	z-index: 9999;
	position: relative;
}

.blog-title {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 60px;
	font-weight: normal;
}

.blog-description {
	font-size: 20px;
	color: #999;
}

/*
 * Main column and sidebar layout
 */
.blog-main {
	font-size: 18px;
	line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
	padding: 15px;
	margin: 0 -15px 15px;
}

.sidebar-module-inset {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.sidebar-module-inset p:last-child, .sidebar-module-inset ul:last-child,
	.sidebar-module-inset ol:last-child {
	margin-bottom: 0;
}

/* Pagination */
.pager {
	margin-bottom: 60px;
	text-align: left;
}

.pager>li>a {
	width: 140px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 30px;
}

/*
 * Blog posts
 */
.blog-post {
	margin-bottom: 60px;
}

.blog-post-title {
	margin-bottom: 5px;
	font-size: 40px;
}

.blog-post-meta {
	margin-bottom: 20px;
	color: #999;
}

/*
 * Footer
 */
.blog-footer {
	padding: 40px 0;
	color: #FFF;
	background-color: #333;
	height: 60px;
}

.blog-footer p:last-child {
	margin-bottom: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
	/*height: 100%;
	min-height: 100%;*/
   /* height: auto;      lbuisel 07/02*/
}

html {
	min-height:100%;
	position: relative;
}

.footer {
	position: absolute; /*lbuisel*/
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	min-height: 220px; /*lbuisel 07/02*/
	background-color: #333;
	color: #FFF;
}

#wrap {
	min-height: 100%;
	/*position: relative;*/
}

.carousel {
	z-index: 0;
	position: fixed !important;
}

.carousel-indicators {
	display: none;
}

/*CSS NOVA*/
.contentMainSearch {
	margin-top: 3%;
}

.btnPesquisa {
	height: 60px;
	width: 60px;
	font-size: 14px;
}

.btnGreen {
	padding: 0px 10px;
	height: 30px;
	text-align: center;
	font-size: 14px;
}

.easy-autocomplete-container {
	top: 35px;
}

.easy-autocomplete-container ul {
	max-height: 300px;
	overflow: auto;
}

.boxBg .comboLabel {
	text-align: left;
	color: #9C9E9F;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	font-family: 'Hind', sans-serif;
}

.containerContent {
	padding-bottom: 40px; /*lbuisel*/
	position: relative;
}

.search-results {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*tabela*/
.panel {
	border: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	opacity: 1;
}

.panel-default>.panel-heading {
	color: #9C9E9F;
	background-color: #f4f4f4; /*lbuisel*/
	border-bottom: 0px;
	text-align: right;
}

.panel-default>.panel-heading .title {
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	color: #0091d1;
	font-family: 'Hind', sans-serif;
}

.panel-default>.panel-heading span {
	font-weight: 600;
}

.panel-body {
	background-color: rgba(255, 255, 255, 0.95);
}

.table {
	margin-bottom: 40px;
}

.table>thead>tr>th {
	border-bottom: 0px;
	padding: 0px;
}

.table>tbody>tr>td {
	border-top: 0px;
	vertical-align: middle;
}

.table>tbody>tr>td>a {
    color: #333333;  /*lbuisel*/
}

.table>tbody>tr.even {
	background-color: rgba(156, 158, 159, 0.15);
}

.table>tbody>tr>td:first-child {
	width: 48px;
	height: 48px;
}

.table>tbody>tr:hover {
	cursor: pointer;
	opacity: 0.7;
}
/*
.table>tbody>tr:hover img {
    opacity: 0.6;
}
*/
.table>tbody>tr:hover a {
	/*color: rgba(127, 195, 28, 0.69);*/
	text-decoration: none;
}

.datatable-footer {
	margin-bottom: 15px;
}

.dataTables_paginate {
	text-align: center;
}

.dataTables_paginate .previous, .dataTables_paginate .next {
	display: none;
}

.dataTables_paginate a {
	cursor: pointer;
	color: #58585A;
	border: 1px solid #D6D6D6;
	margin-left: 3px;
	margin-right: 3px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

.dataTables_paginate span {
	margin-left: 15px;
	margin-right: 15px;
}

.dataTables_paginate span span {
	margin-left: 5px;
	margin-right: 5px;
}

.dataTables_paginate a:hover {
	background-color: #eee;
	text-decoration: none;
}

.dataTables_paginate span a.current {
	color: #FFFFFF;
	font-weight: 600;
	background-color: #E2001A;
	border: 0px;
}

.dataTables_paginate a.disabled {
	color: #D6D6D6;
}

.dataTables_paginate a.disabled:hover {
	cursor: default;
}

.lastInfo {
	background-color: rgba(255, 255, 255, 0.95);
	padding: 15px;
	text-align: center;
}

.lastInfo a {
	color: #7fc31c;
}

/********/
@media screen and (max-width: 768px) {
	h1 {
		font-size: 22px;
	}
	header h1 {
		/*text-align: right;*/ /*lbuisel*/
		border-left: 0px;
		margin: 15px 0 0 0;
	}
	header img {
		max-width: 100% !important;
	}
	.containerContent {
		padding-bottom: 210px;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive,
		.thumbnail a>img, .thumbnail>img {
		display: block;
		min-width: 100%;
		height: auto;
		min-height: 100%;
		max-height: 100%;
		max-width: inherit;
	}
	.contentMainSearch {
		margin-top: 30px !important;
		margin-bottom:30px; /*lbuisel*/
	}
	.carousel-control {
		display: none;
	}
	.contentMainSearch .comboLabel, .contentMainSearch .comboLabelSmall {
		text-align: left !important;
	}
	.centerBlock {
		text-align: center;
	}
	.footer {
		min-height: 145px;
		padding-bottom: 10px;
		margin-top: 25px;
	}
	.footer .logos img {
		margin-bottom: 15px;
		margin-left: 10px;
	}
	.footer .contentFooter div {
		display: inline-block;
		margin-top: 20px;
		text-align: center;
	}
	.blog-header {
		padding-top: 0px;
	}
	ul.nav {
		background-color: transparent; /*lbuisel*/
		color: #fff;
		margin-left: -30px;
		margin-right: -30px;
		margin-top: 0px;
		height: 30px;
		margin-bottom: 20px;
		text-align: right;
		float: none !important;
	}
	.navbar-nav>li {
		float: none;
	}
	ul.nav li a {
		color: #0091d1; /*lbuisel*/
		font-size: 13px;
		padding: 5px 10px;
	}
	.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover
		{
		background-color: transparent;
	}
	ul.nav ul.dropdown-menu {
		float: left !important;
		margin-bottom: 20px;
		width: 100% !important;
		background-color: rgba(238, 238, 238, 0.9) !important;
		text-align: center;
		position: static;
	}
	ul.nav ul.dropdown-menu li a {
		color: #333;
	}
	.logoEntidade img {
		margin-bottom: 15px;
	}
	.extraInfo .comboLabel {
		text-align: center !important;
		margin-bottom: 10px;
	}
	ul.marcas li .marcaNome {
		text-align: center;
	}
	ul.mercados li {
		text-align: center !important;
	}
	.section {
		margin-bottom: 50px;
	}
	.btn-success {
		margin-top: 15px;
		height: 40px;
	}
	
	.logoEntidade {
		text-align:center;  /*lbuisel*/
	}
}

@media screen and (max-width: 480px) {
	.containerContent {
		padding-bottom: 285px;
	}
}

/**************************************************** ANDREIA************************************************************************/
.navbar-right {
	margin-top: 5px;
}

.navbar-right .dropdown-menu {
	border: 0px;
	background-color: rgba(238, 238, 238, 0.9);
}

.carousel {
	width: 100%;
}

/*CSS ANTIGA*/
/*
.contentMainSearch{
    margin-top:60px;
}
*/
.mainSearch .comboLabel {
	text-align: right; /*lbuisel*/
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 34px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

/********/
.centerBlock {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.contentMainSearch .comboLabelSmall {
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	padding-top: 8px;
}

.contentMainSearch .combo input, .combo textarea {
	width: 100%;
	border-radius: 0px;
	border: 1px solid #cacdd4;
	height: 34px;
	margin-bottom: 15px;
	padding: 6px 12px;
}

.combo textarea {
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	max-width: 100%;
	width: 100%;
	min-width: 100%;
}

.btn-success {
	border: 0px;
	border-color: transparent;
}

.btn-success:hover, .btnGreen:hover {
	color: #fff;
	background-color: #88D41A;
	border-color: #88D41A;
}

.btn:active {
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .125);
	outline: 0px;
}

.btn-success:active, .btn-success:active:focus, .btn-success.focus,
	.btn-success:focus, .btnGreen:active, .btnGreen:active:focus, .btnGreen.focus,
	.btnGreen:focus {
	color: #fff;
	background-color: #88D41A;
	border-color: #7fc31c;
	outline: 0px;
}

.centerBlock button.pesquisaAvancada {
	background-color: rgba(255, 255, 255, 0.86);
	border: 0px;
	padding: 8px 15px;
	color: #337AB7;
	font-size: 12px;
	float: right;
	margin-top: -1px;
}

.centerBlock button.pesquisaAvancada:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.centerBlock .boxBg {
	background-color: #f4f4f4; /*lbuisel*/
	/*margin-top: 2px;*/
	padding: 15px 20px;
	/*margin-bottom:120px;*/ /*lbuisel*/
}

.centerBlock button.pesquisaAvancada:hover {
	background-color: #eee;
}

footer .contentFooter {
	height: 85px;
	display: table;
	width: 100%;
}

footer .contentFooter div {
	display: table-cell;
	/*vertical-align: middle;*/ /*lbuisel*/
	float: none;
}

footer .contacts {
	/*line-height: 17px;*/ /*lbuisel*/
	font-size:0.9em;
}

footer .contacts a {
	color: #ececec; /*lbuisel*/
}

footer .contacts a:hover {
	color: #ececec; /*lbuisel*/
}

footer .socialNetworks {
	padding: 0px;
	margin-top: 18px;
	margin-bottom: 10px;
}

footer .socialNetworks li {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	opacity: 0.8;
}

footer .socialNetworks li:hover {
	opacity: 1;
}

footer .logos {
	text-align: right;
	padding-top:10px; /*lbuisel*/
}

footer .logos img {
	margin-left: 25px;
}

.print {
	text-align: right;
}

.logoEntidade img {
	max-width: 100%;
}

.extraInfo {
	border-top: 1px solid #E4E4E4;
	padding-top: 15px;
}

.section {
	margin-bottom: 30px;
}

.section .comboLabel {
	text-align: left;
	/*color: #58585A;*/
	color: #0091d1;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-shadow: 0px 0px rgba(0, 0, 0, 0);
}


.section .comboLabelMini {
	text-align: left;
	color: #58585A;
	/*color: #0091d1;*/
	font-size: 11px;
	font-weight: 400;
	line-height: 28px;
	text-shadow: 0px 0px rgba(0, 0, 0, 0);
}

ul {
	margin: 0px;
	padding: 0px;
	-webkit-padding-start: 0px;
	list-style: none;
	margin-top: 10px;
}

ul.marcas li {
	margin-bottom: 20px;
}

.section ul li:last-child {
	margin-bottom: 0px;
}

ul.marcas li .contentMarca {
	line-height: 20px;
}

ul.marcas li .marcaNome {
	float: left;
	font-family: 'Hind', sans-serif;
	font-weight: lighter;
	color: #58585A;
	font-size: 18px;
	width: 100%;
}

.section ul li {
	margin-bottom: 15px;
	text-align: left;
}

ul.columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

ul.columns li {
	width: 100%;
}

.extraInfoBottom {
	background-color: #F3F3F3;
	margin-top: 10px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -15px;
	display: block;
	padding: 15px;
}

.extraInfoBottom .comboLabel {
	text-align: left;
	color: #58585A;
	font-size: 13px;
	font-weight: 600;
	line-height: 28px;
}


/*-------------lbuisel------------*/

.blue {
color:#0091d1; 
}


.carousel-inner img{
          min-height:100%;
          min-width:100%;
          height:auto !important;
          width:auto !important;
          position:absolute;
          top:-100%; bottom:-100%;
          left:-100%; right:-100%;
          margin:auto;
      }
	  
.logoportugal {
	/*margin-top:15px;*/}
	
	
.mercados ul li {
	margin-bottom:5px;
}
	
	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.logoportugal {
	margin-top:-25px;}
}