﻿@font-face{font-family:"NovoBancoText";font-style:normal;font-weight:300;src:url(./NovobancoText-Light.woff) format("woff")}
@font-face{font-family:"NovoBancoText";font-style:italic;font-weight:300;src:url(./NovobancoText-LightItalic.woff) format("woff")}
@font-face{font-family:"NovoBancoText";font-style:normal;font-weight:400;src:url(./NovobancoText-Book.woff) format("woff")}
@font-face{font-family:"NovoBancoText";font-style:italic;font-weight:400;src:url(./NovobancoText-BookItalic.woff) format("woff")}
@font-face{font-family:"NovoBancoText";font-style:normal;font-weight:500;src:url(./NovobancoText-Medium.woff) format("woff")}
@font-face{font-family:"NovoBancoText";font-style:italic;font-weight:500;src:url(./NovobancoText-MediumItalic.woff) format("woff")}
@font-face{font-family:"NovoBancoText";font-style:normal;font-weight:700;src:url(./NovobancoText-Bold.woff) format("woff")}
@font-face{font-family:"NovoBancoText";font-style:italic;font-weight:700;src:url(./NovobancoText-BoldItalic.woff) format("woff")}
/* 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%;
  font-family: "NovoBancoText", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #222222;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
sup {
  font-size: .55em;
  vertical-align: top;
}
sub {
  font-size: .55em;
  vertical-align: bottom;
}

#PAGINA {
  padding: 0 24px 16px 0;
  font-size: .85em;
}

#PAGINA .subSection {
  display: block;
  clear: both;
  margin: 0 0 16px 0;
}

#Loader {
  margin: 15px 15px 15px 15px;
  text-align: center;
  color: #54616c;
  font-size: .75em;
  border: none;
  height: 405px;
  padding-top: 50px;
}
select, input[type=text], textarea {
  font-family: "NovoBancoText", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 16px 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: #222222;
  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 1808b94 */
  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;
}
.aR {
  text-align: right;
}
.aC {
  text-align: center;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
/*INPUTS*/
select {
  font-family: "NovoBancoText",apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
  padding: 0 6px;
  font-size: 1.005em;
  min-height: 36px;
  border-radius: 6px;
  border: 1px solid #222222;
}

input[type="button"], input[type="reset"], input[type="submit"] {
height: 44px;
margin-bottom: 6px;
margin-right: 12px;
background-color: transparent;
cursor: pointer;
font-family: "NovoBancoText",apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
font-size: 14px;
font-weight: bold;
color: #009f98;
padding: 0 24px;
border-radius: 6px;
border-width: 2px;
border-style: solid;
border-color: #009f98;
outline: 0;
}

input[type="button"].b, input[type="submit"].b {
background-color: #009f98;
color: #ffffff;
}

input[type="button"]:hover, input[type="button"]:active, input[type="submit"]:hover, input[type="submit"]:active {
background-color: #00b9b2;
color: #ffffff;
border-color: #00b9b2;
}

input[type="radio"] {
  border: none;
  margin: 2px;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  filter:grayscale(1);
  filter:hue-rotate(-40deg);
}

input[type="check"] {
  border: none;
  padding: 0;
  margin: 2px;
}

input[type="password"] {
  font-family: "Times New Roman",Times,serif;
  font-size: .955em;
  background: #edf4f5;
  padding: 0px 6px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #222222;
  background-color: #ffffff;
}

input[type=text] {
    padding: 0 6px;
    margin: 0 4px 0 0;
    outline: 0;
    resize: none;
    border-radius: 6px;
    border: 1px solid #222222;
    background-color: #ffffff;
    height: 34px;
}

input[type=text][disabled] {
  background: #edf4f5;
}
/* acertar font e cores*/
input[type=text][readonly] {
  background: #edf4f5;
}
/* acertar font e cores*/
textarea {
    padding: 3px 6px;
    margin: 0;
    outline: 0;
    resize: none;
    border-radius: 6px;
    border: 1px solid #222222;
    background-color: #ffffff;
}
input.b {
  font-weight: bold;
}

/*Labels*/
.lblb {
  font-weight: bold;
}
div.nota, div.notaB {
  display: block;
  margin: 5px 0 5px 0;
}
.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;
  margin: 16px 0;
}

table.tblForm td {
  padding: 8px 10px 8px 0;
}

table.tblForm td.ps2 {
  line-height: 18px;
}
table.tblForm td input[type="radio"] {
  border: none;
  margin: 0px;
  padding: 0;
  margin-right: 10px;
}
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: 8px;
  padding-top: 8px;
}
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;
}
/*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 #e0e7e8;
  padding-bottom: 2px;
}
table.tblDetail td img {
  padding-bottom: 2px;
}
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: 16px 0 16px 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;
}

/*Tabela Comum*/
table.tblStd {
	margin-top: 16px;
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    border-bottom: 0;
    box-shadow: 0 2px 8px 0 rgba(204,213,220,0.4);
    border-collapse: collapse;
    margin-bottom: 16px;
}
table.tblStd td:last-child {
   border-right: 0;
}

table.tblStd.tblBig td, table.tblStd.tblBig th {
padding: 8px 6px;
}

table.tblStd tr:first-of-type th:first-child {
    border-left: 0;
}


table.tblStd td:first-child {
     border-left: 0;
}
table.tblStd tr:last-child td {
  border-bottom: 1px solid #808b94;
}

table.tblStd tr:first-of-type td {
    border-top:0;
}


table.tblStd thead tr {
    box-shadow: 0 2px 8px 0 rgb(204 213 220 / 40%);
}

table.tblStd tr:first-of-type th:first-child {
    border-left: 0;
}


table.tblStd tr:first-of-type {
    border: 0;
    box-shadow: 0 2px 8px 0 rgb(204 213 220 / 40%);
}



table.tblStd tr {
    border-top: 1px solid #e0e7e8;
}


table.tblStd th, table.tblStd td {
vertical-align: top;
    white-space: normal;
    padding: 12px 12px;
    border-top: 0;
    border: 1px solid #e0e7e8;
    background: 0;
    font-size: 13px;
}

table.tblStd th:first-child {
    border-left: 0;
}

table.tblStd .tblTit TD {
    font-weight: bold;
    font-size: 1.05em;

}
table.tblStd .tblTit span {
  font-weight: normal;
}
table.tblStd thead th, table.tblStd thead td {
  border-bottom: 1px solid #808b94;
  border-top: 1px solid #808b94;
  font-weight: normal;
  background: #fff;
  /*padding: 2px 6px 2px 9px;*/
  text-align: left;
  empty-cells: hide;
  /*color:#009f98;*/
}
table.tblStd th {
 text-align: left;
    text-transform: uppercase;
    padding: 12px 12px;
    box-sizing: border-box;
    border: 0;
    border-left: 1px solid #e0e7e8;
    background: 0;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 0;
    border-right: 0; 
}

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 td.noLine {
  border-top: 1px solid #808b94;
}
/* 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: #f2f8f6;
}
table.tblStd tr:last-child td {
  border-bottom: none;
}

table.tblBig th, table.tblBig td {
   padding:12px 8px;
}

table.tblBig input[type=text] {
    margin: 0 0 0 0;
    padding: 0 4px 0 4px;
    height: 27px;
    font-size: .9em;
    max-width: 110px;
}


/* 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 #c0ceca;
  border-top: 1px solid #c0ceca;
  background: #fff;
  text-align: left;
}
tr.totals td {
  border-bottom: #c0ceca 1px solid;
  text-align: right;
  border-left: #c0ceca 1px solid;
  background-color: #bfe7e5;
  white-space: nowrap;
  border-top: #c0ceca 1px solid;
  font-weight: bold;
  border-right: #c0ceca 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;
  vertical-align:middle;
}
/*Tamanho campos montante*/

.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;
  padding: 0 6px;
  margin: 0 4px 0 0;
  outline: 0;
  resize: none;
  border-radius: 6px;
  border: 1px solid #222222;
  background-color: #ffffff;
  height: 34px;
}

.wStd select {
  width: 264px;
}
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*/
/* BULLET LISTS
-------------------------------------------------------------------*/
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: #007179;
  border-collapse: collapse;
  padding: 0;
  margin: 10px 0 0 0;
  border-radius: 7px;
}
.bg_card td {
  vertical-align: top;
  text-align: left;
}
.bg_card table {
  background: url(images/WebControls/matriz_nma/back_mat.gif) no-repeat;
  width: 392px;
  height: 218px;
  border-collapse: collapse;
  margin: 2px 2px 2px 2px;
  padding: 0;
  border-radius: 5px;
}
.bg_card table tr:first-child td:first-child {
  border-top-left-radius: 5px;
	background: #bfe7e5!important;
}
.bg_card table tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.bg_card table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.bg_card table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.bg_card table td {
  width: 46px;
  border: 1px solid #54616c;
  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: #3db7e4;
  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 {
  color: #007179;
    background: #bfe7e5!important;
}


.bg_card table td.card_tit_select {
    background: #009f98!important;
    color: #ffffff!important;}

.bg_card table td:first-child {
  height: 23px;
  width: 32px;
  color: #007179;
  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: #007179;
  font-size: 1.2em;
  font-weight: bold;
  background: none;
  border-top: 0;
  vertical-align: middle;
}
.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;
  padding: 0;
  margin: 10px 0 0 0;
  border-radius: 7px;
  background: #edf4f5;
}
.box .pin {
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 10px;
}
.letras {
  width: 415px;
  height: 168px;
  border-radius: 7px;
  background: #edf4f5;
  padding: 5px 10px !important;
}
.pin td {
  text-align: center;
  vertical-align: middle;
}
.pin td table {
  margin-left: auto;
  margin-right: auto;
}

.pinBtn {
  border-collapse: separate;
  border-spacing: 1px;
  margin-top: 10px;
}
.box .pinBtn {
  border-collapse: separate !important;
  border-spacing: 2px !important;
}
.pinBtn td {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  width: 27px;
  height: 26px;
  cursor: pointer;
  border-radius: 3px;
}
.PB0 {
  background-color: #a8e5e3;
  border-radius: 3px;
}
.PB1 {
  background-color: #62cdcf;
  border-radius: 3px;
}
.PB2 {
  background-color: #00b9b2;
  border-radius: 3px;
}
.PB3 {
  background-color: #009f98;
  border-radius: 3px;
}
.PB4 {
  background-color: #007179;
  border-radius: 3px;
}
.PB5 {
  background-color: #475c6d;
  border-radius: 3px;
}
.PB6 {
  background-color: #002b3e;
  border-radius: 3px;
}
.pin td.cursor {
  height: 18px;
  width: 13px;
  cursor: pointer;
  /*border:1px solid #777;*/
  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;
}

.message a:link, .message a:visited {
    color: #ffffff;
}


#P2 .message {
  display: block;
  padding: 5px 15px 0px 35px;
  margin: 0;
}
.error {
  display: block;
  padding: 12px 12px 12px 48px;
  margin: 7px 0 16px 0;
  border-radius: 6px;
  background: #ff6240 url(/web/Resources/ic_alert_message.png) no-repeat 12px 10px;
  color: #ffffff;
}
.errorSimple {
  display: block;
  padding: 12px 12px 12px 48px;
  margin: 7px 0 16px 0;
  border-radius: 6px;
  background: #ff6240 url(../Resources/ic_alert_message.png) no-repeat 12px 10px;
  color: #ffffff;
}
.success {
 border-radius: 6px;
    padding: 16px 20px;
    background-color: #fff;
    border: 2px solid #009f98;
    text-align: left;
    margin-bottom: 16px;
}
.successSimple {
  display: block;
  padding: 12px 12px 12px 48px;
  margin: 7px 0 16px 0;
  background: #31c584 url(/web/Resources/ic_success_message.png) no-repeat 12px 10px;
  border-radius: 6px;
  color: #ffffff;  
}
.warning {
  display: block;
  padding: 12px 12px 12px 48px;
  margin: 7px 0 16px 0;
  border: 2px solid #009f98;
  border-radius: 6px;
  background: #fff url(/web/Resources/ic_warning_message.png) no-repeat 12px 10px;
}
.hiddenError {
  display: none;
}
/*logout*/
.subSectionH div.tit {
  padding: 0 0 0 15px;
  border: 1px solid #c0ceca;
}
.subSectionH div.tit h3 {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-bottom: 5px;
}
.subSectionH div.box {
  border: 1px solid #c0ceca;
  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;
}
.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: #009f98;
}
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 #71BF47;
}
.button_light:hover {
  background: none repeat scroll 0 0 #0DA155;
}
.btnEnvioVoz {
  background: #71BF47 url(/web/Resources/sound_high.png) no-repeat 10px 5px;
  padding: 5px;
  padding-left: 35px;
  width: 190px;
  height: 28px !important;
  border-radius: 15px;
  color: #fff;
  border: 0px;
  cursor: pointer;
}
#header #logotipo {
  float: left;
  margin-left: 10px;
  margin-top: 22px;
  width: 300px;
  height: 60px;
  background: url(../Resources/logo.png) no-repeat;
}
.lblContasMsg {
  margin: 3px 0;
}
.conta {
  color: #808b94;
}
/* 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: #54616c;
}
.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-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  color: #54616c;
}
.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: #54616c;
  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-size: 16px;
  line-height: 1.42857;
}
.pin-privacy {
  margin-top: 15px;
}
.clbth {
  clear: both;
}
.btn.btn-numberPin {
  background-color: #009f98;
  color: #ffffff;
  width: 70px;
  height: 70px;
  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;
  border-radius: .25rem;
}
.btn.btn-numberPin:hover, .btn.btn-numberPin:active {
  background-color: #808b94;
  color: #ffffff;
  outline: 0;
  border: 0 none;
}
.btn.btn-numberPin:focus {
  outline: 0;
  border: 0 none;
}
.btn.btn-numberPin.touch:hover {
  background-color: #009f98;
  color: #ffffff;
  outline: 0;
  border: 0 none;
}
.btn.btn-clear, .btn.btn-back {
  background: none;
  font-size: 14px;
  line-height: 1.428571429;
  font-weight: 400;
  width: auto;
  height: auto;
  cursor: pointer;
  border: 0 none;
  color: #808b94;
  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: #222222;
}
.btn.btn-clear {
  background: url(./icons.png) no-repeat -149px -61px;
  height: 20px;
  margin-left: 18px;
  margin-top: 15px;
  line-height: 15px;
}
.btn.btn-back:before {
  background-image: url(./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: #edf4f5;
}
.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: #54616c;
}
.login-form li {
  margin-bottom: 5px;
}
.login-form a {
  color: #54616c;
}
.login-form a:hover {
  border-bottom: 1px solid #54616c;
}
.nblogin-title {
  display: block;
  clear: both;
  font-size: 20px;
  line-height: 1.428571429;
  font-weight: 700;
  padding-bottom: 15px;
  color: #54616c;
  text-transform: none;
}
.nblogin-input {
  display: inline-block;
  clear: both;
  font-size: 30px;
  font-weight: 700;
  width: 68%;
  height: 50px;
  background-color: #edf4f5;
  color: #54616c;
  border: 1px solid #cdd0d0;
  padding: 14px 0px 10px 10px;
  outline: medium none;
  margin-bottom: 10px;
  border-radius: 6px;
}
.nblogin-input.gray-bg {
  background-color: #edf4f5;
}
.nblogin-input.white-bg {
  background-color: #ffffff;
}
.nblogin-input.green-pin {
  color: #009f98;
  padding-top: 20px;
}
table.nblogin-pincodigo td.pincodigo {
  font-size: 60px;
  padding-top: 5px;
}
.nblogin-list {
  font-size: 16px;
  line-height: 1.42857;
}
.nblogin-list strong {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.42857;
}
/** Error Message */
.nblogin-message {
  background-color: #edf4f5;
  line-height: 1.42857;
}
.nblogin-message div.error {
  display: block;
  background-image: url(./circle-fail.png);
  border: 0 none;
  background-color: #edf4f5;
}
.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-weight: 300;
  line-height: 1.5;
}
.nblogin-message a.loginLink, .nblogin-message a.loginLink:visited {
  color: #009f98;
  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: #54616c;
  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: #009f98;
  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: #54616c;
  text-decoration: none;
}
/** Sidebar */
.sidebarLogin, .sidebarLogout {
  display: block;
}
.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-size: 30px;
  line-height: 1.428571429;
  font-weight: 700;
  color: #54616c;
}
.sidebarLogin h3, .sidebarLogout h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #54616c;
}
.sidebarLogin p, .sidebarLogout p {
  font-size: 12px;
  line-height: 1.428571429;
  font-weight: 300;
  color: #54616c;
}
.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-size: 16px;
  line-height: 1.428571429;
  font-weight: 700;
  color: #54616c;
  position: absolute;
  top: 0;
  left: 0;
}
/** Security */
.securityLogin ul {
  margin-bottom: 30px;
}
.securityLogin li, .securityLogin p {
  font-size: 14px;
  line-height: 1.428571429;
  font-weight: 300 !important;
  color: #54616c;
}
/** Circles */
.circleLogin {
  display: block;
  width: 52px;
  height: 52px;
  margin-right: 10px; /* =Icons Vantagens */
}
.circleLogin.circle-lock {
  background-image: url(./icons.png);
  background-position: 0px -52px;
  width: 52px;
  height: 52px;
}

/*START DOORPAGES CLASSES*/
.doorpage * {
  box-sizing: border-box;
  font-size: 1.05em;
  line-height: 1.3;
}

.doorpage h1 {
  font-size: 22px; 
  margin-bottom: 24px;
}

.doorpage h2 {
  font-size: 16px;
  margin-bottom: 8px; 
  font-weight: 500;
}

.doorpage p {
  font-size: 14px; 
  margin-bottom: 24px;
}

.doorpage p:last-child {
  margin-bottom: 0px;
}

.doorpage a:link,.doorpage a:visited {
  color: #009f98; 
  font-weight: 500; 
  text-decoration: none; 
  position: relative
}

.doorpage a:hover,.doorpage a:active {
  color: #00b9b2
}

.doorpage a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00b8b3;
  bottom: -1px;
  left: 0;
}
                            
/* Float four columns side by side */
.doorpage .column {
  display: flex;
  float: left;
  width: 33%;
  padding: 0 16px;
}

.doorpage .column.w50 {width: 50%;}
                            
/* Remove extra left and right margins, due to padding */
.doorpage .row {
  margin: 0 -12px 24px -12px; 
  clear: both;
}

/* Style the counter cards */
.doorpage .card {
  flex: 1;
  background: #ffffff;
  padding: 24px 32px;
  border: solid 1px #e0e7e8;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgb(204 213 220 / 40%);
  transition: box-shadow 1s;
  overflow: hidden;
  margin-bottom:32px;
  height: 212px;
}
                            
.doorpage .card:hover {
  box-shadow: 0 2px 8px 0 #8a95a0;
}

/* Responsive columns */
@media screen and (max-width: 900px) {
.doorpage .column {
  width: 50%;
}
}
                            
@media screen and (max-width: 600px) {
  .doorpage .column, .doorpage .column.w50 {
      width: 100%;
      display: block;
      margin-bottom: 20px;
  }
             
  .doorpage .card {
      padding: 24px; 
      margin-bottom: 16px;
  }
}

br + br {display:none}

.tblDetail br + br {display:block}

select[multiple] {
    border-radius: 6px;
    width: auto;
    outline: 1px solid #222;
    border: 0;
    margin-left: 1px;
    padding: 8px;
    margin-right: 8px;
    vertical-align: top;
}


.wAuto input {
    width: 250px;
    padding: 0 6px;
    margin: 0 4px 0 0;
    outline: 0;
    resize: none;
    border-radius: 6px;
    border: 1px solid #222222;
    background-color: #ffffff;
    height: 34px;
}


.wAuto input[type="file"] {
    line-height: 34px;
}


input[type="button"].b:disabled, input[type="submit"].b:disabled, input[type="submit"]:disabled, input[type="button"]:disabled {
    background-color: #e0e7e8;
    color: #808b94;
    border-color: #e0e7e8;
}


/*END DOORPAGES CLASSES*/

.orphanPage {
  margin: 40px auto;
  width: 90%;
}




/*---------------------------------------------------------------------------------------*/

 .infomsg {
  border-radius: 6px;
  padding: 16px 20px;
  background-color: #ffffff;
  border: 2px solid #009f98;
  text-align: left;
  margin-bottom: 16px;
}
.infomsg p {
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 8px;
}
.infomsg h3 {
  font-size: 16px;
  margin: 0 0 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #abb8c1;
}
.infomsg p:last-child {
  margin-bottom: 0;
}
.infomsg_gray {
  background: #dce9eb;
  border-color: #dce9eb;
}
.msg_ic_clock {
  float: left;
  background: url("images/ic-time.png") no-repeat 50% 50%;
  background-size: 22px;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-top: -4px;
}
.msg_ic_alert {
  float: left;
  background: url("images/ic-alert_full.png") no-repeat 50% 50%;
  background-size: 22px;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-top: -4px;
}
.msg_ic_info {
  float: left;
  background: url("images/ic-info_full.png") no-repeat 50% 50%;
  background-size: 22px;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-top: -4px;
}
.msg_ic_limite {
  float: left;
  background: url("images/ic-limit.png") no-repeat 50% 50%;
  background-size: 22px;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-top: -4px;
}
.infomsg_gray .msg_ic_info {
  background-image: url("images/ic-info_empty.png")
}
.infomsg_gray .msg_ic_alert {
  background-image: url("images/ic-alert_empty.png")
}


.nmConta input{
  width:70%;
}


fieldset.noPaddingTop {
    margin: 0px;
    padding-top: 0px!important;
}

select::-ms-value {
 background: none; /* remove blue background on ie10/ie11 when selected*/
 color: #222222
}

select::-ms-expand {
   /* display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
   background-color:#ffffff;
   border:none;
}