html {
	position: relative;
	min-height: 100vh !important;
}

.hifen {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;

}

.body {
	margin-bottom: 60px;
	background: #00bfa5;
	min-height: 100vh !important;
}

.body-info {
	margin-bottom: 60px;
	background: #17a2b8;
	min-height: 100vh !important;
}

.span__session-title{
	background: #e9ecef;
	padding: 7px 20px;
	font-size: 14pt;
	border-radius: 8px;
}



#gridCheckEndIndicativo {
	width: 20px !important;
	height: 20px !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer--type-apus{
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
	font-weight: bold;
}

.btn-primary {
	background-color: #00ae94;
	border-color: #00ae94;
}

.btn-primary:hover {
	background-color: #008c72 ;
	border-color: #008c72;
}
