:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*, ::after, ::before {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
}
body {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
margin-bottom: .5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
a {
	color: #242424;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #007bff;
	text-decoration: underline;
}
a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
margin-bottom: .5rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:576px) {
.container, .container-sm {
	max-width: 540px;
}
}
@media (min-width:768px) {
.container, .container-md, .container-sm {
	max-width: 720px;
}
}
@media (min-width:992px) {
.container, .container-lg, .container-md, .container-sm {
	max-width: 960px;
}
}
@media (min-width:1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1140px;
}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width:576px) {
.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-sm-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-sm-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-sm-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-sm-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-sm-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-sm-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-sm-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-sm-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-sm-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media (min-width:768px) {
.col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-md-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-md-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-md-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-md-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-md-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-md-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-md-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-md-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media (min-width:992px) {
.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-lg-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-lg-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-lg-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-lg-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-lg-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-lg-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-lg-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-lg-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media (min-width:1200px) {
.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-xl-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-xl-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-xl-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-xl-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-xl-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-xl-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-xl-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-xl-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-xl-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-xl-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-xl-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
.table td, .table th {
padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody+tbody {
	border-top: 2px solid #dee2e6;
}
.table-sm td, .table-sm th {
padding: .3rem;
}
.table-bordered {
	border: 1px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 1, 0, .05);
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 1, 0, .075);
}
@media (max-width:575.98px) {
.table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
}
.table-responsive-sm>.table-bordered {
	border: 0;
}
}
@media (max-width:767.98px) {
.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
}
.table-responsive-md>.table-bordered {
	border: 0;
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
}
.table-responsive-lg>.table-bordered {
	border: 0;
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
}
.table-responsive-xl>.table-bordered {
	border: 0;
}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
}
.table-responsive>.table-bordered {
	border: 0;
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
.btn {
	transition: none;
}
}
.btn:hover {
	color: #212529;
	text-decoration: none;
}
.btn.focus, .btn:focus {
	outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn-primary {
	color: #fff;
	background-color: #003feb;
	border-color: #0239cf;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #025ab8;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #626971;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.btn-secondary.focus, .btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-success {
	color: #fff;
	background-color: #165f21;
	border-color: #104217;
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #155e26;
}
.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-info {
	color: #fff;
	background-color: #0f6070;
	border-color: #0a4450;
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #0d6370;
}
.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ca9803;
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #a37b01;
}
.btn-warning.focus, .btn-warning:focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #a37b01;
box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-danger {
	color: #fff;
	background-color: #a71b2b;
	border-color: #7c1320;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #9b1a27;
}
.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c82333;
	border-color: #9b1a27;
box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f4f5f7;
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.btn-light.focus, .btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #4d555e;
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
.btn-dark.focus, .btn-dark:focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-outline-primary {
	color: #007bff;
	border-color: #0070ec;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #006fe8;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}
.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
}
.fade {
	transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
.fade {
	transition: none;
}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
	transition: none;
}
}
 
.media {
	display: flex;
	align-items: flex-start;
}
.media-body {
	flex: 1;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
.close:hover {
	color: #000;
	text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}
.toast {
	flex-basis: 350px;
	max-width: 350px;
font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	border: 1px solid rgba(0, 1, 0, .1);
box-shadow: 0 .25rem .75rem rgba(0, 1, 0, .1);
	opacity: 0;
border-radius: .25rem;
}
.toast:not(:last-child) {
margin-bottom: .75rem;
}
.toast.showing {
	opacity: 1;
}
.toast.show {
	display: block;
	opacity: 1;
}
.toast.hide {
	display: none;
}
.toast-header {
	display: flex;
	align-items: center;
padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	border-bottom: 1px solid rgba(0, 1, 0, .05);
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
}
.toast-body {
padding: .75rem;
}
.carousel {
	position: relative;
}
.carousel.pointer-event {
	touch-action: pan-y;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
	transition: none;
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	transform: translateX(100%);
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	transform: translateX(-100%);
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	transition: none;
}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next, .carousel-control-prev {
	transition: none;
}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators li {
	transition: none;
}
}
.carousel-indicators .active {
	opacity: 1;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
@keyframes spinner-border {
to {
transform: rotate(360deg);
}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: .75s linear infinite spinner-border;
}
.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}
@keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: .75s linear infinite spinner-grow;
}
.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}
@media (prefers-reduced-motion:reduce) {
.spinner-border, .spinner-grow {
	animation-duration: 1.5s;
}
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.text-justify {
	text-align: justify;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
img, tr {
	break-inside: avoid;
}
h2, h3 {
	break-after: avoid;
}
body {
	min-width: 992px !important;
}
.container {
	min-width: 992px !important;
}
.navbar {
	display: none;
}
.badge {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table td, .table th {
	background-color: #fff !important;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6 !important;
}
.table-dark {
	color: inherit;
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #dee2e6;
}
.table .thead-dark th {
	color: inherit;
	border-color: #dee2e6;
}
}
