﻿TextBox
{
    color: #5C5A5B;
}

.imagem-login-nome
{
    background-image: url(../../Images/barra-login-nome.png);
    width: 100%;
    height: 21px;
    padding-bottom:2px;
}
.fundo
{
    background-color: #C4C5C7;
    width: 200px;
    height: 270px;
    vertical-align: top;
}
.fundo-2
{
    margin: 0px 0px 0px 0px;
    background-color: #838383;
    width: 100%;
    height: 270px;
}

.general
{
    padding-left: 20px;
    padding-top: 36px;
}
.general-logged
{
    padding-top: 36px;
}

.header-login
{
	margin-left:20px;
	margin-top:25px;
}

.header-logado
{
	
	margin-top:15px;
}

.header-logado .titulo-1
{
    color: White;
    font-size: 16px;
    font-weight: bold;
    padding-left:0px;
    text-align:center;
    
}

.header-logado .fundo-login
{
    width: 100%;
   background-image: url(../../Images/barra-login.png);
   border-top:1px solid white;
   text-align: center;
   height:42px;
   
}
.header-logado .fundo-login a
{	
	padding-right:0px;
	color:Black;
	text-decoration:underline;
}

.header-logado .fundo-login .MinhaConta
{	
	height:21px;
	width:170px;
	float:left;
	text-align:center;
}

.header-logado .fundo-login .BtnSair
{	
	height:21px;
	width:170px;
	float:left;
	text-align:center;
}

.header-logado .titulo-usuario
{
	font-size: 9pt; 
	font-weight: bold;
	padding-left:0px;
	padding-top:5px;
	text-align:center;
}

.header-logado .entrar
{
	cursor: pointer;
	border: none;
	background: url('../../images/top-login-entrar.png')  no-repeat top left;
	width: 66px;
	height: 23px;
	margin-left: 50px;
}


.header-logado .data input {
	text-align: center;
	height: 20px;
	font-size: 12px;	
	border: 0;
	font-weight: bold;
	border: 0;
	border-style: none;
	width:130px;
}


.header-logado .data 	
{
	margin-left:20px;	
	margin-top: 5px;	
	display:block;	
}

.header-logado .titulo-login 
{
	margin-left:0px;	
	color:White;
	margin-top: 5px;
	float: left;
	display: block;
	width: 100%;
	font-size:12px;
	text-align:center;
}

.header-logado .link 
{
	margin-left:20px;	
	margin-top: 5px;
	float: left;
	display: block;
	width: 100%;
	font-size:10px;
}

.header-logado .link  a
{
	text-decoration:underline;
	color:Black;
}

.header-login .entrar
{
	float: right;
	cursor: pointer;
	border: none;
	background: url('../../images/top-login-entrar.png')  no-repeat top left;
	width: 66px;
	height: 23px;
	margin-right:20px;
}

.header-login .titulo-1
{
	font-family:'ZagRegular';
	font-size:24.05px;
    color: White;   
}
.header-login .titulo-2
{
	font-family:'ZagRegular';
	font-size:31.45px;
    color: White;
    font-weight: bold;
}

.header-login .data input {
	text-align: center;
	height: 20px;
	font-family:Tahoma;
	font-size:12.7px;
	border: 0;	
	border: 0;
	border-style: none;
	width:125px;
}



.header-login .data {		
	margin-top: 12px;	
	display:block;	
}

.header-login .link {
	margin-top: 5px;
	float: left;
	display: block;
	width: 100%;
	font-size:10px;
}

.header-login .link  a
{
	text-decoration:underline;
	color:Black;
	font-size: 10px;
}

.header-login .links
{
	width:100%;
	float: left;
	display: block;
	font-weight: bold;
}

.header-login .links a
{
	
	color:White;
}

.header-login .links_p2
{
	margin-left:20px;
}


#sejabemvindo a
{
    color: #54afe4;
    text-decoration: underline;
}

#input-adm a
{
    color: #54afe4;
    text-decoration: underline;
}
#content-left
{
    width: 975px;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#perguntas-frequentes
{
    float: left;
    width: 775px;
    margin-top: 10px;
}

#painel-adm
{
    float: left;
    width: 740px;
    height: 360px;
    margin-top: 20px;
    margin-left: 120px;
    background-image: url(../../images/fundo-painel-adm.jpg);
    background-repeat: no-repeat;
}

#logo-adm
{
    float: left;
    width: 240px;
    height: 50px;
    margin-top: 120px;
    margin-left: 50px;
}

#sejabemvindo
{
    float: left;
    width: 370px;
    margin-top: 40px;
    margin-left: 30px;
}

#input-adm
{
    float: left;
    width: 270px;
    margin-left: 140px;
}


.messagealert
{
    color: Red;
    margin-bottom: 8px;
}

.requiredLogin
{
    visibility: hidden;
    color: Red;
}



