html {
  height: 100%;
}

body {
  height: inherit;
  margin: 0;
  background-color: #F1F1F1;
  height: 100%;
}

body,html{
  overflow:hidden;
  font-family: "Poppins";
}

*{
  font-family: "Poppins";	
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input { -webkit-user-select:text;}

*:focus {
  outline: none;
}

::-webkit-scrollbar {
    display: none;
}


.verPagamentos{
  cursor: pointer;
}
.icon-mapa{
  position: fixed;
  top: 65px;
  z-index: 1060;
  right: 10px;
}
.icon-mapa .icone{
  background-color: white;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  box-shadow: 0px 3px 3px #A2A2A2;
  margin-bottom: 8px;
}
.icon-mapa img{
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 7px;
}
.icone-satelite{
  padding-top: 9px !important;
}
.icone-direcao{
  padding-top: 6px !important;
}
.icone-share{
  padding-top: 11px !important;
}
.icone-center{
  padding-top: 11px !important; 
}

.offline{
  display: none;
  color: white;
  font-size: 1.2rem;
  width: 100%;
  background-color: red;
  text-align: center;
  margin-top: 1%;
  text-transform: uppercase;
}

#titulo-compartilhar{
  font-size: 0.6rem;
}

.compartilhar-real{
  cursor: pointer;
}

.link-compartilhar{
  font-size: 10pt;
}

#bloqueio{
  width: 100%;
  margin-left:3px;
  margin-right: 3px;
  height: calc(100vh - 70px - 60px);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0px 3px 3px #A2A2A2;
}
#mapa{
  width: 98%;
  margin-left:5px;
  height: calc(100vh - 70px - 60px - 90px - 10px);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0px 3px 3px #A2A2A2;
}

#tarja-avaliar{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(63, 195, 128, 1.0);
  z-index: 1022;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 14pt; 
  cursor: pointer;
}

#tarja-pagar-cartao{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(63, 195, 128, 1.0);
  z-index: 1022;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 14pt; 
  cursor: pointer;
}

#tarja-info{
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(255, 204, 0, .7);
  z-index: 1022;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 14pt;  
}

#tarja-danger{
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, .7);
  z-index: 1022;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 14pt;  
}

