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

body
{
background-color: #006BD7;
background-size:  cover;

border-color:     #000000;
border-style:     none;

font-family:      "Courier New", Verdana, Arial, Helvetica, sans-serif;
font-size:        1vw;
font-style:       normal;
font-weight:      bold;

line-height:      100%;

margin:           0cm 0cm 0cm 0cm;

overflow:         auto;

/*
left:             0%;
top:              0%;
width:            100%;
height:           100%;
*/
}

div.Login
{
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.Mensagens
{
background-color: #CEEAFF;

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

font-size:        1vw;

position:         absolute;

left:             35%;
top:              46%;
width:            50%;
height:           12%;
}


div.Operacoes
{
background-color: #CEEAFF;

border: solid thin #0033FF;

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

font-size:      2vw;

line-height:      100%;

position:         absolute;

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

div.Suporte
{
background-color: #CEEAFF; /* Azul Médio Alfa NOS CAVALEIROS #E6F2FF Azul Claro Alfa*/
border-color:     #000000; /* Preto */
border-radius:    16px;
border:           solid thin #0033FF;
/* border-style:     none; */
color:            #333333;

line-height:      100%;


margin:           0cm 0cm 0cm 0cm;
overflow:         auto;
position:         absolute;
left:             1%;
top:              1%;
width:            98%;
height:           98%;
}

div.Tabelas
{
background-color: #E6F2FF; /* #E6F2FF Azul Claro Alfa */
border: solid thin #0033FF;
/*
border-radius:    16px;
border-color:     #000000;
border-style:     none;
*/

align-content:      100%;

font-size: 1vw;

margin:           0cm 0cm 0cm 0cm;

overflow:         auto;

position:         absolute;

left:             1%;
top:              13%;
width:            98%;
height:           63%;
}

div.Tabelas2
{
background-color: #E6F2FF; /* #E6F2FF Azul Claro Alfa */

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

font-size:        2vw;

align-content:      100%;

margin:           0cm 0cm 0cm 0cm;

overflow:         auto;

position:         absolute;

left:             1%;
top:              78%;
width:            98%;
height:           20%;
}

a.Botoes
{
background-color: #006BD7; /* #006BD7 Azul Escuro Alfa */
border-style:     outset;
border-radius:    8px;
color:            white;
line-height:      120%;
padding:          4px;
min-width:       50px;
}


input.Botoes
{
background-color: #006BD7;
border-color:     #006BD7;
border-style:     none;

border-style:     outset;
border-radius:    8px;

color:            white;

line-height:      120%;
padding:          4px;
min-width:        70px;
}




