.loading {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 99999;
}

.loader {
	left: 50%;
	margin-left: -4em;
	font-size: 10px;
	border: 0.8em solid rgba(218, 219, 223, 1);
	border-left: 0.8em solid #007bff;
	animation: spin 1.1s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 4em;
	height: 4em;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -4.05em;
}

@keyframes spin {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		/* padding-right: 1rem; */
		padding-left: 1rem;
	}
}

table.table-bordered {
	border: 2px solid #000;
	margin-top: 20px;
}
table.table-bordered > thead > tr > td {
	border: 2px solid #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
table.table-bordered > tbody > tr > td {
	border: 2px solid #000;
}
.report-row {
	text-align: center;
	min-width: 50px;
}
.outer {
	white-space: nowrap;
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
}

.outer div {
	width: auto;
	float: none;
	display: inline-block;
	zoom: 1;
}
.btn-primary {
	background-color: #0f5a94;
	border-color: #0f5a94;
}
.btn-group .btn {
	margin-right: 5px; 
}

nobr {
	padding-left: 25px;
	padding-right: 25px;
}

/* Select2 styling to match Bootstrap form-control */
.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
	min-height: 38px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	background-color: #fff;
	padding: 2px 5px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
}

.select2-container--default .select2-selection--multiple:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #1378c6;
	border: 1px solid #0f5a94;
	padding: 2px 8px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
	font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: white;
	margin-right: 5px;
	font-weight: bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #ffdddd;
	background-color: transparent;
}

.select2-container--default .select2-search--inline .select2-search__field {
	border: none;
	outline: none;
	box-shadow: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 5px;
	font-size: 1rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #6c757d;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 1rem;
}

.select2-dropdown {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #0f5a94;
	color: white;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #e9ecef;
	color: #495057;
}
