body {
  padding-top: 4.5rem;
}

.alert-pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

.dataTables_wrapper {
	margin-bottom: 30px;
}

#filter {
	text-align: right;
	float: right; 
	margin-left: auto;
	margin-bottom: 5px
}

#header {
	text-align: left;
	margin-left: auto;
	margin-bottom: 5px
}

.header-filter {
	display: flex;
	flex-direction: row;
}

.resource-info{
	
}

#reportrange {
	min-width: 260px !important;
}

.bootstrap-select{
	width: 260px !important;
}

#select_clients{
	float: right; 
	text-align: right;
}

#select_providers{
	float: right; 
	text-align: right;
}

.center {
	vertical-align: middle;
	padding-top: 5px;
	text-align: left !important;
}

.field {
	margin-bottom: 5px;
}

table.dataTable tfoot td {
	padding: 8px 10px;
	font-weight: bold;
}

.response{
	overflow: hidden;
	width: 10rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.span_field {
  display: inline-block;
  min-width: 100px;
}

label {
	font-weight: 500;
}

.tableexport-caption > button {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	margin-right: 5px;
}

#watermark {
	position: fixed;
	top: 60px;
	left: 5px;
	font-size: 32px;
	color: yellow;
	background: purple;
	padding: 6px;
}

#uppernav {
	border-bottom: 3px solid rgb(215, 185, 255);
}

body {
	min-height: 100vh;
	position: relative;
}

main {
	padding-bottom: 72px;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}