﻿.linha-divisoria
{
    margin-top: 3px;
    border-bottom-width: 1px;
    border-bottom-color: #325373;
    border-bottom-style: solid;
    margin-bottom: 3px;
}

.linha-divisoria-pontilhada
{
    margin-top: 3px;
    border-bottom-width: 1px;
    border-bottom-color: #325373;
    border-bottom-style:dotted;
    margin-bottom: 3px;
}

.linha-divisoria-confirmada
{
    margin-top: 3px;
    border-top-width: 1px;
    border-top-color: #325373;
    border-top-style:dotted;
    margin-bottom: 3px;
}

.caixa-texto-12
{
    font-family: Arial;
    font-size: 12pt;
    color: Black;
}

.caixa-texto-10
{
    font-family: Arial;
    font-size: 10pt;
    color: #022869;
}

.caixa-10
{
    font-family: Arial;
    font-size: 10pt;
    color: Black;
}

.rb-corretor
{
    font-family: Arial;
    font-size: 10pt;
    color: #022869;
    cursor: pointer;
}

.Ponteiro
{
    cursor: pointer;
}

.LabelDireita
{
    text-align: right;
}

.Corpo
{
    background-color: #E6E7E8;
}

.ImgLogin {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 800px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

.ImgLogo {
    position:absolute;
    top: 30px;
    right: 30px;
}

.Captcha {
    margin-left: 50px;
    margin-top: 150px;
    position: absolute;
}

.HomeTransparente
{
    opacity:0.3;

}

.HomeAparente
{
    opacity:1;
}

.HomeBotaoTransparente
{
    opacity:0.3;
}

.HomeBotaoAparente
{
    opacity:1;
}

.Robo
{
    height:90px;
    width:auto;
}

.Visivel
{
    display:none;
}

.Invisivel
{
    display:block;
}

.menu
{
    background-color: #D3D3D3;
    color: Black;
    font-weight: normal;
    font-family: Arial;
    font-size: 11pt;
}

.menuhoverstyle
{
    background-color: #0057A0;
    color: White;
    font-weight: normal;
    font-family: Arial;
    font-size: 11pt;
}

.Arredondar
{
    background-color: #4F90C8;
    border-radius: 15px;
}


