html, body{
	width: 100%;
	height: 100%;
}

.ol-scale-line {
    position: absolute;
    bottom: 10px;  /* Distância do fundo */
    right: 10px;   /* Distância da direita */
    background: rgba(255, 255, 255, 0.7);  /* Fundo semitransparente (opcional) */
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;  /* Tamanho da fonte (opcional) */
}

#map{
	/*position: absolute;
	width: 100%;
	bottom: 0;
	top: 100px;
	z-index: -1;*/
	width: 100%;
	height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  padding-right: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
/*  border-radius: 10px;*/
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: silver; 
/*  border-radius: 10px;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #212529; 
}

.botao_menu{
	 font-size: .8rem !important;
}

.debug{
	border: solid silver 1px;
}

.ol-attribution{
	display: none;
}

.text-center-row>th,
.text-center-row>td {
  text-align: center;
}

header{
	/*height: 100px;*/

/*	background-image: linear-gradient(to  top, #ffffff, #f2f2f2);*/
 background-color: #f9f9f9;
	
	z-index: 99;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
}

#painel_info{
	background: #fff;
	position: absolute;
	top: 140px;
	bottom: 10px;
	z-index: 99;
	left: 10px;
	border-radius: 6px;
}

#painel_falha{
	background: #fff;
	position: absolute;
	top: 140px;
	z-index: 999999;
	left: 10px;
	border-radius: 6px;
}

#painel_loading{
	background: #fff;
	position: absolute;
	top: 140px;
	z-index: 999999;
	left: 10px;
	border-radius: 6px;
}

#painel_vinculo{
	/*background: #fff;
	position: absolute;
	top: 150px;
	z-index: 999999;
	width: 50%;
	left: 10px;
	border-radius: 6px;
	bottom: 10px;*/
}


.painel_vinculo_logado{
	background: #fff;
	position: absolute;
	top: 140px;
	z-index: 999999;

	left: 10px;
	border-radius: 6px;
	bottom: 10px;
}

.painel_vinculo_nao_logado{
	background: #fff;
	position: absolute;
	top: 140px;
	z-index: 999999;

	left: 10px;
	border-radius: 6px;
}



.btn-outline-secondary {
	--bs-btn-border-color: #ccc !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border-color: #ccc;
}

.fs-7{
	font-size: .8rem!important;
}

.camadas, .ferramentas{
	background-color: #fff;
	position: absolute;
	top: 140px;
	display: none;
	left: 10px;
	border-radius: 6px;
	z-index: 99999;
}

.medidas{
	background-color: #fff;
	position: absolute;
	top: 140px;
	display: none;
	left: 10px;
	border-radius: 6px;
	z-index: 9999999999999999999999999999999999999999999999999999;
}

.titulo_camada{
	font-size: 22px;
	font-weight: bold;
}

.barra_de_ferramentas{
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 9999;
}

.botao_ferramenta{
	background-color: #fff;
	text-align: center;
	display: block;
	color: #999;
	font-size: 24px;
	cursor: pointer;
	border: none;

	border-radius: 100px;

	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);

	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
/*	border: solid silver 1px;*/
}

.botao_ferramenta:hover{
	color: #000;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
/*	border: solid silver 1px;*/
}

.login{
	background-color: #fff;
	border-radius: 6px;
	width: 300px;
	height: 300px;
	position: absolute;
	z-index: 9999999;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -150px;

	-webkit-box-shadow: 0px 0px 47px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 47px -12px rgba(0,0,0,0.75);
box-shadow: 0px 0px 47px -12px rgba(0,0,0,0.75);
display: none;
}




.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-check-input:checked {
    background-color: #25476a;
    border-color: #000;
}

.ol-street-view--activated.ol-street-view--hidden .ol-street-view--map{
	position:absolute;
	width: 100%;
	height: 100%;
}

.ol-perspective-map .ol-street-view--map{
	height: 100% !important;
}

.ol-street-view--activated #ol-street-view--panorama{
	position:absolute  !important;
	display: block !important;
	right: 10px;
	top: 140px;
	width: 400px !important;
	height: 300px !important;
	border: solid white 2px;
	z-index: 99999999999999999999999999999  !important;
	transition: width .1s, height .1s;
	border: solid white 1px !important;
	
}
.ol-street-view--activated #ol-street-view--panorama:hover{
		width: 50% !important;
		height: 50% !important;
/*border: solid red 10px !important;*/
	}

	.gm-control-exit{
		width: auto !important;
		height: auto !important;
		padding: 0 5px !important;
	}

#pano{
	position:absolute;
	display: none;
	right: 10px;
	top: 140px;
	width: 400px;
	border: solid white 2px;
	z-index: 99999999999999999999999999;
	transition: width .1s, height .1s;
}
	#pano:hover{
		width: 70%;
	}


.ol-tooltip {
  position: relative;
  background: #212529;
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  font-size: 15px;
}
.ol-tooltip-measure {
  opacity: 1;
  font-weight: lighter;
}

.ol-tooltip-static {
  background-color: #212529;
  color: white;
  border: 1px solid white;
}

.ol-tooltip-measure:before,
    .ol-tooltip-static:before {
      border-top: 6px solid #212529;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      content: "";
      position: absolute;
      bottom: -6px;
      margin-left: -7px;
      left: 50%;
    }
    .ol-tooltip-static:before {
      border-top-color: #212529;
    }


#ol-street-view--pegman-button-div{
	
	top: 153px !important;
	right: 10px !important;
}

#ol-street-view--pegman-button{
	border-radius: 100px !important;
	filter: grayscale(1)  !important;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25) !important;
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25) !important;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25) !important;
}


.capture-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);  /* Transparência para a camada */
    display: none;  /* Inicialmente oculta */
    justify-content: center;
    align-items: center;
    flex-direction: column;
	z-index: 999999999999999999999999999999999;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Faz com que o vídeo ocupe toda a tela */
}

#captureBtn, #closeCaptureLayer {
    position: absolute;
    bottom: 20px;
    background-color: rgba(255, 0, 0, 0.7); /* Botão de captura */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

#closeCaptureLayer {
    background-color: rgba(0, 0, 0, 0.7);
    right: 20px;
    left: auto;
}