
@import "bb.campo.entrada.css";
@import "bb.layout.responsive.css" screen and (max-width:1300px);
@font-face {
	font-family: Geomanist-Medium;
	src: url('../fonts/hinted-Geomanist-Medium.ttf')
}

@font-face {
	font-family: Geomanist-Book;
	src: url('../fonts/hinted-Geomanist-Book.ttf')
}

@font-face {
	font-family: Geomanist-Bold;
	src: url('../fonts/hinted-Geomanist-Bold.ttf')
}
.novo-layout{font-size: 100%;}
.novo-layout * {
	font-family: Arial, Helvetica, sans-serif;
	font-family: Geomanist-Book;
	font-size: 100%;
	box-sizing: border-box;
	text-decoration: none;
	padding: 0;
	margin: 0
}

.novo-layout a:hover {
    color: #005aa5;
    text-decoration: none;
}

.novo-login{
    width: 100%;
    display: table;
    height: 100%;
}

.novo-layout md-toast{
    display: none;
}

.novo-layout .logo-container-center{
	margin: 0 auto;
}

.novo-layout bb-assinador{opacity: 0;}

.novo-layout ul.outros-acessos{width: 100%;}
.novo-layout .barra-progresso{position: fixed;width: 100%;height: 5px;z-index: 999;}
.novo-layout .barra-progresso div{width: 0; height: 5px; background-image: linear-gradient(135deg, #005dab 0, #005aa6 100%);}

.novo-layout #identificador{text-transform: capitalize;}

.novo-layout md-dialog{width: auto;}
.viewQRcode,
.viewLogin {
	width: 50%;
	height: 100vh;
	display: table
}

.novo-layout .caixa-bb-code-show{width: 260px;}

.novo-layout  .esqueci-minha-senha {
    color: #005aa5;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    position: absolute;
    top: 24px;
    top: 1.5rem;
    right: 25px;
    right: 1.5625rem;
}

.novo-layout .chamadas-login {
    width: 210px;
    position: absolute;
    padding: 0px;
    bottom: 18px;
    right: 6px;
    height: 26px;
}
.novo-layout .chamadas-login > div{
	float: left;
    width: 25%;
	display: table;
	margin: 0px 0px;
}
.novo-layout .chamadas-login > div > a{
	background-image: url(/cfe-sgw/api/v1/publicador/imagem?codImagem=100866);
    background-size: 24px 24px;
    background-position: center center;
    display: table-cell;
    vertical-align: middle;
}
.novo-layout .lista-usuarios{
	height: 190px;
    width: 100%;
    float: left;
    position: relative;
    overflow: auto;
	border-radius: 5px;
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.07);
}
.novo-layout .lista-usuarios > a{
    width: 100%;
    padding: 0px 10px;
    height: 89px;
    float: left;
}
.novo-layout .lista-usuarios > a > div{
	position: relative;
    width: 100%;
    padding-left: 65px;
    height: 100%;
    border-bottom: 1px solid #ccc;
    display: table;

}
.novo-layout .lista-usuarios > div:hover{
	background-color : #efefef;
}
.novo-layout .usuario-foto {
    width: 3rem;
    height: 3rem;
    border: 1px solid #ddd;
    position: absolute;
	left: 8px;
    top: 22px;
}
.novo-layout .usuario-foto img {
	width: 100%;
    opacity: 0.3;
    height: 100%;
}
.novo-layout .usuario-dados {
	width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.novo-layout .usuario-dados .nome-usuario{
	width: 100%;
	float: left;
	color: #222;
}
.novo-layout .usuario-dados .identificacao-usuario{
	width: 100%;
	float: left;
	color: #bbb;
}
.novo-layout .trocar-usuario {
	color: #005aa5;
	text-align: left;
	font-size: 16px;
	font-size: 1rem!important;
	font-weight: 300;
	letter-spacing: .1px;
	line-height: 24px;
	cursor: pointer;
    background-image: url(../imagens/plus.svg);
    padding-left: 27px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.modal-ajuda-bb-code md-dialog {
	width: auto;
	padding: 0px;
}

.viewQRcode > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 108px;
    padding-left: 6.75rem;
	width: 100%;
	position: relative;
}

.novo-layout .lista-celulares{
	height: 120px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
	border-radius: 5px;
	overflow-y: auto;
	border-radius: 5px;
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.07);
	background-color : transparent;
}
.novo-layout .lista-celulares  md-radio-button{
	float: left;
    width: 100%;
	height: 40px;
}

.novo-layout .lista-celulares  ._md-label {
	height: 100%;
    display: table;
}
.novo-layout .lista-celulares  ._md-label .celular-texto{
	display: table-cell;
	vertical-align: middle;
	color: #3a3a3a;
}

.novo-layout md-radio-group{
	float: left;
    width: 100%;
}

.modal-erro-login md-dialog{
	padding: 36px;
    width: 472px;
}

.modal-erro-login md-dialog cabecalho{
	background-color: #ffffff;
}

.modal-erro-login md-dialog .modalLogo{
	display: block;
    margin-bottom: 34px;
}

.modal-erro-login md-dialog .tituloErro {
    font-family: Geomanist-Medium;
    color: #ff1a1a;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 8px 0;
}
.modal-erro-login md-dialog .titulo{
	color: red;
}

.modal-erro-login md-dialog .conteudo {
    min-height: 70px;
    padding: 6px 0;
}

.novo-layout-hide {display: none;}
.antigo-layout-hide {display: none;position: relative; width: 100%;float: left;position: relative; width: 100%;float: left;opacity: 0;}

.novo-layout-show {display: table;}
.antigo-layout-show {display: block;}


.viewQRcode   .texto-bb-code ul {
	margin-top: 14px;
}
.viewQRcode   .texto-bb-code a {
	color: #005aa5;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 300;
    line-height: 24px;
    line-height: 1.5rem;
    text-align: left;
    margin-top: 11px;
    margin-top: .6875rem;
    display: block;
}
.viewQRcode   .texto-bb-code a:hover {
	color :#0a39ab;
	text-decoration: none;
}

.viewQRcode   .timer {
    float: left;
    height: 1px;
    width: 100%;
    margin: 14px 0px;
    background-color: #eee;;
}

.viewQRcode   .contador {
    width: 0px;
    float: left;
    height: 2px;
    background-color: #005aa5;
}

.viewQRcode .bb-code-container{
	margin-top: 20px;
    width: auto;
    position: relative;
    min-width: 220px;
    min-height: 0px;
}

.viewQRcode .bb-code-reload{
    height: 240px;
}
.viewQRcode .image-bb-code{
	background-color: #ffffff;
    width: 240px;
    padding: 10px;
    height: 240px;
}

.viewQRcode  .bb-code-reload-img{
    margin-left: -27px;
    margin-top: -40px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.viewQRcode  .bb-code-wait{
    margin-left: -27px;
    margin-top: -40px;
    width: 50px;
    height: 50px;
}

.viewQRcode  #bbcodeLogin{
    width: 220px;
	height: 220px;
	margin: 0px;
}
.viewQRcode .texto-bb-code{
	float: left;
}
.viewLogin {
	position: absolute;
	left: 0
}

.viewQRcode {
	background-image: linear-gradient(135deg, #ffed00 0, #ffe500 100%);
	position: fixed;
	right: 0
}

.viewPrincipal,
.viewLogin {
	background-image: url(../imagens/icone-fundo.jpg);
	background-repeat: repeat;
	background-size: initial;
	display: table
}

.removeBBcode.removeBBcode {
	width: 100vw
}

.removeBBcode+.viewQRcode {
	display: none
}

.bb-form {
	width: 100%;
	vertical-align: middle;
	display: table-cell
}

.bb-main {
	position: relative;
	width: 400px;
	width: 25rem;
	margin: 0 auto
}

.bb-main .row {
	position: relative;
	padding: 5px 0;
	padding: .3125rem 0;
}

.bb-main .title {
	max-height: 174px;
}

.bb-main .texto-login {
	display: contents;
}


.bb-main .row.informativo {
	opacity: .5
}

.bb-main .row.agencia {
	width: 38%;
	display: inline-block
}

.bb-main .row.conta {
	width: 60%;
	float: right
}

.bb-main .row.agencia input,
.bb-main .row.conta input {
	width: 100%!important
}

.bb-main .row.title img {
	width: 240px;
	height: 240px;
	width: 5rem;
	height: 5rem;
	margin-bottom: 9px;
}

.bb-main .row.bb-checkbox {
	margin-top: 16px;
	margin-top: 1rem;
	max-height: 31px;
}

.bbcode {
	width: 200px;
	width: 12.5rem;
	display: block
}

.bb-main h1 {
	font-family: Geomanist-Medium!important;
	color: rgba(0, 0, 0, 0.85);
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 44px;
	line-height: 2.75rem;
	padding: 25px 0 10px 0;
	padding: 1.5625rem 0 .625rem 0
}

.salvar-dados-neste-c {
	font-family: Geomanist-Book;
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 19px;
	line-height: 1.1875rem;
	opacity: .3799999952316284;
	text-align: left;
	margin-left: 33px;
	margin-left: 2.0625rem
}

.esqueci-minha-senha {
	font-family: Geomanist-Book;
	color: #005aa5;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	position: absolute;
	top: 24px;
	top: 1.5rem;
	right: 25px;
	right: 1.5625rem
}

.row-outros-acessos {
	display: block;
	margin-top: 30px;
	margin-top: 1.875rem
}

.voce-tambem-pode-ent {
	font-family: Geomanist-Book;
	color: rgba(0, 0, 0, 0.85);
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	text-align: left;
	padding-top: 30px;
	padding-top: 1.875rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-height: 72px;
}

ul.outros-acessos {
	list-style: none
}

ul.outros-acessos li {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: .1px;
	line-height: 24px;
	line-height: 1.5rem;
	text-align: left;
	margin-bottom: 4px;
	margin-bottom: .25rem;
	cursor: pointer
}

ul.outros-acessos li a {
	color: #005aa5;
	font-family: Geomanist-Book;
}
ul.outros-acessos li a:hover {
    color: #005aa5;
    text-decoration: none;
}

.bb-main-code {
	margin-left: 108px;
	margin-left: 6.75rem
}

.bb-code-subtitle {
	font-family: Geomanist-Book;
	color: #000;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	opacity: .5399999618530273;
	text-align: left;
	padding: 2px 0px;
}

.bb-code-title {
	font-family: Geomanist-Medium;
	color: #000;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 40px;
	line-height: 2.5rem;
	text-align: left;
	padding: 3px 0 8px 0;
	padding: .1875rem 0 .8rem 0
}

.bb-qrcode {
	margin-top: 16px;
	margin-top: 1rem
}

.bb-qrcode img {
	width: 240px;
	width: 15rem;
	height: 240px;
	height: 15rem
}

.por-que-usar-o-bb-co {
	font-family: Geomanist-Book;
	color: rgba(0, 0, 0, 0.85);
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 22px;
	line-height: 1.375rem;
	text-align: left;
	margin-top: 38px;
	margin-top: 2.375rem
}

.ativando-o-bb-code-v {
	font-family: Geomanist-Book;
	color: rgba(0, 0, 0, 0.54);
	font-size: 12px;
	font-size: .75rem;
	font-weight: 300;
	letter-spacing: .05px;
	line-height: 16px;
	line-height: 1rem;
	width: 240px;
	width: 15rem;
	text-align: left;
	margin-top: 5px;
	margin-top: .3215rem
}

.activate {
	font-family: Geomanist-Book;
	color: #005aa5;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 300;
	line-height: 24px;
	line-height: 1.5rem;
	text-align: left;
	margin-top: 11px;
	margin-top: .6875rem;
	display: block
}

.progress-bar {
	background-color: #ebd600;
	border-radius: 18px;
	width: 240px;
	height: 2px;
	margin-top: 14px
}

.bar {
	background-color: #005aa5;
	height: 2px
}
.logo-body {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fae128;
	display: table;
  }

  .logo-container {
	display: table-cell;
	vertical-align: middle;
  }

  .logo-container-center {
	width: 122px;
	height: 122px;
	margin: 0 auto;
  }

  .logo-border {
	position: relative;
	overflow: hidden;
	padding: 4px;
	z-index: 1;
  }

  .logo-border::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 200px;
	height: 200px;
	top: -35px;
	left: -35px;
	background-image: linear-gradient(#c4edff,#015ba6 60%);
	animation-name: rotate;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
  }

  .logo-body img {
	width: 100%;
	height: 100%;
	display: block;
  }

  .rotate {
	animation-name: rotate;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
  }

  @keyframes rotate {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
