#div_global_main_menu
{
	position:fixed;
	bottom:0px;
	left:0px;width:100%;
	text-align:center;
	display:flex;
	z-index: 100;
	border-top:10px solid #0d6efd;
	border-bottom:10px solid #0d6efd;
	padding-top: 0px;
	background-color:#0d6efd
}

#div_global_main_menu a
{
	flex:1;
	font-weight: bold;
	text-decoration: none;
	color: white;
	border-radius: 0.5em;
	margin: 0.1em 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#div_global_main_menu a.active
{
	background-color: white;
	color: #0d6efd;
}
a
{
	text-decoration: none;
	color:black;
}
.btn-link
{
	background-color:#0d6efd;
	border-radius: 0.5em;
	color:white;
	padding: 0.2em 0.5em;
}

.text-link
{
	color:black;
}

button.button-primary
{
	background-color:#0d6efd;
	color:white;
	border-color: #0d6efd;
}
button.button-primary:disabled
{
	background-color:#3d9eff;
	color:white;
}

.border-color-primary
{
	border-color:#3d9eff;
}