﻿/*MasterPage.Master*/
#center
{
    width: 100%;
}

#banner
{
    background-image: url('../images/logoATMMobile.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
}

#main
{
    width: 100%;
}

#conteudoMaster
{
    width: 100%;
}

#conteudoProfissional
{
    width: 100%;
    margin-top: 12px;
    padding-bottom: 20px;
}

#content
{
    /*background-image: url('../images/line_vert.gif');
    background-repeat: repeat-y;*/
    float: left;
    width: 100%;
    /*margin-left: 0px;
    padding-left: 0px;*/
    line-height: 16px;
    margin-top: 8px;
    padding-bottom: 20px;
}

/*============================================================*/



/*Autenticador.aspx*/
.layoutAutenticador
{
    width: 100%;
    background-color: #FFFF00;
}

.tbLogin
{
    background-color: #ECE9D8;
    margin-top: 0px;
}
/*============================================================*/



/*MasterProfissional.master*/
#navigation
{
    background-image: url('../images/navi.gif');
    background-repeat: no-repeat;
    width: 100%;
    height: 42px;
}
#navigation ul
{
    padding-left: 20px;
    width: 95%;
}



/*FIP_Profissional.aspx*/
.lblDescTipo
{
    font-family: Arial;
    font-weight: bold;
    font-size: 4vw;
}

.popupVisualizacao
{
    padding: 5px;
}

.manipulador
{
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 4px;
    font-size: 10px;
}

/*============================================================*/


/*FIP's*/
.tipoFIPFAH
{
    padding-top: 0px;
    padding-bottom: 5px;
}

.tbUsuario
{
    padding-bottom: 8px;
}

.tbUsuarioCabecalho
{
    font-size: 14px;
}

.tbUsuarioDados
{
    font-size: 12px;
    font-weight: bold;
}

.btnCriarRelatorio
{
    padding-left: 1.5%;
    padding-bottom: 8px;
}

/*============================================================*/
