@charset "UTF-8";
/*------------------------------------------------------------------------------------
	STYLESHEET LOGIN SIAM 2012.3

	autor: Thiago Teles Pereira - Web Designer
	contato: thiago.teles@portalimap.org.br
	empresa: IMAP - Instituto Municipal de Administração Pública
	criado em: 27/12/2012
	versão: 1.0

	TIPO DE LAYOUT: FIXO;

	SOBRE VALIDAÇÃO: ESTA FOLHA DE ESTILO UTILIZA PREFIXOS
	PORPRIETÁRIOS (-MOZ, -WEBKIT, -O), ESTES PREFIXOS SÃO NECESSÁRIOS
	PARA QUE DETERMINADA PROPRIEDADE CSS FUNCIONE NO NAVEGADOR
	EM QUESTÃO. COMO O CSS3 AINDA NÃO É UM PADRÃO OFICIAL SE FAZ
	NECESSÁRIO O USO DESTES PREFIXOS. POR ESTE MOTIVO APENAS, ESTA
	FOLHA DE ESTILO NÃO PASSA NO VALIDADOR W3C.

	NÃO REALIZE ALTERAÇÕES NO CSS SEM ANTES
	ENTRAR EM CONTATO COM O WEB DESIGNER.
-----------------------------------------------------------------------------------*/
/*SECTIONS*/
#section_verifyNfe, #section_login{
	position: relative;
	margin-bottom: 20px;
}
#section_verifyNfe{
	display: none;
}

/*FORMS*/
#sidebar form.stylized, #sidebar form.stylized:first-of-type{
	margin: 0 !important;
}
#sidebar form.stylized fieldset{
	margin: 0 !important;
}
#sidebar form.stylized input[type="text"], #sidebar form.stylized input[type="password"]{
	font-size: 16px;
}
#login #sidebar form.stylized input[type="submit"], #login #sidebar form.stylized input[type="reset"], #login #sidebar form.stylized input[type="button"]{
	height: 35px !important;
}
#sidebar form.stylized input#userPassword{
	margin-bottom: 1px !important;
}
#sidebar form.stylized a.forgottenPass{
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
#sidebar form.stylized a.forgottenPass:hover{
	text-decoration: underline;
}
#sidebar form.stylized #bt_cadastrar{
	position: relative;
	left: 70px;
	top: 20px;
	width: 228px;
	height: 47px;
	border: none !important;
	color: #9B515C;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 47px;
	background: transparent url('img/image_map.png') no-repeat left top;
	overflow: hidden;
	display: block;
}
#sidebar form.stylized #bt_cadastrar:hover{
	text-shadow: 0 0 6px #9B515C;
}
/*STEPS LOGIN*/
#step_one, #step_two, #step_three{
	position: relative;
}

/*SELECTS WIDTH*/
#field_uf, #field_uf_nfe{
	width: 100px;
}
#field_municipio, #field_municipio_nfe{
	width: 174px;
}
#pessoa_contribuinte_id{
	width: 290px;
}

/*TOGGLE LOFIN/NFE*/
ul#toggle_login_nfe{
	position: relative;
	left: 4px;
	width: 309px;
	height: 34px;
	padding: 0;
	border: 1px solid #cfd0d0;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	margin: 0;
	background: rgb(251,251,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	list-style: none;
}
ul#toggle_login_nfe li{
	height: 34px;
	padding: 0;
	text-indent: -10000em;
	background: transparent url('img/login/sprite_login.png') no-repeat -5px -5px;
	line-height: 48px;
	cursor: pointer;
	display: inline-block;
}
ul#toggle_login_nfe li:first-child{
	margin-left: 7px;
}
ul#toggle_login_nfe li#icon_login{
	width: 76px;
}
ul#toggle_login_nfe li#icon_verifyNfe{
	width: 179px;
	background-position: -91px -5px;
}
ul#toggle_login_nfe li#icon_login.off,ul#toggle_login_nfe li#icon_verifyNfe.off{
	-webkit-transition: background-position 300ms cubic-bezier(0.15,1,1,1);
	   -moz-transition: background-position 300ms cubic-bezier(0.15,1,1,1);
	    -ms-transition: background-position 300ms cubic-bezier(0.15,1,1,1);
	     -o-transition: background-position 300ms cubic-bezier(0.15,1,1,1);
	        transition: background-position 300ms cubic-bezier(0.15,1,1,1);
}
ul#toggle_login_nfe li#icon_login.off{
	background-position: -5px -42px;
}
ul#toggle_login_nfe li#icon_verifyNfe.off{
	background-position: -91px -42px;
}
ul#toggle_login_nfe li#icon_login.off:hover{
	background-position: -5px -5px;
}
ul#toggle_login_nfe li#icon_verifyNfe.off:hover{
	background-position: -91px -5px;
}
ul#toggle_login_nfe li.div{
	width: 2px;
	background: transparent url('img/login/div_headerLogin.png') no-repeat left center;
}
