main > .container {
	padding: 20px 15px 0;
}

.footer {
	background-color: #f5f5f5;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
	margin: auto;
}

code {
	font-size: 80%;
}

body.fullpage {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
	text-align: center;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dataTables_filter{
	text-align: inherit!important;
}

.dataTables_paginate ul.pagination {
	justify-content: center!important;
}

.dataTables_info {
	padding-top: 0.3rem!important;
	margin:auto;
	text-align: center;
}

ol.records li.hidden {
	display: none;
}

ol.records li.bold {
	font-weight: bold;
}

ol.records li a {
	color: #212529!important;
}

table thead tr th.hasrowspan, table thead tr:last-child th {
	border-bottom-color: currentColor!important;
}

#status {
	max-height: 15.5rem;
	overflow-y: scroll;
}

.record-tabs {
	display: inherit;
}

.navbar-brand img {
	vertical-align: text-bottom;
}

.paginate_button:not(:first-child):not(:last-child) {
	display: none;	
}

@media (min-width: 576px) {
	.paginate_button:not(:first-child):not(:last-child) {
		display: block;	
	}
}

.dataTables_filter label, .dataTables_filter label input {
	width: 100%!important;
}

.pagination {
	padding-top: 1em;
}

/* .dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 30%;
	height: 40px;
	margin-left: -20%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background:none;
} */

.dataTables_wrapper .dataTables_processing {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.dataTables_wrapper .dataTables_processing > div {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
	background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
	padding-top: 20%;
}

.dataTables_wrapper .dataTables_processing > div .spinner-border {
	height: 3rem;
	width: 3rem;
}