/*    ::  CONFIGURAÇÕES INICIAIS    ::  CONFIGURAÇÕES INICIAIS    ::  CONFIGURAÇÕES INICIAIS    */
/*    ::  CONFIGURAÇÕES INICIAIS    ::  CONFIGURAÇÕES INICIAIS    ::  CONFIGURAÇÕES INICIAIS    */
/*    ::  CONFIGURAÇÕES INICIAIS    ::  CONFIGURAÇÕES INICIAIS    ::  CONFIGURAÇÕES INICIAIS    */

*{
    box-sizing: border-box; /* paddings e borders nao aumentam a dimensao */
}


/* For Remove outline for anchor tag */
a {outline : none;}
/* Remove contorno (no firefox era azul) dos links de texto e imagem */
a, a img {outline : none;}
/* Remove contorno dos botões */
button { outline: none; }
/* Remove contorno dos botões */
input { outline: none; }
/* Desativar clicar em links... 
a[disabled] {
    pointer-events: none;
    cursor: default;
}*/

body{
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
ul{
    list-style-type: none;
    margin:0;
    padding:0;
}
li{
    list-style-type: none;
    margin:0;
    padding:0;
}
table {
    border-spacing: 1px;
}
input[type="password"] {
    padding-right: 30px; /* espaço para o ícone do olho*/
}
/* Seleciona todos os botões de submit com certos valores, e também button/reset */
input[type="submit"]:is([value="adicionar"], [value="Continuar"], [value="seguinte"], [value="atualizar"], [value="guardar"], [value="enviar"]),
input[type="button"],
input[type="reset"] {
    border-width: 0;
    font-family: var(--txt1);
    background-color: var(--cor2);
    color:#fff;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    cursor:pointer;
    margin-right:12px;
    margin-top:6px;
    min-width :75px;
}
input[type="submit"]:not(.exportPDF):hover, input[type="button"]:hover, input[type="reset"]:hover{
    background-color: var(--txtcor2B);
}
.limpador{
    width:100%;
    clear:both;
}
.nolog{
    opacity:0.4;
    width:40%;
}
input[type="submit"],input[type="button"],input[type="reset"]{
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
}
/*    ::  FIM DAS CONFIGURAÇÕES INICIAIS    ::  FIM DAS CONFIGURAÇÕES INICIAIS    ::  FIM DAS CONFIGURAÇÕES INICIAIS    */
/*    ::  FIM DAS CONFIGURAÇÕES INICIAIS    ::  FIM DAS CONFIGURAÇÕES INICIAIS    ::  FIM DAS CONFIGURAÇÕES INICIAIS    */
/*    ::  FIM DAS CONFIGURAÇÕES INICIAIS    ::  FIM DAS CONFIGURAÇÕES INICIAIS    ::  FIM DAS CONFIGURAÇÕES INICIAIS    */

body{
    margin:0;
    padding:0;
    font-family:var(--txt1);
    background-color: var(--branco2);

    /* Impedir que o utilizador pssa fazer seleções  */
    /*-webkit-user-select: none; /* Safari */
    /*-ms-user-select: none; /* IE 10 and IE 11 */
    /*user-select: none; /* Standard syntax */
}

/* NO RESOLUTION < 500 px  /*
/* NO RESOLUTION < 500 px  /*
/* NO RESOLUTION < 500 px  /*



/*  LOGIN       LOGIN       LOGIN       LOGIN       LOGIN       LOGIN   */
/*  LOGIN       LOGIN       LOGIN       LOGIN       LOGIN       LOGIN   */
/*  LOGIN       LOGIN       LOGIN       LOGIN       LOGIN       LOGIN   */
#ecranLogin{
    margin:0;
    width:100%;
    height:100vh;
    padding-top:12vh;
    text-align: center;
    z-index:1;
    background-color: rgba(25, 25, 25, 0.9);
    position:fixed;
}
#cxLogin, #cxRecuperarPassword{
    margin-left:auto;
    margin-right:auto;
    font-family: var(--txt1);
    text-align: right;
    background-color: var(--branco1B);  
    box-shadow:
    0 0 0 2px #ccc,         /* contorno subtil */
    0 2px 0 2px #999,         /* sombra forte vertical tipo relevo */
    0 8px 10px rgba(0, 0, 0, 0.3); /* suavização do fundo */
}
#cxLogin{
    width:25%;
    max-width:420px;
    min-width:320px;
}
#cxRecuperarPassword{
    width:450px;
}
#titRecuperarPassword{
    color: var(--cinza4);
    font-size: 1rem;
    text-align: left;
}
#barraTitulo{
    color: var(--branco1);
    width: 100%;
    height: 30px;
    font-family: var(--S);
    font-size: 1.6rem;
    background-color: var(--cor1);
    margin-bottom:20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
#barraTituloTit{
    display: inline-block;    
    position:relative;
    top:8px;
    left:6px;
    line-height: 1;
    font-size:1.1rem;
    padding-left:2%;
}
#barraTitulo #contentorX{
    display: inline-block;
    height: 100%;
    padding: 0;
    position: relative;
}
#contentorX a{
    color: var(--branco1);
}
#contentorX a:hover{
    color: var(--preto3);
}
#x{
    display: inline-block;
    position:absolute;
    top:0px;
    right:6px;
    line-height: 1;
    cursor:pointer;
}
#x:hover{
    color: var(--cor_amarelo1);
}
#cxLogin #innerDiv, #cxRecuperarPassword #innerDiv{
    padding:2.5%;
}
#cxRecuperarPassword #innerDiv{
    padding-top:0;
}
#cxLogin .fdbkLogo, #cxRecuperarPassword .fdbkLogo{
    font-size:1.1rem;
    margin:0;
    padding:4px;
    font-weight: bold;
    color:var(--cinza2);
    text-align: center;
}
#cxLogin .passRecup{
    font-size:0.9rem;
    margin:0;
    margin-top:10px;
    padding-left:4px;
    color:var(--cinza4);
    text-align: left;
}
.passRecup a:link{
    color:var(--cinza4);
}
.passRecup a:visited{
    color:var(--cinza4);
}
.passRecup a:hover,.passRecup a:active{
    color:var(--preto1);
}
#cxLogin input, #cxRecuperarPassword input{
    font-size:1rem;
}
#cxLogin input:not(:first-child){
    margin-top:10px;
}
#cxLogin input:not([type="submit"]), #cxRecuperarPassword input:not([type="submit"]){
    width:100%;
    height:30px;
}
#cxLogin input[type="submit"], #cxRecuperarPassword input[type="submit"]{
    width:25%;
    border:0;
    background-color: var(--cor1);
    color:var(--cinza4);
    padding:6px;
}
#cxLogin input[type="submit"]:hover, #cxRecuperarPassword input[type="submit"]:hover{
    background-color: var(--cor2);
    color:var(--branco1);
    cursor:pointer;
}
.fdbkUsername{
    color: var(--txtcorAlerta);
    text-align: left;
}
/*  ALERTAS & CONFIRMAÇÕES      ALERTAS & CONFIRMAÇÕES      ALERTAS & CONFIRMAÇÕES      */
/*  ALERTAS & CONFIRMAÇÕES      ALERTAS & CONFIRMAÇÕES      ALERTAS & CONFIRMAÇÕES      */
/*  ALERTAS & CONFIRMAÇÕES      ALERTAS & CONFIRMAÇÕES      ALERTAS & CONFIRMAÇÕES      */
#sistAlerta{
    font-family:var(--txt4);
    font-weight: bold;
    width:100%;
    height: 100vh;
    position:fixed;
    background-color: rgba(0,0,0,0.6);
    z-index:1000;
}
/* caixa das mensagens de alerta */
.bdAlerta{
    margin:0;
    margin-top:20vh;
    padding:40px;
    padding-bottom: 20px;
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
    width:30%;
    white-space: pre-line;  /*para mostrar \n como <br>*/
}
.bdAlerta strong{
    font-weight: bold;
}
.bdAlerta p{
    width:100%;
    text-align: center;
}
.bdAlertaTrue{
    background-color: var(--alertaTrue);
}
.bdAlertaFalse{
    background-color: var(--alertaFalse);
}
.bdAlertaPergunta{
    background-color: var(--alertaPergunta);
}
.maisDetalhes{
    cursor:default;
    color:#56340a;
}
.maisDetalhes:hover{
    cursor:pointer;
    color:#ddd;
}
.anteriorSeguinte.noPointerEvents{
    color:#555;
}
.anteriorSeguinte{
    cursor:default;
    color:#56340a;
}
.anteriorSeguinte:hover{
    cursor:pointer;
    color:var(--txtcor2);
}
.bdAlerta .detalhes{
    font-size:0.9em;
    font-weight: lighter;
    font-style: italic;
    /*background-color:#999;*/
    color:#ddd;
    display:none;
    margin-top:4px;
    padding:4px;
    text-align: justify;
}
/* botões da caixa das mensagens de alerta */
.btAlerta{
    display: inline-block;
    width:100%;
    text-align: center;
}
.btAlerta input:not(:first-child){
    margin-left:20px;
}
.btAlerta input{
    padding:10px;
    padding-left:15px;
    padding-right:15px;
    color:aliceblue;
    background-color: rgb(40,40,40);
    border:0px;
    min-width:80px;
}
.btAlerta input:hover{
    background-color: rgb(80,80,80);
    cursor:pointer;
}
/*  HEADER     HEADER     HEADER     HEADER     */
/*  HEADER     HEADER     HEADER     HEADER     */
/*  HEADER     HEADER     HEADER     HEADER     */
header, footer{
    min-height:70px;  /*  para o titulo e o userMenu não saltarem foram qdo a janela encolhe verticalmente  */
    text-align: center;
    color:var(--txtcor1);
    background-color: var(--cor1);
}
header{
    height:8vh;
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}
#cxTxtHeader{
    display:flex;
    flex-wrap:nowrap;
    align-items: center;
    justify-content: left;
    margin:0;
    font-family: var(--tit1);
    color:var(--txtcor1);
    float:left;
}
span.logoTitleSpan img{
    width:80px;
}

span.empresaTitleSpan{
    font-family: var(--txt1);  
    font-size: 1.1rem;
    padding-left:130px;
    color: var(--cor2A);     
}

#noResolution {
    display:none;
    background-color:var(--cor2A);
    padding:10px;
}
#noResolution div{
    text-align: center;
}
#noResolution p{
    font-family:var(--txt1);
    color:var(--branco2);
    font-size:1.1rem;
}
#ICOnoResolution{
    width:200px;
    margin-top:100px;
    margin-bottom:50px;
}
/*  USER MENU     USER MENU     USER MENU     USER MENU     USER MENU     USER MENU     */
/*  USER MENU     USER MENU     USER MENU     USER MENU     USER MENU     USER MENU     */
/*  USER MENU     USER MENU     USER MENU     USER MENU     USER MENU     USER MENU     */
#cxUser{
    min-width:140px;
    margin:0;
    margin-right:6px;
    margin-bottom:10px;
    float:right;
    font-family:var(--txt1);
    color:var(--branco2);
    /* background-color: yellow; */
}
#icoUser{
    width:23px;
    cursor:pointer;
}
#icoUser:hover + #userMenu{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#userMenu{
    color:var(--branco2);
    display:none;
    z-index: 1;
    background-color: var(--cor1);
    position:absolute;
    width:140px;
    padding-top: 10px;
}
#userMenu li:last-child{
    padding-bottom:8px;
}
#userMenu li{
    margin-top:8px;
    padding:5px;
    color:var(--txtcor1);
}
#userMenu li:hover{
    background-color: var(--cor2);
}
#userMenu li:hover a{
    color:var(--txtcor2B);
}
#userMenu:hover{
    display:block;
}
#userMenu a:link{
    color:var(--branco1);
}
#userMenu a:visited{
    color:var(--branco1);
}
#userMenu a:hover, #userMenu a:active{
    color:var(--txtcor2B);
}
/* BODY2       BODY2       BODY2       BODY2       BODY2       */
/* BODY2       BODY2       BODY2       BODY2       BODY2       */
/* BODY2       BODY2       BODY2       BODY2       BODY2       */
#body2{
    margin:0;
    padding:0;
}
/*  NAV     NAV     NAV     NAV     NAV     NAV     NAV     */
/*  NAV     NAV     NAV     NAV     NAV     NAV     NAV     */
/*  NAV     NAV     NAV     NAV     NAV     NAV     NAV     */
#navBox{
    margin:0;
    width:100%;
    background-color: var(--cor2);
    text-align: center;
}
.soPaCentrar{
    width:var(--largura1);
    margin:0;
    margin-left: auto;
    margin-right: auto;
    padding:0;
    user-select: none;
}
nav{
    position:relative;
    top:0;
    padding:var(--padding1);
    padding-bottom:0;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-family: var(--txt1);
    width:100%;
    color:var(--branco2);
}
nav #agregaLinks{
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-content: space-evenly;
    width:75%;
    padding:5px;
}
nav #agregaLinks .subMenu{
    text-align: left;
    margin:0;
    padding:0;
    margin-bottom:6px;
}
nav #agregaLinks .subMenu ul{
    display:none;
    position:absolute;
    background-color: var(--cor2);
    padding-top:5px;
    z-index:1;
}
/* o submenu das definições (tabela dos 3 tracinhos) aparece mais abaixo por isso tento subir um pouco assim */
nav #agregaLinks .subMenu ul#definicoes{
    padding-top:0;
    top:53px;
    top:56px; /* EDGE */
}
nav #agregaLinks .subMenu:hover ul{
    display:block;
}
nav #agregaLinks .subMenu:hover ul li{
    padding:8px;
}
nav a{
    margin-right:30px;
}
nav a:link{
    color:var(--branco1);
}
nav a:visited{
    color:var(--branco1);
}
nav a:hover, nav a:active{
    color:var(--txtcor2B);
}
nav #cxPesquisa{
    width:24%;
    padding-top:3px; 
    padding:5px;
    min-height:60px;    

}
nav #cxPesquisa form {
    display:flex;
    flex-wrap: nowrap;
    justify-content:space-between;
    align-items: stretch;
}

#cxPesquisa input[type='text']{
    height:24px;
    
    flex-grow:4;
    min-width:100px;
}
#inputPesquisaLupa{
    margin:0;
    margin-left:6px;
    padding:0;
    padding-left:10px;
    padding-right:10px;
    height:28px;
    max-width:60px;
    flex-grow:1;

    background-image: url('../imagens/icones/lupa.png');
    background-repeat: no-repeat;
    background-size: 16px 19px;
    background-position: center;
}

#conteudoPesquisa{
    background-color: #eee;
    text-align: left;
    position:relative;
    top:-20px;
}

#conteudoPesquisa p.seccaoPesquisaGeral{
    color:var(--txtcor3);
    font-weight: bold;
}
#conteudoPesquisa p:first-child{
    padding-top:14px;
}
#conteudoPesquisa p:not(.seccaoPesquisaGeral){
    margin-left:20px;
}

/* PESQUISA GERAL   PESQUISA GERAL   PESQUISA GERAL  */
/* PESQUISA GERAL   PESQUISA GERAL   PESQUISA GERAL  */
#conteudoPesquisa p{
    margin:3px;
}
/* #conteudoPesquisaCL{
    background-color: #d4daa5;
}
#conteudoPesquisaAI{
    background-color: #b2c4d6;
}
#conteudoPesquisaAP{
    background-color: #bce1cc;
} */
/*  CXSITE      CXSITE      CXSITE      CXSITE      CXSITE      CXSITE      */
/*  CXSITE      CXSITE      CXSITE      CXSITE      CXSITE      CXSITE      */
/*  CXSITE      CXSITE      CXSITE      CXSITE      CXSITE      CXSITE      */
#cxsite{
    width:var(--largura1);
    margin-left:auto;
    margin-right:auto;
    min-height:90vh;
    /* background-color:var(--branco1); */
    background-color: var(--corCxSite);
    padding:var(--padding1);
}
#conteudo{
    width:var(--larg1);
}
.tit1{
    color:var(--cor1);
    font-family: var(--tit1);
    font-size:1.4rem;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left:100px;
    /* background-color: yellowgreen; */
}
.tit1B{
    color:var(--cor1);
    font-family: var(--tit1);
    font-size:1.4rem;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    /* background-color: yellowgreen; */
}
.tit1BX{
    color:var(--alertaFalse);
    font-family: var(--tit1);
    font-size:1.4rem;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    /* background-color: yellowgreen; */
}
.tit2{
    color:var(--cor2);
    font-family: var(--tit1);
    font-size:1.1rem;
    padding-left:10px;
    padding-top:10px;
    text-align: left;
    /* background-color: yellowgreen; */
}
.tit2Cinza{
    background-color: var(--cinzaFundoClaro);
    color:var(--cor1);
    font-family: var(--tit1);
    font-size:1.1rem;
    padding-left:10px;
    padding-top:10px;
    margin:0;
    /* background-color: yellowgreen; */
}
.titNomeDAlguem{
    color:var(--preto3);
    font-family: var(--tit1);
    font-size:1.2rem;
    /*margin-bottom:30px;*/
}
.titNomeDAlguem a:link, a.tit2 a:link, .linkRH:link{
    color:var(--txtcor5);
} 
.titNomeDAlguem a:visited, a.tit2 a:visited, .linkRH:visited{
    color:var(--txtcor5);
} 
.titNomeDAlguem a:hover, .titNomeDAlguem a:active, a.tit2:hover, a.tit2:active, .linkRH:hover, .linkRH:active{
    color:var(--txtcor2);
}
.tit3{
    color:var(--cor2);
    font-family: var(--tit1);
    font-size:1rem;
    padding-left:10px;
    padding-top:10px;
    /* background-color: yellowgreen; */
}
.tit4{
    color:var(--cor2);
    font-family: var(--tit1);
    font-size:1rem;
    /* background-color: yellowgreen; */
}
.titx2{
    color:var(--cor1);
    font-family: var(--tit1);
    font-size:1.1rem;
}
.nota1{
    color:var(--cor1);
    font-family: var(--txt1);
    font-size:0.9rem;
    margin:0;
    padding:0;
}
#divCinza{
    background-color: var(--cinzaFundoClaro);
    padding:10px;
    text-align: justify;
}

#divCinza a:link{
    color:var(--txtcor5);
} 
#divCinza a:visited{
    color:var(--txtcor5);
} 
#divCinza a:hover, #divCinza a:active{
    color:var(--txtcor2);
}
/* TABTUD0      TABTUD0      TABTUD0      TABTUD0      TABTUD0      TABTUD0      */
/* TABTUD0      TABTUD0      TABTUD0      TABTUD0      TABTUD0      TABTUD0      */
/* TABTUD0      TABTUD0      TABTUD0      TABTUD0      TABTUD0      TABTUD0      */
.tabTudo{
    width:100%;
    /* é este font-size q controla as listagens CRUD */
    font-size:0.9rem;
}
.tabTudo .No a.crudLink:first-child{
    color:#480803;
}
#divTabFiltros{
    width:65%;
}
span.mais{
    font-size: 2rem;
}
.tabTudo td{
    padding-left:8px;
    padding-right:8px;
    /* font-family: var(--txt3); */
}
.tabTudo td:first-child{ /* célula 1/3 do nome, antes dos icones editar e apagar */
    display:flex;
    justify-content: right;
    align-content: center;
    align-items: center;
    font-size:0.9rem;
}
.tabTudo td:not(:first-child){
    text-align:center;
    width:4%;
}
.tabTudo tr{
    background-color: var(--cinzaFundoClaro);
}
.tabTudo tr:not(#aindaNaoHaRegistosTR):hover{
    background-color:  var(--corHoverTrListagens);
}
.tabTudo div.crudDetalhes{
    font-size:0.8em;
    font-style: italic;
    color:var(--preto3);
}
.ico, .icoNada, .ico2, .icoSemLink{
    width:20px;
    margin-top: 3px;
}
.icoNP{
    position:relative;
    top:1px;
}
.icoUpload{
    width:21px;
    margin-right: 5px;
}
.icoSemLink{
    margin-top: 1px;
    opacity: 0.6;
}
/* exceção para os ícones de atualizar que parecem maiores que os outros*/
.ico[alt='atualizar']{
    width:20px;
    position:relative;
    top:-1px;
}
/* exceção para os ícones das propostas que parecem diferentes que os outros*/
/* .ico[alt='propostas']{
    margin-top:0;
} */

.icoPNP{
    width:22px;
}
.noPointerEvents{
    pointer-events: none;
}
.icoPNPdasNPs{
    width:22px;
}
.ico, .icoRES, .icoNada, .icoRESX{
    opacity: 0.2;
}
.icoNada{
    position:relative;
    top:-2px;
}
.ico2{
    opacity: 0.4;
}
.icoMINI{
    width: 13px;
    opacity: 0.3;
    position: relative;
    top:1px;
}
.icoRES, .icoRESX{
    width:18px;
}
.icoTR{ /* transferências (P.R.I.C21)*/
    width:15px;
    opacity: 0.7;
    /* height:18px; */
    margin-right:10px;
    /* position:relative;
    top:2px; */
}
.icoCR{ /* cronometro */
    width:21px;
}
.tabApresentaDados .icoCR{
    margin-left:10px;
}
.ico:hover, .ico2:hover, .icoRES:hover, .icoMINI:hover{
    opacity: 1;
    cursor:pointer;
}
.icoEdTab{
    position:relative;
    top:5px;
    width:18px;
    top:2px;
    opacity: 0.7;
    margin-left:10px;
}
.icoEdTab2{
    position:relative;
    top:3px;
    width:16px;
    opacity: 0.7;
    margin-left:10px;
}
.icoEdTab3{
    position:relative;
    top:2px;
    width:15px;
    opacity: 0.7;
    margin-left:10px;
}
.icoEdTab:hover, .icoEdTab2:hover, .icoEdTab3:hover{
    opacity: 1;
    cursor:pointer;
}
.icoimo:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
}
.icoDelete{
    position:relative;
    top:-1px;
    width:20px;
}
.icox, .icoUser{
    position:relative;
    /* top:2px; */
    margin-right:1px;
    opacity:1;
}.icoUser{
    height: 20px;
}
.divIconeForaDaTab{
    display: inline-block;
    width:100%;
} 
.icoB{
    width:50%;
}
span.icoFora .icoB{
    width:50px;
    margin-right:10px;
}
.icoEstado{
    padding: 2px;
    padding-top: 2px;
    margin-left: 8px;
    margin-top: 2px;
    color:var(--txtcor3);
    min-width: 30px;
    /* height: 24px; */    
    text-align: center;
    border:1px solid #999;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
}
.icoEtiqueta{
    padding : 2px;
    padding-left : 4px;
    padding-right : 4px;
    text-align: center;
    margin-right: 8px;
    height: 22px;
    position:relative;
    top:4px;
}
.cxIcoPag{
    display: inline-block;
    width : 30px;
    padding:2px;
    text-align: center;
    background-color: #eee;
    margin-right: 6px;
}
.cxIcoPag img{
    height: 10px;
    position:relative;
    top:-1px;
}
.crudLink{
    width:100%;
    margin-top:7px; 
    margin-bottom:2px; 
    /* line-height: 1; */
    /* position: relative; */
    /* top: -6px; */
    display: inline-block;
    vertical-align: top;
}
.crudLink span:first-child{
    position:relative;
    top:-2px;
}
.crudLink span:nth-child(2){
    position:relative;
    top:-3px;
}
.crudSpan{
    width:100%;
    margin-top:7px;
}
.pLAM{
    margin-bottom:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.linkAddMais{
    font-weight: bolder;
    font-size:1.2rem;
    color: var(--preto2);
    cursor:pointer;
}
.linkAddMais:link, .tabTudo .crudLink:link{
    color:var(--preto2);
}
.linkAddMais:visited, .tabTudo .crudLink:visited{
    color:var(--preto2);
}
.linkAddMais:hover, .linkAddMais:active, .tabTudo .crudLink:hover, .tabTudo .crudLink:active{
    color:var(--txtcor2);
}
/*  CRUDTAB       CRUDTAB       CRUDTAB       CRUDTAB       CRUDTAB       CRUDTAB     */
/*  CRUDTAB       CRUDTAB       CRUDTAB       CRUDTAB       CRUDTAB       CRUDTAB     */
/*  CRUDTAB       CRUDTAB       CRUDTAB       CRUDTAB       CRUDTAB       CRUDTAB     */
.crudAgrega:link{
    color:var(--cor1A);
}
.crudAgrega:visited{
    color:var(--cor1A);
}
.crudAgrega:hover,.crudAgrega:active{
    color:var(--txtcor2);
}
#crudArea, .crudAreas, #larguraCrudArea, .pLAM{
    width:65%;
} 
#divAsync #crudArea, #divAsync .crudAreas, #divAsync #larguraCrudArea, #divAsync .pLAM{
    width:100%;
} 
#larguraCrudArea{
    /* width:65%; */
    margin-bottom:10px;
} 
#crudArea, .crudAreas{
    float:left;
    position:relative;  /* para colocar cortina (fadeIn) absolute */
}
.agregaNoMesmoFundo{
    background-color: var(--cinzaFundoClaro);
}
.crudTab, .crudTabDefs,.restauraPassTab{
    padding:10px;
    width:100%;
    background-color: var(--cinzaFundoClaro);
}
.crudTabDefs td{
    line-height: 18px;
    padding-top:6px;
    padding-bottom:6px;
}
.crudTabDefs tr:not(:last-child) td:not(.semLinha){
    border-bottom:1px solid var(--branco1);
}
.crudTabDefs td:last-child{
    text-align:right;
    width:180px;
}
.crudTabDefs .finputDefs{ 
    width:60px;
    text-align: center;
}

.crudTab .tdDetalhesCliente{
    color:var(--preto2);
    font-size:0.9rem;
}

#barraLateral_ID{
    width:30%;
    float:right;
}
#fecharBarraLateral {
    text-align:right;
    cursor: pointer;
    z-index: 1001;
    display:none;
    background-color: var(--cor_2);
    padding-right:15px;
}
.xFechar{
    width:22px;
    height:22px;
}
#tresQuadrados {
    width: 30px;
    float: right;
    display: none;
    cursor: pointer;
    font-weight: bold;
    margin-left:20px;
    position:relative;
    top:-12px;
}
#tresQuadrados div {
    background-color:var(--branco2);
    width: 6px;
    height: 6px;
    font-weight: bold;
    margin:2px;
}
.crudLi{
    color:var(--txtcor1);
    padding:10px;
    padding-bottom:6px;
    margin-bottom:1px;
    background-color: var(--cor2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.crudLi:hover{
    color:var(--branco5);
    background-color: var(--cor1);
    cursor:pointer;
}
.setaMenu {
    position:relative;
    margin-top:8px;
    width: 14px; 
    height: 14px; 
    background-image: url('../imagens/icones/seta_menu.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.crudLi:hover .setaMenu {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}
.setaRodada{
    margin-top:0px;
    top:-2px;
    left:4px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.crudLi:not(:first-child){
    margin-top:20px;
}
.crudLiItem{
    color:var(--preto1);
    padding:10px;
    padding-bottom:6px;
    margin-bottom:1px;
    background-color: var(--cinzaFundoClaro);

}
.crudLiItem:hover{
    background-color: var(--branco2);
}
.crudLiItem a:link{
    color:var(--preto1);
}
.crudLiItem a:visited{
    color:var(--preto1);
}
.crudLiItem a:hover,.crudLiItem a:active{
    color:#c49050;
}
.crudLiResumo{
    color:var(--preto1);
    padding:10px;
    padding-bottom:6px;
    margin-bottom:1px;
    background-color: var(--cinzaFundoClaro);
    pointer-events: none;
}

.crudTab td:not(#tab2colspan td):not(#historico .tdHist1):not(#historico .tdHist2):not(.fdbkErroTD){
    padding-top:15px;
}
#historico {
    padding:0;
    font-size:0.8em;
    width:100%;
}
#historico tr:not(:first-child):hover {
    background-color: rgba(250, 250, 250, 0.4);
}
#historico .tdHist1{
    padding:0;
    padding-right:20px;
}
#historico .tdHist2{
    color:#555;
    padding-right:40px;
}
.zonaAgrupaFlex{
    display:flex;
    flex-wrap: wrap;
    justify-content: left;
    /* justify-content: space-between; */
}
/* .zonaAgrupaFlex .comissoesStuff{
    max-width: 30%;
}
.comissoesStuff:first-child{
    width: 20%;
}*/
.comissoesStuff:not(:first-child){
    margin-left: 5%;
    margin-bottom:12px;
}
/*.comissoesStuff:nth-child(2){
    width: 20%;
}
.comissoesStuff:last-child{
    max-width: 50%;
} */
#tab2colspan td{
    padding:0;
    vertical-align: top;
}
#tab2colspan td input{
    margin:0;
}
.crudTab td:first-child{
    font-family: var(--txt1);
    color:var(--preto1);
    width:25%;
    vertical-align: top;
}
.vatop{
    vertical-align: top;
}
.crudTab td:nth-child(2):not(#historico .tdHist1):not(#historico .tdHist2){
    padding-left:20px;
    width:75%;
}
.finput{ 
    width:100%;
    background-color: #fff;
    height:27px;
    border: 2px solid var(--cor2);
    min-width:50px;
    outline: none;
}
.finputFileEscondido{
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.finputFileEscondido + label {
    font-size: 1rem;
    display: inline-block;
    cursor:pointer;
}
.finputFileEscondido:focus + label, .finputFileEscondido + label:hover {
    color:var(--txtcor2);
}
.finputFileEscondido:focus + label .icoUpload, .finputFileEscondido + label:hover .icoUpload {
    filter: sepia(80%);
    -webkit-filter: opacity(40%);
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.finputB{ 
    width:100%;
    max-width:150px;
    background-color: #fff;
    height:27px;
    border: 2px solid var(--cor1);
    min-width:50px;
    outline: none;
}
.finput2{ 
    width:60%;
    background-color: #fff;
    height:27px;
    border: 2px solid var(--cor1);
    min-width:96px;
    outline: none;
}

.finput:focus{
    box-shadow: 2px 3px 2px #333;
}
.finputX:focus ~ .checkMarca, .finputX:focus ~ .checkMarcaRadio{
    box-shadow: 2px 2px 2px #555;
}

#fcomiss{
    min-width:60px;
}

.divInvisivel{
    margin:0;
    margin-top:10px;
    padding:0;
    font-size:0.9rem;
    display:flex;
    flex-wrap: nowrap;
    justify-content: left;
}

/* CHECKBOXES PERSONALIZADAS  */
/* CHECKBOXES PERSONALIZADAS  */
            /* The container */
            .contentorCheckbox {
                display:inline-block;
                position: relative;
                padding-left: 24px;
                margin-bottom: 8px;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                font-size:0.9rem;
                /* border: 3px solid green; */
            }
            
            /* Hide the browser's default checkbox */
            .contentorCheckbox input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }
            
            /* Create a custom checkbox */
            .checkMarca {
                position: absolute;
                top: 1px;
                left: 0;
                height: 19px;
                width: 19px;
                background-color: #fff;
                border: 2px solid var(--cor2);
            }
            /* On mouse-over, add a grey background color */
            .contentorCheckbox:hover input ~ .checkMarca {
                background-color: #bbb;
            }
            /* When the checkbox is checked, add a blue background */
            .contentorCheckbox input:checked ~ .checkMarca {
                background-color: #fff;
            }
            /* Create the checkmark/indicator (hidden when not checked) */
            .checkMarca:after {
                content: "";
                position: absolute;
                display: none;
            }
            /* alinhar a legenda com a caixinha  */
            .contentorCheckbox span:last-child{
                position: relative;
                top:2px;
            }
            /* O visto (marca checked) */
            .contentorCheckbox input:checked ~ .checkMarca:after {
                display: block;
            }
            /* Personalizar a marca: um retangulo com border em 2 lados L, roda 45 graus e fica um visto!! */
            .contentorCheckbox .checkMarca:after {
                left: 4px;
                top: 0px;
                width: 4px;
                height: 9px;
                border: solid var(--cor2);
                border-width: 0 3px 3px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            /* Quando o formulário está DISABLED */
            /* Quando o formulário está DISABLED */

            /* cor de fundo */
            .contentorCheckbox input:disabled ~ .checkMarca {
                background-color: #ddd;
                border: 2px solid #999;
            }
            /* A cor da legenda */
            .contentorCheckbox input:disabled ~ span {
                color: #888;
            }
            /* Personalizar a marca: um retangulo com border em 2 lados L, roda 45 graus e fica um visto!! */
            .contentorCheckbox input:disabled ~ .checkMarca:after {
                border: solid #888;
                border-width: 0 3px 3px 0;
            }
/* FIM DE CHECKBOXES PERSONALIZADAS  */
/* FIM DE CHECKBOXES PERSONALIZADAS  */

/* RADIO BUTTONS PERSONALIZADOS  */
/* RADIO BUTTONS PERSONALIZADOS  */
            /* O contentor */
            .contentorRadio, .contentorRadioDefs {
                display: inline-block;
                position: relative;
                padding-left: 25px;
                margin-bottom: 5px;
                margin-right: 25px;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                font-size:0.9rem;
            }
            /* Esconder o radio default do browser */
            .contentorRadio input, .contentorRadioDefs input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
            }
            .cR1{
                margin-right: 15px;
            }
            .cR2{
                margin-right: 0px;
            }
            /* Criar um redio personalizado caixa com border-radius 50% - ou seja um círculo */
            .checkMarcaRadio {
                position: absolute;
                top: 0;
                left: 0;
                height: 19px;
                width: 19px;
                background-color: #fff;
                border-radius: 50%;
                border: 2px solid var(--cor2);
            }
            /* Quando mouse-over, coloca um fundo cinzento */
            .contentorRadio:hover input ~ .checkMarcaRadio {
                background-color: #bbb;
            }
            /* Quando checked, coloca fundo branco */
            .contentorRadio input:checked ~ .checkMarcaRadio{
                background-color: #fff;
            }
            /* Criar bolinha (escondida SE NOT checked) */
            .checkMarcaRadio:after {
                content: "";
                position: absolute;
                display: none;
            }
            /* Mostrar a bolinha SE checked */
            .contentorRadio input:checked ~ .checkMarcaRadio:after {
                display: block;
            }
            /* alinhar a legenda com a caixinha  */
            .contentorRadio span:last-child{
                position: relative;
                top:2px;
            }
            /* A marca bolinha */
            .contentorRadio .checkMarcaRadio:after {
                background-color: var(--cor2);
                top: 2px;
                left: 2px;
                width: 11px;
                height: 11px;
                border-radius: 50%;
            }

            /* Quando o formulário está DISABLED */
            /* Quando o formulário está DISABLED */

            /* cor de fundo */
            .contentorRadio input:disabled ~ .checkMarcaRadio {
                background-color: #ddd;
                border: 2px solid #999;
            }
            /* A marca bolinha */
            .contentorRadio input:disabled ~ .checkMarcaRadio:after {
                background-color: #888;
            }
            /* A cor da legenda */
            .contentorRadio input:disabled ~ span {
                color: #888;
            }

/* FIM DE RADIO BUTTONS PERSONALIZADOS  */
/* FIM DE RADIO BUTTONS PERSONALIZADOS  */

/* SELECTS PERSONALIZADOS  */
/* SELECTS PERSONALIZADOS  */
           

/* FIM DE SELECTS PERSONALIZADOS  */
/* FIM DE SELECTS PERSONALIZADOS  */
.finputCor{
    width:10%;
    min-width:40px;
    background-color: #fff;
    margin-right:8px;
}

.finput::-moz-placeholder, 
.finput::-webkit-input-placeholder,
.finput::placeholder{
    color:#999;
}
select.finput{
    padding-bottom:2px;
    /* background-color: #fff; */
}
.finput[disabled], .finput2[disabled]{
    background-color: #DDD;
    border: 2px solid #999;
    color:#888;;
}

textarea.finput{
    height:150px;
}
textarea{
    resize: none;
}
.naoPresente{
    display:none;
}

.notFound{
    color:#56100a;
}
.span3checkbxs:not(:first-child){
    margin-left: 20px;
}
/*  DIV & TABAPRESENTADADO       DIV & TABAPRESENTADADO       DIV & TABAPRESENTADADO     */
/*  DIV & TABAPRESENTADADO       DIV & TABAPRESENTADADO       DIV & TABAPRESENTADADO     */
/*  DIV & TABAPRESENTADADO       DIV & TABAPRESENTADADO       DIV & TABAPRESENTADADO     */
.tabApresentaDados{ 
    width:100%;
    background-color: var(--cinzaFundoClaro);
    padding:1%;
}
.tdCentrado{
    text-align:center;
}
.tabApresentaDados tr{ 
    width:100%;
}
.tabApresentaDados tr td{
    vertical-align: top;
}
.tabApresentaDados tr td:not(.creditoComIcone):not(.addImages){
    padding-top:15px;
}
.tabApresentaDados tr td.addImages{
    padding-bottom:5px;
}
.tabApresentaDados tr td.creditoComIcone{
    padding-top:5px;
}
#reservaAlertaCR{
    background-color: var(--alertaFalse);
    color:var(--branco1);
    margin:0 0 40px 0;
    padding:16px;
    text-align: center;
}
.tabApresentaDadosTit1{
    font-size:1.3rem;
    color:var(--txtcor3);
    /* padding-left:10px; */
}
.tabApresentaDadosTit2{
    font-size:1rem;
    width:30%;
    color:var(--txtcor4);
}
.tabApresentaDadosTit2B{
    font-size:1.1rem;
    color:var(--txtcor4);
}
.tabApresentaDadosTit2C{
    font-size:1rem;
    color:var(--txtcor4);
}
.tabApresentaDados tr td:not(.galeria):last-child{   /*.tabApresentaDados tr:not(:first-child) td:last-child{*/
    font-size: 0.9rem;
    color:var(--preto2);
    padding-left:20px;
}
.tabApresentaDados .semInfo{
    font-style: italic;
}
.tabApresentaDados td.tdAtivo a{
    padding:0;
}

.tabApresentaDados a:link, .tabApresentaDadosTit1 a:link, .tit2 a.crudLink:link{
    color:var(--txtcor5);
} 
.tabApresentaDados a:visited, .tabApresentaDadosTit1 a:visited, .tit2 a.crudLink:visited{
    color:var(--txtcor5);
} 
.tabApresentaDados a:hover, .tabApresentaDados a:active, .tabApresentaDadosTit1 a:hover, .tabApresentaDadosTit1 a:active, .tit2 a.crudLink:hover, .tit2 a.crudLink:active{
    color:var(--txtcor2);
}
.tabApresentaDadosCOR2{
    background-color: var(--branco3);
}

.tdAtivo a .ico{
    width:15px;
    position: relative;
    top:2px;
    margin-left:12px;
    opacity:0.5;
    transition: transform 0.5s;
}
.tdAtivo a .ico:hover{
    opacity:1;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

#tabFiltros{
    width:13.5%;
    float:right;
    position: relative;
    top:10px;
    margin-right:2%;
}
#tabFiltros .icoimo{
    width:18px;
    margin-left:5px;
}
#tabFiltros .icoimo:hover{
    width:18px;
    margin-left:5px;
    cursor:pointer;
}
/* tabAnaliseDesempenho    tabAnaliseDesempenho    tabAnaliseDesempenho  */
/* tabAnaliseDesempenho    tabAnaliseDesempenho    tabAnaliseDesempenho  */
.tabAnaliseDesempenho{ 
    width:100%;
    background-color: var(--cinzaFundoClaro);
    padding:1%;
}
.tdCentrado{
    text-align:center;
}
.tdAlto{
    padding-top:15px;
    padding-bottom:10px;
}
.tabAnaliseDesempenho tr{ 
    width:100%;
}
.tabAnaliseDesempenhoTit1{
    font-size:1.3rem;
    color:var(--txtcor3);
    /* padding-left:10px; */
}
.tabAnaliseDesempenhoTit2{
    font-size:1rem;
    width:30%;
    color:var(--txtcor4);
    /* color:var(--preto1); */
}
.tabAnaliseDesempenhoTit2B{
    font-size:1.1rem;
    color:var(--txtcor3);
    font-weight: bolder;
}
.tabAnaliseDesempenho .semInfo{
    font-style: italic;
}
.tabAnaliseDesempenho a:link{
    color:var(--txtcor5);
} 
.tabAnaliseDesempenho a:visited{
    color:var(--txtcor5);
} 
.tabAnaliseDesempenho a:hover, .tabAnaliseDesempenho a:active{
    color:var(--txtcor2);
}
.tabAnaliseDesempenhoCOR2{
    background-color: var(--branco3);
}
.tabAnaliseDesempenho .linhaSeparadoraAnálise td{
    /* background-color: var(--corCxSite); */
    font-size: 1.1rem;
    color: var(--txtcor3);
    font-weight: bolder;
    padding:18px 0 8px 10px;
    }
.tabelaDetalhesDaAnalise,.tabelaDetalhesDaAnaliseGlobal, .tabelaDetalhesDaAnalise2, .tabelaSaldoDaAnalise{ 
    width:100%;
    padding:1%;
    font-size: 0.9rem;
}
.tabelaDetalhesDaAnalise tr:first-child td, .tabelaDetalhesDaAnaliseGlobal tr:first-child td, .tabelaDetalhesDaAnalise2 tr:first-child td, .tabelaSaldoDaAnalise tr:first-child td{ 
    color:var(--txtcor4);
    font-weight: bold;
}
.tabelaSaldoDaAnalise td:first-child{ 
    color:var(--txtcor4);
    font-weight: bold;
}
.tabelaDetalhesDaAnalise td:not(:first-child), .tabelaDetalhesDaAnalise2 td:not(:first-child), .tabelaSaldoDaAnalise td:not(:first-child){ 
    text-align:right;
    width: 136px;
}
.tabelaDetalhesDaAnalise td, .tabelaDetalhesDaAnaliseGlobal td, .tabelaDetalhesDaAnalise2 td, .tabelaSaldoDaAnalise td{
    border-bottom:1px solid var(--branco1) 
}
.tabelaDetalhesDaAnalise td:not(:first-child), .tabelaDetalhesDaAnaliseGlobal td:not(:first-child):not(:nth-child(2)), .tabelaDetalhesDaAnalise2 td:not(:first-child){
    /*width:20%;*/
    padding-left:14px;
}
.tabelaDetalhesDaAnalise tr:nth-child(2) td, .tabelaDetalhesDaAnaliseGlobal tr:nth-child(2) td, .tabelaDetalhesDaAnalise2 tr:nth-child(2) td{ 
    padding-top:10px;
}
.tabelaDetalhesDaAnalise2 tr td:last-child { 
    text-align: right;
    width: 40px;
}
.tabelaDetalhesDaAnalise tr:last-child td{ 
    padding-top:10px;
    font-weight: bold;
}
.tabelaSaldoDaAnalise tr:last-child td{ 
    font-weight: bold;
}
.tabelaDetalhesDaAnalise tr:last-child td:first-child{ 
    color:var(--txtcor4);
}
.tabelaDetalhesDaAnaliseGlobal tr td:first-child{
    /* word-break: keep-all; */
    /* min-width:200px; */
    min-width:30%;
}
.tabelaDetalhesDaAnaliseGlobal td:not(:first-child):not(:nth-child(2)){
    text-align: right;
}
.tabelaDetalhesDaAnaliseGlobal td:nth-child(2){
    text-align: center;
}

/*  PROCURAS DINÂMICAS SEMELHANTES A AJAX */
#conteudoFiltradoClientes, #conteudoFiltradoClientesA, #conteudoFiltradoClientesB, #conteudoFiltradoAI, #conteudoFiltradoAP{
    font-size: 0.8rem;
}
#conteudoFiltradoClientes p, #conteudoFiltradoClientesA p, #conteudoFiltradoClientesB p, #conteudoFiltradoAI p, #conteudoFiltradoAP p{
    margin:2px;
}
#conteudoFiltradoClientes p:first-child, #conteudoFiltradoClientesA p:first-child, #conteudoFiltradoClientesB p:first-child, #conteudoFiltradoAI p:first-child, #conteudoFiltradoAP p:first-child{
    margin-top:8px;
}
.wrapperDiv{
    /* width: max-content; */
    width:100%;
}
.divListaDinamicaJS{
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #fff;
    width:100%;
    margin-top:0;
    margin-right:8px;
    margin-bottom:6px;
    padding:0;
    padding-left:3px;
    padding-right:3px;
    padding-top:3px;
    border: 2px solid var(--cor2);
}
#cxDinamicaClientes{
    padding:0;
}
#cxDinamicaClientes td{
    padding:0;
}
.icoRemoverItensFiltrados{
    width:12px;
    margin-left:12px;
    position:relative;
    top: 1px;
    filter:opacity(70%);
    -webkit-filter:opacity(70%);
}
.icoRemoverItensFiltrados:hover{
    filter:opacity(100%);
    -webkit-filter:opacity(100%);
}
#tdCancelada{
    color: var(--txtcorAlerta);
    font-size:1.2em;
    text-transform: capitalize;
    padding-bottom:20px;
}
.txtAlerta{
    color: var(--txtcorAlerta);
}

.tdFlex{
    display:flex;
    flex-wrap:wrap;
}

.maisInfo{
    width:16px;
    margin-left:5px;
    position:relative;
    top:-4px;
}
.maisOpaco{
    opacity:0.7;
    top:-2px;
}
.naoValida{
    background-color: #d29793; 
    color: #fff;
    border-color: #851109; 
}
.feddbacksMarginTop{
    margin-top:10px;
}
.passValidada{
    color:var(--txtcorValida)
}
.passNaoValidada{
    color: var(--txtcorVermelhoEscuro1); 
}
.passDiv{
    position :relative;
    display  :inline-block;
    width:100%;
}
.alertaNV{
    font-size:0.9rem;
    /* text-align: center; */
    padding: 0 3px;
    color: #851109;
}
/*  FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      */
/*  FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      */
/*  FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      */
footer{
    font-size:1rem;
    font-family:var(--txt1);
    color:var(--cor2A);
    padding-top:3vh;
    padding-bottom:3vh;
    user-select: none;
}

.logoFooter{
    margin: 0 10px;
    position:relative;
    top: 5px;
    height:30px;
}
/* $nomedosistema -> WEBIMO*/
.tit1Footer{
    font-family: var(--txt2);
    font-size:1.2rem;
    color:var(--txtcor1);
    position:relative;
    top:1px;
}
footer a{
    color:var(--txtcor1);
}
footer a:link{
    color:var(--txtcor1);
}
footer a:visited{
    color:var(--txtcor1);
}
footer a:hover,footer a:active{
    color:var(--cor2);
}
.linkGeral{
    margin:0;
}
.linkGeral:link{
    color:var(--preto3);
}
.linkGeral:visited{
    color:var(--preto3);
}
.linkGeral:hover, .linkGeral:active{
    color:var(--txtcor2);
}
/* REMOVER SETAS dos inputs type='number' */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
} 

/* FORMULÁRIOS DESATIVADOS  */
/* FORMULÁRIOS DESATIVADOS  */
/* FORMULÁRIOS DESATIVADOS  */

input[type=submit][disabled], input[type=button][disabled], input[type=reset][disabled]{
    border-width: 0;
    font-family: var(--txt1);
    background-color: var(--preto3);
    color:#fff;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    margin-right:12px;
}
input[type="submit"][disabled]:hover, input[type="button"][disabled]:hover, input[type="reset"][disabled]:hover{
    background-color: var(--preto3);
    cursor:default;
}

/* FIM DE FORMULÁRIOS DESATIVADOS  */
/* FIM DE FORMULÁRIOS DESATIVADOS  */
/* FIM DE FORMULÁRIOS DESATIVADOS  */

#aindaNaoHaRegistos{
    padding: 10px;
    text-align: left;
    display: table-cell;
}

/*       TABELA ÍCONE MENU      */
/*       TABELA ÍCONE MENU      */
.tabelaIconeMenu{
    position:relative;
    top:7px;
    height:20px;
    width:24px;
}
.tabelaIconeMenu td{
    border:none;
    border-top:2px solid #fff;
}
.tabelaIconeMenu:hover td{
    border-top:2px solid var(--txtcor2B);
}
/*       FIM DE TABELA ÍCONE MENU      */
/*       FIM DE TABELA ÍCONE MENU      */


/* NOTAS DE PAGAMENTOS */
/* NOTAS DE PAGAMENTOS */
#btMaisInfoNP{
    color:var(--txtcor5);
    font-family: var(--txt1);
    font-size:1rem;
}
#btMaisInfoNP:hover{
    color:var(--txtcor2);
    cursor:pointer;
}
.tabResumoPagamentos {
    width:100%;
}
.tabResumoPagamentos td{
    border-bottom:1px solid var(--branco1);
}
.tabResumoPagamentos td:first-child{
    width:70%;
}
.tabResumoPagamentos td:not(:first-child){
    text-align: right;
}

.tabResumoPagamentos td.tdIcoEstreito{
    width:34px;
}

/* GALERIA  */
/* GALERIA  */
.imgAgrega{
    display:flex;
    flex-wrap:wrap;
    /* background-color: aqua; */
    justify-content: flex-start;
}
.moldura{
    width:19%;
    margin:0.5%;
    padding-top: 10%;   /* SUPER IMPORTANTE: foi assim que consegui que ficasse com altura  (12% da largura de #imgagrega) */
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border:3px solid var(--cor1A);
}
.apagaImg{
    background-color:rgba(255, 255, 255,0.7);
    color:var(--preto3);
    width:100%;
    text-align: center;
    cursor:pointer;
    font-family: var(--txtNormal);
    visibility: hidden;
    /*Inicialmentetransparente*/opacity: 0;
    /*Adicionatransiçãodemeiosegundo*/
    transition: visibility 0s, opacity 0.3s;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    -ms-transition: visibility 0s, opacity 0.3s;
    -o-transition: visibility 0s, opacity 0.3s;
}
.moldura:hover .apagaImg{
    visibility: visible;
    opacity: 1; /* Torna completamente visível */
}

.apagaImg:hover{
    background-color:rgba(255, 255, 255,1);
    color:rgb(210, 131, 75);
}

.molduraAdd{
    width:19%;
    margin:0.5%;
    margin-left:0;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border:3px solid var(--cor1A);
}
.molduraAdd a{
    margin:0;
    width:100%;
    height:100%;
    min-height:100px;
}
.albergaAddDiv{  
    margin:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.divAddImg{
    display:block;
    width:40%;
    aspect-ratio:1/1;
    background: url("../imagens/icones/addImage.svg") no-repeat center center;
    background-size: contain; /* ou cover, conforme precisares */
}
.tabAddImages{
    width:100%;
    border-spacing:0;
    background-color: var(--branco3);
}

.formAddImages, .galeria{
    margin: 0;
    padding: 1%;
}
#formAddImagens{
    margin:0;
}
#formAddImagens td{
    margin:0;
}
#formAddImagens tr td:last-child{
    padding-left: 20px;
}
#formAddImagens tr:first-child td{
    padding-top:10px;
}
#formAddImagens tr:last-child td{
    padding-bottom:10px;
}

.legendaGaleriaVazia{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-left:20px;
}
.molduraAdd a:link{
    background-color: var(--branco5);
}
.molduraAdd a:visited{
    background-color: var(--branco5);
}
.molduraAdd a:hover, .molduraAdd a:active{
    background-color: var(--branco7);
}

/* FIM DA GALERIA   */

/* ZOOM IMAGENS  */
.pics{
    min-width:120%;
    min-height:120%;
    visibility: hidden;
}

.pics:hover{
    cursor:pointer;
}

#preview{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 2;
    display:flex;
    justify-content: center;
    align-items: center;
}

#preview img{
	max-width:84vw;
	max-height: 85vh;
	border:6px solid var(--corBorderPreviewImagem);
	/* background-color: #000;
    padding:2px; */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}
/* FIM DE ZOOM */

.alinhaDta{
    text-align: right;
}
.fdbkAsync, .fdbkTOTP{
    color:var(--txtcorVermelhoEscuro1);
    font-size: 0.9rem;
    padding:5px;
}
.TOTPinput{
    line-height: 1.4em;
    padding: 3px 10px;
    margin-right: 12px;
    margin-top: 6px;
    min-width: 75px;
    position:relative;
    top:1px;
}
/* DASHBOARD */
/* DASHBOARD */
#conteudoDashBoard{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tabResumoContainerSmall{
    width: 48%;
}
.tabResumoContainerSmall .alinhaDta{
    margin-top: 10px;
}
.tabResumoContainerBig{
    width: 98%;
}

.tabResumo{
    background-color: var(--branco4);
    padding: 10px;
    text-align: justify;
    margin: 1%;
    display:flex;
    flex-direction: column;
    justify-content:space-between;
}
.tabAviso{
    background-color: var(--alertaPergunta);
    color:var(--branco1);
    padding: 10px;
    text-align: justify;
    margin: 1%;
    display:flex;
    flex-direction: column;
    justify-content:space-between;
}
.tabAviso p{
    margin:0;
}

.tabResumo .semResultados{
    font-style:italic;
    font-size:0.9rem;
    color:var(--preto3);
}
.ultimas, .ultimasSpan{
    line-height: 23px;
    font-size:0.9rem;
    color:var(--preto3);
}
.ultimasSpan.alertaAmarelo, .tit4.alertaAmarelo{
    color: #ad5e13;
}
.ultimasSpan.alertaVermelho, .tit4.alertaVermelho{
    color: #8b220d;
}
.ultimas:link{
    color:var(--preto3);
}
.ultimas:visited{
    color:var(--preto3);
}
.ultimas:hover, .ultimas:active{
    color:var(--txtcor2);
}
.ultimas.verTodas:link{
    color:var(--txtcor2B);
}
.ultimas.verTodas:visited{
    color:var(--txtcor2B);
}
.ultimas.verTodas:hover, .ultimas.verTodas:active{
    color:var(--cor2);
}
/* FIM DE DASHBOARD */


/*  PDFs   */
.exportPDF{
    /*background-color: #fff;*/
    display:inline-block;
    margin:1%;
    background-image: url('../imagens/icones/pdfb.png');
    background-size: contain;  
    background-repeat: no-repeat;
    background-color:rgba(255,255,255,0);
    border:none;
    padding:5px;
    padding-left:30px;
    color: #666;
    position:relative;
    top:12px;
}
.exportPDF:hover{
    background-image: url('../imagens/icones/pdfa.png');
    cursor: pointer;
}
.exportPDF:hover{
    color: #000;
}
/*  FIM DE PDFs   */

.preLoader{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
#conteudoDashBoard .preLoader{
    height:100%;
}
.preLoader img{
    width:50%;
    max-width:30px;
}

#divAsync{
    width:65%;
    text-align: center;
}

.trTransparente{
    opacity:0;
}
/* .trFadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */


#divAsync .preLoader img{
    position:relative;
    top:80px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4CAF50;
}

input:checked + .slider:before {
    transform: translateX(24px);
}

#passRestaurArea{
    background-color: var(--cinzaFundoClaro);
    width: 600px;
    margin-left:auto;
    margin-right:auto;
}

#divAceitarDocsLegais{
    text-align: center;
}
.divIframePDF{
    max-width:980px;
    height: 400px; 
    border: 1px solid #ccc; 
    margin: 20px auto;
}
.iFramePDF{
    width:100%;
    height:100%;
    border: none;
}
.disBlock{
    display:block;
}

/* ::::::::::::::::::::::::      FADE IN experiences    :::::::::::::::::::::::::: */
.cortinaFadeIn{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: var(--branco1);
    z-index: 1;
    opacity: 1;
}

#tapaTudo{
    position: fixed;
    inset: 0; /* atalho para top/left/right/bottom 0 */
    background: rgba(0,0,0,0.5);
    z-index: 900;
    opacity: 0;
    pointer-events: none; /* não bloqueia cliques enquanto invisível */
    transition: opacity 0.5s ease;
}
#tapaTudo.activo {
    opacity: 1;
    pointer-events: all; /* bloqueia cliques quando visível */
}
/* preLoader */
#tapaTudo .preLoader{
    margin:0;
    margin-top:20vh;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:30%;
}

/* divLog2FA & QRCode */
#divLog2FA{
    width:500px;
    margin-left:auto;
    margin-right:auto;
}
#divLog2FA .tit2 {
    padding:0;
}
#divLog2FA .txt1 {
    text-align: justify;
    margin: 0;
}
#qrCode{
    display:flex;
}
#qrCode div{ 
    display:flex;
    justify-content: center;
    align-items: center;
    width:48%;
    margin:1%;
}
#qrCode div:last-child{
    flex-direction: column;
    justify-content: center;
} 
#qrCode2FA{
    width:100%;
    /* border:1px solid #000; */

}