.columns {
  margin-bottom: 0;
}
.formLine {
  position: relative;
}
.formLine .prefix,
.formLine input {
  border: none;
  background: transparent;
  box-shadow: none;
}
.formLine input[type="date"],
.formLine input[type="month"] {
  line-height: 37px;
}
.formLine.lastItem {
  border-bottom: 2px solid #c8c8c8;
  padding-bottom: 20px;
}
.formLine .prefix {
  color: #6d8790;
  font-size: 14px;
  position: absolute;
  text-align: left;
  top: 0;
  left: 10px;
  font-family: 'newjunemediumregular';
  width: 50px;
}
.formLine input,
#ipt-consulta-saldo {
  color: #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e2e7e9;
  -webkit-box-shadow: 0 2px rgba(255, 255, 255, 0.75), inset 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(255, 255, 255, 0.75), inset 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(255, 255, 255, 0.75), inset 0 2px rgba(0, 0, 0, 0.2);
  outline: none;
  padding: 0 20px 0 10px;
}
.formLine input.input-icoLeft,
#ipt-consulta-saldo.input-icoLeft {
  padding: 0 20px 0 40px;
}
.formLine input::-webkit-input-placeholder,
#ipt-consulta-saldo::-webkit-input-placeholder {
  color: #6d8790;
}
.formLine input:-moz-placeholder,
#ipt-consulta-saldo:-moz-placeholder {
  color: #6d8790;
}
.formLine input::-moz-placeholder,
#ipt-consulta-saldo::-moz-placeholder {
  color: #6d8790;
}
.formLine input:-ms-input-placeholder,
#ipt-consulta-saldo:-ms-input-placeholder {
  color: #6d8790;
}
.formLine input.txt-busca,
#ipt-consulta-saldo.txt-busca {
  background: url(../../img/botoes/lupa.png) center right no-repeat #e2e7e9;
  background-size: 26px 16px;
  padding: 0 30px 0 10px;
  font-size: 13px;
}
.formLine input.money,
#ipt-consulta-saldo.money {
  padding: 0 2px;
}
input.hidden {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
input.btn-agendar {
  position: absolute;
  width: 42%;
  height: 43px;
  right: 1.25em;
  opacity: 0;
}
.formLine.erro input,
.formLine.erro input:focus {
  border: 1px solid #e2263a;
  background-color: #f2c8c7;
}
.formLine.erro .prefix {
  color: #d51e31;
}
.formLine input:focus {
  border: 1px solid #6c8791;
  background-color: #e6f0f4;
}
.formLine.formDDD {
  width: 32%;
  float: left;
}
.formLine.formCel {
  width: 64%;
  float: right;
}
.formLine select {
  margin-bottom: 0;
  height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.21);
  box-shadow: 0 1px rgba(0, 0, 0, 0.21);
  background-color: #e2e7e9;
  background-image: -webkit-linear-gradient(bottom, rgba(109, 135, 144, 0.25), rgba(255, 255, 255, 0.25));
  background-image: -moz-linear-gradient(bottom, rgba(109, 135, 144, 0.25), rgba(255, 255, 255, 0.25));
  background-image: -o-linear-gradient(bottom, rgba(109, 135, 144, 0.25), rgba(255, 255, 255, 0.25));
  background-image: -ms-linear-gradient(bottom, rgba(109, 135, 144, 0.25), rgba(255, 255, 255, 0.25));
  background-image: linear-gradient(to top, rgba(109, 135, 144, 0.25), rgba(255, 255, 255, 0.25));
  color: #6d8790;
  position: relative;
  outline: none;
}
.formLine.select:after {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  content: '';
  background: url(../../img/botoes/bg_select.png) 0 0 no-repeat;
  background-size: 13px 8px;
  width: 13px;
  height: 10px;
}
html.segment-theme-next .formLine.select:after {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  content: '';
  background: url(../../img/botoes/bg_select_next.png) 0 0 no-repeat;
  background-size: 13px 8px;
  width: 13px;
  height: 10px;
}
.formLine span {
  font-size: 9px;
  margin-top: 5px;
  display: block;
  text-align: right;
  color: #666666;
}
.formAlert {
  background: url(../../img/botoes/form_alertas.png) 0 0 no-repeat;
  background-size: 32px 190px;
  border-top: 1px solid #d32236;
  border-bottom: 1px solid #d32236;
  padding-left: 50px;
  margin-bottom: 20px;
}

.btn-limpo.compartilharPdf{
  background-image: url(../../img/botoes/btn-compartilhar.png);
  font-size: 15px;
  display:inline;
  padding: 7px 0 7px 40px !important;
  line-height: 15px;
  color: #666666;
  text-decoration: underline !important;
}

.formAlertDebitoAutomatico{
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.formAlertBoleto {
  background: url(../../img/botoes/form_alertas.png) 0 0 no-repeat;
  background-size: 32px 190px;
  padding-left: 50px;
  margin-bottom: 20px;
}
.formAlert.fs10 p {
  font-size: 10px;
}
.formAlert.email {
  border: none;
  background: url(../../img/botoes/alert-email.png) 5px center no-repeat;
  background-size: 32px 32px;
  border-color: #d32236;
}
.formAlert.email p {
  padding: 5px 0 5px 0;
}
.formAlert.erro {
  background: url(../../img/botoes/alert-erro.png) 5px 10px no-repeat;
  background-size: 32px 32px;
  border-color: #d32236;
}
.next .formAlert.erro {
  background: url(../../img/digibank/botoes/alert.png) 5px 10px no-repeat;
  background-size: 32px 32px;
  border-color: #707070;
}
.formAlert.avisoregulamento {
  background: url(../../img/botoes/alert-erro.png) 5px 10px no-repeat;
  background-size: 32px 32px;
  border-color: #d32236;
}
.formAlert.confira {
  background: url(../../img/botoes/ico-confira.png) 5px 7px no-repeat;
  background-size: 32px 32px;
  border-color: #6d8790;
}
html.segment-theme-next .formAlert.confira {
  background: url(../../img/botoes/ico-confira-next.png) 5px 7px no-repeat;
  background-size: 32px 32px;
  border-color: #6d8790;
}
.formAlert.confirma {
  background: url(../../img/botoes/ico-sucesso.png) 5px 7px no-repeat;
  background-size: 32px 32px;
  border-color: #6d8790;
  padding-bottom: 10px;
}
.formAlert.confirmaProvisionamentoSaque {
  background: url(../../img/botoes/ico-sucesso.png) 5px 7px no-repeat;
  background-size: 32px 32px;
  border-color: #6d8790;
}
.formAlert.info {
  border-color: #797979;
  background: url(../../img/botoes/info.png) 5px 10px no-repeat;
  background-size: 32px 32px;
}
.formAlert.info span {
  line-height: 15px;
  padding: 5px 0 5px 0;
  display: block;
}
.formAlert.alert {
  border-color: #c1c1c1;
  background: url(../../img/botoes/alert.png) 5px 10px no-repeat;
  background-size: 29px 29px;
}
html.segment-theme-next .formAlert.alert {
  border-color: #c1c1c1;
  background: url(../../img/botoes/btn_info_next.png) 5px 10px no-repeat;
  background-size: 29px 29px;
}
.formAlert.alert.withoutBorder{
  border-top: none;
  border-bottom: none;
  padding-left: 50px;
}
.formAlertBoleto.alert {
  border-color: #c1c1c1;
  background: url(../../img/botoes/alert.png) 5px top no-repeat;
  background-size: 29px 29px;
}
.formAlertSaldoInvest.alert {
  background: url(../../img/botoes/alert.png) 5px no-repeat;
  background-size: 32px 32px;
  padding-left: 50px;
  margin-bottom: 20px;
}
.formAlertSaldoInvest.alert span {
    font-family: 'newjunebookregular';
    font-size: 0.720rem;
    color: #666666;
}
.formAlert p {
  padding: 13px 0 13px 0;
  margin: 0 !important;
}
.formAlert.confirma p {
  padding: 7px 0 0 0;
  line-height: 18px;
}
.formAlert.confirma span {
  font-family: "newjunebookregular";
  display: block;
}
.steps {
  margin-bottom: 20px;
}
.steps p {
  text-align: center;
  margin: 10px 0;
  font-family: "newjuneboldregular";
}
.steps:before {
  background-image: url(../../img/botoes/steps.png);
  background-repeat: no-repeat;
  background-size: 57px 207px;
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  margin: 0 auto;
}
.steps.step-1:before {
  background-position: center 0;
}
.steps.step-2:before {
  background-position: center -75px;
}
.steps.step-3:before {
  background-position: center -150px;
}
.formCaptcha p,
.formChave p {
  margin-bottom: 10px;
}
.formCaptcha .captchaContainer {
  float: left;
  width: 88px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  background: linear-gradient(to left, #f1f1f1 0%, #e1e1e1 50%, #c4c4c4 100%);
  text-align: center;
}
.formCaptcha img {
  float: left;
  width: 88px;
  height: 36px;
}
.formCaptcha input {
  float: left;
  padding: 0 5px;
  width: 44%;
}
.formCaptcha input:focus {
  padding: 0 4px;
}
.formCaptcha a {
  margin: 3px 3.125%;
}
.formChave .prefix {
  text-indent: -999999px;
  top: 33px;
  background: url(../../img/form/chave.png) 0 8px no-repeat;
  background-size: 22px 20px;
}
html.segment-theme-next .formChave .prefix {
  text-indent: -999999px;
  top: 33px;
  background: url(../../img/form/chave_next.png) 0 8px no-repeat;
  background-size: 22px 20px;
}
.formCustoms .formLine {
  height: 30px;
  margin-bottom: 10px;
}
html.segment-theme-next .formCustoms .formLine {
  height: 50px;
  margin-bottom: 10px;
}
.formCustoms span {
  float: left;
  margin: 0 10px 0 0;
}
.formCustoms label {
  font-family: 'newjunebookregular';
  font-size: 14px;
  margin-top: 5px;
  float: left;
}
.lineRadio p {
  margin-bottom: 10px;
}
/*
.formCheck {
	width: 28px;
	height: 28px;
	background: url(../../img/form/custom-check.png) 0 0 no-repeat;
	background-size: 28px 68px;
}
.formCheck.on {
	background-position: 0 -42px;
}
*/
.formRadio input[type="radio"],
.formCheck input[type="checkbox"] {
  box-shadow: none;
  background: none;
  width: 28px;
  height: 28px;
  padding: 0;
  opacity: 0;
  margin: 0;
}
.lstDados {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lstDados p {
  line-height: 1rem;
}
.lstDados span {
  font-family: 'newjunesemiboldregular';
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.tabs {
  list-style-type: none;
}
.tabs li {
  width: 50%;
  text-align: center;
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  background-image: -moz-linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  background-image: -o-linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  background-image: -ms-linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  border-bottom: 1px solid #c9c9c9;
  font-size: 0.875rem;
  float: left;
  display: inline-block;
  border-right: 1px solid #d0d0d0;
}
.tabs.tp2 li {
  width: 25%;
}
.tabs.tp4 li {
  width: 33.3333%;
}
.tabs li.active {
  background-color: #c4081c;
  background-image: -webkit-linear-gradient(to bottom, #c4081c 0%, #e2263a 100%);
  background-image: -moz-linear-gradient(to bottom, #c4081c 0%, #e2263a 100%);
  background-image: -o-linear-gradient(to bottom, #c4081c 0%, #e2263a 100%);
  background-image: -ms-linear-gradient(to bottom, #c4081c 0%, #e2263a 100%);
  background-image: linear-gradient(to bottom, #F3001B 0%, #e2263a 100%);
  color: #fff;
}
.tabs li.active a,
.tabs li a {
  background: none;
  color: #6c8791;
  font-size: 0.875rem;
  line-height: 15px;
  padding: 0.6875rem 0;
  float: left;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-family: 'newjunebookregular';
}
.tabs li.active a {
  color: #fff;
}
.tabs li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tabs li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tabs li a:focus {
  outline: none;
  background: none;
}
.tabs.tabs-titularidade a {
  line-height: 15px;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + span {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url(../../img/form/custom-radio.png) 0 0 no-repeat;
  background-size: 28px 68px;
  cursor: pointer;
}
input[type="radio"]:checked + span {
  background-position: 0 -40px;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 10;
  width: 32px;
  height: 29px;
}
input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 32px;
  height: 29px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: url(../../img/form/custom-check.png) center top no-repeat;
  background-size: 28px 68px;
  cursor: pointer;
}
html.segment-theme-next input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 32px;
  height: 29px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: url(../../img/form/custom-check-next.png) center top no-repeat;
  background-size: 28px 68px;
  cursor: pointer;
}
input[type="checkbox"]:checked + span {
  background-position: center -42px;
}
html.segment-theme-next input[type="checkbox"]:checked + span {
  background-position: center -42px;
}
.limpar {
  position: absolute;
  display: none;
  text-decoration: none;
  top: 8px;
  right: 8px;
  background: url(../../img/botoes/ico-limpar.png) 0 0 no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}
.mostrar-senha {
  position:absolute;
  top:37px;
  right:15px;
  background:0 0;
  color:#6c8791;
  padding:0;
  outline:0;
  font-size:14px
}
.tabs-content > .content {
  padding: 0 0 1.25em;
}
.box-modoVisualizacao p {
  width: 50%;
  float: left;
  line-height: 17px;
}
.box-modoVisualizacao .box-tabs {
  width: 48%;
  float: right;
}
.btns-data button,
.btns-data a {
  width: 54%;
  text-align: center;
  margin: 0;
}
.btns-data button.js-btn-agendar,
.btns-data a.js-btn-agendar {
  margin-left: 4%;
  width: 42%;
}
.btns-data a {
  float: left;
  color: #6c8791;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: background-color 300ms ease-out;
  display: table;
}
.btns-data a span {
  vertical-align: middle;
  display: table-cell;
}
.btns-data span {
  padding-left: 0;
}
.formCodigo input {
  float: left;
  margin: 0 10px 10px 0;
}
.lst-icones {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
.lst-icones li {
  border-bottom: 1px solid #c1c1c1;
  padding: 5px 0;
}
.lst-icones li:first-child {
  border-top: 1px solid #c1c1c1;
}
.lst-icones li .ico {
  width: auto;
  padding: 12px 0 12px 50px;
  margin: 0 10px 0px 0;
  font-family: 'newjunebookregular';
  font-size: 13px;
  background: url(../../img/botoes/icos-clean.png?2) 0 0 no-repeat;
  background-size: 49px 1382px;
  text-align: left;
  width: 100%;
}
.lst-icones li .ico.ico-01 {
  background-position: 0 -7px;
}
.lst-icones li .ico.ico-02 {
  background-position: 0 -95px;
}
.lst-icones li .ico.ico-03 {
  background-position: 0 -287px;
}
.lst-icones li .ico.ico-04 {
  background-position: 0 -275px;
}
.lst-icones li .ico.ico-05 {
  background-position: 0 -360px;
}
.lst-icones li .ico.ico-06 {
  background-position: 0 -450px;
}
.lst-icones li .ico.ico-07 {
  background-position: 0 -540px;
}
.lst-icones li .ico.ico-08 {
  background-position: 0 -630px;
}
.lst-icones li .ico.ico-09 {
  background-position: 0 -1017px;
}
.lst-icones li .ico.ico-10 {
  background-position: 0 -1144px;
}
.lst-icones li .ico.ico-11 {
  background-position: 0 -1272px;
}
.lst-icones li .ico.ico-12 {
  background-position: 0 -1398px;
}
.lst-icones li .ico.ico-13 {
  background-position: 0 -1073px;
}
.lst-icones li .ico.ico-14 {
  background-position: 0 -1161px;
}
.lst-icones li .ico.ico-15 {
  background-position: 0 -1779px;
}
.lst-icones li .ico.ico-17 {
  background-position: 0 -1339px;
}
.lst-icones li .ico:hover {
  font-family: 'newjunesemiboldregular';
}
.lst-icones li .ico-pf {
  width: auto;
  padding: 12px 0 12px 50px;
  margin: 0 10px 0px 0;
  font-family: 'newjunebookregular';
  font-size: 13px;
  background: url(../../img/botoes/ico-pf-clean.png) 0 0 no-repeat;
  background-size: 54px 1760px;
  text-align: left;
  width: 100%;
}
.lst-icones li .ico-pf.ico-pf-01 {
  background-position: 0 -8px;
}
.lst-icones li .ico-pf.ico-pf-02 {
  background-position: 0 -122px;
}
.lst-icones li .ico-pf.ico-pf-03 {
  background-position: 0 -238px;
}
.lst-icones li .ico-pf.ico-pf-04 {
  background-position: 0 -352px;
}
.lst-icones li .ico-pf.ico-pf-05 {
  background-position: 0 -468px;
}
.lst-icones li .ico-pf.ico-pf-06 {
  background-position: 0 -581px;
}
.lst-icones li .ico-pf.ico-pf-07 {
  background-position: 0 -696px;
}
.lst-icones li .ico-pf.ico-pf-08 {
  background-position: 0 -810px;
}
.lst-icones li .ico-pf.ico-pf-09 {
  background-position: 0 -927px;
}
.lst-icones li .ico-pf.ico-pf-10 {
  background-position: 0 -1040px;
}
.lst-icones li .ico-pf.ico-pf-11 {
  background-position: 0 -1155px;
}
.lst-icones li .ico-pf.ico-pf-12 {
  background-position: 0 -1269px;
}
.lst-icones li .ico-pf.ico-pf-13 {
  background-position: 0 -1385px;
}
.lst-icones li .ico-pf.ico-pf-14 {
  background-position: 0 -1500px;
}
.lst-icones li .ico-pf.ico-pf-15 {
  background: url(../../img/botoes/encerrar-clean.png) 17px center no-repeat;
  background-size: auto 50%;
}
.lst-icones li .ico-pf.ico-pf-16 {
  background: url(../../img/botoes/emprestimo-clean.png) 12px center no-repeat;
  background-size: auto 77%;
}
.lst-icones li .ico-pf.ico-pf-17 {
  background: url(../../img/botoes/capitalizacao-clean.png) 12px center no-repeat;
  background-size: auto 77%;
}
.lst-icones li .ico-pf.ico-pf-18 {
  background: url(../../img/botoes/debito-automatico-clean.png) 15px center no-repeat;
  background-size: auto 74%;
}
.lst-icones li .ico-pf.ico-pf-19 {
  background: url(../../img/botoes/portabilidade-salario-clean.png) 7px center no-repeat;
  background-size: auto 63%;
}
.lst-icones li .ico-pf.ico-pf-22 {
  background: url(../../img/botoes/provisionamento-clean.png) 17px center no-repeat;
  background-size: auto 77%;
}
.lst-icones li .ico-pf.ico-pf-23 {
  background: url(../../img/botoes/attcadastral-clean.png) 17px center no-repeat;
  background-size: auto 77%;
}
.lst-icones li .ico-pf.ico-pf-24 {
  background: url(../../img/botoes/cambio-clean.png) 17px center no-repeat;
  background-size: auto 77%;
}
.lst-icones li .ico-pf.ico-pf-21 {
  background-position: 0 -1710px;
}
.lst-icones li .ico-pf.ico-pf-25 {
    background-position: 0 -1385px;
}
.lst-icones li .ico-pf.ico-pf-26 {
  background: url(../../img/botoes/alteracao-senha.png) 10px center no-repeat;
  background-size: auto 110%;
}
.lst-icones li .ico-pf:hover {
  font-family: 'newjunesemiboldregular';
}
.box-texto-cinza {
  background: #e2e7e9;
  padding: 20px;
  margin-bottom: 20px;
}
.box-texto-cinza p {
  margin-bottom: 0;
}
.box-texto-cinza p.saudacao {
  font-size: 16px;
  margin-bottom: 10px;
}
.box-texto-cinza p.saudacao span {
  font-size: 16px;
  color: #d51e31;
  font-family: 'newjunesemiboldregular';
}
.box-texto-azul {
  background: #6c8791;
  padding: 10px 20px;
  margin-bottom: 5px;
}
.box-texto-azul span {
  color: white;
}
.box-texto-azul strong,
.box-texto-azul p {
  margin-bottom: 0;
  color: white !important;
  font-size: 10px;
}
.box-texto-azul strong {
  font-size: 12px;
}
#icone {
  margin-left: 2%;
}
.formAlertCadPos {
  background: url(../../img/botoes/form_alertas.png) 0 0 no-repeat;
  background-size: 32px 190px;
  border-top: 1px solid #d32236;
  border-bottom: 1px solid #d32236;
  padding-top: 18px;
  padding-left: 50px;
  margin-bottom: 20px;
}

.formAlertCadPos.erro {
  background: url(../../img/botoes/alert-erro.png) 5px center no-repeat;
  background-size: 32px 32px;
  border-color: #d32236;
}

.formAlertCadPos.confira {
  background: url(../../img/botoes/ico-confira.png) 5px center no-repeat;
  background-size: 32px 32px;
  border-color: #6d8790;
}

.formAlertCadPos.confirma {
  background: url(../../img/botoes/ico-sucesso.png) 5px center no-repeat;
  background-size: 32px 32px;
  border-color: #6d8790;
  padding-bottom: 10px;
}

.formAlertCadPos.info {
  border-color: #797979;
  background: url(../../img/botoes/info.png) 5px center no-repeat;
  background-size: 32px 32px;
}

.formAlertCadPos.alert {
  border-color: #c1c1c1;
  background: url(../../img/botoes/alert.png) 5px center no-repeat;
  background-size: 29px 29px;
}

.radioCadPos input[type="radio"] + span {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url(../../img/form/custom-radio2.png) 0 0 no-repeat;
  background-size: 28px 108px;
  cursor: pointer;
}

.radioCadPos input[type="radio"] + span.error {
  background: url(../../img/form/custom-radio2.png) center -80px no-repeat;
  background-size: 28px 108px;
}

.radioCadPos input[type="radio"]:checked + span {
  background-position: 0 -40px;
}

.checkboxCadPos input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 32px;
  height: 29px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: url(../../img/form/custom-check2.png) center 4px no-repeat;
  background-size: 28px 145px;
  cursor: pointer;
}

.checkboxCadPos input[type="checkbox"]:checked + span {
  background-position: center -42px;
}

.checkboxCadPos input[type="checkbox"] + span.error {
  background: url(../../img/form/custom-check2.png) center -117px no-repeat;
  background-size: 28px 145px;
}

.formAlert.avisoMobileToken {
  background: url(../../img/botoes/alert-erro.png) 5px 10px no-repeat;
  background-size: 32px 32px;
  border-color: #d32236;
}

.sliderContainer {
    width: 100%;
    height: 17px;
    border-radius: 5px;
    background: #e2e7e9;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    padding: 0 22px;
    box-sizing: border-box;
    position: relative;
}

.sliderContainerWrap {
    width: 100%;
    height: 17px;
    position: relative;
    box-sizing: border-box;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: none;
    outline: none;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 4;
}

.sliderSize {
  width: 0;
  height: 4px;
  border-radius: 5px 0 0 5px;
  background:#0081e6;
  outline: none;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 3;
}

.sliderBg {
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #5b5b5b;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 2;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #0081e6, #0056ae);
  cursor: pointer;
  border: 3px solid #f5f7f7;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.slider::-moz-range-thumb {
    appearance: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #9ca6aa, #69828a);
    cursor: pointer;
    border: 3px solid #f5f7f7;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.erroCadastroLimite,
.erroCadastroLimite span {
    color: #d11f3e !important;
    font-weight: bold !important;
}

.outputWrap {
    width:auto;
    height:auto;
    position:relative;
}

.outputLabel {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    font-family: newjunebookregular;
    color: #666666 !important;
    line-height: 36px;
    padding-left: 11px;
    display: none;
}
.outputWrap.fill .outputLabel {
    display: block;
}
.outputWrap.fill input {
    padding-left: 30px;
}
#buttonSubmitLimite[disabled] {
    opacity: 0.5;
}

.select-mes-ano select:focus {
	color: #6d8790;
	content: "";
}

#botao-mes {
	padding-left: 0px;
    padding-right: 10px;
}

#botao-ano {
	padding-left: 10px;
    padding-right: 0px;
}

