.app-sidebar__user-avatar {
	width: 48px;
	/*background: gray;*/
	padding: 6px;
	border: 1px solid gray;
	border-radius: 50%;
}
.headerRegister {
	background: #009688;
	color: #fff;
}
.headerUpdate {
	background: #007bff;
	color: #fff;
}
.headerViewUser {
	background: #6c757d;
	color: #fff;
}
.notBlock {
	display: none;
}
/*Estilos login*/
#divLoading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	/*display: flex; /* Para manipular el div interno */
	justify-content: center; /* Para que se centre de forma horizontal */
	align-items: center; /* Para que se centre de forma vertical */
	background: rgba(254,254,255, .65);
	z-index: 9999;
	display: none;
}
#divLoading img{
	width: 50px;
	height: 50px;
}
#divLoadingNoSession {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*display: flex; /* Para manipular el div interno */
	justify-content: center; /* Para que se centre de forma horizontal */
	align-items: center; /* Para que se centre de forma vertical */
	background: rgba(254,254,255, .65);
	z-index: 1;
	display: none;
}
.required{
	color: red;
	font-size: 13pt;
	font-weight: bold;
}
.nav-link {
	display: flex;
}
#map { 
	height: 500px;
	width: 100%;
}