html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 75px; 
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
	color: #666
}

.footer .ml-auto img {
	max-height: 37px;
	margin-top: -10px;
	text-align: right
}

.footer i.fab {
	margin-right: 5px;
}

#loading {
	position:absolute; 
	width:100%; 
	text-align:center;
	top:300px;
}

.center-div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 400px;
	margin: -200px 0 0 -250px
}

a h3 {
	color: #666;	
}

h3 img {
	margin-right: 20px;
}

.dataTables_filter {
	text-align: right
}

.dataTables_filter label input {
	margin-left: 5px
}

.table .tfoot-light tr {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.navbar-brand img {
    max-height: 125px;
}

