﻿body
{
    padding: 0;
    margin: 0;
    background-image: url('body-bg.jpg');
    color: #ffffff;
    font-family: 'trebuchet MS' , Arial, Verdana;
    font-size: 10pt;
}
#DVLgLogomarca, #DVLgLogomarcaAssistente {
    background-position: center center;
    position: relative;
    clear: both;
    height: 100px;
    background-image: url('../imagens/ImgCabLogin.png');
    background-repeat: no-repeat;
    margin-top: 20px;
}
#DVLgLogomarcaAssistente
{
    background-position: center center;
    position: relative;
    clear: both;
    height: 144px;
    background-image: url('../imagens/ImgCabLogin.png');
    background-repeat: no-repeat;
}
#DVLogin, #DVPainelAssistente
{
    clear: both;    
    position: relative;
    float: left;
    width: 300px;
    left: 50%;
    margin-left: -160px;
    border: 1px solid #333333;
    padding: 10px;
    background-image: url('FndQuadroLogin.jpg');
   
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    -khtml-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -khtml-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -khtml-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    

}

.quadrora
{
     -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
       
}


.CampoTextoLogin, .CampoTextoAssistente
{
    background-color: #F8F8F8;
    border: 1px solid #000000;
    width: 82%;
    height: 30px;
    padding: 5px;
    padding-left: 40px;
    outline: none;
    font-weight: bold;
    
}
.CampoTextoAssistente
{
    background-image: url('FndCampoTexto.png');
    border: 1px solid #666666;
}
.bordaredonda, .CampoTextoLogin, #overlayajax, .CampoTextoAssistente
{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#TxtLoginEmail
{
    background-image: url('BgCamposLogin.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#TxtLoginSenha
{
    background-image: url('BgCamposLogin.png');
    background-repeat: no-repeat;
    background-position: 0px -40px;
}
#DVOK, #DVRecSenOK, #DVRecSenRetornar
{
   position: relative;
    float: right;   
}
#BTOK, #BTRecSenOK, #BTAssAvancar, #BTAssVoltar, #BTAssConcluir
{
    background-image: url('BgBotaoOK.png');
    background-repeat: no-repeat;
    background-position: right -3px;
    width: 80px;
    height: 40px;
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
    border: 1px solid #000000;
}
#BTRecRetornar
{
    background-image: url('BgBotaoOK.png');
    background-repeat: no-repeat;
    background-position: right -40px;
    width: 115px;
    height: 40px;
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
    border: 1px solid #000000;
}
#BTOK:hover, #BTRecSenOK:hover, #BTRecRetornar:hover, #BTAssAvancar:hover, #BTAssVoltar:hover, #BTAssConcluir:hover
{
        border: 1px solid #ff9900;
        color: #ff9900;
}
#DVLembrarSenha
{
    position: relative;
    float: left;
    line-height: 60px;
    height: 40px;
    margin-left: 20px;
    cursor: pointer;   
}
#DVLembrarSenha:hover
{
    color: #ff9900;
}
.cellogin, #DVRecuperarSenhaTitulo, #DVRecSenRetornar
{
    padding: 20px;   
}
#DVRecuperarSenhaAviso
{
    padding: 20px;   
    font-size: 12pt;
    color: Yellow;
}
#DVRecuperarSenhaAvisoErro
{
       padding: 20px;   
    font-size: 10pt;
    color: Red;
}

#DVPainelAssistente
{
    position: relative;
    float: left;
    width: 850px;
    height: auto;
    left: 50%;
    margin-left: -425px;
    background: #ffffff;
    color: #000000;
}
#DVPainelAssistenteBotoes
{
    position: relative;
    float: left;
    width: 850px;
    height: 45px;
    left: 50%;
    margin-left: -425px;
    clear: both;    
    border: 1px solid #333333;
    padding: 10px;
    background-image: url('FndQuadroLogin.jpg');
    margin-top: 10px;
}
#BTAssAvancar, #BTAssVoltar, #BTAssConcluir
{
    float: right;
    margin-left:   10px;
}
#BTAssAvancar
{
    background-position: right -40px;
    background-image: url('BGSetas.png');
    width: 105px;
}
#BTAssConcluir
{
    width: 107px;
}
#BTAssVoltar
{
    background-position: left -5px;
    background-image: url('BGSetas.png');
    width: 95px;
    text-align:right;
    padding-right: 10px;
}
.DVPassoPosicao
{
    border: 1px solid #666666;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 35px;
    width: 50px;
    text-align: center;
    position: relative;
    float: left;
}
.DVPassoDescricao
{
    position: relative; float: left;  
    line-height: 25px;
    padding: 10px;
    font-size: 16px; 
    font-weight: bold;
    color: #333333;
}
.DVPassoForm, #DVPassoListagemTopos, #DVPassoListagemEstruturas, #DVPassoSelecionarLogomarca
{
    clear: both;
    position: relative;
    padding: 10px;   
}
#TXTAssTitulo
{
    width: 685px;
}
#DVCatToposCol1
{
    position: relative;
    float: left;
    z-index: 999;

}
#DVConfigTopos, #DVConteudoEstruturas, #DVConteudoLogomarca
{
    border: 3px solid #333333;
    height: 300px;
    position: relative;
}
#DVConteudoEstruturas
{
    overflow: auto;  
}
#DVCatToposCol2
{
    position: relative;
    float: right;
    overflow: auto;  
    width: 100%;
    height: 265px;    
    top: -18px;
}
.DVConfigCatItensAssistente
{
    position: relative;
    float: left;  
}
.DVConfigCatItensAssistente .DVConfigCatItem
{
    background-position: center bottom;
    position: relative;
    float: left;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
  
    height: 38px; 
    line-height: 20px;
}
.DVConfigCatItensAssistente .DVConfigCatItem:hover
{
    color: #ff9900;   
}
.DVConfigCatItensAssistente .DVConfigCatItemSelecionado
{
      background-image: url('fundoselecao.png');
    background-repeat: no-repeat;
    color: #ffffff;
}
.DVBTToposItem
{
    position: relative;
    float: left;
    padding: 15px 23px 15px 23px;   
    cursor: pointer;
    border: 1px solid transparent;
}
.DVConfigEstItem
{
    border: 1px solid transparent;
}
.DVBTToposItem:hover
{
    background-color: #f0f7f9; 
}
.toposelecionado, .estruturaselecionada
{
    border: 1px solid #ff9900;   
}