#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}

/*********************************************** 
*	ESTILO MODAL AVISOS
************************************************/
#boxesAviso #popUpModal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
	background-color: #fff;
	width: 450px;
	height: auto;
	box-shadow:-1px -1px 50px #000;
	border-radius:5px;
}

#boxesAviso #popUpModal .titulo {
	width: 98%;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font: bold 14px Helvetica, Tahoma, sans-serif, Arial;
	margin-top: 11px;
}

#boxesAviso #popUpModal .vermelho {
	color: #c91c0f;
}

#boxesAviso #popUpModal .azul {
	color:#006ba1;
}

#boxesAviso #popUpModal .ico-fechar {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
	height: 24px;
	background: url(../images/layout/ico-fechar.png) 0 0 no-repeat;
	cursor: pointer;
	z-index: 125;
}

#boxesAviso #popUpModal .ico-fechar-hover {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
	height: 24px;
	background: url(../images/layout/ico-fechar.png) -30px 0 no-repeat;
	cursor: pointer;
	z-index: 125;
}

#boxesAviso #popUpModal .texto-aviso {
	clear: both;
	width: 390px;
	height: auto;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #58585a;
	text-align: left;
}

#boxesAviso #popUpModal .texto-aviso div.icone-area{
	width: 270px;
	height: 115px;
	margin:0 auto;	
}

#boxesAviso #popUpModal .texto-aviso div.icone-area div.icone{
	float:left;
	display: inline;
	width: 110px;
	height: 111px;	
	margin-right: 40px;
	margin-top:30px;
	padding-bottom: 50px;
}

#boxesAviso #popUpModal .texto-aviso div.icone-area div.icone a.empresas{
	display:block;
	width: 120px;
	height: 118px;	
	background: url(../images/layout/ico-sistema.png) 0 0 no-repeat transparent;
	border:none;
}

#boxesAviso #popUpModal .texto-aviso div.icone-area div.icone a.empresas:hover{
	background: url(../images/layout/ico-sistema.png) 5px -120px no-repeat transparent;
	height: 122px;	
}

#boxesAviso #popUpModal .texto-aviso div.icone-area div.icone a.domesticas{
	display:block;
	width: 120px;
	height: 118px;	
	background: url(../images/layout/ico-sistema.png) -150px 0 no-repeat transparent;
	border:none;
}

#boxesAviso #popUpModal .texto-aviso div.icone-area div.icone a.domesticas:hover{
	background: url(../images/layout/ico-sistema.png) -140px -120px no-repeat transparent;
	height: 122px;	
}

#boxesAviso #popUpModal .texto-aviso span.codigo-cel {
	font: bold 16px Helvetica, Tahoma, sans-serif, Arial;
	color: #e82020;
}

#boxesAviso #popUpModal .texto-aviso a {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #fff;
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #737578;
	border: 1px solid #363637;
	text-decoration: none;
	letter-spacing: 2px;
}

#boxesAviso #popUpModal .texto-aviso a:hover {
	background-color: #0087cb;
	border: 1px solid #045984;
	letter-spacing: 2px;
}

#boxesAviso #popUpModal .texto-aviso a.normal {
	font: bold 13px Helvetica, Tahoma, sans-serif, Arial;
	color: #1960ad;
	padding: 0px;
	cursor: pointer;
	text-transform: none;
	background-color: transparent;
	border: 0;
	text-decoration: none;
	letter-spacing: 0;
}

#boxesAviso #popUpModal .texto-aviso a.normal:hover {
	color:#f49128;
	background-color: transparent;
	border:0;
	letter-spacing: 0;
}

#boxesAviso #popUpModal .texto-aviso a.normal.laranja {
	color:#f49128;
}

#boxesAviso #popUpModal .texto-aviso a.normal.laranja:hover {
	color:#006ba1;
}

#boxesAviso #popUpModal .texto-aviso a#normal {
	font: normal 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #114378;
	cursor: pointer;
	text-decoration: underline;
	letter-spacing: 1px;
	padding:0;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin-left: 5px;	
}

#boxesAviso #popUpModal .texto-aviso a#normal:hover {
	background-color: transparent;
	color: #097909;
	border: 0;
}

#boxesAviso .line-separator{
	width: 100%;
	height: 1px;
	background-color: #d9dbdc;	
	margin-bottom: 10px;
}

#boxesAviso #popUpModal a.botao-do-boi{
	display:inline-block;
	padding:5px !important;
	background: #f59115 !important;
	color:#fff !important;
	border-radius:5px !important;
	transition:all 0.5s ease;
	text-transform: uppercase !important;
	font-size:11.5px !important;
}

#boxesAviso #popUpModal a.botao-do-boi:hover{
	background: #976526 !important;
}

#boxesAviso #popUpModal a.botao-do-boi-inv{
	display:inline-block;
	padding:5px !important;
	background: #1e61af !important;
	color:#fff !important;
	border-radius:5px !important;
	transition:all 0.5s ease;
	text-transform: uppercase !important;
	font-size:11.5px !important;
}

#boxesAviso #popUpModal a.botao-do-boi-inv:hover{
	background: #152a42 !important;
}


/*********************************************** 
*	ESTILO MODAL EDICOES
************************************************/
#boxesEdicao {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
	background-color: #fff;
	width: auto;
	height: auto;
	box-shadow:-1px -1px 50px #000;
	border-radius:5px;
}

#boxesEdicao .ico-fechar {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
	height: 24px;
	background: url(../images/layout/ico-fechar.png) 0 0 no-repeat;
	cursor: pointer;
	z-index: 125;
}

#boxesEdicao .ico-fechar-hover {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
	height: 24px;
	background: url(../images/layout/ico-fechar.png) -30px 0 no-repeat;
	cursor: pointer;
	z-index: 125;
}

#boxesEdicao .conteudo-modal #div-info-login {
	width: 500px;
	height: 520px;
	padding:20px;
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #1a61ad;
}

#boxesEdicao .conteudo-modal #div-info-login span.valor{
	font: bold 14px Helvetica, Tahoma, sans-serif, Arial;
	color:#319e1b;
	
}

#boxesEdicao .conteudo-modal #div-info-login span.aviso{
	display:block;
	text-align:center;
	font: bold 16px Helvetica, Tahoma, sans-serif, Arial;
	color: #c20607;
	margin-bottom: 20px;
}

#boxesEdicao .conteudo-modal #div-info-login span.termo{
	display:block;
	text-align:left;
	font: bold 11px Helvetica, Tahoma, sans-serif, Arial;
	color: #000;
}

#boxesEdicao .conteudo-modal #div-info-login span.rest-dias{
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #c20607;
}

#boxesEdicao .conteudo-modal #div-info-login .botoes{
	width: 100%;
	height: auto;
	margin-top:30px;
	text-align: center;
}

#boxesEdicao .conteudo-modal #div-info-login .botoes a {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #fff;
	padding: 3px 15px 3px 15px;
	cursor: pointer;
	text-transform: uppercase;
	width: 100px;
	height: 22px;
	line-height: 22px;
	background-color: #1e62ad;
	border: 1px solid #6e7073;
}

#boxesEdicao .conteudo-modal #div-info-login #botoesNovos a {
	display:inline-block !important;
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial !important;
	color: #fff !important;
	padding: 5px 15px 5px 15px !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	width: 100px !important;
	height: 22px !important;
	line-height: 22px !important;
	border: 0 !important;
	border-radius:5px !important;
	transition: all 0.5s ease-out;
}

#boxesEdicao .conteudo-modal #div-info-login #botoesNovos a.aceito {
	background:#36bb40;
}

#boxesEdicao .conteudo-modal #div-info-login #botoesNovos a.aceito:hover {
	opacity:0.8;
}

#boxesEdicao .conteudo-modal #div-info-login #botoesNovos a.naoaceito {
	background:#bb3636;
}

#boxesEdicao .conteudo-modal #div-info-login #botoesNovos a.naoaceito:hover {
	opacity:0.8;
}


#boxesEdicao .conteudo-modal #div-info-login #botoesNovos a.depois {
	background:#3684bb;
}

#boxesEdicao .conteudo-modal #div-info-login #botoesNovos a.depois:hover {
	opacity:0.8;
}


#boxesEdicao .conteudo-modal #div-info-login .botoes a:hover {
	background-color: #f4922a;
}


#boxesEdicao .conteudo-modal #div-info-login .caixa-texto{
	width: 480px;
	height: 200px;
	overflow: auto;	
	border:1px solid #1e62ad;
	padding:10px;
	font: normal 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #000;
	text-align: justify;
}

#boxesEdicao .conteudo-modal #div-info-login .linha{
	margin-top:5px;	
}

#boxesEdicao .conteudo-modal #div-info-login .linha select{
	border: 1px solid #6e7073;
	background-color: #edeeef;
	font: normal 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #277eb3;
	height: 22px;
	outline: 0;
	padding: 2px;
	min-width: 60px;
	width: 60px;
	margin-left: 5px;
}




/*******************************************************
*	ESTILO MODAL AVISOS DIV-PROMOCOES (ADMINISTRACAO)
********************************************************/
#boxesEdicao .conteudo-modal #div-promocao {
	width: 400px;
	height: 200px;
	padding:20px;
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #1a61ad;
}

#boxesEdicao .conteudo-modal #div-promocao span.aviso{
	display:block;
	text-align:center;
	font: bold 16px Helvetica, Tahoma, sans-serif, Arial;
	color: #c20607;
	margin-bottom: 20px;
}

#boxesEdicao .conteudo-modal #div-promocao .botoes{
	width: 100%;
	height: auto;
	margin-top:30px;
	text-align: center;
}

#boxesEdicao .conteudo-modal #div-promocao .botoes a {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #fff;
	padding: 3px 15px 3px 15px;
	cursor: pointer;
	text-transform: uppercase;
	width: 100px;
	height: 22px;
	line-height: 22px;
	background-color: #1e62ad;
	border: 1px solid #6e7073;
}

#boxesEdicao .conteudo-modal #div-promocao .botoes a:hover {
	background-color: #f4922a;
}

#boxesEdicao .conteudo-modal #div-promocao .linha{
	margin-top:5px;	
}

#boxesEdicao .conteudo-modal #div-promocao .linha select{
	border: 1px solid #6e7073;
	background-color: #edeeef;
	font: normal 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #277eb3;
	height: 22px;
	outline: 0;
	padding: 2px;
	min-width: 250px;
	width: 250px;
	margin-left: 5px;
}





/*******************************************************
*	ESTILO MODAL AVISOS DIV-PAGAMENTOS (ADMINISTRACAO)
********************************************************/
#boxesEdicao .conteudo-modal #div-pagamentos {
	width: 400px;
	min-height: 200px;
	height:auto;
	padding:20px;
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #1a61ad;
}

#boxesEdicao .conteudo-modal #div-pagamentos span.aviso{
	display:block;
	text-align:center;
	font: bold 16px Helvetica, Tahoma, sans-serif, Arial;
	color: #c20607;
	margin-bottom: 20px;
}

#boxesEdicao .conteudo-modal #div-pagamentos .botoes{
	width: 100%;
	height: auto;
	margin-top:30px;
	text-align: center;
}

#boxesEdicao .conteudo-modal #div-pagamentos .botoes a {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #fff;
	padding: 3px 15px 3px 15px;
	cursor: pointer;
	text-transform: uppercase;
	width: 100px;
	height: 22px;
	line-height: 22px;
	background-color: #1e62ad;
	border: 1px solid #6e7073;
}

#boxesEdicao .conteudo-modal #div-pagamentos .botoes a:hover {
	background-color: #f4922a;
}

#boxesEdicao .conteudo-modal #div-pagamentos .linha{
	margin-top:5px;	
}

#boxesEdicao .conteudo-modal #div-pagamentos .linha select{
	border: 1px solid #6e7073;
	background-color: #edeeef;
	font: normal 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #277eb3;
	height: 22px;
	outline: 0;
	padding: 2px;
	min-width: 100px;
	width: 100px;
	margin-left: 5px;
}


#boxesEdicao .conteudo-modal #div-pagamentos table{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #1960ad;
}

#boxesEdicao .conteudo-modal #div-pagamentos thead tr th {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #fff;
	background-color: #1960ad;
	height: 25px;
}

#boxesEdicao .conteudo-modal #div-pagamentos table tbody {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #000;
	text-align: center;
}

#boxesEdicao .conteudo-modal #div-pagamentos table tbody tr {
	height: 25px;
	background-color: #e7ebf0;
}

#boxesEdicao #div-pagamentos a.ico_boleto{
  display: block;
  background: url(../../theme/images/layout/ico-imprimir.png) center center no-repeat transparent;
  width: 26px;
  height: 25px;
  line-height: 25px;
}

#boxesEdicao #div-pagamentos a.notafiscal{
  display: block;
  background: url(../../theme/images/novo_layout/nfe.png) center center no-repeat transparent;
  width: 26px;
  height: 25px;
  line-height: 25px;
}

#boxesEdicao .conteudo-modal.scroll{
	overflow-y: auto;
	height: 580px;	
}

#boxesEdicao .conteudo-modal.scroll .ico-fechar {
	right: 15px;
}

#boxesEdicao .conteudo-modal.scroll .ico-fechar-hover{
	right: 15px;
}

/*********************************************** 
*	ESTILO MODAL EXCLUSAO
************************************************/
#boxesExclusao #popUpModal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
	background-color: #fff;
	width: 400px;
	height: auto;
	box-shadow:-1px -1px 50px #000;
	border-radius:5px;
}

#boxesExclusao #popUpModal .titulo {
	width: 98%;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font: bold 14px Helvetica, Tahoma, sans-serif, Arial;
	margin-top: 11px;
}

#boxesExclusao #popUpModal .vermelho {
	color: #c91c0f;
}

#boxesExclusao #popUpModal .azul {
	color:#006ba1;
}

#boxesExclusao #popUpModal .ico-fechar {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
	height: 24px;
	background: url(../images/layout/ico-fechar.png) 0 0 no-repeat;
	cursor: pointer;
	z-index: 125;
}

#boxesExclusao #popUpModal .ico-fechar-hover {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
	height: 24px;
	background: url(../images/layout/ico-fechar.png) -30px 0 no-repeat;
	cursor: pointer;
	z-index: 125;
}

#boxesExclusao #popUpModal .texto-aviso {
	clear: both;
	width: 340px;
	height: auto;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #58585a;
	text-align: left;
}

#boxesExclusao #popUpModal .texto-aviso div.icone-area{
	width: 270px;
	height: 115px;
	margin:0 auto;	
}

#boxesExclusao #popUpModal .texto-aviso div.icone-area div.icone{
	float:left;
	display: inline;
	width: 110px;
	height: 111px;	
	margin-right: 40px;
	margin-top:30px;
	padding-bottom: 50px;
}

#boxesExclusao #popUpModal .texto-aviso div.icone-area div.icone a.empresas{
	display:block;
	width: 120px;
	height: 118px;	
	background: url(../images/layout/ico-sistema.png) 0 0 no-repeat transparent;
	border:none;
}

#boxesExclusao #popUpModal .texto-aviso div.icone-area div.icone a.empresas:hover{
	background: url(../images/layout/ico-sistema.png) 5px -120px no-repeat transparent;
	height: 122px;	
}

#boxesExclusao #popUpModal .texto-aviso div.icone-area div.icone a.domesticas{
	display:none;
	width: 120px;
	height: 118px;	
	background: url(../images/layout/ico-sistema.png) -150px 0 no-repeat transparent;
	border:none;
}

#boxesExclusao #popUpModal .texto-aviso div.icone-area div.icone a.domesticas:hover{
	background: url(../images/layout/ico-sistema.png) -140px -120px no-repeat transparent;
	height: 122px;	
}

#boxesExclusao #popUpModal .texto-aviso span.codigo-cel {
	font: bold 16px Helvetica, Tahoma, sans-serif, Arial;
	color: #e82020;
}
#boxesExclusao #popUpModal div.conteudo-modal{
	padding-bottom:20px;	
}

#boxesExclusao #popUpModal .texto-aviso a {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #fff;
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #737578;
	border: 1px solid #363637;
	text-decoration: none;
	letter-spacing: 2px;
}

#boxesExclusao #popUpModal .texto-aviso a:hover {
	background-color: #0087cb;
	border: 1px solid #045984;
	letter-spacing: 2px;
}

#boxesExclusao #popUpModal .texto-aviso a.normal {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #1960ad;
	padding: 0px;
	cursor: pointer;
	text-transform: none;
	background-color: transparent;
	border: 0;
	text-decoration: none;
	letter-spacing: 0;
}

#boxesExclusao #popUpModal .texto-aviso a.normal:hover {
	color:#f49128;
	background-color: transparent;
	border:0;
	letter-spacing: 0;
}

#boxesExclusao #popUpModal .texto-aviso a#normal {
	font: normal 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #114378;
	cursor: pointer;
	text-decoration: underline;
	letter-spacing: 1px;
	padding:0;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin-left: 5px;	
}

#boxesExclusao #popUpModal .texto-aviso a#normal:hover {
	background-color: transparent;
	color: #097909;
	border: 0;
}

#boxesExclusao .line-separator{
	width: 100%;
	height: 1px;
	background-color: #d9dbdc;	
	margin-bottom: 10px;
}

#boxesExclusao #popUpModal div#txMotivo{
	display:none;
	text-align:center;	
}

#boxesExclusao #popUpModal div#txMotivo label{
	float:left;
	color:#d11717;
	margin-left:30px;
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
}


#boxesExclusao #popUpModal div#txMotivo textarea{
	width:85%;
	height:80px;	
	resize: none !important;
}

#boxesExclusao #popUpModal div#txMotivo span.error{
	display:none;
	display:block;margin-left:27px;margin-right:27px;background:#f69e9e;color:#ba0909;
	font: normal 11px Helvetica, Tahoma, sans-serif, Arial;	
}

#boxesExclusao #popUpModal div#botoes{
	margin-top: 20px;
	text-align:right;
	margin-right:30px;
}

#boxesExclusao #popUpModal div#botoes div#excluir{
	display:none;	
}

#boxesExclusao #popUpModal div#botoes a{
	display:inline-block;
	width:80px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background:#1d62ae;
	color:#fff;	
	border-radius:5px;
	text-align:center;
}

#boxesExclusao #popUpModal div#botoes a:hover{
	background:rgb(244, 146, 42);	
}

#boxesAviso .conteudo-modal #botoesNovos a {
	display:inline-block !important;
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial !important;
	color: #fff !important;
	padding: 5px 15px 5px 15px !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	width: 100px !important;
	height: 22px !important;
	line-height: 22px !important;
	border: 0 !important;
	border-radius:5px !important;
	transition: all 0.5s ease-out;
}

#boxesAviso .conteudo-modal #botoesNovos a.aceito {
	background:#36bb40;
}

#boxesAviso .conteudo-modal #botoesNovos a.aceito:hover {
	opacity:0.8;
}

#boxesAviso .conteudo-modal #botoesNovos a.naoaceito {
	background:#bb3636;
}

#boxesAviso .conteudo-modal #botoesNovos a.naoaceito:hover {
	opacity:0.8;
}


/*********************************************** 
*	ESTILO MODAL AVISOS
************************************************/
#boxCpf #popUpModal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
	background-color: #fff;
	width: 450px;
	height: auto;
	box-shadow:-1px -1px 50px #000;
	border-radius:5px;
}

#boxCpf #popUpModal .titulo {
	width: 98%;
	text-align: center;
	font: bold 14px Helvetica, Tahoma, sans-serif, Arial;
	margin-top: 11px;
}

#boxCpf #popUpModal .vermelho {
	color: #c91c0f;
}

#boxCpf #popUpModal .azul {
	color:#006ba1;
}

#boxCpf #popUpModal .ico-fechar {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
	height: 24px;
	background: url(../images/layout/ico-fechar.png) 0 0 no-repeat;
	cursor: pointer;
	z-index: 125;
}

#boxCpf #popUpModal .ico-fechar-hover {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
	height: 24px;
	background: url(../images/layout/ico-fechar.png) -30px 0 no-repeat;
	cursor: pointer;
	z-index: 125;
}

#boxCpf #popUpModal .texto-aviso {
	clear: both;
	width: 390px;
	height: auto;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #58585a;
	text-align: left;
}

#boxCpf #popUpModal .texto-aviso div.icone-area{
	width: 270px;
	height: 115px;
	margin:0 auto;	
}

#boxCpf #popUpModal .texto-aviso div.icone-area div.icone{
	float:left;
	display: inline;
	width: 110px;
	height: 111px;	
	margin-right: 40px;
	margin-top:30px;
	padding-bottom: 50px;
}

#boxCpf #popUpModal .texto-aviso div.icone-area div.icone a.empresas{
	display:block;
	width: 120px;
	height: 118px;	
	background: url(../images/layout/ico-sistema.png) 0 0 no-repeat transparent;
	border:none;
}

#boxCpf #popUpModal .texto-aviso div.icone-area div.icone a.empresas:hover{
	background: url(../images/layout/ico-sistema.png) 5px -120px no-repeat transparent;
	height: 122px;	
}

#boxCpf #popUpModal .texto-aviso div.icone-area div.icone a.domesticas{
	display:block;
	width: 120px;
	height: 118px;	
	background: url(../images/layout/ico-sistema.png) -150px 0 no-repeat transparent;
	border:none;
}

#boxCpf #popUpModal .texto-aviso div.icone-area div.icone a.domesticas:hover{
	background: url(../images/layout/ico-sistema.png) -140px -120px no-repeat transparent;
	height: 122px;	
}

#boxCpf #popUpModal .texto-aviso span.codigo-cel {
	font: bold 16px Helvetica, Tahoma, sans-serif, Arial;
	color: #e82020;
}

#boxCpf #popUpModal .texto-aviso a {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #fff;
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #737578;
	border: 1px solid #363637;
	text-decoration: none;
	letter-spacing: 2px;
}

#boxCpf #popUpModal .texto-aviso a:hover {
	background-color: #0087cb;
	border: 1px solid #045984;
	letter-spacing: 2px;
}

#boxCpf #popUpModal .texto-aviso a.normal {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #1960ad;
	padding: 0px;
	cursor: pointer;
	text-transform: none;
	background-color: transparent;
	border: 0;
	text-decoration: none;
	letter-spacing: 0;
}

#boxCpf #popUpModal .texto-aviso a.normal:hover {
	color:#f49128;
	background-color: transparent;
	border:0;
	letter-spacing: 0;
}

#boxCpf #popUpModal .texto-aviso a#normal {
	font: normal 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #114378;
	cursor: pointer;
	text-decoration: underline;
	letter-spacing: 1px;
	padding:0;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin-left: 5px;	
}

#boxCpf #popUpModal .texto-aviso a#normal:hover {
	background-color: transparent;
	color: #097909;
	border: 0;
}

#boxCpf .line-separator{
	width: 100%;
	height: 1px;
	background-color: #d9dbdc;	
	margin-bottom: 10px;
}

#boxCpf #popUpModal a.botao-do-boi{
	display:inline-block;
	padding:5px !important;
	background: #f59115 !important;
	color:#fff !important;
	border-radius:5px !important;
	transition:all 0.5s ease;
	text-transform: uppercase !important;
	font-size:11.5px !important;
}

#boxCpf #popUpModal a.botao-do-boi:hover{
	background: #976526 !important;
}

#boxCpf #popUpModal a.botao-do-boi-inv{
	display:inline-block;
	padding:5px !important;
	background: #1e61af !important;
	color:#fff !important;
	border-radius:5px !important;
	transition:all 0.5s ease;
	text-transform: uppercase !important;
	font-size:11.5px !important;
}

#boxCpf #popUpModal a.botao-do-boi-inv:hover{
	background: #152a42 !important;
}


#boxCpf #popUpModal button {
	font: bold 12px Helvetica, Tahoma, sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	width: 100%;
	height: 22px;
	line-height: 22px;
	background-color: #1e62ad;
	border: 1px solid #6e7073;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

/*********************************************** 
*	ESTILO NOVO APP
************************************************/
@font-face {
	font-family: 'MyBold';
	src: url('fonts/MyriadPro-Black.eot');
	src: url('fonts/MyriadPro-Black.woff2') format('woff2'),
		 url('fonts/MyriadPro-Black.woff') format('woff'),
		 url('fonts/MyriadPro-Black.ttf') format('truetype'),
		 url('fonts/MyriadPro-Black.svg#MyriadPro-Black') format('svg'),
		 url('fonts/MyriadPro-Black.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyRegular';
	src: url('fonts/MyriadPro-Regular.eot');
	src: url('fonts/MyriadPro-Regular.woff2') format('woff2'),
		url('fonts/MyriadPro-Regular.woff') format('woff'),
		url('fonts/MyriadPro-Regular.ttf') format('truetype'),
		url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
		url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

#mask-newapp {
	display:none;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.85);
	left: 0;
	top: 0;
	z-index: 9000;
	width: 100%;
	height: 100%;
	
}

div#new-app {
	display:none;
	position: absolute;
	top:-185px;
	z-index: 9999;
    width: 1200px;
	height: 100%;
	margin:0 auto;
}

div#new-app #close-new-app{
	position:absolute;
	color:#fff;
	z-index: 9001;
	font-size: 40px;	
	cursor: pointer;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	top:13px;
	right:25px;
}

div#new-app #close-new-app:hover{
	color:#b84040;	
}


div#new-app div#texto-new-app{
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	color:#fff;
	text-align: center;
	font-size: 25px;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 80px;
	border-bottom-right-radius: 2em 5em;
	border-bottom-left-radius: 2em 5em;
}

div#new-app div#imagens-app{
	margin:0 auto;
	text-align: center;
	margin-top:180px;
}

div#new-app div#imagens-app div.seta-prox{
	position:absolute;
	width:50px;
	height: 50px;
	right:0;
	background: #fff;
	background: url(../images/seta-prox.png) 0 0 no-repeat transparent;	
	cursor: pointer;
	transition:all 0.5s ease;
}

div#new-app div#imagens-app div.seta-prox:hover{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

div#new-app div#imagens-app div.seta-ant{
	position:absolute;
	width:50px;
	height: 50px;
	left:0;
	background: #fff;
	background: url(../images/seta-ant.png) 0 0 no-repeat transparent;	
	cursor: pointer;
	transition:all 0.5s ease;
}

div#new-app div#imagens-app div.seta-ant:hover{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

div#new-app div#imagens-app img{
	border:1px solid #ccc;
	-webkit-box-shadow: 5px 0px 20px #3a3b3d;
	-moz-box-shadow: 5px 0px 20px #3a3b3d;
	box-shadow: 5px 0px 20px #3a3b3d;	
	
}

div#new-app div#imagens-app div#imagem-0 div.texto{
	position: absolute;
	top:150px;
	right:350px;
	width: 500px;
	height: auto;
	color:#fff;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	font-size:40px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:10px;
	padding:10px;
}

div#new-app div#imagens-app div#imagem-0 div.texto-menor{
	position: absolute;
	top:470px;
	right:320px;
	width: 580px;
	height: auto;
	color:#fff;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	font-size:25px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:10px;
	padding:10px;
}


div#new-app div#imagens-app div#imagem-1 div.seta{
	background: url(../images/seta-novo-app.png?v=3) 0 0 no-repeat transparent;	
	position: absolute;
	top:205px;
	right:350px;
	width: 154px;
	height: 290px;
}

div#new-app div#imagens-app div#imagem-1 div.texto{
	position: absolute;
	top:420px;
	right:120px;
	width: 300px;
	height: auto;
	color:#fff;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:10px;
	padding:10px;
}

div#new-app div#imagens-app div#imagem-1 div.texto-menor{
	position: absolute;
	top:210px;
	right:75px;
	width: 300px;
	height: auto;
	color:#fff;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	font-size:14px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:10px;
	padding:10px;
}

div#new-app div#imagens-app div#imagem-2 div.texto{
	position: absolute;
	top:160px;
	right:240px;
	width: 300px;
	height: auto;
	color:#fff;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:10px;
	padding:10px;
}

div#new-app div#imagens-app div#imagem-2 div.texto-menor{
	position: absolute;
	top:250px;
	right:60px;
	width: 300px;
	height: auto;
	color:#fff;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	font-size:14px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:10px;
	padding:10px;
}

div#new-app div#imagens-app div#imagem-2 div.seta{
	background: url(../images/seta-novo-app.png?v=2) 0 0 no-repeat transparent;	
	position: absolute;
	top:240px;
	right:350px;
	width: 154px;
	height: 312px;
	background-size:contain;
	
}

div#new-app div#imagens-app div#imagem-3 div.texto{
	position: absolute;
	top:100px;
	right:350px;
	width: 500px;
	height: auto;
	color:#fff;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	font-size:40px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:10px;
	padding:10px;
}

div#new-app div#imagens-app div#imagem-3 div.texto-menor a {
	position: absolute;
	top:220px;
	right:115px;
	width: 300px;
	height: auto;
	color:#fff;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	font-size:14px;
	font-size:40px;
	transition:all 0.5s ease;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:10px;
	padding:10px;
}

div#new-app div#imagens-app div#imagem-3 div.texto-menor a:hover{
	color:#f4922a;
}

div#new-app div#imagens-app div#imagem-3 div.texto-menor2 {
	position: absolute;
	top:340px;
	right:70px;
	width: 380px;
	height: auto;
	color:#fff;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	font-size:20px;
	transition:all 0.5s ease;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:10px;
	padding:10px;
}

div#new-app div#imagens-app div#imagem-3 div.texto-menor2 a{
	color:#1d62ae;
	font-family: "MyBold", "MyRegular","Helvetica", "Tahoma", "sans-serif", "Arial";
	font-size:20px;
	transition:all 0.5s ease;
}

div#new-app div#imagens-app div#imagem-3 div.texto-menor2 a:hover{
	color:#fff;
	text-decoration: underline;
	
}

div#novo-aviso {font:normal 14px Tahoma,Tahoma,sans-serif,Arial !important;letter-spacing:0.5px !important;}a.link_mail {color:#0000b2 !important;text-decoration:none;transition:all 0.5s ease;padding:0px;text-transform:none;border:0;background-color:none;}a.link_mail:hover{color:#ff660f;text-decoration:underline;}
