/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
/* Clearfix-Hack */
/* http://www.positioniseverything.net/easyclearing.html */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac */
html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*GENERAL*/
html {
	height: 100%;
}

body {
	line-height: 100%;
	background: #F5F5F5;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

sup {
	font-size: .55em;
	vertical-align: top;
}

sub {
	font-size: .55em;
	vertical-align: bottom;
}

#PAGINA {
	padding: 15px;
	padding-top: 20px;
	font-size: .755em;
	background: #F5F5F5;
}

.subSection {
	display: block;
	clear: both;
	/*border:1px solid #ccc;*/
	background: #fff;
	padding: 5px 15px 10px 15px;
	margin: 15px 0 15px 0;
	moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#Loader {
	margin: 15px 15px 15px 15px;
	text-align: center;
	color: #666;
	font-size: .75em;
	border: none;
	height: 405px;
	padding-top: 50px;
}

select, input[type=text], textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/*paragrafos e headings*/
P {
	margin: 5px 0 5px 0;
}

h1 {
	font-size: 1.3em;
	margin: 5px 0 8px 0;
}

h2 {
	font-size: 1.25em;
	margin: 10px 0 8px 0;
}

h3 {
	font-size: 1.1em;
	margin: 5px 0 8px 0;
}

h4 {
	font-size: 1.05em;
	margin: 5px 0 8px 0;
}
/*links*/
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #000;
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/*alinhamentos*/
.aL {
	text-align: left !important;
}

.aR {
	text-align: right !important;
}

.aC {
	text-align: center !important;
}

.floatLeft {
	float: left !important;
}

.floatRight {
	float: right !important;
}
/*INPUTS*/
select {
	padding: 1px;
	font-size: .965em;
}

	select.multiSelect {
		background: #F5F5F5;
		font-size: 1em;
		font-family: inherit;
		border: 2px inset #eee;
	}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: .965em;
	height: 25px;
}

input[type="radio"] {
	border: none;
	margin: 2px;
	padding: 0;
}

input[type="check"] {
	border: none;
	padding: 0;
	margin: 2px;
}

input[type="password"] {
	font-family: "Times New Roman", Times, serif;
	font-size: .955em;
	background: #F5F5F5;
	padding: 2px;
}

input[type=text] {
	font-size: .955em;
	background: #F5F5F5;
	padding: 2px;
}

	input[type=text][disabled]
	, textarea[disabled] {
		font-size: .955em;
		background: #e9e9e9;
		color: #888;
	}
	/* acertar font e cores*/
	input[type=text][readonly] {
		font-size: .955em;
		background: #F5F5F5;
	}
/* acertar font e cores*/
textarea {
	background: #F5F5F5;
	font-size: .955em;
	font-family: inherit;
	border: 2px inset #eee;
}

input.b {
	font-weight: bold;
}
/*Labels*/
.lbl,
.inline,
.inlineb {
}

.lblb {
	font-weight: bold;
}

div.nota,
div.notaB {
	display: block;
	margin: 5px 0 5px 0;
}

.notaB {
	font-size: .885em;
	font-weight: bold;
}

.nota {
	font-size: .885em;
}

.notaB {
	font-size: .885em;
	font-weight: bold;
}

td span.nota {
	font-size: .885em;
	margin-bottom: 3px;
}

td span.notaB {
	font-size: .885em;
	font-weight: bold;
	margin-bottom: 3px;
}

td.vTop {
	vertical-align: top;
}
/*Tabela Estrutura de Formulários*/
table.tblForm {
	border-collapse: collapse;
}

	table.tblForm td {
		padding: 5px 10px 4px 0;
		border-bottom: 1px solid #dcdcdc;
		vertical-align: top;
		line-height: 28px;
	}

	table.tblForm td.ps2 {
		line-height: 18px;
	}
	
		table.tblForm td input[type="radio"] {
			border: none;
			margin: 0px;
			padding: 0;
			margin-right: 10px;
			margin-left: -2px;
		}

		table.tblForm td input[type="check"],
		table.tblForm td input[type="checkbox"] {
			border: none;
			margin: 0px;
			padding: 0;
			margin-right: 10px;
		}

	table.tblForm tr.noLine td {
		border: none;
		padding-bottom: 0px;
		padding-top: 5px;
	}

	table.tblForm td img {
		vertical-align: middle;
		padding-left: 2px;
		margin-top: -3px;
		border: 0px;
	}

	table.tblForm td span {
		display: inline-block;
		padding-top: 5px;
	}

	table.tblForm td.indent {
		padding-left: 28px;
	}

	table.tblForm td span.nota {
		line-height: 17px;
		padding-top: 0px;
	}

	table.tblForm td span.wStd {
		width: 250px;
	}

/*Tabela Estrutura de detalhe*/
table.tblDetail {
	border-collapse: collapse;
}

	table.tblDetail td {
		padding: 4px 35px 4px 0;
	}

	table.tblDetail tr.pLine td {
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 2px;
	}

	table.tblDetail td img {
		padding-bottom: 2px;
		vertical-align: middle;
	}

	table.tblDetail td span {
		display: inline-block;
	}

	table.tblDetail h4 {
		font-size: 1.15em;
		margin: 0 0 0 0;
	}

/*Button Container*/
div.btnCnt {
	display: block;
	margin: 15px 0 0px 0;
}

table.tblStd div.btnCnt {
	display: block;
	margin: 3px 5px 0 0;
}

div.btnCnt input {
	margin: 0 7px 0 0;
}

div.btnCnt:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

div.subSection div.btnCnt {
	width: 100%;
	margin: 15px 0 5px 0;
}

/*TABELAS*/
/*No Wrap*/
table td.quebra,
table th.quebra {
	white-space: normal !important;
}

table td.nowrap,
table th.nowrap {
	white-space: nowrap !important;
}

th, td {
}

/*Tabela Comum*/
table.tblStd {
	border-collapse: collapse;
	border: 1px solid #999999;
	width: 100%;
	background-color: #fff;
	margin-top: 15px;
}

	table.tblStd td:last-child {
		border-right: 1px solid #999999;
	}

	table.tblStd td:first-child {
		border-left: 1px solid #999999;
	}

	table.tblStd tr:last-child td {
		border-bottom: 1px solid #999999;
	}

	table.tblStd th,
	table.tblStd td,
	table.tblForm table.tblStd th,
	table.tblForm table.tblStd td {
		border-right: 1px solid #999999;
		vertical-align: top;
		white-space: nowrap;
		padding: 6px 10px;
	}

table.tblForm table.tblStd th,
table.tblForm table.tblStd td {
	vertical-align: middle;
}

table.tblForm table.tblStd {
	margin: 5px 0;
}

table.tblStd .tblTit {
	border-collapse: collapse;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 100%;
	background-color: #fff;
	margin-top: 15px;
}

	table.tblStd .tblTit TD {
		border-bottom: 1px solid #999999;
		border-top: 1px solid #999999;
		font-weight: bold;
	}

	table.tblStd .tblTit span {
		font-weight: normal;
	}

table.tblStd .tblFoot td {
	border: 0px;
	border-top: 1px solid #999;
	background: #f5f5f5;
}

table.tblStd .tblTit TH.titCheck {
	width: 20px;
}

table.tblStd .tblFoot td input {
	margin-right: 5px;
}

table.tblStd thead th,
table.tblStd thead td {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	font-weight: normal;
	background: #fff;
	/*padding: 2px 6px 2px 9px;*/
	text-align: left;
	empty-cells: hide; 
	/*color:#028C46;*/
}

table.tblStd th {
	font-weight: normal;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #fff;
	/*padding: 2px 6px 2px 9px;*/
	text-align: left;
	text-transform: uppercase;
}

table.tblStd td {
	/*border-bottom:1px solid #f3f3f3;*/
	/*padding: 3px 6px 4px 10px;*/
}

	/*table.tblStd th a:link
	, table.tblStd th a:visited {
	color: #028c46;
	text-decoration:underline;
	}*/

table.tblStd th img {
	padding-right: 3px;
}

table.tblStd td.chk,
table.tblStd th.chk {
	width: 16px;
	vertical-align: top;
	text-align: left;
	padding: 1px;
}

table.tblStd td input[type="radio"] {
	border: none;
	padding: 0;
	margin: 0px 5px 1px -2px;
	vertical-align: middle;
}

table.tblStd sup {
	font-size: .75em;
	vertical-align: top;
}

table.tblStd sub {
	font-size: .75em;
	vertical-align: bottom;
}

table.tblStd tr.alt TD {
	background-color: #f5f5f5;
}

table.tblStd td.noLine {
	border-top: 1px solid #999;
}
/* tblStd dentro de td de tblStd*/
table.tblStd td table.tblStd {
	margin-top: 0;
}

	table.tblStd td table.tblStd tr td {
		background-color: #fff;
	}

	table.tblStd td table.tblStd tr.alt td {
		background-color: whiteSmoke;
	}

table.tblStd tr:last-child td {
	border-bottom: none;
}
/* END CLASSES para tblStd dentro de td de tblStd*/

/*Controlos  em Tabelas*/
td.tdCombo {
	margin: 0px;
	padding: 0px;
}

	td.tdCombo select {
		margin: -1px;
		font-size: .98em;
	}

td.tdInput {
	margin: 0px;
	padding: 0px;
}

	td.tdInput input[type="text"] {
		margin: 0px;
		font-size: .98em;
		padding: 1px;
	}

	td.tdInput input[type="password"] {
		margin: 0px;
		font-size: .98em;
		padding: 1px;
	}

	td.tdInput input.txt {
		text-align: left;
		width: 200px;
	}

/*Tabela de Layout*/
.tableLayout {
	width: 100%;
}

	.tableLayout td {
		vertical-align: top;
	}

/*totais*/
tr.totals td.empty {
	border: 1px solid #999;
	border-top: 1px solid #999;
	background: #fff;
	text-align: left;
}

tr.totals td {
	border-bottom: #999 1px solid;
	text-align: right;
	border-left: #999 1px solid;
	background-color: #c0ddd9;
	white-space: nowrap;
	border-top: #999 1px solid;
	font-weight: bold;
	border-right: #999 1px solid;
}

/*td icon 15*/
td.icon {
	width: 15px;
	padding: none;
	margin: none;
}

/* Valores Positivos e Negativos demarcados em tabelas*/
td.plus {
	COLOR: #0000ff;
}

td.minus {
	COLOR: #ff0000;
}

/* Tamanhos Standard em pixeis
-------------------------------------------------------------------*/
.wAuto input,
.wAuto select {
	width: auto !IMPORTANT;
}

/*Tamanho campos montante*/
.wMont input {
	width: 227px !important;
}

.wMont select {
	width: 235px !important;
}
/*label EUR*/
.wMont span {
	margin-left: 2px;
}

/*Tamanho campos montante*/
input.wNib1 {
	width: 40px !important;
}
/*4 caracteres*/
input.wNib2 {
	width: 97px !important;
}
/*11 caracteres*/
input.wNib3 {
	width: 23px !important;
}
/*2 caracteres*/

/*tamanho standard 250px*/
.wStd input {
	width: 250px;
}

.wStd textarea {
	width: 250px;
}

.wStd select {
	width: 258px;
}

span.wStd {
	width: 250px;
	margin-top: -5px;
}
/*Obriga wrap das notas ao tamanho dos campos*/

/*tamanho campos contas BES*/
.wCBes input {
	width: 70px;
}
/*Campos conta BES*/

/*Tamanho campos Telefone*/
input.wTel {
	width: 100px !important;
}
/*12 caracteres*/
input.wCodPais {
	width: 40px !important;
}
/*4 caracteres*/

/*Botões Grandes*/
input.wBtnL {
	width: 140px !important;
}

/*Tamanho Datas*/
input.wData1 {
	width: 17px !important;
}
/*2 caracteres*/
input.wData2 {
	width: 32px !important;
}
/*4 caracteres*/

/*Tamanho Entre-Montante*/
input.wEntreMontante {
	width: 100px !important;
}
/*17 caracteres*/


/* BULLET LISTS
-------------------------------------------------------------------*/
UL.PB LI {
	background: url(../Resources/arrow_front_link.gif) no-repeat 0 0.9em !important;
	padding: 0px 0px 0px 15px;
}

UL.PB {
	margin: 0px 0px 0px 15px;
}

UL.bulletList LI {
	background: url(../Resources/arrow_front_link.gif) no-repeat 0 .3em;
	padding: 0px 0px 5px 15px;
}

UL.bulletList {
	margin: 5px 0 5px 0;
}

/* DESAFIOS
============================================================================= */
/* MATRIZ */
.bg_card {
	width: 396px;
	height: 220px;
	background: #cccccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	margin: 10px 0 0 0;
	moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}

	.bg_card td {
		vertical-align: top;
		text-align: left;
	}

	.bg_card table {
		/*	background:url(../Resources/matriz/back_mat.gif) no-repeat;	*/
		width: 392px;
		height: 218px;
		border-collapse: collapse;
		margin: 2px 2px 2px 2px;
		padding: 0;
		moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	}


		.bg_card table tr:first-child td:first-child {
			-webkit-border-top-left-radius: 5px;
			-khtml-border-radius-topleft: 5px;
			-moz-border-radius-topleft: 5px;
			border-top-left-radius: 5px;
			background: #00a36e;
		}

		.bg_card table tr:first-child td:last-child {
			-webkit-border-top-right-radius: 5px;
			-khtml-border-radius-topright: 5px;
			-moz-border-radius-topright: 5px;
			border-top-right-radius: 5px;
		}

		.bg_card table tr:last-child td:first-child {
			-webkit-border-bottom-left-radius: 5px;
			-khtml-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomleft: 5px;
			border-bottom-left-radius: 5px;
		}

		.bg_card table tr:last-child td:last-child {
			-webkit-border-bottom-right-radius: 5px;
			-khtml-border-radius-bottomright: 5px;
			-moz-border-radius-bottomright: 5px;
			border-bottom-right-radius: 5px;
		}


		.bg_card table td {
			width: 46px;
			border: 1px solid #666666;
			border-right: 0;
			border-bottom: 0;
			text-align: center;
			background: #fff url(../Resources/matriz/bg_table_3digits_empty.gif) no-repeat top left;
		}

			.bg_card table td.card_on {
				background: #026f65;
				padding-top: 2px;
			}

			.bg_card table td.card_ok {
				background: transparent url(../Resources/matriz/OK.gif) no-repeat center;
			}

			.bg_card table td.card_tit_select {
				background-color: #026f65 !important;
				color: #fff !important;
			}

			.bg_card table td:first-child {
				height: 23px;
				width: 32px;
				color: #878279;
				font-size: 1.2em;
				font-weight: bold;
				background: none;
				border-left: 0;
				vertical-align: middle;
			}

		.bg_card table tr:first-child td {
			height: 24px;
			color: #fff;
			font-size: 1.2em;
			font-weight: bold;
			background: none;
			border-top: 0;
			vertical-align: middle;
		}

		.bg_card table tr td.card_tit {
			background: #00a36e;
			color: #fff;
		}

	.bg_card td.lastTd {
		border-right: 0;
	}

	.bg_card tr.lastTr td {
		border-bottom: 0;
	}

td.msgMatriz {
	vertical-align: top;
	padding: 7px;
	padding-left: 15px;
}

/*PIN*/
.pin {
	width: 396px;
	height: 100px;
	border-collapse: separate;
	margin: 0;
	padding: 0;
	margin: 10px 0 0 0;
	moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #f5f5f5;
}

.box .pin {
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 10px;
}

.letras {
	width: 415px;
	height: 168px;
	moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #f5f5f5;
	padding: 5px 10px !important;
}

.pin td {
	text-align: center;
	vertical-align: middle;
}

	.pin td table {
		margin-left: auto;
		margin-right: auto;
	}

		.pin td table td {
		}

.pinBtn {
	border-collapse: separate;
	border-spacing: 4px;
	margin-top: 10px;
}

.box .pinBtn {
	border-collapse: separate !important;
	border-spacing: 2px !important;
}

.pinBtn td {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	/*border:1px solid #999;*/
	width: 34px;
	height: 32px;
	cursor: pointer;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.PB0 {
	background-color: #d8f0e3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.PB1 {
	background-color: #72e297;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.PB2 {
	background-color: #14c773;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.PB3 {
	background-color: #00a366;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.PB4 {
	background-color: #008f6e;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.PB5 {
	background-color: #007159;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.PB6 {
	background-color: #005749;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.pin td.cursor {
	height: 18px;
	width: 13px;
	cursor: pointer;
	/*border:1px solid #777;*/
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.box .pin table {
	border-collapse: separate !important;
	border-spacing: 2px !important;
}

/*Erros*/
.loadError {
	background: url('/web/Resources/error_load.png') 50% 0 no-repeat;
	text-align: center;
	width: 70%;
	padding-top: 25px;
	margin: 10px auto 10px auto;
	font-size: .9em;
	color: #000;
}

/* MENSAGENS*/
.message {
	display: block;
	padding: 2px 15px 5px 35px;
	margin: 15px 0 0px 0;
}

#P2 .message {
	display: block;
	padding: 5px 15px 0px 35px;
	margin: 0;
}

.error {
	border: 2px solid #FF5A00;
	background: #fff url(/web/Resources/ic_alert_message.png) no-repeat 6px .4em;
}

.errorSimple {
	border: 0px;
	background: #fff url(../Resources/ic_alert_message.png) no-repeat 6px .4em;
}

.success {
	border: 1px solid #a8c225;
	background: #f0f6d1 url(/web/Resources/ic_success_message.png) no-repeat 7px .4em;
}

.successSimple {
	border: 0px;
	background: #fff url(/web/Resources/ic_warning_message.png) no-repeat 7px .4em;
}
.warning {
	border: 2px solid #028c46;
	background: #fff url(/web/Resources/ic_warning_message.png) no-repeat 7px .4em;
}

.hiddenError {
	display: none;
}

/*logout*/
.subSectionH div.tit {
	padding: 0 0 0 15px;
	border: 1px solid #ccc;
}

	.subSectionH div.tit h3 {
		display: inline-block;
		vertical-align: top;
		margin-top: 7px;
		margin-bottom: 5px;
	}

.subSectionH div.box {
	border: 1px solid #ccc;
	padding: 13px;
	border-top: none;
	background: #efefef;
}

	.subSectionH div.box p {
		margin: 0px 0px 15px 0px;
	}

/*CLASSES ESPECÍFICAS CONTEÚDOS*/
.roundC {
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.posRel {
	position: relative;
}

div.Cols {
	clear: both;
}

	div.Cols h2 {
		font-size: 1.2em;
		font-weight: normal;
		margin-bottom: 12px;
		padding-left: 2px;
	}

		div.Cols h2.green {
			color: #9f8958;
		}

div.Col3 .subSection {
	margin: 5px auto 15px;
	padding: 5px 0 0 13px;
}

	div.Col3 .subSection > * {
		margin-right: 15px;
	}

div.Col3 .block_1 {
	float: left;
	width: 32%;
}

div.Col3 .block_2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

div.Col3 .block_3 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

div.Col2 .block_1 {
	width: 150px;
	float: left;
	margin: 10px 0 5px 0px;
}

div.Col2 .block_2 {
	margin: auto 0 15px 165px;
	padding: 5px 0 0 0;
}

div.Col2 .verMais {
	position: absolute;
	right: 15px;
	bottom: 5px;
	margin: 15px 0px 0px 0px;
}

	div.Col2 .verMais ul {
		margin: 0px 0 2px 0;
		font-size: 1.2em;
	}

		div.Col2 .verMais ul li {
			display: block;
			width: 110px;
		}

			div.Col2 .verMais ul li a {
				font-size: .8em;
				background: url(../Resources/order_now.png) 0 -1px no-repeat;
				display: block;
				height: 21px;
				width: 110px;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
				padding: 0 0 0 15px;
			}

				div.Col2 .verMais ul li a:hover {
					background-position: 0 -22px;
				}

div.Col2 .block_2 UL.bulletList {
	margin: 15px auto;
}

.cButton > a.button:link, .cButton > a.button:visited {
	height: 20px;
}

a.button:link, a.button:visited {
	border-radius: 1em 1em 1em 1em;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	height: 18px;
	padding: 0.15em 0.8em 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin-top: 1px;
}

.button_light {
	background: none repeat scroll 0 0 #00a36e;
}

	.button_light:hover {
		background: none repeat scroll 0 0 #a59461;
	}

.btnEnvioVoz {
	background: #00a36e url(/web/Resources/sound_high.png) no-repeat 10px 5px;
	padding: 5px;
	padding-left: 35px;
	width: 190px;
	height: 28px !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color: #fff;
	border: 0px;
	cursor: pointer;
	margin: 5px 0;
}

/*NEW Teresa Tavares Maio 2013*/
.readDisclaimer {
	background: #def2e7;
	border: 1px solid #bbccc3;
	border-width: 0 1px 1px 0;
}

/*Passos*/
.passos {
	font-size: .9em;
	color: #666;
}

	.passos .active {
		font-size: 1.5em;
		color: #00a26e;
		font-weight: bold;
	}

/*detalhe BN negocios*/


table.tblDetail2 {
	vertical-align: top;
	float: left;
	margin-bottom: 15px;
}

	table.tblDetail2:last-child {
		margin-right: 0px !important;
	}

	table.tblDetail2 th {
		padding: 15px 10px 5px;
		color: #333333;
		text-align: left;
		text-transform: uppercase;
		border-bottom: 1px solid #aeaeae;
	}

	table.tblDetail2 td {
		padding: 5px 10px;
		color: #666;
		border-bottom: 1px solid #eaeaea; /*	background:#f9f9f9 */
	}

	table.tblDetail2 tr:last-child td {
		border-bottom: 0;
	}

	table.tblDetail2 tr:first-child td {
		border-top: 0;
	}

	table.tblDetail2 td:first-child {
		color: #333;
	}

	table.tblDetail2 tr.noLine td {
		border: 0;
	}

	table.tblDetail2 .hidden {
		display: none;
	}

	table.tblDetail2 td.hidden {
		background: #f5faf7;
	}

	table.tblDetail2 .tblStd {
		margin: 0;
	}

		table.tblDetail2 .tblStd th {
			padding: 5px;
			border: 1px solid #999;
		}

		table.tblDetail2 .tblStd td {
			border: 1px solid #999;
			border: 0;
			border-right: 1px solid #999;
		}

.clearBoth {
	clear: both;
}

.w45pc {
	width: 48%;
}

/*Expandir Detalhe*/
.vermaisDetalhe {
	float: right;
	clear: both;
}

	.vermaisDetalhe a.verMais {
		color: #0aa486;
		text-decoration: none;
		padding-right: 15px;
		background: url(../Resources/ic_verMaisOn.png) no-repeat 100% 7px;
	}

		.vermaisDetalhe a.verMais:hover {
			background: url(../Resources/ic_verMais.png) no-repeat 100% 7px;
			text-decoration: underline;
			color: #333;
		}

	.vermaisDetalhe a.verMenos {
		background: url(../Resources/ic_verMenosOn.png) no-repeat 100% 5px;
	}

		.vermaisDetalhe a.verMenos:hover {
			background: url(../Resources/ic_verMenos.png) no-repeat 100% 5px;
			text-decoration: underline;
			color: #333;
		}

/*Assinatura Electronica*/
.Assinatura .ass_tit, .Assinatura .ass_titAss {
	font-weight: bold;
	padding-bottom: 8px;
}

.Assinatura .ass_sav {
	width: 22px;
	height: 16px;
	background: url(../Resources/ic_signSprite.png) no-repeat 0 -59px;
}

.Assinatura .ass_dig {
	width: 22px;
	height: 16px;
	background: url(../Resources/ic_signSprite.png) no-repeat 0 -31px;
}

.Assinatura .ass_digtxt {
	width: 22px;
	height: 16px;
	background: url(../Resources/ic_signSprite.png) no-repeat 0 -1px;
}

.ass_sav div, .ass_dig div, .ass_digtxt div {
	width: 22px;
	height: 22px;
	cursor: pointer;
}

/*Impressões*/
.bodyPrint {
}

	.bodyPrint ul.printULList {
		list-style: disc;
		margin-left: 20px;
		margin-bottom: 10px;
	}

	.bodyPrint ol.printOLList {
		list-style: decimal;
		margin-left: 20px;
	}

		.bodyPrint ol.printOLList li {
			margin-bottom: 20px;
		}

	.bodyPrint p {
		margin-top: 5px;
		margin-bottom: 10px;
		page-break-inside: avoid;
	}

	.bodyPrint ol.printOLList ol {
		list-style: lower-alpha;
		margin: 0 0 0 20px;
	}

#header {
	height: 76px;
}

	#header #logotipo {
		float: left;
		margin-top: 10px;
		width: 300px;
		height: 57px;
		margin-left: 10px;
		background: url(/web/Resources/Login/logo.png) no-repeat;
	}

.lblContasMsg  { margin: 3px 0;}
.conta
{
	color:#999;
}

/* NOVO LOGIN/LOGOUT 
============================================================================= */
@media (min-width:768px) {

	.containerLogin {
		width: 750px;
	}

	.containerLogout {
		width: 750px;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-6,
	.col-sm-12 {
		float: left;
	}

	.login-content {
		margin-bottom: 20px;
	}

	.sidebarLogin {
		margin-top: -60px;
	}

	.sidebarLogout {
		margin-top: 0px;
	}
}

@media (min-width:992px) {

	.containerLogin {
		width: 970px;
	}

	.containerLogout {
		width: 970px;
	}

	.col-md-3,
	.col-md-9 {
		float: left;
	}

	.col-md-3 {
		display: block;
		width: 25%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.nblogin-input {
		width: 100%;
	}

	.nblogin-text {
		margin-left: -100%;
		width: auto;
	}


	.sidebarLogin {
		margin-top: 100px;
	}

	.sidebarLogout {
		margin-top: 0px;
	}
}

/** Assim deixa de ser responsive**/
@media (min-width: 1085px) {

	.containerLogout {
		width: 1170px;
	}
}

@media (min-width:1200px) {

	.containerLogin {
		width: 1170px;
	}

	.containerLogout {
		width: 1170px;
	}
}

@media (max-width:767px) {

	.generic-headerLogin li {
		margin-top: 15px;
		margin-left: 0;
	}

		.generic-headerLogin li:first-child {
			margin-top: 0;
		}

	.sidebarLogin {
		margin-top: -60px;
	}

	.sidebarLogout {
		margin-top: 0px;
	}

	.login-content {
		margin-bottom: 20px;
	}

	label.nblogin-input {
		width: 100%;
	}

	div.nblogin-input {
		width: 100%;
	}
}

.containerLogin,
.containerLogout {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.containerLogin *,
	.containerLogin *:before,
	.containerLogin *:after,
	.containerLogout *,
	.containerLogout *:before,
	.containerLogout *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

.containerLogin,
.containerLogout {
	display: block;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	color: #616469;
}

	.containerLogin:before,
	.containerLogin:after,
	.containerLogout:before,
	.containerLogout:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}

	.containerLogin:after,
	.containerLogout:after {
		clear: both;
	}

.rowLogin {
	display: block;
}

.rowLogin {
	margin-left: -15px;
	margin-right: -15px;
}

	.rowLogin:before,
	.rowLogin:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}

	.rowLogin:after {
		clear: both;
	}

.col-sm-6,
.col-md-3,
.col-md-9,
.col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-md-3 {
	display: block;
}

.col-md-9 {
	display: block;
}

.contentColLogin {
	padding-bottom: 40px;
	margin-bottom: 40px;
}

/** Generic Header */
.generic-headerLogin h1 {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 300;
	color: #616469;
}

.generic-headerLogin {
	display: block;
	margin-bottom: 20px;
}

	.generic-headerLogin ul {
		padding-left: 0;
	}

	.generic-headerLogin li {
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
		list-style-type: none;
	}

		.generic-headerLogin li:first-child {
			margin-left: 0;
		}

		.generic-headerLogin li:last-child {
			margin-right: 0;
		}

.login-content {
	display: block;
}

.pin-keyboard fieldset {
	color: #616469;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	font-weight: 300;
	margin: 0 auto 15px;
}

.pin-keyboard {
	float: right;
	position: relative;
	left: -50%; /* or right 50% */
	text-align: center;
}

	.pin-keyboard > .pin-numbers, .pin-keyboard > .pin-privacy {
		position: relative;
		left: 50%;
		max-width: 226px;
	}

.pin-privacy span {
	font-family: "Open Sans","Helvetica","Arial",sans-serif;
	font-size: 16px;
	line-height: 1.42857;
}

.pin-privacy {
	margin-top: 15px;
}

.clbth {
	clear: both;
}

.btn.btn-numberPin {
	background-color: #c4dc3d;
	color: #ffffff;
	width: 70px;
	height: 70px;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	margin: 2px 2px;
	-webkit-appearance: button;
	cursor: pointer;
	border: 0 none;
	transition: all 0.35s ease 0s;
	vertical-align: middle;
}

	.btn.btn-numberPin:hover,
	.btn.btn-numberPin:active {
		background-color: #9ba1a1;
		color: #ffffff;
		outline: 0;
		border: 0 none;
	}

	.btn.btn-numberPin:focus {
		outline: 0;
		border: 0 none;
	}

	.btn.btn-numberPin.touch:hover {
		background-color: #c4dc3d;
		color: #ffffff;
		outline: 0;
		border: 0 none;
	}

.btn.btn-clear,
.btn.btn-back {
	background: none;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	font-weight: 400;
	width: auto;
	height: auto;
	cursor: pointer;
	border: 0 none;
	color: #9ba1a1;
	display: inline-block;
	outline-style: none;
	position: relative;
	text-align: center;
	transition: all 0.35s ease 0s;
}

.btn.btn-clear {
	padding: 0px 15px 11px;
}

.btn.btn-back {
	padding: 40px 0px 0px;
}

	.btn.btn-clear:before,
	.btn.btn-back:before {
		content: " ";
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.btn.btn-clear:hover,
	.btn.btn-clear:focus,
	.btn.btn-back:hover,
	.btn.btn-back:focus {
		color: #333333;
	}

.btn.btn-clear {
	background: url(/web/Resources/Login/icons.png) no-repeat -149px -61px;
	height: 20px;
	margin-left: 18px;
	margin-top: 15px;
	line-height: 15px;
}

.btn.btn-back:before {
	background-image: url(/web/Resources/Login/icon_arrow_left.png);
	width: 15px;
	height: 22px;
}

.rowLoginContent {
	margin-left: -15px;
	margin-right: -15px;
}

	.rowLoginContent:before,
	.rowLoginContent:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}

	.rowLoginContent:after {
		clear: both;
	}


.gray-bg {
	background-color: #f2f3f3;
}

.login-form {
	padding-top: 60px;
	padding-bottom: 20px;
}

	.login-form fieldset {
		border: 0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}

	.login-form input[type='text']#nb-login + .btn-clear {
		display: inline-block;
	}

	.login-form .btn-clear {
		display: inline-block;
		vertical-align: top;
	}

	.login-form ul {
		clear: both;
		list-style: none;
		margin: 0;
		padding: 25px 0 0;
		color: #616469;
	}

	.login-form li {
		margin-bottom: 5px;
	}

	.login-form a {
		color: #616469;
	}

		.login-form a:hover {
			border-bottom: 1px solid #616469;
		}

.nblogin-title {
	display: block;
	clear: both;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	line-height: 1.428571429;
	font-weight: 700;
	padding-bottom: 15px;
	color: #616469;
	text-transform: none;
}

.nblogin-input {
	display: inline-block;
	clear: both;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 30px;
	font-weight: 700;
	width: 68%;
	height: 50px;
	background-color: #f2f3f3;
	color: #616469;
	border: 1px solid #cdd0d0;
	padding: 14px 0px 10px 10px;
	outline: medium none;
	margin-bottom: 10px;
}

	.nblogin-input.gray-bg {
		background-color: #f2f3f3;
	}

	.nblogin-input.white-bg {
		background-color: #ffffff;
	}

	.nblogin-input.green-pin {
		color: #c4dc3d;
		padding-top: 20px;
	}

table.nblogin-pincodigo td.pincodigo {
	font-size: 60px;
	padding-top: 5px;
}

.nblogin-list {
	font-family: "Open Sans","Helvetica","Arial",sans-serif;
	font-size: 16px;
	line-height: 1.42857;
}

	.nblogin-list strong {
		font-family: "Open Sans","Helvetica","Arial",sans-serif;
		font-size: inherit;
		font-weight: 700;
		line-height: 1.42857;
	}

/** Error Message */
.nblogin-message {
	background-color: #f2f3f3;
	font-family: "Open Sans","Helvetica","Arial",sans-serif;
	line-height: 1.42857;
}

	.nblogin-message div.error {
		display: block;
		background-image: url(/web/Resources/Login/circle-fail.png);
		border: 0 none;
		background-color: #f2f3f3;
	}

	.nblogin-message div.message {
		margin-top: -15px;
		padding-bottom: 10px;
	}

		.nblogin-message div.message.error:before {
			clear: none;
			float: left;
			margin-right: 15px;
			content: "";
			display: block;
			margin: 0 auto;
		}

		.nblogin-message div.message.error p {
			text-align: left;
			color: #f77261;
			margin-left: 35px;
			font-size: 20px;
			text-transform: uppercase;
			font-weight: 700;
			word-wrap: break-word;
			height: 52px;
			vertical-align: middle;
			padding-left: 35px;
			display: table-cell;
		}

	.nblogin-message p {
		font-family: "Open Sans","Helvetica","Arial",sans-serif;
		font-weight: 300;
		line-height: 1.5;
	}

	.nblogin-message a.loginLink,
	.nblogin-message a.loginLink:visited {
		color: #c4dc3d;
		text-decoration: none;
		vertical-align: baseline;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		cursor: pointer;
	}

	.nblogin-message a:active,
	.nblogin-message a:hover,
	.nblogin-message a:focus {
		outline: 0;
		color: #616469;
		text-decoration: none;
	}

.nblogin-text {
	margin-top: 15px;
	padding-bottom: 40px;
}

.containerLogin a.loginLink,
.containerLogin a.loginLink:visited,
.containerLogout a.loginLink,
.containerLogout a.loginLink:visited {
	color: #c4dc3d;
	text-decoration: none;
	vertical-align: baseline;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	cursor: pointer;
}

	.containerLogin a.loginLink:active,
	.containerLogin a.loginLink:hover,
	.containerLogin a.loginLink:focus,
	.containerLogout a.loginLink:active,
	.containerLogout a.loginLink:hover,
	.containerLogout a.loginLink:focus {
		outline: 0;
		color: #616469;
		text-decoration: none;
	}

/** Sidebar */
.sidebarLogin,
.sidebarLogout {
	display: block;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

	.sidebarLogin section,
	.sidebarLogout section {
		float: left;
		width: 100%;
		margin-bottom: 35px;
	}

	.sidebarLogin .title,
	.sidebarLogout .title {
		margin-bottom: 25px;
	}

		.sidebarLogin .title p,
		.sidebarLogout .title p {
			font-size: 16px;
			line-height: 1;
		}

		.sidebarLogin .title button,
		.sidebarLogout .title button {
			line-height: 26px;
		}

	.sidebarLogin h2,
	.sidebarLogout h2 {
		margin-bottom: 10px;
		font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
		font-size: 30px;
		line-height: 1.428571429;
		font-weight: 700;
		color: #616469;
	}

	.sidebarLogin h3,
	.sidebarLogout h3 {
		font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
		font-size: 20px;
		line-height: 1;
		font-weight: 700;
		color: #616469;
	}

	.sidebarLogin p,
	.sidebarLogout p {
		font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
		font-size: 12px;
		line-height: 1.428571429;
		font-weight: 300;
		color: #616469;
	}

	.sidebarLogin li,
	.sidebarLogout li {
		list-style-type: none;
	}

		.sidebarLogin li a,
		.sidebarLogout li a {
			float: none;
			padding: 5px;
		}

/** Regular List */
.regular-listLogin {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.regular-listLogin ul {
		list-style: none;
	}

	.regular-listLogin > li {
		position: relative;
		margin: 5px 0 0;
		padding-left: 15px;
	}

		.regular-listLogin > li:before {
			content: '\2022';
			font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
			font-size: 16px;
			line-height: 1.428571429;
			font-weight: 700;
			color: #616469;
			position: absolute;
			top: 0;
			left: 0;
		}

/** Security */

.securityLogin ul {
	margin-bottom: 30px;
}

.securityLogin li,
.securityLogin p {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	font-weight: 300 !important;
	color: #616469;
}

/** Circles */

.circleLogin {
	display: block;
	width: 52px;
	height: 52px;
	margin-right: 10px; /* =Icons Vantagens */
}

	.circleLogin.circle-lock {
		background-image: url(/web/Resources/Login/icons.png);
		background-position: 0px -52px;
		width: 52px;
		height: 52px;
	}
