﻿/* Média Print*/
.no-print
{
    display:none !important;
}
    
.print
{
    display:block !important;
}
    
.tc-header-div
{
    width:100%;
    background-color:White;
    border-bottom: 2px Solid Black;
    height:67px;
}

.tc-header-table
{
    width:99%;
    height:67px;
}

.tc-header-column-empty
{
    width:2%;
}
    
.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: Black;
}
    
.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-img-logo-itau
{
    vertical-align:middle;
    width:37px;
    height:35px;
    border-width: 0px;
}
    
.tc-header-img-logo-itau-bba
{
    vertical-align:middle;
    width:50px;
    height:35px;
    border-width: 0px;
}
    
.tc-div-main-painel
{
    border:none;
}
    
.tc-painel-grid-view
{
    width:100%;
    border: none;
    border-bottom: 1px Solid Black;
}

.tc-header-grid-view
{
    border: 1px Solid Black;
    background-color:#E7E3E7  !important;
    height: 37px; 
}

.tc-header-grid-view a
{
    font-family: Arial;
    font-size: 12px;
    height:37px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333333;
}

.tc-header-grid-view span
{
    font-family: Arial;
    font-size: 12px;
    height:37px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333333;
}
    
.tc-item-text-grid-view
{
    margin-left:2%;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
}

.tc-item-text-grid-view span
{
    margin-left:2%;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
}

.tc-row-grid
{
    background-color: White !important;
}


.tc-alternate-row-grid
{
    background-color: Silver !important;
}

@page 
{
    mso-page-orientation:landscape;
}

@page land  
{
    size: landscape; 
}
    
#landscape  
{
    page: land; 
}