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;
}

.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;
}