* {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none; 
  box-shadow: none; 
}

button:focus {
  outline:0;
}

body, html{
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}

.content{
  height: 100%;
}

.uil-ripple-css{
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	left:0;
  text-align:center;
  padding-top: calc(50vh - 32px);
  background-color: rgba(255,255,255,0.6);
  z-index: 9999;
  display: none;
}


.App {
  text-align: center;
  width: 100%;
  overflow: 'hidden';
  height: 100%;
}



/***** HEADER ************************/


.App-header{
  padding: 22px 20px;
  width: 100%;
  background-color: #eaeaea;
  position: fixed;
  top: 0;
  z-index: 10;
  clear: both;
  height: 65px;
}

.nomeUsuario{
  color: #6F2822;
  position: relative;
  float: left;
  text-align: left;
  font-size: 1.2rem;
  /* font-family: 'Roboto'; */
  font-family: 'Roboto Slab', serif;
  overflow:hidden;
  display:inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 62vw;
}

.btn-sair{
    position: relative;
    float: left;
    display:inline-block;
    width: 16px;
    height: 23px;
    background-image: url(/img/logout.png);
    background-size: 16px 19px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    margin-left: 10px;
    display: none;
    cursor: pointer;
}

.btn-sair img{
    /*height: 20px;*/
    /*width: 20px;*/
    filter: invert(18%) sepia(78%) saturate(602%) hue-rotate(326deg) brightness(99%) contrast(91%);
}

.btn-boxPontos{
  background-color: #6F2822;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 14px;
  right: 10px;
    border: 0;
  padding: 4px 12px;
  font-size: 1.3rem;
  /* font-family: 'Quicksand'; */
  font-family: 'Quicksand', sans-serif;
  cursor: pointer;
}
.btn-boxPontos span{
  margin-left: 2px;
  font-size: 0.8rem;
}

.extrato{
  padding: 20px;
  z-index: 9;
  background-color: #eaeaea;
  position: fixed;
  top: 65px;
  right:0;
  width: 100%;
  display: none;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.extrato .pontos{
  display: inline-block;
  width: 100%;
}

.extrato .pontos .expirados, .extrato .pontos .sep, .extrato .pontos .disponivel{
  width:49%;
  position: relative;
  float: left;
}

.extrato .pontos .expirados div, .extrato .pontos .expirados span, .extrato .pontos .disponivel div, .extrato .pontos .disponivel span{
  font-size: 1.3rem;
  color: #666;
  margin: 6px 0;
}

.extrato .pontos .expirados div span, .extrato .pontos .disponivel span, .extrato .pontos .expirados span{
  font-size: 0.9rem;
}

.extrato .pontos .sep{
  width: 1px; 
}
.extrato .pontos .sep div{
  height: 3rem;
  border-right: 1px solid white;
}

.extrato .pontos .disponivel div, .extrato .pontos .disponivel span{
  color: #6F2822;
}

.extrato .atualizado{
  margin-top: 20px;
  width: 100%;
  font-size: 0.8rem;
  color: #666;
  font-family: 'Montserrat';
}

@media only screen and (min-width: 1100px) {

  .App-header{
    padding: 18px 20px;
  }

  .nomeUsuario{
    font-size: 1.6rem;
    cursor: pointer;
  }

  .btn-boxPontos{
    top: 10px;
    right: 10px;
    padding: 6px 22px;
    font-size: 1.6rem;
    cursor: pointer;
  }
  .btn-boxPontos span{
    font-size: 1rem;
  }

  .extrato{
    width: auto;
    min-width: 500px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    border-bottom-left-radius: 6px;
  }

}

/***** BODY ************************/

.App-body
{
  width: 100%;
  height: 100%;
  padding-top: 65px;
}




/***** FOOTER ************************/

#linkLogin, #linkNaoInjetado{
  display:none;
}

#naoInjetado{
    position: fixed;
    top:0px;
    right:0;
    bottom: 0px;
    left:0;
    z-index: 20;
    padding: 10vw 0;
    background-color: #fff;
    text-align:center;
    font-size: 2rem;
}



.App-footer{
  height: 65px;
  padding: 24px 0 0 0 ;
  width: 100%;
  background-color: #6F2822;
  min-height: 3rem;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.tabs, .tabs2 {
  list-style: none;
  width: 100%;
  display:table;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

.tabs li, .tabs2 li {
  display:table-cell;
}

.tabs li a, .tabs2 li a {
  text-decoration:none;
}



.btn-footer{
  color: #fff;
  background-color: transparent;
  border: 0;
  padding: 9px 30px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: 12px 9px;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  border-radius: 5px;
  text-decoration: none;
}

.btn-footer.ativo{
    background-color: #fff;
    color: #6F2822;
}

@media only screen and (min-width: 1100px) {

  .App-footer{
    height: 85px;
    padding: 28px 0 0 0 ;
  }

  .btn-footer{
    padding: 9px 30px;
    padding-left: 45px;
    font-size: 30px;
    background-position: 12px 18px;
  }

}