/* CUSTOM BACKGROUND */
.bg-rb {
	background-color: #4169e1; /* Royal Blue */
	color: white;
}

/* DATATABLES */
th.dt-center, td.dt-center {
	text-align: center!important;
}

/* MAIN */
html, body, .container, .container-fluid {
	height: 100%;
}

/* STICKY FOOTER */
body {
	margin-bottom: 45px; /* Margin bottom by footer height */
}
.footer {
	min-height: 45px;
	height: 45px;
}