
/*
 Tema para desabilitar eventos de mouse sobre links  desabilitados
  eh para conseguir desabilitar um link no chrome e Firefox
*/ 
a.disabled {
          
          cursor: progress;
          color: gray;
        }
        
a[disabled] {
          
          cursor: progress;
          color: gray; 
}        
        
        
/* HEADER THEME TC*/
.tc-body
{
    margin-left:0;
    padding-left:0;
    margin-top:0;
    padding-top:0;
    margin-right:0;
    padding-right:0;
    margin-bottom:0;
    padding-bottom:0;
    width:1004px;
}

.tc-header-div
{
    width:100%;
    background-image: url('images/header_background.png');
    background-repeat:repeat-x;
    height:67px;
}

.tc-header-table
{
    width:100%;
    height:67px;
}

.tc-header-column-empty
{
    width:2%;
}

.tc-no-display
{
    display:none;
}

.tc-header-column-logo
{
    width:2%;
    height:60px;
    vertical-align:middle;
}

.tc-header-img-logo-itau
{
    vertical-align:middle;
    width:50px;
    height:50px;
}

.tc-header-img-logo-itau-bba
{
    vertical-align:middle;
    width:88px;
    height:50px;
}

.tc-header-column-bba
{
    padding-top:2%;
    vertical-align:middle;
}

.tc-header-span-bba
{
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(29, 53, 113);
}

.tc-header-column-sistema
{
    width:80%;
    padding-top:2%;
    vertical-align:sub;
    text-align:center;
}

.tc-header-span-sistema-itau
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(102, 102, 102);
}

.tc-header-span-nome-portal-itau
{
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(102, 102, 102);
}

.tc-header-column-text-sair
{
    width:7%;
    text-align:right;
}

.tc-header-text-sair
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: rgb(254, 124, 14);
    font-weight:bold;
}

.tc-header-column-btn-sair
{
    width:3%;
}

/* MENU THEME TC*/
.tc-menu-div
{
    width:100%;
    vertical-align:top;
    background-image: url('images/menu_backgroud.png');
    background-repeat:repeat-x;
    height:48px;
}

.tc-menu-pai-div
{
    margin-left:2%;
    height:24px;
    width:98%;
    margin: 0,0,0,0;
    padding: 0,0,0,0;
}

.tc-menu-filho-div
{
    margin-left:2%;
    height:24px;
    width:auto;
    margin: 0,0,0,0;
    padding: 0,0,0,0;
}

.tc-menu-tabela
{
    margin: 0,0,0,0;
    padding: 0,0,0,0;
    text-align:center;
    height:24px;
}

.tc-menu-tabela-filho
{
    margin: 0,0,0,0;
    padding: 0,0,0,0;
    text-align:center;
    height:24px;
    display:none;
}


.tc-menu-line-informacao
{
    height:15px;
}

.tc-menu-text-informacao
{
    vertical-align:top;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#FFFFFF;
    cursor:pointer;
}

.tc-menu-line-informacao-subitem
{
    height:15px;
}

.tc-menu-text-informacao-subitem
{
    vertical-align:top;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#AEAEAE;
    cursor:pointer;
}

.tc-menu-text-informacao-subitem-selecionado
{   
    vertical-align:top;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color: rgb(255, 153, 0);
}

.tc-checkbox-emenda
{
    float:right;
    position:relative;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(95, 162, 191);
}

/* INFORMAÇÕES THEME TC*/
.tc-informacao-div
{
    margin-top:0px;
    margin-bottom:5px;
    width:100%;
    height:24px;
    margin: 0, 0, 0, 0;
    padding: 0, 0, 0, 0;
}

.tc-informacao-tabela
{
    vertical-align:middle;
    margin: 0, 0, 0, 0;
    padding: 0, 0, 0, 0;
    width:100%;
}

.tc-informacao-tabela-columna-informacao
{
    vertical-align:middle;
    width:70%;
}

.tc-informacao-tabela-columna-icones
{
    vertical-align:middle;
    width:1%;
}

.tc-informacao-div-mleft2
{
    margin-left:2%;
}

tc-informacao-meus-atalhos
{
    margin: 0, 0, 0, 0;
    padding: 0, 0, 0, 0;
    width:40%;
    text-align:left;
    /*background-image: url('images/bg_color_meus_atalhos.png');
    background-repeat:repeat-x;*/
    border-bottom-left-radius: 5px;
    vertical-align:middle;
    height:23px;
}

.tc-informacao-meus-atalhos span
{
    margin: 0, 0, 0, 0;
    vertical-align:middle;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255,255,255);
}

.tc-informacao-meus-atalhos select
{
    margin: 0, 0, 0, 0;
    vertical-align:middle;
    width:60%;
}

.tc-item-text-item-pagina
{
    vertical-align:top;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);

}

/* DETALHE STATUS */
.tc-main-content-status
{
    margin-top:5%;
    margin-left: 10%;
    width: 900px;
    height:60px;    
}

.tc-main-content-status .barra-esquerda1 img
{
    position:relative;
    right:14px;
    display:none;
}

.tc-main-content-status .bola-status1 img
{
    position:relative;
    left:21px;
    display:none;
}

.tc-main-content-status .barra-esquerda2 img
{
    position:relative;
    right:68px;
    display:none;
}

.tc-main-content-status .bola-status2 img
{
    position:relative;
    right:22px;
    display:none;
}

.tc-main-content-status .barra-esquerda3 img
{
    position:relative;
    right:115px;
    display:none;
}

.tc-main-content-status .barra-esquerda4 img
{
    position:relative;
    right:130px;
    display:none;
}

.tc-main-content-status .bola-status3 img
{
    position:relative;
    right:75px;
    display:none;
}

.tc-main-content-status .bola-status4 img
{
    position:relative;
    right:123px;
    display:none;
}

.tc-main-content-status .bola-status5 img
{
    position:relative;
    right:138px;
    display:none;
}

.tc-main-content-status .status-recepcao
{
    font-size:12px;
    font-weight:bold;
    color:rgb(255, 102, 0);     
    font-family:Segoe UI;
    position:relative;
    left:9px;
    display:none;
}

.tc-main-content-status .status-comfirmado-conversao
{
    font-size:12px;
    font-weight:bold;
    color:rgb(255, 102, 0);     
    font-family:Segoe UI;
    position:relative;
    left:154px;
    display:none;   
}

.tc-main-content-status .status-nao-comfirmado-conversao
{
    font-size:12px;
    font-weight:bold;
    color:rgb(200, 200, 200);     
    font-family:Segoe UI;
    position:relative;
    left:154px; 
    display:none;         
}

.tc-main-content-status .status-comfirmado-validacao
{
    font-size:12px;
    font-weight:bold;
    color:rgb(255, 102, 0);     
    font-family:Segoe UI;
    position:relative;
    left:160px;
    display:none;    
}

.tc-main-content-status .status-nao-comfirmado-validacao
{
    font-size:12px;
    font-weight:bold;
    color:rgb(200, 200, 200);     
    font-family:Segoe UI;
    position:relative;
    left:157px; 
    display:none;        
}

.tc-main-content-status .status-comfirmado-consistencia
{
    font-size:12px;
    font-weight:bold;
    color:rgb(255, 102, 0);     
    font-family:Segoe UI;
    position:relative;
    left:300px;
    display:none;
}

.tc-main-content-status .status-nao-comfirmado-consistencia
{
    font-size:12px;
    font-weight:bold;
    color:rgb(200, 200, 200);     
    font-family:Segoe UI;
    position:relative;
    left:297px;
    display:none;         
}

.tc-main-content-status .status-comfirmado-finalizacao
{
    font-size:12px;
    font-weight:bold;
    color:rgb(255, 102, 0);     
    font-family:Segoe UI;
    position:relative;
    left:315px;
    display:none;
       
}

.tc-main-content-status .status-nao-comfirmado-finalizacao
{
    font-size:12px;
    font-weight:bold;
    color:rgb(200, 200, 200);     
    font-family:Segoe UI;
    position:relative;
    left:315px;
    display:none;         
}


.tc-main-content-status .versao_em_alteracao
{
    font-size:12px;
    font-weight:bold;
    color:rgb(255, 102, 0);     
    font-family:Segoe UI;
    left:9px;
}

.tc-main-content-status .versao_OK
{
    font-size:12px;
    font-weight:bold;
    color:rgb(255, 102, 0);     
    font-family:Segoe UI;
    left:160px; 
}

.tc-main-content-status .versao_nao_OK
{
    font-size:12px;
    font-weight:bold;
    color:rgb(200, 200, 200);     
    font-family:Segoe UI;
    left:157px;         
}

/* MAIN CONTENT THEME TC - NÃO FAZER HERANÇA DE CLASSES AQUI POR CAUSA DO GESTOR COMEX QUE NÃO SERA MIGRADO NESSE MOMENTO */
.tc-main-content-div
{
    margin-left:0.5%;
    width:99.5%;
    min-height: 510px;
    margin-top:1.3%;
    height:100%;
}

.tc-main-content-div-subcontent-home
{
    width:74%;
    float:left;
}

.tc-main-content-div-subcontent-informacao
{
    width:25%;
    float:right;
}

.tc-painel-informacoes-div
{
    background-image: url('images/painel_informacoes.png');
    background-repeat:repeat-x;
    width: 94%;
    height:115px;
    border: 1px Solid Silver;
    border-radius: 5px;
    margin-left:3%;
}

.tc-painel-div
{
    width: 94.7%;
    height:117px;
    margin-left:3%;
}

.tc-painel-pagamento
{
    vertical-align:top;
    text-align:left;
    padding-left: 3%;
    width:50%;
}

.tc-painel-alinhamento-item-left
{
    vertical-align:top;
    text-align:left;
    padding-left: 6%;
    width:50%;
}

.tc-painel-alinhamento-sub-item-left
{
    vertical-align:top;
    text-align:left;
    padding-left: 8%;
    width:50%;
}

.tc-painel-alinhamento-item-right
{
    vertical-align:top;
    text-align:left;
    padding-left: 4%;
    width:50%;
}

.tc-painel-alinhamento-sub-item-right
{
    vertical-align:top;
    text-align:left;
    padding-left: 6%;
    width:50%;
}
.tc-painel-fesquerda
{
    width:48%;
    float:left;
}

.tc-painel-fdireita
{
    margin-left:3%;
    width:48%;
    float:left;
}

.tc-painel-ibackgroud
{
    background-image: url('images/painel_informacoes.png');
    background-repeat:repeat-x;
    height:115px;
    border: 1px Solid Silver;
    border-radius: 5px;
}

.tc-painel-ibackgroud-fcharts
{
    background-image: url('images/background_image_fusion_charts_home.png');
    background-repeat:repeat-x;
    height:215px;
    border: 1px Solid Silver;
    border-radius: 5px;
}


.tc-painel-pagamento-tabela
{
    width:100%;
    height:75px;
    margin-top:2%;
}

.tc-painel-grafico-tabela
{
    width:100%;
    height:208px;
    margin-top:2%;
}

.tc-painel-pagamento-border-right
{
    border-right: 1px Solid Black;
    z-index:100;
}

.tc-fusion-charts-moeda
{
    display:block;
    height: 188px;
    margin: 0, 0, 0, 0;
    padding:  0, 0, 0, 0;
    text-align:center;
    background-color:transparent;
    background-image:none;
    background-repeat:no-repeat;
}

.tc-fusion-charts-moeda div
{
    background-color:transparent!Important;
    background-image:none!Important;
    background-repeat:no-repeat!Important;
}

.tc-painel-text-align-right
{
    text-align:right;
    width:100%;
}


.tc-painel-align-right
{
    text-align:right;
    width:25%;
}

.tc-painel-div-text-align-right
{
    text-align:right;
    margin-right:10%;
    width:80%;
}

.tc-painel-informacao-tabela
{
    width:100%;
}

.tc-painel-informacao-center
{
    text-align:center;
}

.tc-painel-item-nao-selecionado-icone
{
    height:50px;
    width:35%;
    border-bottom: 1px Solid Silver;
    text-align:center;
    background-color: rgb(232, 231, 228);
    border-top-right-radius: 20px;
}

.tc-painel-item-selecionado-icone
{
    width:35%;
    height:50px;
    text-align:center;
    background-color: rgb(255, 255, 255);
    border-top-right-radius: 20px;
    border-left: 1px Solid Silver;
    border-right: 1px Solid Silver;
    border-top: 1px Solid Silver;
    border-bottom: none;
}

.tc-painel-border-botton
{
    width:30%;
    border-bottom: 1px Solid Silver;
}

.tc-painel-div-informacoes
{
    width:100%;
    height:476px;
}

.tc-painel-item-icone
{
    vertical-align:middle;
}

.tc-painel-informacao-nao-visivel
{
    display:none;
}

.tc-painel-informacao-visivel
{
    height:100%;
    border-left: 1px Solid Silver;
    border-right: 1px Solid Silver;
    border-top: 1px Solid Silver;
    border-bottom: 1px Solid Silver;
}

.tc-title-item
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(0, 38, 84);
}

/* BEGIN - GRID VIEW TITLE ITEM*/
.tc-title-item-gridView
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(0, 38, 84);
}

.tc-item-text-gridView
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}
/* END - GRID VIEW TITLE ITEM*/

.tc-title-page
{
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#002654;
}
/* FOOTER THEME TC*/
.tc-footer-div
{
    clear:both;
    width:100%;
    background-image: url('images/rodape_background.png');
    background-repeat:repeat-x;
    height:44px;
    position:relative;
    bottom:0;
}

.tc-footer-table-links
{
    padding-left:2%;
    width:97%;
    height:40px;
}

.tc-footer-column-empty
{
    width:50%;    
}

.tc-footer-column-text-link
{
    width:8%;
    text-align:center;
    vertical-align:middle;
}

.tc-footer-column-text-link-final
{
    width:20%;
    text-align:right;
    vertical-align:middle;
}

.tc-footer-column-text-space
{
    width:1%;
    text-align:center;
    vertical-align:middle;
}

.tc-footer-links
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#FFFFFF;
    text-align:center;
}

.tc-agradecimento-titles
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    border-collapse: collapse;
}



/* Title COMMONS */
.tc-title-item-page
{
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(0, 38, 84);
}

.tc-item-date-page
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-painel-div-date
{
    width:99.9%;
    text-align:right;
}

.tc-div-main-painel
{

    border-radius: 5px;
    border: 1px Solid rgb(144, 143, 139);
    background-color: rgb(245, 245, 245);
}

.tc-div-main-painel-bgblank
{
    width:88%;
    border-radius: 5px;
    border: 1px Solid rgb(144, 143, 139);
}

.tc-title-div
{
    margin-top:2%;
    border-bottom: 1px Solid rgb(161, 161, 161);
    margin-left:2%;
}

.tc-subpainel-div
{
   
    margin-left:2%;
}

.tc-title-itens
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(95, 162, 191);
}

.tc-title-itens-login
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: Black;
}

/* GRID VIEW COMMONS*/
.tc-painel-botoes
{
    height:56px;
    width:100%;
    vertical-align:middle;
    background-image: url('images/background-color-painel.png');
    background-repeat:repeat-x;  
    border-radius: 5px;
}

.tc-table-painel_botoes
{
    height:56px;
}

.tc-table-painel_botoes-row-empty
{
    height:10px !important;
}

.tc-painel-text-mensagem-informacao
{
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(0, 39, 129);
}

/* BUTTON COMMONS*/
.tc-div-botoes
{
    width:100%;
    text-align:right;
    height: 72px;
}
/* BUTTON ORANGE ENABLED */
.tc-button-border-orange-div-principal
{
    height:17px;
    border-bottom: 1px Solid #A6A6A6;
    border-right: 1px Solid #A6A6A6;
    border-top: none;
    border-left: none;
    border-radius: 1px;
    text-align:center;
    cursor:pointer;
    vertical-align:top;
}
.tc-button-orange-div-externa
{
    height:15px;
    border: 1px Solid #DB4C0D;
    border-radius: 1px;
    text-align:center;
    vertical-align:top;
    cursor:pointer;
}

.tc-button-orange-div-interna
{
    height:14px;
    border: 1px Solid #FF934D;
    background-image: url('images/botao_degrade.png');
    text-align:center;
    vertical-align:top;
    cursor:pointer;
}

.tc-button-orange-div-interna a
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 255, 255);
    vertical-align:top;
}

/* BUTTON ORANGE DISABLED */
.tc-button-border-orange-div-principal-disabled
{
    height:17px;
    border-bottom: 1px Solid #000000;
    border-right: 1px Solid #000000;
    border-top: none;
    border-left: none;
    border-radius: 1px;
    text-align:center;
    cursor:pointer;
    vertical-align:top;
}
.tc-button-orange-div-externa-disabled
{
    height:15px;
    border: 1px Solid #000000;
    border-radius: 1px;
    text-align:center;
    vertical-align:top;
    cursor:pointer;
}

.tc-button-orange-div-interna-disabled
{
    height:14px;
    border: 1px Solid #000000;
    background-image: url('images/botao_degrade_disabled.png');
    text-align:center;
    vertical-align:top;
    cursor:pointer;
}

.tc-button-orange-div-interna-disabled a
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(0, 0, 0);
    vertical-align:top;
}
/* BUTTON GRAY ENABLED */
.tc-button-border-gray-div-principal
{
    height:17px;
    border-bottom: 1px Solid rgb(195, 195, 195);
    border-right: 1px Solid rgb(195, 195, 195);
    border-top: none;
    border-left: none;
    border-radius: 1px;
    text-align:center;
    vertical-align:top;
    cursor:pointer;
}
.tc-button-gray-div-externa
{
    height:15px;
    border: 1px Solid rgb(140, 140, 140);
    border-radius: 1px;
    text-align:center;
    vertical-align:top;
    cursor:pointer;
}

.tc-button-gray-div-interna
{
    height:14px;
    border: 1px Solid rgb(211, 211, 211);
    background-image: url('images/botao_degrade_gray.png');
    text-align:center;
    vertical-align:top;
    cursor:pointer;
}

.tc-button-gray-div-interna a
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 255, 255);
    vertical-align:top;
}

/* BUTTON GRAY DISABLED */
.tc-button-border-gray-div-principal-disabled
{
    height:17px;
    border-bottom: 1px Solid #000000;
    border-right: 1px Solid #000000;
    border-top: none;
    border-left: none;
    border-radius: 1px;
    text-align:center;
    cursor:pointer;
    vertical-align:top;
}
.tc-button-gray-div-externa-disabled
{
    height:15px;
    border: 1px Solid #000000;
    border-radius: 1px;
    text-align:center;
    vertical-align:top;
    cursor:pointer;
}

.tc-button-gray-div-interna-disabled
{
    height:14px;
    border: 1px Solid #000000;
    background-image: url('images/botao_degrade_disabled.png');
    text-align:center;
    vertical-align:top;
    cursor:pointer;
}

.tc-button-gray-div-interna-disabled a
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(0, 0, 0);
    vertical-align:top;
}

/* TABLE DATA COMMONS */

.tc-item-link
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 102, 0);
}


.tc-table-data
{
    width:100%;
    text-align:left;
}

.tc-table-data span
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-table-data label
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-width-fixed-1
{
    width:100px;
}

.tc-width-fixed-2
{
    width:350px;
}

.tc-width-1
{
    width:1%;
}

.tc-width-2
{
    width:2%;
}

.tc-width-3
{
    width:3%;
}

.tc-width-5
{
    width:5%;
}

.tc-width-10
{
    width:10%;
}

.tc-width-12
{
    width:12%;
}

.tc-width-15
{
    width:15%;
}

.tc-width-18
{
    width:18%;
}

.tc-width-20
{
    width:20%;
}

.tc-width-25
{
    width:25%;
}

.tc-width-30
{
    width:30%;
}

.tc-width-35
{
    width:35%;
}

.tc-width-39
{
    width:39%;
}

.tc-width-40
{
    width:40%;
}

.tc-width-45
{
    width:45%;
}

.tc-width-50
{
    width:50%;
}

.tc-width-75
{
    width:80%;
}

.tc-width-80
{
    width:80%;
}

.tc-width-85
{
    width:85%;
}

.tc-width-90
{
    width:90%;
}

.tc-width-95
{
    width:95%;
}

.tc-width-96
{
    width:96%;
}

.tc-width-97
{
    width:97%;
}

.tc-width-98
{
    width:98%;
}

.tc-width-99
{
    width:99%;
}

/* CAMPOS DA PÁGINA INVESTIGACAO.ASPX GREEN*/
.tc-forecolor-green
{
    background-color: #CCFFCC;
}

/* CAMPOS DA PÁGINA INVESTIGACAO.ASPX RED*/
.tc-forecolor-red
{
    background-color: #FF9999;
}


.tc-table-data input
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-table-data select
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-mensagem-informacao-transacao
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(2, 33, 104);
}

/* ABAS */

.menu-habilitado-status
{
    width:15%;
    border: 1px #000;
    background: #f7f7f7;
    border-left: 1px solid #948e8c;
    border-top: 1px solid #948e8c;
    border-right: 1px solid #948e8c;
    border-bottom: 1px solid #f7f7f7;
    padding: 5px 15px 5px 15px;
    position: relative;
    top: 1px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    cursor:default;
    text-align:center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
     
.menu-comprovantes-extratos-swift
{
    list-style-type: none;
} 
    

.menu-comprovantes-extratos-swift li
{
    background: #f7f7f7;
    color: #002654;
    border-left: 1px solid #948e8c;
    border-top: 1px solid #948e8c;
    border-right: 1px solid #948e8c;
    padding: 5px 15px 5px 15px;
    position: relative;
    top: 1px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    cursor:pointer;
    text-align:center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
} 



.tc-painel-div-menu-status
{
    width: 88%;
}
                
.menu-data-status
{
    width: 30%;
    float: right;
    text-align: right;
}

.fix-swift
{
      padding-top: 8px;
      margin-left:10px;
      margin-top: 13px;
      width:100%;
      display: block;

}
.extrato-swifty
{
    margin-right:2%;
    margin-left:2%;
    padding-top: .5rem;
    margin-top: 1rem;
}



.sumarioValidacoes{	}
.sumarioValidacoes{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #990000;	background-color: #fafafa;	padding-left: 25px;	padding-top: 4px;	padding-right: 4px;	border: 0px;	padding-bottom: 5px; _z-index:1; margin: 5px 0 5px 0; text-align:left;}
.sumarioValidacoes ul{	margin-top:5px;	margin-left:15px;	margin-right:5px;	margin-bottom:3px;}

.drop-down-list-email-top { width: 270px; margin-top: 27px; }
.drop-down-list-email { width: 270px; margin-top: 4px; }