/*                   */
/* CSS do sítio Alfa */
/*                   */

body
{
background-color: #CEEAFF; /* #006BD7 Azul Escuro Alfa */
background-size:  cover;

border-color:     #000000; /* Preto     */
border-style:     none;

color:            #000000;

font-family:      "Courier New", Verdana, Arial, Helvetica, sans-serif;
font-size:        3vw; /* 12px */
font-style:       normal;
font-weight:      bold;

line-height:      1.6;

margin:           0;

overflow:         auto;

padding:          10px 0px 0px 10px;
}

div.Login
{
background-color: #CEEAFF;

border-color:     #000000;
border-radius:    16px;
/* border-style:     none; */

font-size:        0.8rem;

position:         absolute;

left:             20%;
top:              46%;
width:            60%; /* DEFINIR CASO A CASO */
height:           8%; /* DEFINIR CASO A CASO */
}

div.Mensagens
{
background-color: #CEEAFF;

border-color:     #000000;
border-radius:    16px;
/* border-style:     none; */

font-size:        0.8rem;

position:         absolute;

left:             35%;
top:              46%;
width:            30%; /* DEFINIR CASO A CASO */
height:           8%; /* DEFINIR CASO A CASO */
}


div.Operacoes
{
background-color: #CEEAFF;

border:           solid thin #0033FF;
border-color:     #0033FF;
border-radius:    16px;
/* border-style:     none; */
font-size:        2vw !important;

overflow:         auto;

position:         absolute;

left:             2%;
top:              1%;
width:            96%;
height:           auto;
}

div.Suporte
{
background-color: #CEEAFF;

border:           solid thin #0033FF;
border-color:     #0033FF;
border-radius:    16px;
/* border-style:     none; */

overflow:         auto;

position:         absolute;


left:             1%;
top:              1%;
width:            98%;
height:           97%;
}

div.Tabelas
{
background-color: #CEEAFF;

border:           solid thin #0033FF;
border-color:     #0033FF;
border-radius:    16px;
/* border-style:     none; */

font-size:        3vw;

overflow:         auto;

position:         absolute;

left:             2%;
top:              5%;
width:            96%;
height:           84%;
}

div.Tabelas2
{
background-color: #CEEAFF;

border:           solid thin #0033FF;
border-color:     #0033FF;
border-radius:    16px;
/* border-style:     none; */

font-size:        2vw !important;


overflow:         auto;

position:         absolute;

left:             2%;
top:              90%;
width:            96%;
height:           9%;
}


a.Botoes
{
border-style:     outset;
border-radius:    8px;
color:            white;
line-height:      120%;
padding:          4px;
min-width:       50px;
}


input.Botoes
{
border-style:     outset;
border-radius:    8px;
color:            white;
line-height:      120%;
padding:          4px;
min-width:       50px;
}





