@charset "utf-8";
/* CSS Document */

#loginErro {
	width: 100%;
	max-width:900px;
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:auto;
	margin-top: 20px;
	margin-bottom: 100px;

	display: table;
}
#loginErro #LoginErroMsg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #999;
	padding: 10px;
	line-height: 60px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#loginErro #LoginErroMsg #LoginErroMsgSimbolo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	display: block;
	float: left;
	height: 60px;
	width: 50px;
	text-align: center;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	line-height: 60px;
	margin-right: 10px;
}


#loginErro header {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEE;
	border: 2px solid #666;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 2px;
	border-radius: 10px;
	box-shadow: 3px 3px 0px 2px #666;
}

#loginErro fieldset{
	display: block;
	background: rgba(255,255,255,.9);
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#loginErro ul li {
	list-style-image: url(../Imgs/seta-li.gif);
	margin-left: 40px;
}


#loginErro .row {
  margin: 2% 0;
}
#loginErro .input{
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 85%;
	padding: 2% 1%;
	outline: none;
	border-radius: 0;
	background: #fff;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: thin solid #333;
}


#loginErro .input:focus {
	background-color: #FFFDF9;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}

#loginErro .input:hover {
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}
#loginErro #FormLoginMsg2 {
	display: block;
	float: left;
	width: 48%;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
#loginErro #FormLoginMsg2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #900;
}



#loginErro #button{
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 3px;
	outline: none;
	background: #fff;
	color: #FFF;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 19px;
	border: thin solid #333;
	background-color: #C60;
	font-weight: bold;
	border-radius: 7px;
	background-image: url(../Imgs/BackgroundBotaoLaranja.png);
}


#loginErro #button:hover{
	border: thin solid #FFF;
}

#loginErro label{
	background-color: #545050;
	color: white;
	font-weight: bold;
	display: block;
	width: 14%;
	float: left;
  padding: 2% 0;
  text-align: right;
	border: thin solid #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#loginErro div.ClassError{
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	display: block;
	text-align: right;
	padding: 2px;
	margin-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#retorno-login {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	background-color: #F00;
	display: none;
	height: 30px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

#LoginAutorizado {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	background-color: #060;
	height: 30px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
#RetornoEnvioAtivacao {
	background-color: #FFF;
	max-width: 500px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
	border: thin solid #666;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
#CadastroNaoAtivado {
	/*! background-color: red; */
	width: 80%;
	max-width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 2%;
	margin:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}
#CadastroNaoAtivado #LinkAtivacao, #RetornoEnvioAtivacao #LinkAtivacao {
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #F60;
	text-align: center;
	width: 80%;
	margin: auto;
	padding: 5px;
	border: thin solid #333;
	background-image: url(../Imgs/BackgroundBotaoLaranja.png);
}
#CadastroNaoAtivado #CadastroNaoAtivadoTitulo {
	border-radius: 10px;
	box-shadow: 0 0 3px #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	background-color: #900;
	text-align: center;
	width: 50%;
	margin: auto;
	padding: 5px;
}

#CadastroNaoAtivado #LinkAtivacao a, #RetornoEnvioAtivacao #LinkAtivacao a {
	color: #FFF;
	text-decoration: none;
}


#CadastroNaoAtivado p, #RetornoEnvioAtivacao p {
  margin: 3% 0;
}


#CadastroNaoAtivado #LinkAtivacao:hover{
	border: thin solid #FFF;
}
#CadastroNaoAtivado #FormRecuperarSenha fieldset .row {
	width: 80%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#CadastroNaoAtivado #FormRecuperarSenha #retorno-login {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: none;
	margin: auto;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	color: #F60;
	text-align: center;
	width: 80%;
}

#CadastroNaoAtivado #FormRecuperarSenha fieldset .row label {
	float: left;
	width: 20%;
	background-color: #333;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#CadastroNaoAtivado #FormRecuperarSenha fieldset .row #email {
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 80%;
	height: 30px;
	padding: 3px;
	outline: none;
	border-radius: 0;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	border: thin solid #333;
	margin: 0px;
	float: left;
}
#CadastroNaoAtivado #FormRecuperarSenha fieldset {
	margin: auto;
	padding: 0px;
	border: none;
	display: block;
}

#CadastroNaoAtivado #FormRecuperarSenha fieldset .row #email:hover {
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}
#CadastroNaoAtivado #FormRecuperarSenha fieldset .row #email:focus {
	background-color: #FFFDF9;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}
#CadastroNaoAtivado #FormRecuperarSenha fieldset .row #button {
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 3px;
	outline: none;
	color: #FFF;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 19px;
	border: thin solid #333;
	background-color: #666;
	font-weight: bold;
	border-radius: 7px;
  margin: 4% 0;
}
#CadastroNaoAtivado #FormRecuperarSenha fieldset .row #button:hover {
	border:thin solid #F60;

}
#FormRecuperarSenha .ClassError {
	margin: 0px;
	padding: 0px;
}


#MudarSenha {
	background-color: #FFF;
	width: 96%;
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 10px;
	margin-top: 40px;
	border: thin solid #999;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 20px;
}
#MudarSenha #MudarSenhaTitulo {
	border-radius: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #F60;
	text-align: center;
	width: 80%;
	padding: 10px;
	border: thin solid #999;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#MudarSenha #FormMudarSenha fieldset {
	width: 80%;
	border: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

}
#MudarSenha #FormMudarSenha fieldset .row {
	display: block;
	width: 100%;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}
#MudarSenha #FormMudarSenha fieldset .row label {
	text-align: left;
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	display: block;
	float: left;
/* 	margin-right: 5px; */
}
#MudarSenha #FormMudarSenha fieldset .row input[type="password"]{
	font-size: 16px;
/* 	margin: 0px; */
	border: 1px solid #000;
	display: block;
	float: left;
	width: 50%;
	min-width: 240px;
	height: 28px;
	padding-left: 5px;
}
#MudarSenha #FormMudarSenha fieldset .row #button {
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 3px;
	outline: none;
	color: #FFF;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 19px;
	border: thin solid #333;
	background-color: #666;
	font-weight: bold;
	border-radius: 7px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}

#MudarSenha #FormMudarSenha .ClassError{
	float: left;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

#MudarSenha #FormMudarSenha fieldset .row #button:hover {
	opacity: 0.8;
}

#MudarSenha #retorno-login{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #FFF;
	height: 80px;
	font-weight: bold;
}

#MudarSenha #retorno-login a{
	border-radius: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	width: 200px;
	padding: 5px;
	border: thin solid #999;
	text-decoration: none;
	margin: 15px auto;
	display: block;
}
#MudarSenha #retorno-login a:hover{
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}#MudarSenha #EmailExibe {
	padding: 5px;
	width: 80%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993;
}
