﻿/*------------------------------------------------------------
 LOGINSTYLE - biblioteca CSS - Login
-*/

*    { margin: 0; padding: 0; }
html { height:100%; }
body { font-family:Arial;font-size:12px; line-height:150%; background:#ffffff; height:100%; color:#4f4f4f; }
a    { text-decoration:none!important; }
.solicitacao-segunda-via-fatura{
	text-align:center;
	width:670px;
	margin-left:125px;
	display:block;
}
.solicitacao-segunda-via-fatura p{
	padding-bottom:25px;
}
.solicitacao-segunda-via-fatura a{
	font-weight:bold;
	color:#4F4F4F;
}
.solicitacao-segunda-via-fatura label{
	float:left;
	width:160px;
	height:31px;
	margin-bottom:5px;
	clear:both;
	line-height:30px;
	font-weight:bold;
	color:#0e7f54;
	font-size:14px;
	text-align:right;
	padding-right:10px;
}
.solicitacao-segunda-via-fatura input{
	float:left;
	width:327px;
	height:31px;
	background:url(http://200.203.121.230:8008/servicos-online/boletos/content/images/segunda-via-fatura.png) top left no-repeat;
	border:0;
	line-height:27px;
	padding:2px 10px 2px 20px;
}
.solicitacao-segunda-via-fatura select{
	float:left;
	width:327px;
	height:31px;
	background:url(http://200.203.121.230:8008/servicos-online/boletos/content/images/segunda-via-fatura-select.jpg) top left no-repeat;
	border:0;
	line-height:27px;
	padding:5px;
	margin-bottom:15px;
}
.solicitacao-segunda-via-fatura option{
	background:#83c446;
	padding:4px;
}
.solicitacao-segunda-via-fatura input.padd{
	margin-bottom:20px;
}
.solicitacao-segunda-via-fatura .enviar-solicitacao-fatura{
	width:327px;
	margin-left:170px;
	padding-top:30px;
	display:block;
	background:url(http://200.203.121.230:8008/servicos-online/boletos/content/images/shadow-hor-solicitacao.jpg) top center no-repeat;
	clear:both;
	padding-bottom:10px;
}
.solicitacao-segunda-via-fatura p.note{
	margin-left:170px;
	font-size:11px;
	clear:both;
	padding-bottom:10px;
	text-align:left;
	line-height:12px;
	color:#83C346;
}
.solicitacao-segunda-via-fatura p.note2{
	margin-left:170px;
	font-size:11px;
	clear:both;
	padding-bottom:20px;
	text-align:left;
	line-height:12px;
	color:#83C346;
}
.solicitacao-segunda-via-fatura .enviar-solicitacao-fatura input{
	width:128px;
	height:30px;
	background:url(http://200.203.121.230:8008/servicos-online/boletos/content/images/input-visualizar.jpg) top left no-repeat;
	text-indent:-9999px;
	margin-left:99px;
}
.solicitacao-segunda-via-fatura p.blue{
	color:#1a7854;
}
.solicitacao-segunda-via-fatura p.blue a{
	color:#1a7854;
	font-weight:bold;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
* html .clearfix {
	height: 1%;
}
.alerta {
		background: none repeat scroll 0 0 #68A331;
		border: 5px solid #83C346;
		color: #FFFFFF;
		display: block;
		font-family: Arial;
		font-size: 13px;
		font-weight: bold;
		left: 200px;
		margin-left: 0;
		margin-top: 0;
		padding: 30px 60px 20px 20px;
		position: absolute;
		text-align: center;
		top: 330px;
		width: 490px;
		z-index: 9999;
}
.alerta .close_alerta {
		background: url("Content/close_green.png") no-repeat scroll 0 0 transparent;
		cursor: pointer;
		display: block;
		height: 28px;
		position: absolute;
		right: 10px;
		text-align: right;
		top: 10px;
		width: 28px;
}
.alerta_none {
		display: none;
}

#section{
	border-bottom: 1px solid #aec68c;
	display: block;
	height: 75px;
	padding: 10px 10px;
	width: 98%;
	margin-bottom:1 px;
}
#section.section-blog{
	border:0;
	margin-bottom:0;
}
#section h1{
	float:left;
	font-size:28px;
	line-height:30px;
	color:#009C64; 
	font-weight:bold;
	letter-spacing:-1px;
		margin-left:20px;
}		

/*alert - inicio */	
#alertoverlay{ display: none; opacity: .8; position: fixed; top: 0px; left: 0px; background: #FFF; width: 100%; z-index: 10; }
#alertbox{ display: none; position: fixed; background: #83c346; border-radius:7px;  width:500px; z-index: 10; }
#alertbox > div{ background:#83c346; margin:5px; }
#alertbox > div > #alertboxhead{ background: #68a331; font-size:17px; ; padding:10px; color:#FFF; 			border-radius:5px; }
#alertbox > div > #alertboxbody{ background:#FFF; padding:10px; color:#000; }
#alertbox > div > #alertboxfoot{ background:#FFF; padding:10px; color:#000; text-align:right; }
/*alert - fim */	

/*wait - inicio */
#waitoverlay{ display: none; opacity: .8; position: fixed; top: 0px; left: 0px; background: #FFF; width: 100%; z-index: 10; }
#waitbox{ display: none; position: fixed; background: #83c346; border-radius:7px;  width:500px; z-index: 10; }
#waitbox > div{ background:#83c346; margin:5px; }
#waitbox > div > #waitboxhead{ background: #68a331; font-size:16px; ; padding:10px; color:#FFF; border-radius:5px; }
#waitbox > div > #waitboxbody{ background:#FFF; padding:10px; color:#000; }
/*wait - fim */

/*error - inicio */		
#erroroverlay{ display: none; opacity: .8; position: fixed; top: 0px; left: 0px; background: #FFF; width: 100%; z-index: 10; }
#errorbox    { display: none; position: fixed; background: #808080; border-radius:7px;  width:500px; z-index: 10; }
#errorbox > div{ background:#C4CBCF; margin:5px; }
#errorbox > div > #errorboxhead{ background: #C4CBCF; font-size:16px; font-weight:bold; padding:10px; color:#FFF; border-radius:5px; }
#errorbox > div > #errorboxbody{ background:#FFF; padding:10px; color:#000; }
#errorbox > div > #errorboxfoot{ background:#FFF; padding:10px; color:#000; text-align:right; }
/*error - fim */		

.auto-style1 {
text-align: center;
}
.auto-style2 {
font-size: medium;
font-weight: bold;
}