
/*Estilos login*/
#divLoading{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 9999;
	display: none;
}
#divLoading img{
	width: 40px;
	height: 40px;
}
.required{
	color: red;
	font-size: 13pt;
	font-weight: bold;
}

.headerRegister, .header-primary{
	background: #28a745;
	color: #FFF;
}
.headerUpdate{
	background: #17a2b8;
	color: #FFF;
}


div.scrollmenu {
	background-color: #333;
	overflow: auto;
	white-space: nowrap;
  }
  
  div.scrollmenu a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
  }
  
  div.scrollmenu a:hover {
	background-color: #777;
  }

