.invisible-scrollbar::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1200px) and (max-width: 10000px) {
  .estilo_desktop {
    visibility: visible;
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1199px) {
  .estilo_desktop {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .estilo_tablet {
    visibility: visible;
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 10000px) {
  .estilo_tablet {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 699px) {
  .estilo_tablet {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 699px) {
  .estilo_mobile {
    visibility: visible;
    display: block;
  }
}

@media (min-width: 700px) and (max-width: 10000px) {
  .estilo_mobile {
    visibility: hidden;
    display: none;
  }
}

.material-symbols-outlined {
  cursor: pointer;
  border: none;
  background: none;
}

.input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-number {
  appearance: textfield;
  -moz-appearance: textfield;
}

.textogeral {
  padding: 0px;
  margin: 0px;
  border: solid;
  border-color: #16469d;
  border-width: 1px;
  background-color: transparent;
  border-radius: 5px;
  padding-left: 5px;
  font-family: "Arial";
  font-size: 16px;
  width: 100%;
  outline-color: #007dc5;
  outline-width: 1px;
  opacity: 60%;
}

.textoSemBorda {
  padding: 0;
  margin: 0;
  padding-left: 5px;
  background-color: transparent;
  font-family: "Arial";
  font-size: 16px;
  width: 100%;
  opacity: 60%;
}

#div_principal {
  width: 100%;
  left: 0px;
  height: calc(100% - 250px);
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  z-index: 4000;
}


@media (min-width: 1200px) and (max-width: 10000px) {
	
  .coluna_nome {
    left: 120px;
  }

  .linha_separadora {
    margin-left: 120px;
    width: calc(100% - 130px);
  }

  .nome_usuario {
    font-size: 16px;
  }

  .icones_alterar_excluir {
    width: 25px;
    height: 25px;
  }

  .coluna_principal {
    padding-left: calc(5% + 90px);
    width: calc(100%);
    margin: 0px;
    background-color: transparent;
  }
  .titulo_campos {
    font-family: Arial;
    font-size: 18px;
    color: black;
    font-weight: bold;
  }
  .coluna_campos {
    width: 60%;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
  }
  .botao_salvar {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .botao_voltar {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .linha_separa_botoes {
    height: 80px;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
	
  .divconsultageral {
		padding-left: 10px;
		margin: 0px;
   }
	
  .textodivconsultageral {
		
		font-family: Arial;
		font-size: 16px;
		color:black;
		
	}	
	
}

@media (min-width: 700px) and (max-width: 1199px) {
	
  .coluna_nome {
    left: 10px;
  }

  .linha_separadora {
    margin-left: 10px;
    width: calc(100% - 30px);
  }

  .nome_usuario {
    font-size: 14px;
  }

  .icones_alterar_excluir {
    width: 20px;
    height: 20px;
  }

  .coluna_principal {
    padding-left: calc(5% + 10px);
    width: calc(100%);
    margin: 0px;
    background-color: transparent;
  }

  .titulo_campos {
    font-family: Arial;
    font-size: 16px;
    color: black;
    font-weight: bold;
  }
  .coluna_campos {
    width: 80%;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
  }
  .botao_salvar {
    width: 40px;
    height: 40px;
  }
  .botao_voltar {
    width: 40px;
    height: 40px;
  }
  .linha_separa_botoes {
    height: 80px;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
	
	
  .divconsultageral {
		padding-left: 10px;
		margin: 0px;
	}
	
	.textodivconsultageral {
		
		font-family: Arial;
		font-size: 14px;
		color:black;
		
	}		
	
	
}

@media (min-width: 1px) and (max-width: 699px) {
	
  .coluna_nome {
    left: 10px;
  }

  .linha_separadora {
    margin-left: 10px;
    width: calc(100% - 30px);
  }

  .nome_usuario {
    font-size: 13px;
  }

  .icones_alterar_excluir {
    width: 18px;
    height: 18px;
  }

  .coluna_principal {
    padding-left: calc(5% + 10px);
    width: calc(100%);
    margin: 0px;
    background-color: transparent;
  }
  .titulo_campos {
    font-family: Arial;
    font-size: 14px;
    color: black;
    font-weight: bold;
  }
  .coluna_campos {
    width: 90%;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
  }
  .botao_salvar {
    width: 30px;
    height: 30px;
  }
  .botao_voltar {
    width: 30px;
    height: 30px;
  }
  .linha_separa_botoes {
    height: 40px;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
	
	
   .divconsultageral {
		padding-left: 5px;
		margin: 0px;
	}
	
	.textodivconsultageral {
		
		font-family: Arial;
		font-size: 12px;
		color:black;
		
	}			
	
}
