:root {
	
}

@media print {
	* {
		box-shadow: none !important;
		text-shadow: none !important;
	}
	::after {
		box-shadow: none !important;
		text-shadow: none !important;
	}
	::before {
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a {
		text-decoration: underline;
	}
	a:visited {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	blockquote {
		border: 1px solid rgb(153, 153, 153);
		border-image: none;
		page-break-inside: avoid;
	}
	pre {
		border: 1px solid rgb(153, 153, 153);
		border-image: none;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img {
		page-break-inside: avoid;
	}
	tr {
		page-break-inside: avoid;
	}
	h2 {
		orphans: 3;
		widows: 3;
	}
	h3 {
		orphans: 3;
		widows: 3;
	}
	p {
		orphans: 3;
		widows: 3;
	}
	h2 {
		page-break-after: avoid;
	}
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid rgb(0, 0, 0);
		border-image: none;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td {
		background-color: rgb(255, 255, 255) !important;
	}
	.table th {
		background-color: rgb(255, 255, 255) !important;
	}
	.table-bordered td {
		border: 1px solid rgb(221, 221, 221) !important;
		border-image: none !important;
	}
	.table-bordered th {
		border: 1px solid rgb(221, 221, 221) !important;
		border-image: none !important;
	}
}

* {
	box-sizing: border-box;
}

::after {
	box-sizing: border-box;
}

::before {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
}

article {
	display: block;
}

aside {
	display: block;
}

dialog {
	display: block;
}

figcaption {
	display: block;
}

figure {
	display: block;
}

footer {
	display: block;
}

header {
	display: block;
}

hgroup {
	display: block;
}

main {
	display: block;
}

nav {
	display: block;
}

section {
	display: block;
}

body {
	margin: 0px;
	text-align: left;
	color: rgb(33, 37, 41);
	line-height: 1.5;
	background-color: rgb(255, 255, 255);
}

[tabindex='-1']:focus {
	outline: 0px !important;
}

hr {
	height: 0px;
	overflow: visible;
	box-sizing: content-box;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0.5rem;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0.5rem;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0.5rem;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0.5rem;
}

h5 {
	margin-top: 0px;
	margin-bottom: 0.5rem;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0px;
	margin-bottom: 1rem;
}

abbr[data-original-title] {
	text-decoration: underline;
	border-bottom-color: currentColor;
	border-bottom-width: 0px;
	border-bottom-style: none;
	cursor: help;
	-webkit-text-decoration: underline dotted;
}

abbr[title] {
	text-decoration: underline;
	border-bottom-color: currentColor;
	border-bottom-width: 0px;
	border-bottom-style: none;
	cursor: help;
	-webkit-text-decoration: underline dotted;
}

address {
	line-height: inherit;
	font-style: normal;
	margin-bottom: 1rem;
}

dl {
	margin-top: 0px;
	margin-bottom: 1rem;
}

ol {
	margin-top: 0px;
	margin-bottom: 1rem;
}

ul {
	margin-top: 0px;
	margin-bottom: 1rem;
}

ol ol {
	margin-bottom: 0px;
}

ol ul {
	margin-bottom: 0px;
}

ul ol {
	margin-bottom: 0px;
}

ul ul {
	margin-bottom: 0px;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0px;
}

blockquote {
	margin: 0px 0px 1rem;
}

dfn {
	font-style: italic;
}

b {
	font-weight: bolder;
}

strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub {
	line-height: 0;
	font-size: 75%;
	vertical-align: baseline;
	position: relative;
}

sup {
	line-height: 0;
	font-size: 75%;
	vertical-align: baseline;
	position: relative;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: rgb(0, 123, 255);
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: rgb(0, 86, 179);
	text-decoration: underline;
}

a:not ([href] ):not ([tabindex] ) {
	color: inherit;
	text-decoration: none;
}

a:not ([href] ):not ([tabindex] ):focus {
	color: inherit;
	text-decoration: none;
}

a:not ([href] ):not ([tabindex] ):hover {
	color: inherit;
	text-decoration: none;
}

a:not ([href] ):not ([tabindex] ):focus {
	outline: 0px;
}

code {
	font-family: monospace, monospace;
	font-size: 1em;
}

kbd {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 1rem;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0px 0px 1rem;
}

img {
	vertical-align: middle;
}

svg:not (:root ) {
	overflow: hidden;
}

[role=button] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

a {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

area {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

input:not ([type=range] ) {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

label {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

select {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

summary {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
}

caption {
	text-align: left;
	color: rgb(134, 142, 150);
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	margin-bottom: 0.5rem;
	display: inline-block;
}

button {
	border-radius: 0px;
}

button:focus {
	outline: dotted 1px;
}

button {
	margin: 0px;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
}

input {
	margin: 0px;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
}

optgroup {
	margin: 0px;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
}

select {
	margin: 0px;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
}

textarea {
	margin: 0px;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
}

button {
	overflow: visible;
}

input {
	overflow: visible;
}

button {
	text-transform: none;
}

select {
	text-transform: none;
}

[type=reset] {
	-webkit-appearance: button;
}

[type=submit] {
	-webkit-appearance: button;
}

button {
	-webkit-appearance: button;
}

html [type=button] {
	-webkit-appearance: button;
}

input[type=checkbox] {
	padding: 0px;
	box-sizing: border-box;
}

input[type=radio] {
	padding: 0px;
	box-sizing: border-box;
}

input[type=date] {
	-webkit-appearance: listbox;
}

input[type=datetime-local] {
	-webkit-appearance: listbox;
}

input[type=month] {
	-webkit-appearance: listbox;
}

input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
	min-width: 0px;
}

legend {
	padding: 0px;
	width: 100%;
	color: inherit;
	line-height: inherit;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	display: block;
	white-space: normal;
	max-width: 100%;
}

progress {
	vertical-align: baseline;
}

[type=search] {
	-webkit-appearance: none;
	outline-offset: -2px;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.h1 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.h2 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.h3 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.h4 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.h5 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.h6 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

h1 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

h2 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

h3 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

h4 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

h5 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

h6 {
	color: inherit;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.h1 {
	font-size: 2.5rem;
}

h1 {
	font-size: 2.5rem;
}

.h2 {
	font-size: 2rem;
}

h2 {
	font-size: 2rem;
}

.h3 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.75rem;
}

.h4 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.5rem;
}

.h5 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.25rem;
}

.h6 {
	font-size: 1rem;
}

h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	line-height: 1.2;
	font-size: 6rem;
	font-weight: 300;
}

.display-2 {
	line-height: 1.2;
	font-size: 5.5rem;
	font-weight: 300;
}

.display-3 {
	line-height: 1.2;
	font-size: 4.5rem;
	font-weight: 300;
}

.display-4 {
	line-height: 1.2;
	font-size: 3.5rem;
	font-weight: 300;
}

hr {
	border-width: 1px 0px 0px;
	border-style: solid none none;
	border-color: rgba(0, 0, 0, 0.1) currentColor currentColor;
	border-image: none;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.small {
	font-size: 80%;
	font-weight: 400;
}

small {
	font-size: 80%;
	font-weight: 400;
}

.mark {
	padding: 0.2em;
	background-color: rgb(252, 248, 227);
}

mark {
	padding: 0.2em;
	background-color: rgb(252, 248, 227);
}

.list-unstyled {
	list-style: none;
	padding-left: 0px;
}

.list-inline {
	list-style: none;
	padding-left: 0px;
}

.list-inline-item {
	display: inline-block;
}

:not (:last-child ).list-inline-item {
	margin-right: 5px;
}

.initialism {
	text-transform: uppercase;
	font-size: 90%;
}

.blockquote {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.blockquote-footer {
	color: rgb(134, 142, 150);
	font-size: 80%;
	display: block;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

.img-fluid {
	height: auto;
	max-width: 100%;
}

.img-thumbnail {
	padding: 0.25rem;
	border-radius: 0.25rem;
	border: 1px solid rgb(221, 221, 221);
	transition: 0.2s ease-in-out;
	border-image: none;
	height: auto;
	max-width: 100%;
	background-color: rgb(255, 255, 255);
}

.figure {
	display: inline-block;
}

.figure-img {
	line-height: 1;
	margin-bottom: 0.5rem;
}

.figure-caption {
	color: rgb(134, 142, 150);
	font-size: 90%;
}

code {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
}

kbd {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
}

pre {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
}

samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
}

code {
	padding: 0.2rem 0.4rem;
	border-radius: 0.25rem;
	color: rgb(189, 65, 71);
	font-size: 90%;
	background-color: rgb(248, 249, 250);
}

a>code {
	padding: 0px;
	color: inherit;
	background-color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	border-radius: 0.2rem;
	color: rgb(255, 255, 255);
	font-size: 90%;
	background-color: rgb(33, 37, 41);
}

kbd kbd {
	padding: 0px;
	font-size: 100%;
	font-weight: 700;
}

pre {
	color: rgb(33, 37, 41);
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 1rem;
	display: block;
}

pre code {
	padding: 0px;
	border-radius: 0px;
	color: inherit;
	font-size: inherit;
	background-color: transparent;
}

.pre-scrollable {
	-ms-overflow-y: scroll;
	max-height: 340px;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media all and (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media all and (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media all and (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media all and (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
	display: flex;
	flex-wrap: wrap;
}

.no-gutters {
	margin-right: 0px;
	margin-left: 0px;
}

.no-gutters>.col {
	padding-right: 0px;
	padding-left: 0px;
}

.no-gutters>[class*=col-] {
	padding-right: 0px;
	padding-left: 0px;
}

.col {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-1 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-10 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-11 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-12 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-2 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-3 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-4 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-5 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-6 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-7 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-8 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-9 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-auto {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-1 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-10 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-11 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-12 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-2 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-3 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-4 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-5 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-6 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-7 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-8 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-9 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-auto {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-1 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-10 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-11 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-12 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-2 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-3 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-4 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-5 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-6 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-7 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-8 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-9 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-auto {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-1 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-10 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-11 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-12 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-2 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-3 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-4 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-5 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-6 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-7 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-8 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-9 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-auto {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-1 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-10 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-11 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-12 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-2 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-3 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-4 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-5 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-6 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-7 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-8 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-9 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xl-auto {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col {
	max-width: 100%;
	flex-grow: 1;
	flex-basis: 0px;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.33%;
	max-width: 8.33%;
}

.col-2 {
	flex: 0 0 16.66%;
	max-width: 16.66%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

.col-5 {
	flex: 0 0 41.66%;
	max-width: 41.66%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33%;
	max-width: 58.33%;
}

.col-8 {
	flex: 0 0 66.66%;
	max-width: 66.66%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33%;
	max-width: 83.33%;
}

.col-11 {
	flex: 0 0 91.66%;
	max-width: 91.66%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33%;
}

.offset-2 {
	margin-left: 16.66%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33%;
}

.offset-5 {
	margin-left: 41.66%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33%;
}

.offset-8 {
	margin-left: 66.66%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33%;
}

.offset-11 {
	margin-left: 91.66%;
}

@media all and (min-width:576px) {
	.col-sm {
		max-width: 100%;
		flex-grow: 1;
		flex-basis: 0px;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.33%;
		max-width: 8.33%;
	}
	.col-sm-2 {
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.col-sm-5 {
		flex: 0 0 41.66%;
		max-width: 41.66%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33%;
		max-width: 58.33%;
	}
	.col-sm-8 {
		flex: 0 0 66.66%;
		max-width: 66.66%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33%;
		max-width: 83.33%;
	}
	.col-sm-11 {
		flex: 0 0 91.66%;
		max-width: 91.66%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0px;
	}
	.offset-sm-1 {
		margin-left: 8.33%;
	}
	.offset-sm-2 {
		margin-left: 16.66%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33%;
	}
	.offset-sm-5 {
		margin-left: 41.66%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33%;
	}
	.offset-sm-8 {
		margin-left: 66.66%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33%;
	}
	.offset-sm-11 {
		margin-left: 91.66%;
	}
}

@media all and (min-width:768px) {
	.col-md {
		max-width: 100%;
		flex-grow: 1;
		flex-basis: 0px;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.33%;
		max-width: 8.33%;
	}
	.col-md-2 {
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.col-md-5 {
		flex: 0 0 41.66%;
		max-width: 41.66%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33%;
		max-width: 58.33%;
	}
	.col-md-8 {
		flex: 0 0 66.66%;
		max-width: 66.66%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33%;
		max-width: 83.33%;
	}
	.col-md-11 {
		flex: 0 0 91.66%;
		max-width: 91.66%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0px;
	}
	.offset-md-1 {
		margin-left: 8.33%;
	}
	.offset-md-2 {
		margin-left: 16.66%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33%;
	}
	.offset-md-5 {
		margin-left: 41.66%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33%;
	}
	.offset-md-8 {
		margin-left: 66.66%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33%;
	}
	.offset-md-11 {
		margin-left: 91.66%;
	}
}

@media all and (min-width:992px) {
	.col-lg {
		max-width: 100%;
		flex-grow: 1;
		flex-basis: 0px;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.33%;
		max-width: 8.33%;
	}
	.col-lg-2 {
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.col-lg-5 {
		flex: 0 0 41.66%;
		max-width: 41.66%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33%;
		max-width: 58.33%;
	}
	.col-lg-8 {
		flex: 0 0 66.66%;
		max-width: 66.66%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33%;
		max-width: 83.33%;
	}
	.col-lg-11 {
		flex: 0 0 91.66%;
		max-width: 91.66%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0px;
	}
	.offset-lg-1 {
		margin-left: 8.33%;
	}
	.offset-lg-2 {
		margin-left: 16.66%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33%;
	}
	.offset-lg-5 {
		margin-left: 41.66%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33%;
	}
	.offset-lg-8 {
		margin-left: 66.66%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33%;
	}
	.offset-lg-11 {
		margin-left: 91.66%;
	}
}

@media all and (min-width:1200px) {
	.col-xl {
		max-width: 100%;
		flex-grow: 1;
		flex-basis: 0px;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.33%;
		max-width: 8.33%;
	}
	.col-xl-2 {
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.col-xl-5 {
		flex: 0 0 41.66%;
		max-width: 41.66%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33%;
		max-width: 58.33%;
	}
	.col-xl-8 {
		flex: 0 0 66.66%;
		max-width: 66.66%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33%;
		max-width: 83.33%;
	}
	.col-xl-11 {
		flex: 0 0 91.66%;
		max-width: 91.66%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0px;
	}
	.offset-xl-1 {
		margin-left: 8.33%;
	}
	.offset-xl-2 {
		margin-left: 16.66%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33%;
	}
	.offset-xl-5 {
		margin-left: 41.66%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33%;
	}
	.offset-xl-8 {
		margin-left: 66.66%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33%;
	}
	.offset-xl-11 {
		margin-left: 91.66%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	max-width: 100%;
	background-color: transparent;
}

.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top-color: rgb(233, 236, 239);
	border-top-width: 1px;
	border-top-style: solid;
}

.table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top-color: rgb(233, 236, 239);
	border-top-width: 1px;
	border-top-style: solid;
}

.table thead th {
	vertical-align: bottom;
	border-bottom-color: rgb(233, 236, 239);
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.table tbody+tbody {
	border-top-color: rgb(233, 236, 239);
	border-top-width: 2px;
	border-top-style: solid;
}

.table .table {
	background-color: rgb(255, 255, 255);
}

.table-sm td {
	padding: 0.3rem;
}

.table-sm th {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid rgb(233, 236, 239);
	border-image: none;
}

.table-bordered td {
	border: 1px solid rgb(233, 236, 239);
	border-image: none;
}

.table-bordered th {
	border: 1px solid rgb(233, 236, 239);
	border-image: none;
}

.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-bordered thead th {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary {
	background-color: rgb(184, 218, 255);
}

.table-primary>td {
	background-color: rgb(184, 218, 255);
}

.table-primary>th {
	background-color: rgb(184, 218, 255);
}

.table-hover .table-primary:hover {
	background-color: rgb(159, 205, 255);
}

.table-hover .table-primary:hover>td {
	background-color: rgb(159, 205, 255);
}

.table-hover .table-primary:hover>th {
	background-color: rgb(159, 205, 255);
}

.table-secondary {
	background-color: rgb(221, 223, 226);
}

.table-secondary>td {
	background-color: rgb(221, 223, 226);
}

.table-secondary>th {
	background-color: rgb(221, 223, 226);
}

.table-hover .table-secondary:hover {
	background-color: rgb(207, 210, 214);
}

.table-hover .table-secondary:hover>td {
	background-color: rgb(207, 210, 214);
}

.table-hover .table-secondary:hover>th {
	background-color: rgb(207, 210, 214);
}

.table-success {
	background-color: rgb(195, 230, 203);
}

.table-success>td {
	background-color: rgb(195, 230, 203);
}

.table-success>th {
	background-color: rgb(195, 230, 203);
}

.table-hover .table-success:hover {
	background-color: rgb(177, 223, 187);
}

.table-hover .table-success:hover>td {
	background-color: rgb(177, 223, 187);
}

.table-hover .table-success:hover>th {
	background-color: rgb(177, 223, 187);
}

.table-info {
	background-color: rgb(190, 229, 235);
}

.table-info>td {
	background-color: rgb(190, 229, 235);
}

.table-info>th {
	background-color: rgb(190, 229, 235);
}

.table-hover .table-info:hover {
	background-color: rgb(171, 221, 229);
}

.table-hover .table-info:hover>td {
	background-color: rgb(171, 221, 229);
}

.table-hover .table-info:hover>th {
	background-color: rgb(171, 221, 229);
}

.table-warning {
	background-color: rgb(255, 238, 186);
}

.table-warning>td {
	background-color: rgb(255, 238, 186);
}

.table-warning>th {
	background-color: rgb(255, 238, 186);
}

.table-hover .table-warning:hover {
	background-color: rgb(255, 232, 161);
}

.table-hover .table-warning:hover>td {
	background-color: rgb(255, 232, 161);
}

.table-hover .table-warning:hover>th {
	background-color: rgb(255, 232, 161);
}

.table-danger {
	background-color: rgb(245, 198, 203);
}

.table-danger>td {
	background-color: rgb(245, 198, 203);
}

.table-danger>th {
	background-color: rgb(245, 198, 203);
}

.table-hover .table-danger:hover {
	background-color: rgb(241, 176, 183);
}

.table-hover .table-danger:hover>td {
	background-color: rgb(241, 176, 183);
}

.table-hover .table-danger:hover>th {
	background-color: rgb(241, 176, 183);
}

.table-light {
	background-color: rgb(253, 253, 254);
}

.table-light>td {
	background-color: rgb(253, 253, 254);
}

.table-light>th {
	background-color: rgb(253, 253, 254);
}

.table-hover .table-light:hover {
	background-color: rgb(236, 236, 246);
}

.table-hover .table-light:hover>td {
	background-color: rgb(236, 236, 246);
}

.table-hover .table-light:hover>th {
	background-color: rgb(236, 236, 246);
}

.table-dark {
	background-color: rgb(198, 200, 202);
}

.table-dark>td {
	background-color: rgb(198, 200, 202);
}

.table-dark>th {
	background-color: rgb(198, 200, 202);
}

.table-hover .table-dark:hover {
	background-color: rgb(185, 187, 190);
}

.table-hover .table-dark:hover>td {
	background-color: rgb(185, 187, 190);
}

.table-hover .table-dark:hover>th {
	background-color: rgb(185, 187, 190);
}

.table-active {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-active>td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-active>th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	border-color: rgb(50, 56, 62);
	color: rgb(255, 255, 255);
	background-color: rgb(33, 37, 41);
}

.table .thead-light th {
	border-color: rgb(233, 236, 239);
	color: rgb(73, 80, 87);
	background-color: rgb(233, 236, 239);
}

.table-dark {
	color: rgb(255, 255, 255);
	background-color: rgb(33, 37, 41);
}

.table-dark td {
	border-color: rgb(50, 56, 62);
}

.table-dark th {
	border-color: rgb(50, 56, 62);
}

.table-dark thead th {
	border-color: rgb(50, 56, 62);
}

.table-dark.table-bordered {
	border: 0px currentColor;
	border-image: none;
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

@media all and (max-width:575px) {
	.table-responsive-sm {
		width: 100%;
		display: block;
		-ms-overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm.table-bordered {
		border: 0px currentColor;
		border-image: none;
	}
}

@media all and (max-width:767px) {
	.table-responsive-md {
		width: 100%;
		display: block;
		-ms-overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md.table-bordered {
		border: 0px currentColor;
		border-image: none;
	}
}

@media all and (max-width:991px) {
	.table-responsive-lg {
		width: 100%;
		display: block;
		-ms-overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg.table-bordered {
		border: 0px currentColor;
		border-image: none;
	}
}

@media all and (max-width:1199px) {
	.table-responsive-xl {
		width: 100%;
		display: block;
		-ms-overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl.table-bordered {
		border: 0px currentColor;
		border-image: none;
	}
}

.table-responsive {
	width: 100%;
	display: block;
	-ms-overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}

.table-responsive.table-bordered {
	border: 0px currentColor;
	border-image: none;
}

.form-control {
	padding: 0.37rem 0.75rem;
	border-radius: 0.25rem;
	border: 1px solid rgb(206, 212, 218);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-image: none;
	width: 100%;
	color: rgb(73, 80, 87);
	line-height: 1.5;
	font-size: 1rem;
	display: block;
	background-image: none;
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
}

.form-control::-ms-expand {
	border: 0px currentColor;
	border-image: none;
	background-color: transparent;
}

.form-control:focus {
	border-color: rgb(128, 189, 255);
	outline: 0px;
	color: rgb(73, 80, 87);
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.25);
	background-color: rgb(255, 255, 255);
}

:-ms-input-placeholder.form-control {
	color: rgb(134, 142, 150);
	opacity: 1;
}

:disabled.form-control {
	opacity: 1;
	background-color: rgb(233, 236, 239);
}

[readonly].form-control {
	opacity: 1;
	background-color: rgb(233, 236, 239);
}

select:not ([size] ):not ([multiple] ).form-control {
	height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
	color: rgb(73, 80, 87);
	background-color: rgb(255, 255, 255);
}

.form-control-file {
	display: block;
}

.form-control-range {
	display: block;
}

.col-form-label {
	line-height: 1.5;
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0px;
}

.col-form-label-lg {
	line-height: 1.5;
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
}

.col-form-label-sm {
	line-height: 1.5;
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: 0.87rem;
}

.col-form-legend {
	padding-top: 0.37rem;
	padding-bottom: 0.37rem;
	font-size: 1rem;
	margin-bottom: 0px;
}

.form-control-plaintext {
	border-width: 1px 0px;
	border-style: solid;
	border-color: transparent;
	border-image: none;
	line-height: 1.5;
	padding-top: 0.37rem;
	padding-bottom: 0.37rem;
	margin-bottom: 0px;
	background-color: transparent;
}

.form-control-plaintext.form-control-lg {
	padding-right: 0px;
	padding-left: 0px;
}

.form-control-plaintext.form-control-sm {
	padding-right: 0px;
	padding-left: 0px;
}

.input-group-lg>.form-control-plaintext.form-control {
	padding-right: 0px;
	padding-left: 0px;
}

.input-group-lg>.form-control-plaintext.input-group-addon {
	padding-right: 0px;
	padding-left: 0px;
}

.input-group-lg>.input-group-btn>.form-control-plaintext.btn {
	padding-right: 0px;
	padding-left: 0px;
}

.input-group-sm>.form-control-plaintext.form-control {
	padding-right: 0px;
	padding-left: 0px;
}

.input-group-sm>.form-control-plaintext.input-group-addon {
	padding-right: 0px;
	padding-left: 0px;
}

.input-group-sm>.input-group-btn>.form-control-plaintext.btn {
	padding-right: 0px;
	padding-left: 0px;
}

.form-control-sm {
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	line-height: 1.5;
	font-size: 0.87rem;
}

.input-group-sm>.form-control {
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	line-height: 1.5;
	font-size: 0.87rem;
}

.input-group-sm>.input-group-addon {
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	line-height: 1.5;
	font-size: 0.87rem;
}

.input-group-sm>.input-group-btn>.btn {
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	line-height: 1.5;
	font-size: 0.87rem;
}

.input-group-sm>.input-group-btn>select:not ([size] ):not ([multiple] ).btn
	{
	height: calc(1.8125rem + 2px);
}

.input-group-sm>select:not ([size] ):not ([multiple] ).form-control {
	height: calc(1.8125rem + 2px);
}

.input-group-sm>select:not ([size] ):not ([multiple] ).input-group-addon
	{
	height: calc(1.8125rem + 2px);
}

select:not ([size] ):not ([multiple] ).form-control-sm {
	height: calc(1.8125rem + 2px);
}

.form-control-lg {
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	line-height: 1.5;
	font-size: 1.25rem;
}

.input-group-lg>.form-control {
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	line-height: 1.5;
	font-size: 1.25rem;
}

.input-group-lg>.input-group-addon {
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	line-height: 1.5;
	font-size: 1.25rem;
}

.input-group-lg>.input-group-btn>.btn {
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	line-height: 1.5;
	font-size: 1.25rem;
}

.input-group-lg>.input-group-btn>select:not ([size] ):not ([multiple] ).btn
	{
	height: calc(2.875rem + 2px);
}

.input-group-lg>select:not ([size] ):not ([multiple] ).form-control {
	height: calc(2.875rem + 2px);
}

.input-group-lg>select:not ([size] ):not ([multiple] ).input-group-addon
	{
	height: calc(2.875rem + 2px);
}

select:not ([size] ):not ([multiple] ).form-control-lg {
	height: calc(2.875rem + 2px);
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	margin-top: 0.25rem;
	display: block;
}

.form-row {
	margin-right: -5px;
	margin-left: -5px;
	display: flex;
	flex-wrap: wrap;
}

.form-row>.col {
	padding-right: 5px;
	padding-left: 5px;
}

.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	margin-bottom: 0.5rem;
	display: block;
	position: relative;
}

.form-check.disabled .form-check-label {
	color: rgb(134, 142, 150);
}

.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0px;
}

.form-check-input {
	margin-top: 0.25rem;
	margin-left: -1.25rem;
	position: absolute;
}

.form-check-inline {
	margin-right: 0.75rem;
	display: inline-block;
}

.form-check-inline .form-check-label {
	vertical-align: middle;
}

.valid-feedback {
	color: rgb(40, 167, 69);
	font-size: 0.87rem;
	margin-top: 0.25rem;
	display: none;
}

.valid-tooltip {
	padding: 0.5rem;
	border-radius: 0.2rem;
	top: 100%;
	width: 250px;
	color: rgb(255, 255, 255);
	line-height: 1;
	font-size: 0.87rem;
	margin-top: 0.1rem;
	display: none;
	position: absolute;
	z-index: 5;
	background-color: rgba(40, 167, 69, 0.8);
}

.custom-select.is-valid {
	border-color: rgb(40, 167, 69);
}

.form-control.is-valid {
	border-color: rgb(40, 167, 69);
}

.was-validated :valid.custom-select {
	border-color: rgb(40, 167, 69);
}

.was-validated :valid.form-control {
	border-color: rgb(40, 167, 69);
}

.custom-select.is-valid:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-valid:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated :valid.custom-select:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated :valid.form-control:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback {
	display: block;
}

.custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.form-control.is-valid ~ .valid-feedback {
	display: block;
}

.form-control.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated :valid.custom-select ~ .valid-feedback {
	display: block;
}

.was-validated :valid.custom-select ~ .valid-tooltip {
	display: block;
}

.was-validated :valid.form-control ~ .valid-feedback {
	display: block;
}

.was-validated :valid.form-control ~ .valid-tooltip {
	display: block;
}

.form-check-input.is-valid+.form-check-label {
	color: rgb(40, 167, 69);
}

.was-validated :valid.form-check-input+.form-check-label {
	color: rgb(40, 167, 69);
}

.custom-control-input.is-valid ~ .custom-control-indicator {
	background-color: rgba(40, 167, 69, 0.25);
}

.was-validated :valid.custom-control-input ~ .custom-control-indicator {
	background-color: rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid ~ .custom-control-description {
	color: rgb(40, 167, 69);
}

.was-validated :valid.custom-control-input ~ .custom-control-description
	{
	color: rgb(40, 167, 69);
}

.custom-file-input.is-valid ~ .custom-file-control {
	border-color: rgb(40, 167, 69);
}

.was-validated :valid.custom-file-input ~ .custom-file-control {
	border-color: rgb(40, 167, 69);
}

.custom-file-input.is-valid ~ .custom-file-control::before {
	border-color: inherit;
}

.was-validated :valid.custom-file-input ~ .custom-file-control::before {
	border-color: inherit;
}

.custom-file-input.is-valid:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated :valid.custom-file-input:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	color: rgb(220, 53, 69);
	font-size: 0.87rem;
	margin-top: 0.25rem;
	display: none;
}

.invalid-tooltip {
	padding: 0.5rem;
	border-radius: 0.2rem;
	top: 100%;
	width: 250px;
	color: rgb(255, 255, 255);
	line-height: 1;
	font-size: 0.87rem;
	margin-top: 0.1rem;
	display: none;
	position: absolute;
	z-index: 5;
	background-color: rgba(220, 53, 69, 0.8);
}

.custom-select.is-invalid {
	border-color: rgb(220, 53, 69);
}

.form-control.is-invalid {
	border-color: rgb(220, 53, 69);
}

.was-validated :invalid.custom-select {
	border-color: rgb(220, 53, 69);
}

.was-validated :invalid.form-control {
	border-color: rgb(220, 53, 69);
}

.custom-select.is-invalid:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated :invalid.custom-select:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated :invalid.form-control:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback {
	display: block;
}

.custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.form-control.is-invalid ~ .invalid-feedback {
	display: block;
}

.form-control.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated :invalid.custom-select ~ .invalid-feedback {
	display: block;
}

.was-validated :invalid.custom-select ~ .invalid-tooltip {
	display: block;
}

.was-validated :invalid.form-control ~ .invalid-feedback {
	display: block;
}

.was-validated :invalid.form-control ~ .invalid-tooltip {
	display: block;
}

.form-check-input.is-invalid+.form-check-label {
	color: rgb(220, 53, 69);
}

.was-validated :invalid.form-check-input+.form-check-label {
	color: rgb(220, 53, 69);
}

.custom-control-input.is-invalid ~ .custom-control-indicator {
	background-color: rgba(220, 53, 69, 0.25);
}

.was-validated :invalid.custom-control-input ~ .custom-control-indicator
	{
	background-color: rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid ~ .custom-control-description {
	color: rgb(220, 53, 69);
}

.was-validated :invalid.custom-control-input ~
	.custom-control-description {
	color: rgb(220, 53, 69);
}

.custom-file-input.is-invalid ~ .custom-file-control {
	border-color: rgb(220, 53, 69);
}

.was-validated :invalid.custom-file-input ~ .custom-file-control {
	border-color: rgb(220, 53, 69);
}

.custom-file-input.is-invalid ~ .custom-file-control::before {
	border-color: inherit;
}

.was-validated :invalid.custom-file-input ~ .custom-file-control::before
	{
	border-color: inherit;
}

.custom-file-input.is-invalid:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated :invalid.custom-file-input:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
	flex-flow: row wrap;
	display: flex;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media all and (min-width:576px) {
	.form-inline label {
		margin-bottom: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.form-inline .form-group {
		flex: 0 0 auto;
		flex-flow: row wrap;
		margin-bottom: 0px;
		display: flex;
		align-items: center;
	}
	.form-inline .form-control {
		width: auto;
		vertical-align: middle;
		display: inline-block;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group {
		width: auto;
	}
	.form-inline .form-check {
		width: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.form-inline .form-check-label {
		padding-left: 0px;
	}
	.form-inline .form-check-input {
		margin-top: 0px;
		margin-right: 0.25rem;
		margin-left: 0px;
		position: relative;
	}
	.form-inline .custom-control {
		padding-left: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.form-inline .custom-control-indicator {
		margin-right: 0.25rem;
		vertical-align: text-bottom;
		display: inline-block;
		position: static;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0px;
	}
}

.btn {
	padding: 0.37rem 0.75rem;
	border-radius: 0.25rem;
	border: 1px solid transparent;
	transition: background-color 0.15s ease-in-out, border-color 0.15s
		ease-in-out, box-shadow 0.15s ease-in-out;
	border-image: none;
	text-align: center;
	line-height: 1.5;
	font-size: 1rem;
	font-weight: 400;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.btn:focus {
	text-decoration: none;
}

.btn:hover {
	text-decoration: none;
}

.btn.focus {
	outline: 0px;
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:focus {
	outline: 0px;
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled {
	opacity: 0.65;
}

:disabled.btn {
	opacity: 0.65;
}

:not ([disabled] ):not (.disabled ).btn.active {
	background-image: none;
}

:not ([disabled] ):not (.disabled ).btn:active {
	background-image: none;
}

a.btn.disabled {
	pointer-events: none;
}

fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-primary {
	border-color: rgb(0, 123, 255);
	color: rgb(255, 255, 255);
	background-color: rgb(0, 123, 255);
}

.btn-primary:hover {
	border-color: rgb(0, 98, 204);
	color: rgb(255, 255, 255);
	background-color: rgb(0, 105, 217);
}

.btn-primary.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled {
	border-color: rgb(0, 123, 255);
	background-color: rgb(0, 123, 255);
}

:disabled.btn-primary {
	border-color: rgb(0, 123, 255);
	background-color: rgb(0, 123, 255);
}

:not ([disabled] ):not (.disabled ).btn-primary.active {
	border-color: rgb(0, 92, 191);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.5);
	background-color: rgb(0, 98, 204);
}

:not ([disabled] ):not (.disabled ).btn-primary:active {
	border-color: rgb(0, 92, 191);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.5);
	background-color: rgb(0, 98, 204);
}

.show>.btn-primary.dropdown-toggle {
	border-color: rgb(0, 92, 191);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.5);
	background-color: rgb(0, 98, 204);
}

.btn-secondary {
	border-color: rgb(134, 142, 150);
	color: rgb(255, 255, 255);
	background-color: rgb(134, 142, 150);
}

.btn-secondary:hover {
	border-color: rgb(108, 117, 125);
	color: rgb(255, 255, 255);
	background-color: rgb(114, 123, 132);
}

.btn-secondary.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled {
	border-color: rgb(134, 142, 150);
	background-color: rgb(134, 142, 150);
}

:disabled.btn-secondary {
	border-color: rgb(134, 142, 150);
	background-color: rgb(134, 142, 150);
}

:not ([disabled] ):not (.disabled ).btn-secondary.active {
	border-color: rgb(102, 110, 118);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(134, 142, 150, 0.5);
	background-color: rgb(108, 117, 125);
}

:not ([disabled] ):not (.disabled ).btn-secondary:active {
	border-color: rgb(102, 110, 118);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(134, 142, 150, 0.5);
	background-color: rgb(108, 117, 125);
}

.show>.btn-secondary.dropdown-toggle {
	border-color: rgb(102, 110, 118);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(134, 142, 150, 0.5);
	background-color: rgb(108, 117, 125);
}

.btn-success {
	border-color: rgb(40, 167, 69);
	color: rgb(255, 255, 255);
	background-color: rgb(40, 167, 69);
}

.btn-success:hover {
	border-color: rgb(30, 126, 52);
	color: rgb(255, 255, 255);
	background-color: rgb(33, 136, 56);
}

.btn-success.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled {
	border-color: rgb(40, 167, 69);
	background-color: rgb(40, 167, 69);
}

:disabled.btn-success {
	border-color: rgb(40, 167, 69);
	background-color: rgb(40, 167, 69);
}

:not ([disabled] ):not (.disabled ).btn-success.active {
	border-color: rgb(28, 116, 48);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.5);
	background-color: rgb(30, 126, 52);
}

:not ([disabled] ):not (.disabled ).btn-success:active {
	border-color: rgb(28, 116, 48);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.5);
	background-color: rgb(30, 126, 52);
}

.show>.btn-success.dropdown-toggle {
	border-color: rgb(28, 116, 48);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.5);
	background-color: rgb(30, 126, 52);
}

.btn-info {
	border-color: rgb(23, 162, 184);
	color: rgb(255, 255, 255);
	background-color: rgb(23, 162, 184);
}

.btn-info:hover {
	border-color: rgb(17, 122, 139);
	color: rgb(255, 255, 255);
	background-color: rgb(19, 132, 150);
}

.btn-info.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled {
	border-color: rgb(23, 162, 184);
	background-color: rgb(23, 162, 184);
}

:disabled.btn-info {
	border-color: rgb(23, 162, 184);
	background-color: rgb(23, 162, 184);
}

:not ([disabled] ):not (.disabled ).btn-info.active {
	border-color: rgb(16, 112, 127);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(23, 162, 184, 0.5);
	background-color: rgb(17, 122, 139);
}

:not ([disabled] ):not (.disabled ).btn-info:active {
	border-color: rgb(16, 112, 127);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(23, 162, 184, 0.5);
	background-color: rgb(17, 122, 139);
}

.show>.btn-info.dropdown-toggle {
	border-color: rgb(16, 112, 127);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(23, 162, 184, 0.5);
	background-color: rgb(17, 122, 139);
}

.btn-warning {
	border-color: rgb(255, 193, 7);
	color: rgb(17, 17, 17);
	background-color: rgb(255, 193, 7);
}

.btn-warning:hover {
	border-color: rgb(211, 158, 0);
	color: rgb(17, 17, 17);
	background-color: rgb(224, 168, 0);
}

.btn-warning.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled {
	border-color: rgb(255, 193, 7);
	background-color: rgb(255, 193, 7);
}

:disabled.btn-warning {
	border-color: rgb(255, 193, 7);
	background-color: rgb(255, 193, 7);
}

:not ([disabled] ):not (.disabled ).btn-warning.active {
	border-color: rgb(198, 149, 0);
	color: rgb(17, 17, 17);
	box-shadow: 0px 0px 0px 0.2rem rgba(255, 193, 7, 0.5);
	background-color: rgb(211, 158, 0);
}

:not ([disabled] ):not (.disabled ).btn-warning:active {
	border-color: rgb(198, 149, 0);
	color: rgb(17, 17, 17);
	box-shadow: 0px 0px 0px 0.2rem rgba(255, 193, 7, 0.5);
	background-color: rgb(211, 158, 0);
}

.show>.btn-warning.dropdown-toggle {
	border-color: rgb(198, 149, 0);
	color: rgb(17, 17, 17);
	box-shadow: 0px 0px 0px 0.2rem rgba(255, 193, 7, 0.5);
	background-color: rgb(211, 158, 0);
}

.btn-danger {
	border-color: rgb(220, 53, 69);
	color: rgb(255, 255, 255);
	background-color: rgb(220, 53, 69);
}

.btn-danger:hover {
	border-color: rgb(189, 33, 48);
	color: rgb(255, 255, 255);
	background-color: rgb(200, 35, 51);
}

.btn-danger.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled {
	border-color: rgb(220, 53, 69);
	background-color: rgb(220, 53, 69);
}

:disabled.btn-danger {
	border-color: rgb(220, 53, 69);
	background-color: rgb(220, 53, 69);
}

:not ([disabled] ):not (.disabled ).btn-danger.active {
	border-color: rgb(178, 31, 45);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.5);
	background-color: rgb(189, 33, 48);
}

:not ([disabled] ):not (.disabled ).btn-danger:active {
	border-color: rgb(178, 31, 45);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.5);
	background-color: rgb(189, 33, 48);
}

.show>.btn-danger.dropdown-toggle {
	border-color: rgb(178, 31, 45);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.5);
	background-color: rgb(189, 33, 48);
}

.btn-light {
	border-color: rgb(248, 249, 250);
	color: rgb(17, 17, 17);
	background-color: rgb(248, 249, 250);
}

.btn-light:hover {
	border-color: rgb(218, 224, 229);
	color: rgb(17, 17, 17);
	background-color: rgb(226, 230, 234);
}

.btn-light.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled {
	border-color: rgb(248, 249, 250);
	background-color: rgb(248, 249, 250);
}

:disabled.btn-light {
	border-color: rgb(248, 249, 250);
	background-color: rgb(248, 249, 250);
}

:not ([disabled] ):not (.disabled ).btn-light.active {
	border-color: rgb(211, 217, 223);
	color: rgb(17, 17, 17);
	box-shadow: 0px 0px 0px 0.2rem rgba(248, 249, 250, 0.5);
	background-color: rgb(218, 224, 229);
}

:not ([disabled] ):not (.disabled ).btn-light:active {
	border-color: rgb(211, 217, 223);
	color: rgb(17, 17, 17);
	box-shadow: 0px 0px 0px 0.2rem rgba(248, 249, 250, 0.5);
	background-color: rgb(218, 224, 229);
}

.show>.btn-light.dropdown-toggle {
	border-color: rgb(211, 217, 223);
	color: rgb(17, 17, 17);
	box-shadow: 0px 0px 0px 0.2rem rgba(248, 249, 250, 0.5);
	background-color: rgb(218, 224, 229);
}

.btn-dark {
	border-color: rgb(52, 58, 64);
	color: rgb(255, 255, 255);
	background-color: rgb(52, 58, 64);
}

.btn-dark:hover {
	border-color: rgb(29, 33, 36);
	color: rgb(255, 255, 255);
	background-color: rgb(35, 39, 43);
}

.btn-dark.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled {
	border-color: rgb(52, 58, 64);
	background-color: rgb(52, 58, 64);
}

:disabled.btn-dark {
	border-color: rgb(52, 58, 64);
	background-color: rgb(52, 58, 64);
}

:not ([disabled] ):not (.disabled ).btn-dark.active {
	border-color: rgb(23, 26, 29);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 0.5);
	background-color: rgb(29, 33, 36);
}

:not ([disabled] ):not (.disabled ).btn-dark:active {
	border-color: rgb(23, 26, 29);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 0.5);
	background-color: rgb(29, 33, 36);
}

.show>.btn-dark.dropdown-toggle {
	border-color: rgb(23, 26, 29);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 0.5);
	background-color: rgb(29, 33, 36);
}

.btn-outline-primary {
	border-color: rgb(0, 123, 255);
	color: rgb(0, 123, 255);
	background-image: none;
	background-color: transparent;
}

.btn-outline-primary:hover {
	border-color: rgb(0, 123, 255);
	color: rgb(255, 255, 255);
	background-color: rgb(0, 123, 255);
}

.btn-outline-primary.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled {
	color: rgb(0, 123, 255);
	background-color: transparent;
}

:disabled.btn-outline-primary {
	color: rgb(0, 123, 255);
	background-color: transparent;
}

:not ([disabled] ):not (.disabled ).btn-outline-primary.active {
	border-color: rgb(0, 123, 255);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.5);
	background-color: rgb(0, 123, 255);
}

:not ([disabled] ):not (.disabled ).btn-outline-primary:active {
	border-color: rgb(0, 123, 255);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.5);
	background-color: rgb(0, 123, 255);
}

.show>.btn-outline-primary.dropdown-toggle {
	border-color: rgb(0, 123, 255);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.5);
	background-color: rgb(0, 123, 255);
}

.btn-outline-secondary {
	border-color: rgb(134, 142, 150);
	color: rgb(134, 142, 150);
	background-image: none;
	background-color: transparent;
}

.btn-outline-secondary:hover {
	border-color: rgb(134, 142, 150);
	color: rgb(255, 255, 255);
	background-color: rgb(134, 142, 150);
}

.btn-outline-secondary.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled {
	color: rgb(134, 142, 150);
	background-color: transparent;
}

:disabled.btn-outline-secondary {
	color: rgb(134, 142, 150);
	background-color: transparent;
}

:not ([disabled] ):not (.disabled ).btn-outline-secondary.active {
	border-color: rgb(134, 142, 150);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(134, 142, 150, 0.5);
	background-color: rgb(134, 142, 150);
}

:not ([disabled] ):not (.disabled ).btn-outline-secondary:active {
	border-color: rgb(134, 142, 150);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(134, 142, 150, 0.5);
	background-color: rgb(134, 142, 150);
}

.show>.btn-outline-secondary.dropdown-toggle {
	border-color: rgb(134, 142, 150);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(134, 142, 150, 0.5);
	background-color: rgb(134, 142, 150);
}

.btn-outline-success {
	border-color: rgb(40, 167, 69);
	color: rgb(40, 167, 69);
	background-image: none;
	background-color: transparent;
}

.btn-outline-success:hover {
	border-color: rgb(40, 167, 69);
	color: rgb(255, 255, 255);
	background-color: rgb(40, 167, 69);
}

.btn-outline-success.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled {
	color: rgb(40, 167, 69);
	background-color: transparent;
}

:disabled.btn-outline-success {
	color: rgb(40, 167, 69);
	background-color: transparent;
}

:not ([disabled] ):not (.disabled ).btn-outline-success.active {
	border-color: rgb(40, 167, 69);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.5);
	background-color: rgb(40, 167, 69);
}

:not ([disabled] ):not (.disabled ).btn-outline-success:active {
	border-color: rgb(40, 167, 69);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.5);
	background-color: rgb(40, 167, 69);
}

.show>.btn-outline-success.dropdown-toggle {
	border-color: rgb(40, 167, 69);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(40, 167, 69, 0.5);
	background-color: rgb(40, 167, 69);
}

.btn-outline-info {
	border-color: rgb(23, 162, 184);
	color: rgb(23, 162, 184);
	background-image: none;
	background-color: transparent;
}

.btn-outline-info:hover {
	border-color: rgb(23, 162, 184);
	color: rgb(255, 255, 255);
	background-color: rgb(23, 162, 184);
}

.btn-outline-info.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled {
	color: rgb(23, 162, 184);
	background-color: transparent;
}

:disabled.btn-outline-info {
	color: rgb(23, 162, 184);
	background-color: transparent;
}

:not ([disabled] ):not (.disabled ).btn-outline-info.active {
	border-color: rgb(23, 162, 184);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(23, 162, 184, 0.5);
	background-color: rgb(23, 162, 184);
}

:not ([disabled] ):not (.disabled ).btn-outline-info:active {
	border-color: rgb(23, 162, 184);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(23, 162, 184, 0.5);
	background-color: rgb(23, 162, 184);
}

.show>.btn-outline-info.dropdown-toggle {
	border-color: rgb(23, 162, 184);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(23, 162, 184, 0.5);
	background-color: rgb(23, 162, 184);
}

.btn-outline-warning {
	border-color: rgb(255, 193, 7);
	color: rgb(255, 193, 7);
	background-image: none;
	background-color: transparent;
}

.btn-outline-warning:hover {
	border-color: rgb(255, 193, 7);
	color: rgb(255, 255, 255);
	background-color: rgb(255, 193, 7);
}

.btn-outline-warning.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled {
	color: rgb(255, 193, 7);
	background-color: transparent;
}

:disabled.btn-outline-warning {
	color: rgb(255, 193, 7);
	background-color: transparent;
}

:not ([disabled] ):not (.disabled ).btn-outline-warning.active {
	border-color: rgb(255, 193, 7);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(255, 193, 7, 0.5);
	background-color: rgb(255, 193, 7);
}

:not ([disabled] ):not (.disabled ).btn-outline-warning:active {
	border-color: rgb(255, 193, 7);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(255, 193, 7, 0.5);
	background-color: rgb(255, 193, 7);
}

.show>.btn-outline-warning.dropdown-toggle {
	border-color: rgb(255, 193, 7);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(255, 193, 7, 0.5);
	background-color: rgb(255, 193, 7);
}

.btn-outline-danger {
	border-color: rgb(220, 53, 69);
	color: rgb(220, 53, 69);
	background-image: none;
	background-color: transparent;
}

.btn-outline-danger:hover {
	border-color: rgb(220, 53, 69);
	color: rgb(255, 255, 255);
	background-color: rgb(220, 53, 69);
}

.btn-outline-danger.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled {
	color: rgb(220, 53, 69);
	background-color: transparent;
}

:disabled.btn-outline-danger {
	color: rgb(220, 53, 69);
	background-color: transparent;
}

:not ([disabled] ):not (.disabled ).btn-outline-danger.active {
	border-color: rgb(220, 53, 69);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.5);
	background-color: rgb(220, 53, 69);
}

:not ([disabled] ):not (.disabled ).btn-outline-danger:active {
	border-color: rgb(220, 53, 69);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.5);
	background-color: rgb(220, 53, 69);
}

.show>.btn-outline-danger.dropdown-toggle {
	border-color: rgb(220, 53, 69);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(220, 53, 69, 0.5);
	background-color: rgb(220, 53, 69);
}

.btn-outline-light {
	border-color: rgb(248, 249, 250);
	color: rgb(248, 249, 250);
	background-image: none;
	background-color: transparent;
}

.btn-outline-light:hover {
	border-color: rgb(248, 249, 250);
	color: rgb(33, 37, 41);
	background-color: rgb(248, 249, 250);
}

.btn-outline-light.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled {
	color: rgb(248, 249, 250);
	background-color: transparent;
}

:disabled.btn-outline-light {
	color: rgb(248, 249, 250);
	background-color: transparent;
}

:not ([disabled] ):not (.disabled ).btn-outline-light.active {
	border-color: rgb(248, 249, 250);
	color: rgb(33, 37, 41);
	box-shadow: 0px 0px 0px 0.2rem rgba(248, 249, 250, 0.5);
	background-color: rgb(248, 249, 250);
}

:not ([disabled] ):not (.disabled ).btn-outline-light:active {
	border-color: rgb(248, 249, 250);
	color: rgb(33, 37, 41);
	box-shadow: 0px 0px 0px 0.2rem rgba(248, 249, 250, 0.5);
	background-color: rgb(248, 249, 250);
}

.show>.btn-outline-light.dropdown-toggle {
	border-color: rgb(248, 249, 250);
	color: rgb(33, 37, 41);
	box-shadow: 0px 0px 0px 0.2rem rgba(248, 249, 250, 0.5);
	background-color: rgb(248, 249, 250);
}

.btn-outline-dark {
	border-color: rgb(52, 58, 64);
	color: rgb(52, 58, 64);
	background-image: none;
	background-color: transparent;
}

.btn-outline-dark:hover {
	border-color: rgb(52, 58, 64);
	color: rgb(255, 255, 255);
	background-color: rgb(52, 58, 64);
}

.btn-outline-dark.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled {
	color: rgb(52, 58, 64);
	background-color: transparent;
}

:disabled.btn-outline-dark {
	color: rgb(52, 58, 64);
	background-color: transparent;
}

:not ([disabled] ):not (.disabled ).btn-outline-dark.active {
	border-color: rgb(52, 58, 64);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 0.5);
	background-color: rgb(52, 58, 64);
}

:not ([disabled] ):not (.disabled ).btn-outline-dark:active {
	border-color: rgb(52, 58, 64);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 0.5);
	background-color: rgb(52, 58, 64);
}

.show>.btn-outline-dark.dropdown-toggle {
	border-color: rgb(52, 58, 64);
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 0.5);
	background-color: rgb(52, 58, 64);
}

.btn-link {
	color: rgb(0, 123, 255);
	font-weight: 400;
	background-color: transparent;
}

.btn-link:hover {
	border-color: transparent;
	color: rgb(0, 86, 179);
	text-decoration: underline;
	background-color: transparent;
}

.btn-link.focus {
	border-color: transparent;
	box-shadow: none;
}

.btn-link:focus {
	border-color: transparent;
	box-shadow: none;
}

.btn-link.disabled {
	color: rgb(134, 142, 150);
}

:disabled.btn-link {
	color: rgb(134, 142, 150);
}

.btn-group-lg>.btn {
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	line-height: 1.5;
	font-size: 1.25rem;
}

.btn-lg {
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	line-height: 1.5;
	font-size: 1.25rem;
}

.btn-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	line-height: 1.5;
	font-size: 0.87rem;
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	line-height: 1.5;
	font-size: 0.87rem;
}

.btn-block {
	width: 100%;
	display: block;
}

.btn-block+.btn-block {
	margin-top: 0.5rem;
}

input[type=button].btn-block {
	width: 100%;
}

input[type=reset].btn-block {
	width: 100%;
}

input[type=submit].btn-block {
	width: 100%;
}

.fade {
	transition: opacity 0.15s linear;
	opacity: 0;
}

.fade.show {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

tr.collapse.show {
	display: table-row;
}

tbody.collapse.show {
	display: table-row-group;
}

.collapsing {
	transition: height 0.35s;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.dropdown {
	position: relative;
}

.dropup {
	position: relative;
}

.dropdown-toggle::after {
	border-width: 0.3em 0.3em 0px;
	border-style: solid solid none;
	border-color: currentColor transparent;
	width: 0px;
	height: 0px;
	margin-left: 0.25em;
	vertical-align: 0.25em;
	display: inline-block;
	content: "";
}

:empty.dropdown-toggle::after {
	margin-left: 0px;
}

.dropdown-menu {
	list-style: none;
	margin: 0.12rem 0px 0px;
	padding: 0.5rem 0px;
	border-radius: 0.25rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-image: none;
	left: 0px;
	top: 100%;
	text-align: left;
	color: rgb(33, 37, 41);
	font-size: 1rem;
	float: left;
	display: none;
	position: absolute;
	z-index: 1000;
	min-width: 10rem;
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
}

.dropup .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 0.12rem;
}

.dropup .dropdown-toggle::after {
	border-width: 0px 0.3em 0.3em;
	border-style: none solid solid;
	border-color: currentColor transparent;
	width: 0px;
	height: 0px;
	margin-left: 0.25em;
	vertical-align: 0.25em;
	display: inline-block;
	content: "";
}

.dropup :empty.dropdown-toggle::after {
	margin-left: 0px;
}

.dropdown-divider {
	margin: 0.5rem 0px;
	height: 0px;
	overflow: hidden;
	border-top-color: rgb(233, 236, 239);
	border-top-width: 1px;
	border-top-style: solid;
}

.dropdown-item {
	background: 0px 0px;
	padding: 0.25rem 1.5rem;
	border: 0px currentColor;
	border-image: none;
	width: 100%;
	text-align: inherit;
	color: rgb(33, 37, 41);
	clear: both;
	font-weight: 400;
	display: block;
	white-space: nowrap;
}

.dropdown-item:focus {
	color: rgb(22, 24, 27);
	text-decoration: none;
	background-color: rgb(248, 249, 250);
}

.dropdown-item:hover {
	color: rgb(22, 24, 27);
	text-decoration: none;
	background-color: rgb(248, 249, 250);
}

.dropdown-item.active {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(0, 123, 255);
}

.dropdown-item:active {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(0, 123, 255);
}

.dropdown-item.disabled {
	color: rgb(134, 142, 150);
	background-color: transparent;
}

:disabled.dropdown-item {
	color: rgb(134, 142, 150);
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	padding: 0.5rem 1.5rem;
	color: rgb(134, 142, 150);
	font-size: 0.87rem;
	margin-bottom: 0px;
	display: block;
	white-space: nowrap;
}

.btn-group {
	vertical-align: middle;
	display: inline-flex;
	position: relative;
}

.btn-group-vertical {
	vertical-align: middle;
	display: inline-flex;
	position: relative;
}

.btn-group-vertical>.btn {
	flex: 0 1 auto;
	position: relative;
}

.btn-group>.btn {
	flex: 0 1 auto;
	position: relative;
}

.btn-group-vertical>.btn:hover {
	z-index: 2;
}

.btn-group>.btn:hover {
	z-index: 2;
}

.btn-group-vertical>.btn.active {
	z-index: 2;
}

.btn-group-vertical>.btn:active {
	z-index: 2;
}

.btn-group-vertical>.btn:focus {
	z-index: 2;
}

.btn-group>.btn.active {
	z-index: 2;
}

.btn-group>.btn:active {
	z-index: 2;
}

.btn-group>.btn:focus {
	z-index: 2;
}

.btn-group .btn+.btn {
	margin-left: -1px;
}

.btn-group .btn+.btn-group {
	margin-left: -1px;
}

.btn-group .btn-group+.btn {
	margin-left: -1px;
}

.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-group-vertical .btn+.btn {
	margin-left: -1px;
}

.btn-group-vertical .btn+.btn-group {
	margin-left: -1px;
}

.btn-group-vertical .btn-group+.btn {
	margin-left: -1px;
}

.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>:not (:first-child ):not (.dropdown-toggle ):not (:last-child
	).btn {
	border-radius: 0px;
}

.btn-group>:first-child.btn {
	margin-left: 0px;
}

.btn-group>:first-child:not (.dropdown-toggle ):not (:last-child ).btn {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.btn-group>:last-child:not (:first-child ).btn {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-group>:not (:first-child ).dropdown-toggle {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>:not (:first-child ):not (:last-child ).btn-group>.btn {
	border-radius: 0px;
}

.btn-group>:first-child:not (:last-child ).btn-group>:last-child.btn {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.btn-group>:first-child:not (:last-child ).btn-group>.dropdown-toggle {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.btn-group>:last-child:not (:first-child ).btn-group>:first-child.btn {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn+.dropdown-toggle-split {
	padding-right: 0.56rem;
	padding-left: 0.56rem;
}

.btn+.dropdown-toggle-split::after {
	margin-left: 0px;
}

.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: 0.37rem;
	padding-left: 0.37rem;
}

.btn-sm+.dropdown-toggle-split {
	padding-right: 0.37rem;
	padding-left: 0.37rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-lg+.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.btn-group-vertical .btn {
	width: 100%;
}

.btn-group-vertical .btn-group {
	width: 100%;
}

.btn-group-vertical>.btn+.btn {
	margin-top: -1px;
	margin-left: 0px;
}

.btn-group-vertical>.btn+.btn-group {
	margin-top: -1px;
	margin-left: 0px;
}

.btn-group-vertical>.btn-group+.btn {
	margin-top: -1px;
	margin-left: 0px;
}

.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0px;
}

.btn-group-vertical>:not (:first-child ):not (:last-child ).btn {
	border-radius: 0px;
}

.btn-group-vertical>:first-child:not (:last-child ).btn {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-group-vertical>:last-child:not (:first-child ).btn {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.btn-group-vertical>:not (:first-child ):not (:last-child ).btn-group>.btn
	{
	border-radius: 0px;
}

.btn-group-vertical>:first-child:not (:last-child ).btn-group>:last-child.btn
	{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-group-vertical>:first-child:not (:last-child ).btn-group>.dropdown-toggle
	{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-group-vertical>:last-child:not (:first-child ).btn-group>:first-child.btn
	{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

[data-toggle=buttons]>.btn input[type=checkbox] {
	position: absolute;
	clip: rect(0px, 0px, 0px, 0px);
	pointer-events: none;
}

[data-toggle=buttons]>.btn input[type=radio] {
	position: absolute;
	clip: rect(0px, 0px, 0px, 0px);
	pointer-events: none;
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
	position: absolute;
	clip: rect(0px, 0px, 0px, 0px);
	pointer-events: none;
}

[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0px, 0px, 0px, 0px);
	pointer-events: none;
}

.input-group {
	width: 100%;
	display: flex;
	position: relative;
	align-items: stretch;
}

.input-group .form-control {
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}

.input-group .form-control:active {
	z-index: 3;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group .form-control:hover {
	z-index: 3;
}

.input-group .form-control {
	display: flex;
	align-items: center;
}

.input-group-addon {
	display: flex;
	align-items: center;
}

.input-group-btn {
	display: flex;
	align-items: center;
}

.input-group :not (:first-child ):not (:last-child ).form-control {
	border-radius: 0px;
}

:not (:first-child ):not (:last-child ).input-group-addon {
	border-radius: 0px;
}

:not (:first-child ):not (:last-child ).input-group-btn {
	border-radius: 0px;
}

.input-group-addon {
	white-space: nowrap;
}

.input-group-btn {
	white-space: nowrap;
}

.input-group-addon {
	padding: 0.37rem 0.75rem;
	border-radius: 0.25rem;
	border: 1px solid rgb(206, 212, 218);
	border-image: none;
	text-align: center;
	color: rgb(73, 80, 87);
	line-height: 1.5;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 0px;
	background-color: rgb(233, 236, 239);
}

.input-group-addon.form-control-sm {
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	font-size: 0.87rem;
}

.input-group-sm>.input-group-addon {
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	font-size: 0.87rem;
}

.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	font-size: 0.87rem;
}

.input-group-addon.form-control-lg {
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	font-size: 1.25rem;
}

.input-group-lg>.input-group-addon {
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	font-size: 1.25rem;
}

.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	font-size: 1.25rem;
}

.input-group-addon input[type=checkbox] {
	margin-top: 0px;
}

.input-group-addon input[type=radio] {
	margin-top: 0px;
}

.input-group :not (:last-child ).form-control {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

:not (:last-child ).input-group-addon {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

:not (:first-child ).input-group-btn>:not (:last-child ).btn-group>.btn
	{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

:not (:first-child ).input-group-btn>:not (:last-child ):not (.dropdown-toggle
	).btn {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

:not (:last-child ).input-group-btn>.btn {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

:not (:last-child ).input-group-btn>.btn-group>.btn {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

:not (:last-child ).input-group-btn>.dropdown-toggle {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

:not (:last-child ).input-group-addon {
	border-right-color: currentColor;
	border-right-width: 0px;
	border-right-style: none;
}

.input-group :not (:first-child ).form-control {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

:not (:first-child ).input-group-addon {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

:not (:first-child ).input-group-btn>.btn {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

:not (:first-child ).input-group-btn>.btn-group>.btn {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

:not (:first-child ).input-group-btn>.dropdown-toggle {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

:not (:last-child ).input-group-btn>:not (:first-child ).btn-group>.btn
	{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

:not (:last-child ).input-group-btn>:not (:first-child ).btn {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.form-control+:not (:first-child ).input-group-addon {
	border-left-color: currentColor;
	border-left-width: 0px;
	border-left-style: none;
}

.input-group-btn {
	font-size: 0px;
	white-space: nowrap;
	position: relative;
	align-items: stretch;
}

.input-group-btn>.btn {
	position: relative;
}

.input-group-btn>.btn+.btn {
	margin-left: -1px;
}

.input-group-btn>.btn:active {
	z-index: 3;
}

.input-group-btn>.btn:focus {
	z-index: 3;
}

.input-group-btn>.btn:hover {
	z-index: 3;
}

:first-child.input-group-btn>.btn+.btn {
	margin-left: 0px;
}

:not (:last-child ).input-group-btn>.btn {
	margin-right: -1px;
}

:not (:last-child ).input-group-btn>.btn-group {
	margin-right: -1px;
}

:not (:first-child ).input-group-btn>.btn {
	margin-left: 0px;
	z-index: 2;
}

:not (:first-child ).input-group-btn>.btn-group {
	margin-left: 0px;
	z-index: 2;
}

:not (:first-child ).input-group-btn>:first-child.btn-group {
	margin-left: -1px;
}

:not (:first-child ).input-group-btn>:first-child.btn {
	margin-left: -1px;
}

:not (:first-child ).input-group-btn>.btn-group:active {
	z-index: 3;
}

:not (:first-child ).input-group-btn>.btn-group:focus {
	z-index: 3;
}

:not (:first-child ).input-group-btn>.btn-group:hover {
	z-index: 3;
}

:not (:first-child ).input-group-btn>.btn:active {
	z-index: 3;
}

:not (:first-child ).input-group-btn>.btn:focus {
	z-index: 3;
}

:not (:first-child ).input-group-btn>.btn:hover {
	z-index: 3;
}

.custom-control {
	padding-left: 1.5rem;
	margin-right: 1rem;
	display: inline-flex;
	position: relative;
	min-height: 1.5rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

:checked.custom-control-input ~ .custom-control-indicator {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 123, 255);
}

.custom-control-input:focus ~ .custom-control-indicator {
	box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 0.2rem
		rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-indicator {
	color: rgb(255, 255, 255);
	background-color: rgb(179, 215, 255);
}

:disabled.custom-control-input ~ .custom-control-indicator {
	background-color: rgb(233, 236, 239);
}

:disabled.custom-control-input ~ .custom-control-description {
	color: rgb(134, 142, 150);
}

.custom-control-indicator {
	background-position: center;
	left: 0px;
	top: 0.25rem;
	width: 1rem;
	height: 1rem;
	display: block;
	position: absolute;
	pointer-events: none;
	-ms-user-select: none;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-color: rgb(221, 221, 221);
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.custom-checkbox .custom-control-indicator {
	border-radius: 0.25rem;
}

.custom-checkbox :checked.custom-control-input ~
	.custom-control-indicator {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox :indeterminate.custom-control-input ~
	.custom-control-indicator {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
	background-color: rgb(0, 123, 255);
}

.custom-radio .custom-control-indicator {
	border-radius: 50%;
}

.custom-radio :checked.custom-control-input ~ .custom-control-indicator
	{
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
	display: flex;
	flex-direction: column;
}

.custom-controls-stacked .custom-control {
	margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control+.custom-control {
	margin-left: 0px;
}

.custom-select {
	background:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
		no-repeat right 0.75rem center/8px 10px rgb(255, 255, 255);
	padding: 0.37rem 1.75rem 0.37rem 0.75rem;
	border-radius: 0.25rem;
	border: 1px solid rgb(206, 212, 218);
	border-image: none;
	height: calc(2.25rem + 2px);
	color: rgb(73, 80, 87);
	line-height: 1.5;
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: rgb(128, 189, 255);
	outline: 0px;
}

.custom-select:focus::-ms-value {
	color: rgb(73, 80, 87);
	background-color: rgb(255, 255, 255);
}

[multiple].custom-select {
	height: auto;
	background-image: none;
}

:disabled.custom-select {
	color: rgb(134, 142, 150);
	background-color: rgb(233, 236, 239);
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: 0.37rem;
	padding-bottom: 0.37rem;
	font-size: 75%;
}

.custom-file {
	height: calc(2.25rem + 2px);
	margin-bottom: 0px;
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.custom-file-input {
	margin: 0px;
	height: calc(2.25rem + 2px);
	min-width: 14rem;
	max-width: 100%;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
	box-shadow: 0px 0px 0px 0.07rem #fff, 0px 0px 0px 0.2rem #007bff;
}

.custom-file-control {
	padding: 0.37rem 0.75rem;
	border-radius: 0.25rem;
	border: 1px solid rgb(206, 212, 218);
	border-image: none;
	left: 0px;
	top: 0px;
	height: calc(2.25rem + 2px);
	right: 0px;
	color: rgb(73, 80, 87);
	line-height: 1.5;
	position: absolute;
	z-index: 5;
	pointer-events: none;
	-ms-user-select: none;
	background-color: rgb(255, 255, 255);
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

:lang(en):empty.custom-file-control::after {
	content: "Choose file...";
}

.custom-file-control::before {
	padding: 0.37rem 0.75rem;
	border-radius: 0px 0.25rem 0.25rem 0px;
	border: 1px solid rgb(206, 212, 218);
	border-image: none;
	top: -1px;
	height: calc(2.25rem + 2px);
	right: -1px;
	bottom: -1px;
	color: rgb(73, 80, 87);
	line-height: 1.5;
	display: block;
	position: absolute;
	z-index: 6;
	background-color: rgb(233, 236, 239);
}

:lang(en).custom-file-control::before {
	content: "Browse";
}

.nav {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
}

.nav-link {
	padding: 0.5rem 1rem;
	display: block;
}

.nav-link:focus {
	text-decoration: none;
}

.nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: rgb(134, 142, 150);
}

.nav-tabs {
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-image: none;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus {
	border-color: rgb(233, 236, 239) rgb(233, 236, 239) rgb(221, 221, 221);
}

.nav-tabs .nav-link:hover {
	border-color: rgb(233, 236, 239) rgb(233, 236, 239) rgb(221, 221, 221);
}

.nav-tabs .nav-link.disabled {
	border-color: transparent;
	color: rgb(134, 142, 150);
	background-color: transparent;
}

.nav-tabs .nav-item.show .nav-link {
	border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(255, 255, 255);
	color: rgb(73, 80, 87);
	background-color: rgb(255, 255, 255);
}

.nav-tabs .nav-link.active {
	border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(255, 255, 255);
	color: rgb(73, 80, 87);
	background-color: rgb(255, 255, 255);
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 123, 255);
}

.nav-pills .show>.nav-link {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 123, 255);
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	text-align: center;
	flex-grow: 1;
	flex-basis: 0px;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	padding: 0.5rem 1rem;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.navbar>.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.navbar-brand {
	line-height: inherit;
	padding-top: 0.31rem;
	padding-bottom: 0.31rem;
	font-size: 1.25rem;
	margin-right: 1rem;
	display: inline-block;
	white-space: nowrap;
}

.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand:hover {
	text-decoration: none;
}

.navbar-nav {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
}

.navbar-nav .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-nav .dropdown-menu {
	float: none;
	position: static;
}

.navbar-text {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	display: inline-block;
}

.navbar-collapse {
	flex-grow: 1;
	flex-basis: 100%;
	align-items: center;
}

.navbar-toggler {
	background: 0px 0px;
	padding: 0.25rem 0.75rem;
	border-radius: 0.25rem;
	border: 1px solid transparent;
	border-image: none;
	line-height: 1;
	font-size: 1.25rem;
}

.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler-icon {
	background: no-repeat center/100% 100%;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	display: inline-block;
	content: "";
}

@media all and (max-width:575px) {
	.navbar-expand-sm>.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-expand-sm>.container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media all and (min-width:576px) {
	.navbar-expand-sm {
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		left: auto;
		right: 0px;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm>.container {
		flex-wrap: nowrap;
	}
	.navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
	.navbar-expand-sm .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media all and (max-width:767px) {
	.navbar-expand-md>.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-expand-md>.container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media all and (min-width:768px) {
	.navbar-expand-md {
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		left: auto;
		right: 0px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md>.container {
		flex-wrap: nowrap;
	}
	.navbar-expand-md>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	.navbar-expand-md .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media all and (max-width:991px) {
	.navbar-expand-lg>.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-expand-lg>.container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media all and (min-width:992px) {
	.navbar-expand-lg {
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		left: auto;
		right: 0px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg>.container {
		flex-wrap: nowrap;
	}
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.navbar-expand-lg .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media all and (max-width:1199px) {
	.navbar-expand-xl>.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-expand-xl>.container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media all and (min-width:1200px) {
	.navbar-expand-xl {
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		left: auto;
		right: 0px;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl>.container {
		flex-wrap: nowrap;
	}
	.navbar-expand-xl>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
	.navbar-expand-xl .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

.navbar-expand {
	justify-content: flex-start;
}

.navbar-expand>.container {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand>.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
	left: auto;
	right: 0px;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand>.container {
	flex-wrap: nowrap;
}

.navbar-expand>.container-fluid {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active>.nav-link {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.show {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-toggler-icon {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: rgb(255, 255, 255);
}

.navbar-dark .navbar-brand:focus {
	color: rgb(255, 255, 255);
}

.navbar-dark .navbar-brand:hover {
	color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active>.nav-link {
	color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link.active {
	color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link.show {
	color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .show>.nav-link {
	color: rgb(255, 255, 255);
}

.navbar-dark .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-toggler-icon {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: rgb(255, 255, 255);
}

.navbar-dark .navbar-text a:focus {
	color: rgb(255, 255, 255);
}

.navbar-dark .navbar-text a:hover {
	color: rgb(255, 255, 255);
}

.card {
	border-radius: 0.25rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-image: none;
	display: flex;
	position: relative;
	-ms-word-wrap: break-word;
	min-width: 0px;
	flex-direction: column;
	background-clip: border-box;
	background-color: rgb(255, 255, 255);
}

.card>hr {
	margin-right: 0px;
	margin-left: 0px;
}

.card>:first-child.list-group :first-child.list-group-item {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card>:last-child.list-group :last-child.list-group-item {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-body {
	padding: 1.25rem;
	flex: 1 1 auto;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.37rem;
	margin-bottom: 0px;
}

:last-child.card-text {
	margin-bottom: 0px;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0px;
	border-bottom-color: rgba(0, 0, 0, 0.125);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: rgba(0, 0, 0, 0.03);
}

:first-child.card-header {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0px 0px;
}

.card-header+.list-group :first-child.list-group-item {
	border-top-color: currentColor;
	border-top-width: 0px;
	border-top-style: none;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	border-top-color: rgba(0, 0, 0, 0.125);
	border-top-width: 1px;
	border-top-style: solid;
	background-color: rgba(0, 0, 0, 0.03);
}

:last-child.card-footer {
	border-radius: 0px 0px calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.62rem;
	margin-bottom: -0.75rem;
	margin-left: -0.62rem;
	border-bottom-color: currentColor;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.card-header-pills {
	margin-right: -0.62rem;
	margin-left: -0.62rem;
}

.card-img-overlay {
	padding: 1.25rem;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

.card-img {
	border-radius: calc(.25rem - 1px);
	width: 100%;
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
	display: flex;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media all and (min-width:576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0px;
		margin-left: 15px;
		display: flex;
		flex-direction: column;
	}
}

.card-group {
	display: flex;
	flex-direction: column;
}

.card-group .card {
	margin-bottom: 15px;
}

@media all and (min-width:576px) {
	.card-group {
		flex-flow: row wrap;
	}
	.card-group .card {
		flex: 1 0 0%;
		margin-bottom: 0px;
	}
	.card-group .card+.card {
		margin-left: 0px;
		border-left-color: currentColor;
		border-left-width: 0px;
		border-left-style: none;
	}
	.card-group :first-child.card {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.card-group :first-child.card .card-img-top {
		border-top-right-radius: 0px;
	}
	.card-group :first-child.card .card-img-bottom {
		border-bottom-right-radius: 0px;
	}
	.card-group :last-child.card {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.card-group :last-child.card .card-img-top {
		border-top-left-radius: 0px;
	}
	.card-group :last-child.card .card-img-bottom {
		border-bottom-left-radius: 0px;
	}
	.card-group :only-child.card {
		border-radius: 0.25rem;
	}
	.card-group :only-child.card .card-img-top {
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}
	.card-group :only-child.card .card-img-bottom {
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}
	.card-group :not (:first-child ):not (:only-child ):not (:last-child ).card
		{
		border-radius: 0px;
	}
	.card-group :not (:first-child ):not (:only-child ):not (:last-child ).card .card-img-bottom
		{
		border-radius: 0px;
	}
	.card-group :not (:first-child ):not (:only-child ):not (:last-child ).card .card-img-top
		{
		border-radius: 0px;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media all and (min-width:576px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
		-webkit-column-count: 3;
		-webkit-column-gap: 1.25rem;
	}
	.card-columns .card {
		width: 100%;
		display: inline-block;
	}
}

.breadcrumb {
	list-style: none;
	padding: 0.75rem 1rem;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	background-color: rgb(233, 236, 239);
}

.breadcrumb-item+.breadcrumb-item::before {
	color: rgb(134, 142, 150);
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	display: inline-block;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: rgb(134, 142, 150);
}

.pagination {
	list-style: none;
	border-radius: 0.25rem;
	padding-left: 0px;
	display: flex;
}

:first-child.page-item .page-link {
	margin-left: 0px;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

:last-child.page-item .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	border-color: rgb(0, 123, 255);
	color: rgb(255, 255, 255);
	z-index: 2;
	background-color: rgb(0, 123, 255);
}

.page-item.disabled .page-link {
	border-color: rgb(221, 221, 221);
	color: rgb(134, 142, 150);
	pointer-events: none;
	background-color: rgb(255, 255, 255);
}

.page-link {
	padding: 0.5rem 0.75rem;
	border: 1px solid rgb(221, 221, 221);
	border-image: none;
	color: rgb(0, 123, 255);
	line-height: 1.25;
	margin-left: -1px;
	display: block;
	position: relative;
	background-color: rgb(255, 255, 255);
}

.page-link:focus {
	border-color: rgb(221, 221, 221);
	color: rgb(0, 86, 179);
	text-decoration: none;
	background-color: rgb(233, 236, 239);
}

.page-link:hover {
	border-color: rgb(221, 221, 221);
	color: rgb(0, 86, 179);
	text-decoration: none;
	background-color: rgb(233, 236, 239);
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	line-height: 1.5;
	font-size: 1.25rem;
}

.pagination-lg :first-child.page-item .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.pagination-lg :last-child.page-item .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	line-height: 1.5;
	font-size: 0.87rem;
}

.pagination-sm :first-child.page-item .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm :last-child.page-item .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	padding: 0.25em 0.4em;
	border-radius: 0.25rem;
	text-align: center;
	line-height: 1;
	font-size: 75%;
	font-weight: 700;
	vertical-align: baseline;
	display: inline-block;
	white-space: nowrap;
}

:empty.badge {
	display: none;
}

.btn .badge {
	top: -1px;
	position: relative;
}

.badge-pill {
	border-radius: 10rem;
	padding-right: 0.6em;
	padding-left: 0.6em;
}

.badge-primary {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 123, 255);
}

[href].badge-primary:focus {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(0, 98, 204);
}

[href].badge-primary:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(0, 98, 204);
}

.badge-secondary {
	color: rgb(255, 255, 255);
	background-color: rgb(134, 142, 150);
}

[href].badge-secondary:focus {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(108, 117, 125);
}

[href].badge-secondary:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(108, 117, 125);
}

.badge-success {
	color: rgb(255, 255, 255);
	background-color: rgb(40, 167, 69);
}

[href].badge-success:focus {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(30, 126, 52);
}

[href].badge-success:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(30, 126, 52);
}

.badge-info {
	color: rgb(255, 255, 255);
	background-color: rgb(23, 162, 184);
}

[href].badge-info:focus {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(17, 122, 139);
}

[href].badge-info:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(17, 122, 139);
}

.badge-warning {
	color: rgb(17, 17, 17);
	background-color: rgb(255, 193, 7);
}

[href].badge-warning:focus {
	color: rgb(17, 17, 17);
	text-decoration: none;
	background-color: rgb(211, 158, 0);
}

[href].badge-warning:hover {
	color: rgb(17, 17, 17);
	text-decoration: none;
	background-color: rgb(211, 158, 0);
}

.badge-danger {
	color: rgb(255, 255, 255);
	background-color: rgb(220, 53, 69);
}

[href].badge-danger:focus {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(189, 33, 48);
}

[href].badge-danger:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(189, 33, 48);
}

.badge-light {
	color: rgb(17, 17, 17);
	background-color: rgb(248, 249, 250);
}

[href].badge-light:focus {
	color: rgb(17, 17, 17);
	text-decoration: none;
	background-color: rgb(218, 224, 229);
}

[href].badge-light:hover {
	color: rgb(17, 17, 17);
	text-decoration: none;
	background-color: rgb(218, 224, 229);
}

.badge-dark {
	color: rgb(255, 255, 255);
	background-color: rgb(52, 58, 64);
}

[href].badge-dark:focus {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(29, 33, 36);
}

[href].badge-dark:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(29, 33, 36);
}

.jumbotron {
	padding: 2rem 1rem;
	border-radius: 0.3rem;
	margin-bottom: 2rem;
	background-color: rgb(233, 236, 239);
}

@media all and (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	border-radius: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.alert {
	padding: 0.75rem 1.25rem;
	border-radius: 0.25rem;
	border: 1px solid transparent;
	border-image: none;
	margin-bottom: 1rem;
	position: relative;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible .close {
	padding: 0.75rem 1.25rem;
	top: 0px;
	right: 0px;
	color: inherit;
	position: absolute;
}

.alert-primary {
	border-color: rgb(184, 218, 255);
	color: rgb(0, 64, 133);
	background-color: rgb(204, 229, 255);
}

.alert-primary hr {
	border-top-color: rgb(159, 205, 255);
}

.alert-primary .alert-link {
	color: rgb(0, 39, 82);
}

.alert-secondary {
	border-color: rgb(221, 223, 226);
	color: rgb(70, 74, 78);
	background-color: rgb(231, 232, 234);
}

.alert-secondary hr {
	border-top-color: rgb(207, 210, 214);
}

.alert-secondary .alert-link {
	color: rgb(46, 49, 51);
}

.alert-success {
	border-color: rgb(195, 230, 203);
	color: rgb(21, 87, 36);
	background-color: rgb(212, 237, 218);
}

.alert-success hr {
	border-top-color: rgb(177, 223, 187);
}

.alert-success .alert-link {
	color: rgb(11, 46, 19);
}

.alert-info {
	border-color: rgb(190, 229, 235);
	color: rgb(12, 84, 96);
	background-color: rgb(209, 236, 241);
}

.alert-info hr {
	border-top-color: rgb(171, 221, 229);
}

.alert-info .alert-link {
	color: rgb(6, 44, 51);
}

.alert-warning {
	border-color: rgb(255, 238, 186);
	color: rgb(133, 100, 4);
	background-color: rgb(255, 243, 205);
}

.alert-warning hr {
	border-top-color: rgb(255, 232, 161);
}

.alert-warning .alert-link {
	color: rgb(83, 63, 3);
}

.alert-danger {
	border-color: rgb(245, 198, 203);
	color: rgb(114, 28, 36);
	background-color: rgb(248, 215, 218);
}

.alert-danger hr {
	border-top-color: rgb(241, 176, 183);
}

.alert-danger .alert-link {
	color: rgb(73, 18, 23);
}

.alert-light {
	border-color: rgb(253, 253, 254);
	color: rgb(129, 129, 130);
	background-color: rgb(254, 254, 254);
}

.alert-light hr {
	border-top-color: rgb(236, 236, 246);
}

.alert-light .alert-link {
	color: rgb(104, 104, 104);
}

.alert-dark {
	border-color: rgb(198, 200, 202);
	color: rgb(27, 30, 33);
	background-color: rgb(214, 216, 217);
}

.alert-dark hr {
	border-top-color: rgb(185, 187, 190);
}

.alert-dark .alert-link {
	color: rgb(4, 5, 5);
}

.progress {
	border-radius: 0.25rem;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	display: flex;
	background-color: rgb(233, 236, 239);
}

.progress-bar {
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(0, 123, 255);
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
}

.media {
	display: flex;
	align-items: flex-start;
}

.media-body {
	flex: 1 1 0px;
}

.list-group {
	padding-left: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
}

.list-group-item-action {
	width: 100%;
	text-align: inherit;
	color: rgb(73, 80, 87);
}

.list-group-item-action:focus {
	color: rgb(73, 80, 87);
	text-decoration: none;
	background-color: rgb(248, 249, 250);
}

.list-group-item-action:hover {
	color: rgb(73, 80, 87);
	text-decoration: none;
	background-color: rgb(248, 249, 250);
}

.list-group-item-action:active {
	color: rgb(33, 37, 41);
	background-color: rgb(233, 236, 239);
}

.list-group-item {
	padding: 0.75rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-image: none;
	margin-bottom: -1px;
	display: block;
	position: relative;
	background-color: rgb(255, 255, 255);
}

:first-child.list-group-item {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

:last-child.list-group-item {
	margin-bottom: 0px;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus {
	text-decoration: none;
}

.list-group-item:hover {
	text-decoration: none;
}

.list-group-item.disabled {
	color: rgb(134, 142, 150);
	background-color: rgb(255, 255, 255);
}

:disabled.list-group-item {
	color: rgb(134, 142, 150);
	background-color: rgb(255, 255, 255);
}

.list-group-item.active {
	border-color: rgb(0, 123, 255);
	color: rgb(255, 255, 255);
	z-index: 2;
	background-color: rgb(0, 123, 255);
}

.list-group-flush .list-group-item {
	border-radius: 0px;
	border-right-color: currentColor;
	border-left-color: currentColor;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}

:first-child.list-group-flush :first-child.list-group-item {
	border-top-color: currentColor;
	border-top-width: 0px;
	border-top-style: none;
}

:last-child.list-group-flush :last-child.list-group-item {
	border-bottom-color: currentColor;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.list-group-item-primary {
	color: rgb(0, 64, 133);
	background-color: rgb(184, 218, 255);
}

a.list-group-item-primary {
	color: rgb(0, 64, 133);
}

button.list-group-item-primary {
	color: rgb(0, 64, 133);
}

a.list-group-item-primary:focus {
	color: rgb(0, 64, 133);
	background-color: rgb(159, 205, 255);
}

a.list-group-item-primary:hover {
	color: rgb(0, 64, 133);
	background-color: rgb(159, 205, 255);
}

button.list-group-item-primary:focus {
	color: rgb(0, 64, 133);
	background-color: rgb(159, 205, 255);
}

button.list-group-item-primary:hover {
	color: rgb(0, 64, 133);
	background-color: rgb(159, 205, 255);
}

a.list-group-item-primary.active {
	border-color: rgb(0, 64, 133);
	color: rgb(255, 255, 255);
	background-color: rgb(0, 64, 133);
}

button.list-group-item-primary.active {
	border-color: rgb(0, 64, 133);
	color: rgb(255, 255, 255);
	background-color: rgb(0, 64, 133);
}

.list-group-item-secondary {
	color: rgb(70, 74, 78);
	background-color: rgb(221, 223, 226);
}

a.list-group-item-secondary {
	color: rgb(70, 74, 78);
}

button.list-group-item-secondary {
	color: rgb(70, 74, 78);
}

a.list-group-item-secondary:focus {
	color: rgb(70, 74, 78);
	background-color: rgb(207, 210, 214);
}

a.list-group-item-secondary:hover {
	color: rgb(70, 74, 78);
	background-color: rgb(207, 210, 214);
}

button.list-group-item-secondary:focus {
	color: rgb(70, 74, 78);
	background-color: rgb(207, 210, 214);
}

button.list-group-item-secondary:hover {
	color: rgb(70, 74, 78);
	background-color: rgb(207, 210, 214);
}

a.list-group-item-secondary.active {
	border-color: rgb(70, 74, 78);
	color: rgb(255, 255, 255);
	background-color: rgb(70, 74, 78);
}

button.list-group-item-secondary.active {
	border-color: rgb(70, 74, 78);
	color: rgb(255, 255, 255);
	background-color: rgb(70, 74, 78);
}

.list-group-item-success {
	color: rgb(21, 87, 36);
	background-color: rgb(195, 230, 203);
}

a.list-group-item-success {
	color: rgb(21, 87, 36);
}

button.list-group-item-success {
	color: rgb(21, 87, 36);
}

a.list-group-item-success:focus {
	color: rgb(21, 87, 36);
	background-color: rgb(177, 223, 187);
}

a.list-group-item-success:hover {
	color: rgb(21, 87, 36);
	background-color: rgb(177, 223, 187);
}

button.list-group-item-success:focus {
	color: rgb(21, 87, 36);
	background-color: rgb(177, 223, 187);
}

button.list-group-item-success:hover {
	color: rgb(21, 87, 36);
	background-color: rgb(177, 223, 187);
}

a.list-group-item-success.active {
	border-color: rgb(21, 87, 36);
	color: rgb(255, 255, 255);
	background-color: rgb(21, 87, 36);
}

button.list-group-item-success.active {
	border-color: rgb(21, 87, 36);
	color: rgb(255, 255, 255);
	background-color: rgb(21, 87, 36);
}

.list-group-item-info {
	color: rgb(12, 84, 96);
	background-color: rgb(190, 229, 235);
}

a.list-group-item-info {
	color: rgb(12, 84, 96);
}

button.list-group-item-info {
	color: rgb(12, 84, 96);
}

a.list-group-item-info:focus {
	color: rgb(12, 84, 96);
	background-color: rgb(171, 221, 229);
}

a.list-group-item-info:hover {
	color: rgb(12, 84, 96);
	background-color: rgb(171, 221, 229);
}

button.list-group-item-info:focus {
	color: rgb(12, 84, 96);
	background-color: rgb(171, 221, 229);
}

button.list-group-item-info:hover {
	color: rgb(12, 84, 96);
	background-color: rgb(171, 221, 229);
}

a.list-group-item-info.active {
	border-color: rgb(12, 84, 96);
	color: rgb(255, 255, 255);
	background-color: rgb(12, 84, 96);
}

button.list-group-item-info.active {
	border-color: rgb(12, 84, 96);
	color: rgb(255, 255, 255);
	background-color: rgb(12, 84, 96);
}

.list-group-item-warning {
	color: rgb(133, 100, 4);
	background-color: rgb(255, 238, 186);
}

a.list-group-item-warning {
	color: rgb(133, 100, 4);
}

button.list-group-item-warning {
	color: rgb(133, 100, 4);
}

a.list-group-item-warning:focus {
	color: rgb(133, 100, 4);
	background-color: rgb(255, 232, 161);
}

a.list-group-item-warning:hover {
	color: rgb(133, 100, 4);
	background-color: rgb(255, 232, 161);
}

button.list-group-item-warning:focus {
	color: rgb(133, 100, 4);
	background-color: rgb(255, 232, 161);
}

button.list-group-item-warning:hover {
	color: rgb(133, 100, 4);
	background-color: rgb(255, 232, 161);
}

a.list-group-item-warning.active {
	border-color: rgb(133, 100, 4);
	color: rgb(255, 255, 255);
	background-color: rgb(133, 100, 4);
}

button.list-group-item-warning.active {
	border-color: rgb(133, 100, 4);
	color: rgb(255, 255, 255);
	background-color: rgb(133, 100, 4);
}

.list-group-item-danger {
	color: rgb(114, 28, 36);
	background-color: rgb(245, 198, 203);
}

a.list-group-item-danger {
	color: rgb(114, 28, 36);
}

button.list-group-item-danger {
	color: rgb(114, 28, 36);
}

a.list-group-item-danger:focus {
	color: rgb(114, 28, 36);
	background-color: rgb(241, 176, 183);
}

a.list-group-item-danger:hover {
	color: rgb(114, 28, 36);
	background-color: rgb(241, 176, 183);
}

button.list-group-item-danger:focus {
	color: rgb(114, 28, 36);
	background-color: rgb(241, 176, 183);
}

button.list-group-item-danger:hover {
	color: rgb(114, 28, 36);
	background-color: rgb(241, 176, 183);
}

a.list-group-item-danger.active {
	border-color: rgb(114, 28, 36);
	color: rgb(255, 255, 255);
	background-color: rgb(114, 28, 36);
}

button.list-group-item-danger.active {
	border-color: rgb(114, 28, 36);
	color: rgb(255, 255, 255);
	background-color: rgb(114, 28, 36);
}

.list-group-item-light {
	color: rgb(129, 129, 130);
	background-color: rgb(253, 253, 254);
}

a.list-group-item-light {
	color: rgb(129, 129, 130);
}

button.list-group-item-light {
	color: rgb(129, 129, 130);
}

a.list-group-item-light:focus {
	color: rgb(129, 129, 130);
	background-color: rgb(236, 236, 246);
}

a.list-group-item-light:hover {
	color: rgb(129, 129, 130);
	background-color: rgb(236, 236, 246);
}

button.list-group-item-light:focus {
	color: rgb(129, 129, 130);
	background-color: rgb(236, 236, 246);
}

button.list-group-item-light:hover {
	color: rgb(129, 129, 130);
	background-color: rgb(236, 236, 246);
}

a.list-group-item-light.active {
	border-color: rgb(129, 129, 130);
	color: rgb(255, 255, 255);
	background-color: rgb(129, 129, 130);
}

button.list-group-item-light.active {
	border-color: rgb(129, 129, 130);
	color: rgb(255, 255, 255);
	background-color: rgb(129, 129, 130);
}

.list-group-item-dark {
	color: rgb(27, 30, 33);
	background-color: rgb(198, 200, 202);
}

a.list-group-item-dark {
	color: rgb(27, 30, 33);
}

button.list-group-item-dark {
	color: rgb(27, 30, 33);
}

a.list-group-item-dark:focus {
	color: rgb(27, 30, 33);
	background-color: rgb(185, 187, 190);
}

a.list-group-item-dark:hover {
	color: rgb(27, 30, 33);
	background-color: rgb(185, 187, 190);
}

button.list-group-item-dark:focus {
	color: rgb(27, 30, 33);
	background-color: rgb(185, 187, 190);
}

button.list-group-item-dark:hover {
	color: rgb(27, 30, 33);
	background-color: rgb(185, 187, 190);
}

a.list-group-item-dark.active {
	border-color: rgb(27, 30, 33);
	color: rgb(255, 255, 255);
	background-color: rgb(27, 30, 33);
}

button.list-group-item-dark.active {
	border-color: rgb(27, 30, 33);
	color: rgb(255, 255, 255);
	background-color: rgb(27, 30, 33);
}

.close {
	color: rgb(0, 0, 0);
	line-height: 1;
	font-size: 1.5rem;
	font-weight: 700;
	float: right;
	opacity: 0.5;
	text-shadow: 0px 1px 0px #fff;
}

.close:focus {
	color: rgb(0, 0, 0);
	text-decoration: none;
	opacity: 0.75;
}

.close:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
	opacity: 0.75;
}

button.close {
	background: 0px 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	outline: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	display: none;
	position: fixed;
	z-index: 1050;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out, transform 0.3s ease-out;
	transform: translate(0px, -25%);
	-webkit-transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0, 0);
}

.modal-open .modal {
	-ms-overflow-x: hidden;
	-ms-overflow-y: auto;
}

.modal-dialog {
	margin: 10px;
	width: auto;
	position: relative;
	pointer-events: none;
}

.modal-content {
	outline: 0px;
	border-radius: 0.3rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-image: none;
	display: flex;
	position: relative;
	pointer-events: auto;
	flex-direction: column;
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
}

.modal-backdrop {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 1040;
	background-color: rgb(0, 0, 0);
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	padding: 15px;
	border-bottom-color: rgb(233, 236, 239);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: flex;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	justify-content: space-between;
	align-items: flex-start;
}

.modal-header .close {
	margin: -15px -15px -15px auto;
	padding: 15px;
}

.modal-title {
	line-height: 1.5;
	margin-bottom: 0px;
}

.modal-body {
	padding: 15px;
	flex: 1 1 auto;
	position: relative;
}

.modal-footer {
	padding: 15px;
	border-top-color: rgb(233, 236, 239);
	border-top-width: 1px;
	border-top-style: solid;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.modal-footer>:not (:first-child ) {
	margin-left: 0.25rem;
}

.modal-footer>:not (:last-child ) {
	margin-right: 0.25rem;
}

.modal-scrollbar-measure {
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
	position: absolute;
}

@media all and (min-width:576px) {
	.modal-dialog {
		margin: 30px auto;
		max-width: 500px;
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media all and (min-width:992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.tooltip {
	margin: 0px;
	text-align: left;
	text-transform: none;
	line-height: 1.5;
	letter-spacing: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 0.87rem;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	word-spacing: normal;
	display: block;
	white-space: normal;
	position: absolute;
	z-index: 1070;
	-ms-word-break: normal;
	-ms-word-wrap: break-word;
	opacity: 0;
	text-shadow: none;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
}

.tooltip .arrow::before {
	border-style: solid;
	border-color: transparent;
	position: absolute;
}

[x-placement^=top].tooltip.bs-tooltip-auto {
	padding: 5px 0px;
}

.tooltip.bs-tooltip-top {
	padding: 5px 0px;
}

[x-placement^=top].tooltip.bs-tooltip-auto .arrow {
	bottom: 0px;
}

.tooltip.bs-tooltip-top .arrow {
	bottom: 0px;
}

[x-placement^=top].tooltip.bs-tooltip-auto .arrow::before {
	border-width: 5px 5px 0px;
	margin-left: -3px;
	border-top-color: rgb(0, 0, 0);
	content: "";
}

.tooltip.bs-tooltip-top .arrow::before {
	border-width: 5px 5px 0px;
	margin-left: -3px;
	border-top-color: rgb(0, 0, 0);
	content: "";
}

[x-placement^=right].tooltip.bs-tooltip-auto {
	padding: 0px 5px;
}

.tooltip.bs-tooltip-right {
	padding: 0px 5px;
}

[x-placement^=right].tooltip.bs-tooltip-auto .arrow {
	left: 0px;
}

.tooltip.bs-tooltip-right .arrow {
	left: 0px;
}

[x-placement^=right].tooltip.bs-tooltip-auto .arrow::before {
	border-width: 5px 5px 5px 0px;
	margin-top: -3px;
	border-right-color: rgb(0, 0, 0);
	content: "";
}

.tooltip.bs-tooltip-right .arrow::before {
	border-width: 5px 5px 5px 0px;
	margin-top: -3px;
	border-right-color: rgb(0, 0, 0);
	content: "";
}

[x-placement^=bottom].tooltip.bs-tooltip-auto {
	padding: 5px 0px;
}

.tooltip.bs-tooltip-bottom {
	padding: 5px 0px;
}

[x-placement^=bottom].tooltip.bs-tooltip-auto .arrow {
	top: 0px;
}

.tooltip.bs-tooltip-bottom .arrow {
	top: 0px;
}

[x-placement^=bottom].tooltip.bs-tooltip-auto .arrow::before {
	border-width: 0px 5px 5px;
	margin-left: -3px;
	border-bottom-color: rgb(0, 0, 0);
	content: "";
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-width: 0px 5px 5px;
	margin-left: -3px;
	border-bottom-color: rgb(0, 0, 0);
	content: "";
}

[x-placement^=left].tooltip.bs-tooltip-auto {
	padding: 0px 5px;
}

.tooltip.bs-tooltip-left {
	padding: 0px 5px;
}

[x-placement^=left].tooltip.bs-tooltip-auto .arrow {
	right: 0px;
}

.tooltip.bs-tooltip-left .arrow {
	right: 0px;
}

[x-placement^=left].tooltip.bs-tooltip-auto .arrow::before {
	border-width: 5px 0px 5px 5px;
	right: 0px;
	margin-top: -3px;
	border-left-color: rgb(0, 0, 0);
	content: "";
}

.tooltip.bs-tooltip-left .arrow::before {
	border-width: 5px 0px 5px 5px;
	right: 0px;
	margin-top: -3px;
	border-left-color: rgb(0, 0, 0);
	content: "";
}

.tooltip-inner {
	padding: 3px 8px;
	border-radius: 0.25rem;
	text-align: center;
	color: rgb(255, 255, 255);
	max-width: 200px;
	background-color: rgb(0, 0, 0);
}

.popover {
	border-radius: 0.3rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-image: none;
	left: 0px;
	top: 0px;
	text-align: left;
	text-transform: none;
	line-height: 1.5;
	letter-spacing: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 0.87rem;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	word-spacing: normal;
	display: block;
	white-space: normal;
	position: absolute;
	z-index: 1060;
	-ms-word-break: normal;
	-ms-word-wrap: break-word;
	max-width: 276px;
	text-shadow: none;
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
}

.popover .arrow {
	width: 0.8rem;
	height: 0.4rem;
	display: block;
	position: absolute;
}

.popover .arrow::after {
	border-style: solid;
	border-color: transparent;
	display: block;
	position: absolute;
}

.popover .arrow::before {
	border-style: solid;
	border-color: transparent;
	display: block;
	position: absolute;
}

.popover .arrow::before {
	border-width: 0.8rem;
	content: "";
}

.popover .arrow::after {
	border-width: 0.8rem;
	content: "";
}

[x-placement^=top].popover.bs-popover-auto {
	margin-bottom: 0.8rem;
}

.popover.bs-popover-top {
	margin-bottom: 0.8rem;
}

[x-placement^=top].popover.bs-popover-auto .arrow {
	bottom: 0px;
}

.popover.bs-popover-top .arrow {
	bottom: 0px;
}

[x-placement^=top].popover.bs-popover-auto .arrow::after {
	border-bottom-width: 0px;
}

[x-placement^=top].popover.bs-popover-auto .arrow::before {
	border-bottom-width: 0px;
}

.popover.bs-popover-top .arrow::after {
	border-bottom-width: 0px;
}

.popover.bs-popover-top .arrow::before {
	border-bottom-width: 0px;
}

[x-placement^=top].popover.bs-popover-auto .arrow::before {
	bottom: -0.8rem;
	margin-left: -0.8rem;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-top .arrow::before {
	bottom: -0.8rem;
	margin-left: -0.8rem;
	border-top-color: rgba(0, 0, 0, 0.25);
}

[x-placement^=top].popover.bs-popover-auto .arrow::after {
	bottom: calc(( .8rem - 1px)* -1);
	margin-left: -0.8rem;
	border-top-color: rgb(255, 255, 255);
}

.popover.bs-popover-top .arrow::after {
	bottom: calc(( .8rem - 1px)* -1);
	margin-left: -0.8rem;
	border-top-color: rgb(255, 255, 255);
}

[x-placement^=right].popover.bs-popover-auto {
	margin-left: 0.8rem;
}

.popover.bs-popover-right {
	margin-left: 0.8rem;
}

[x-placement^=right].popover.bs-popover-auto .arrow {
	left: 0px;
}

.popover.bs-popover-right .arrow {
	left: 0px;
}

[x-placement^=right].popover.bs-popover-auto .arrow::after {
	margin-top: -0.8rem;
	border-left-width: 0px;
}

[x-placement^=right].popover.bs-popover-auto .arrow::before {
	margin-top: -0.8rem;
	border-left-width: 0px;
}

.popover.bs-popover-right .arrow::after {
	margin-top: -0.8rem;
	border-left-width: 0px;
}

.popover.bs-popover-right .arrow::before {
	margin-top: -0.8rem;
	border-left-width: 0px;
}

[x-placement^=right].popover.bs-popover-auto .arrow::before {
	left: -0.8rem;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-right .arrow::before {
	left: -0.8rem;
	border-right-color: rgba(0, 0, 0, 0.25);
}

[x-placement^=right].popover.bs-popover-auto .arrow::after {
	left: calc(( .8rem - 1px)* -1);
	border-right-color: rgb(255, 255, 255);
}

.popover.bs-popover-right .arrow::after {
	left: calc(( .8rem - 1px)* -1);
	border-right-color: rgb(255, 255, 255);
}

[x-placement^=bottom].popover.bs-popover-auto {
	margin-top: 0.8rem;
}

.popover.bs-popover-bottom {
	margin-top: 0.8rem;
}

[x-placement^=bottom].popover.bs-popover-auto .arrow {
	top: 0px;
}

.popover.bs-popover-bottom .arrow {
	top: 0px;
}

[x-placement^=bottom].popover.bs-popover-auto .arrow::after {
	margin-left: -0.8rem;
	border-top-width: 0px;
}

[x-placement^=bottom].popover.bs-popover-auto .arrow::before {
	margin-left: -0.8rem;
	border-top-width: 0px;
}

.popover.bs-popover-bottom .arrow::after {
	margin-left: -0.8rem;
	border-top-width: 0px;
}

.popover.bs-popover-bottom .arrow::before {
	margin-left: -0.8rem;
	border-top-width: 0px;
}

[x-placement^=bottom].popover.bs-popover-auto .arrow::before {
	top: -0.8rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-bottom .arrow::before {
	top: -0.8rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

[x-placement^=bottom].popover.bs-popover-auto .arrow::after {
	top: calc(( .8rem - 1px)* -1);
	border-bottom-color: rgb(255, 255, 255);
}

.popover.bs-popover-bottom .arrow::after {
	top: calc(( .8rem - 1px)* -1);
	border-bottom-color: rgb(255, 255, 255);
}

[x-placement^=bottom].popover.bs-popover-auto .popover-header::before {
	left: 50%;
	top: 0px;
	width: 20px;
	margin-left: -10px;
	border-bottom-color: rgb(247, 247, 247);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	content: "";
}

.popover.bs-popover-bottom .popover-header::before {
	left: 50%;
	top: 0px;
	width: 20px;
	margin-left: -10px;
	border-bottom-color: rgb(247, 247, 247);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	content: "";
}

[x-placement^=left].popover.bs-popover-auto {
	margin-right: 0.8rem;
}

.popover.bs-popover-left {
	margin-right: 0.8rem;
}

[x-placement^=left].popover.bs-popover-auto .arrow {
	right: 0px;
}

.popover.bs-popover-left .arrow {
	right: 0px;
}

[x-placement^=left].popover.bs-popover-auto .arrow::after {
	margin-top: -0.8rem;
	border-right-width: 0px;
}

[x-placement^=left].popover.bs-popover-auto .arrow::before {
	margin-top: -0.8rem;
	border-right-width: 0px;
}

.popover.bs-popover-left .arrow::after {
	margin-top: -0.8rem;
	border-right-width: 0px;
}

.popover.bs-popover-left .arrow::before {
	margin-top: -0.8rem;
	border-right-width: 0px;
}

[x-placement^=left].popover.bs-popover-auto .arrow::before {
	right: -0.8rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-left .arrow::before {
	right: -0.8rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}

[x-placement^=left].popover.bs-popover-auto .arrow::after {
	right: calc(( .8rem - 1px)* -1);
	border-left-color: rgb(255, 255, 255);
}

.popover.bs-popover-left .arrow::after {
	right: calc(( .8rem - 1px)* -1);
	border-left-color: rgb(255, 255, 255);
}

.popover-header {
	padding: 0.5rem 0.75rem;
	color: inherit;
	font-size: 1rem;
	margin-bottom: 0px;
	border-bottom-color: rgb(235, 235, 235);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
	background-color: rgb(247, 247, 247);
}

:empty.popover-header {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: rgb(33, 37, 41);
}

.carousel {
	position: relative;
}

.carousel-inner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.carousel-item {
	transition: transform 0.6s, transform 0.6s;
	width: 100%;
	display: none;
	position: relative;
	perspective: 1000px;
	backface-visibility: hidden;
	align-items: center;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
}

.carousel-item-next {
	display: block;
}

.carousel-item-prev {
	display: block;
}

.carousel-item.active {
	display: block;
}

.carousel-item-next {
	top: 0px;
	position: absolute;
}

.carousel-item-prev {
	top: 0px;
	position: absolute;
}

.carousel-item-next.carousel-item-left {
	transform: translateX(0px);
	-webkit-transform: translateX(0);
}

.carousel-item-prev.carousel-item-right {
	transform: translateX(0px);
	-webkit-transform: translateX(0);
}

.active.carousel-item-right {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.carousel-item-next {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.active.carousel-item-left {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

.carousel-item-prev {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

.carousel-control-next {
	top: 0px;
	width: 15%;
	text-align: center;
	bottom: 0px;
	color: rgb(255, 255, 255);
	display: flex;
	position: absolute;
	opacity: 0.5;
	justify-content: center;
	align-items: center;
}

.carousel-control-prev {
	top: 0px;
	width: 15%;
	text-align: center;
	bottom: 0px;
	color: rgb(255, 255, 255);
	display: flex;
	position: absolute;
	opacity: 0.5;
	justify-content: center;
	align-items: center;
}

.carousel-control-next:focus {
	outline: 0px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	opacity: 0.9;
}

.carousel-control-next:hover {
	outline: 0px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	opacity: 0.9;
}

.carousel-control-prev:focus {
	outline: 0px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	opacity: 0.9;
}

.carousel-control-prev:hover {
	outline: 0px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0px;
}

.carousel-control-next {
	right: 0px;
}

.carousel-control-next-icon {
	background: no-repeat center/100% 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.carousel-control-prev-icon {
	background: no-repeat center/100% 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.carousel-control-prev-icon {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
	list-style: none;
	left: 0px;
	right: 0px;
	bottom: 10px;
	padding-left: 0px;
	margin-right: 15%;
	margin-left: 15%;
	display: flex;
	position: absolute;
	z-index: 15;
	justify-content: center;
}

.carousel-indicators li {
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	text-indent: -999px;
	margin-right: 3px;
	margin-left: 3px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
	left: 0px;
	top: -10px;
	width: 100%;
	height: 10px;
	display: inline-block;
	position: absolute;
	content: "";
}

.carousel-indicators li::after {
	left: 0px;
	width: 100%;
	height: 10px;
	bottom: -10px;
	display: inline-block;
	position: absolute;
	content: "";
}

.carousel-indicators .active {
	background-color: rgb(255, 255, 255);
}

.carousel-caption {
	left: 15%;
	text-align: center;
	right: 15%;
	bottom: 20px;
	color: rgb(255, 255, 255);
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	z-index: 10;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: rgb(0, 123, 255) !important;
}

a.bg-primary:focus {
	background-color: rgb(0, 98, 204) !important;
}

a.bg-primary:hover {
	background-color: rgb(0, 98, 204) !important;
}

.bg-secondary {
	background-color: rgb(134, 142, 150) !important;
}

a.bg-secondary:focus {
	background-color: rgb(108, 117, 125) !important;
}

a.bg-secondary:hover {
	background-color: rgb(108, 117, 125) !important;
}

.bg-success {
	background-color: rgb(40, 167, 69) !important;
}

a.bg-success:focus {
	background-color: rgb(30, 126, 52) !important;
}

a.bg-success:hover {
	background-color: rgb(30, 126, 52) !important;
}

.bg-info {
	background-color: rgb(23, 162, 184) !important;
}

a.bg-info:focus {
	background-color: rgb(17, 122, 139) !important;
}

a.bg-info:hover {
	background-color: rgb(17, 122, 139) !important;
}

.bg-warning {
	background-color: rgb(255, 193, 7) !important;
}

a.bg-warning:focus {
	background-color: rgb(211, 158, 0) !important;
}

a.bg-warning:hover {
	background-color: rgb(211, 158, 0) !important;
}

.bg-danger {
	background-color: rgb(220, 53, 69) !important;
}

a.bg-danger:focus {
	background-color: rgb(189, 33, 48) !important;
}

a.bg-danger:hover {
	background-color: rgb(189, 33, 48) !important;
}

.bg-light {
	background-color: rgb(248, 249, 250) !important;
}

a.bg-light:focus {
	background-color: rgb(218, 224, 229) !important;
}

a.bg-light:hover {
	background-color: rgb(218, 224, 229) !important;
}

.bg-dark {
	background-color: rgb(52, 58, 64) !important;
}

a.bg-dark:focus {
	background-color: rgb(29, 33, 36) !important;
}

a.bg-dark:hover {
	background-color: rgb(29, 33, 36) !important;
}

.bg-white {
	background-color: rgb(255, 255, 255) !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid rgb(233, 236, 239) !important;
	border-image: none !important;
}

.border-0 {
	border: 0px currentColor !important;
	border-image: none !important;
}

.border-top-0 {
	border-top-color: currentColor !important;
	border-top-width: 0px !important;
	border-top-style: none !important;
}

.border-right-0 {
	border-right-color: currentColor !important;
	border-right-width: 0px !important;
	border-right-style: none !important;
}

.border-bottom-0 {
	border-bottom-color: currentColor !important;
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
}

.border-left-0 {
	border-left-color: currentColor !important;
	border-left-width: 0px !important;
	border-left-style: none !important;
}

.border-primary {
	border-color: rgb(0, 123, 255) !important;
}

.border-secondary {
	border-color: rgb(134, 142, 150) !important;
}

.border-success {
	border-color: rgb(40, 167, 69) !important;
}

.border-info {
	border-color: rgb(23, 162, 184) !important;
}

.border-warning {
	border-color: rgb(255, 193, 7) !important;
}

.border-danger {
	border-color: rgb(220, 53, 69) !important;
}

.border-light {
	border-color: rgb(248, 249, 250) !important;
}

.border-dark {
	border-color: rgb(52, 58, 64) !important;
}

.border-white {
	border-color: rgb(255, 255, 255) !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0px !important;
}

.clearfix::after {
	clear: both;
	display: block;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media all and (min-width:576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media all and (min-width:768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media all and (min-width:992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media all and (min-width:1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

.d-print-block {
	display: none !important;
}

@media print {
	.d-print-block {
		display: block !important;
	}
}

.d-print-inline {
	display: none !important;
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
}

.d-print-inline-block {
	display: none !important;
}

@media print {
	.d-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
}

.embed-responsive {
	padding: 0px;
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item {
	border: 0px currentColor;
	border-image: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	bottom: 0px;
	position: absolute;
}

.embed-responsive embed {
	border: 0px currentColor;
	border-image: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	bottom: 0px;
	position: absolute;
}

.embed-responsive iframe {
	border: 0px currentColor;
	border-image: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	bottom: 0px;
	position: absolute;
}

.embed-responsive object {
	border: 0px currentColor;
	border-image: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	bottom: 0px;
	position: absolute;
}

.embed-responsive video {
	border: 0px currentColor;
	border-image: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	bottom: 0px;
	position: absolute;
}

.embed-responsive-21by9::before {
	padding-top: 42.85%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media all and (min-width:576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media all and (min-width:768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media all and (min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media all and (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media all and (min-width:576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media all and (min-width:768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media all and (min-width:992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media all and (min-width:1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	
}

.fixed-top {
	left: 0px;
	top: 0px;
	right: 0px;
	position: fixed;
	z-index: 1030;
}

.fixed-bottom {
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 1030;
}

.sr-only {
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	clip: rect(0px, 0px, 0px, 0px);
	-webkit-clip-path: inset(50%);
}

.sr-only-focusable:active {
	width: auto;
	height: auto;
	overflow: visible;
	white-space: normal;
	position: static;
	clip: auto;
	clip-path: none;
	-webkit-clip-path: none;
}

.sr-only-focusable:focus {
	width: auto;
	height: auto;
	overflow: visible;
	white-space: normal;
	position: static;
	clip: auto;
	clip-path: none;
	-webkit-clip-path: none;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.m-0 {
	margin: 0px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.my-0 {
	margin-top: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mx-0 {
	margin-right: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.my-0 {
	margin-bottom: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mx-0 {
	margin-left: 0px !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.my-3 {
	margin-top: 1rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.my-5 {
	margin-top: 3rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.py-0 {
	padding-top: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.px-0 {
	padding-right: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.py-0 {
	padding-bottom: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.px-0 {
	padding-left: 0px !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1 {
	padding-right: 0.25rem !important;
}

.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1 {
	padding-left: 0.25rem !important;
}

.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.py-3 {
	padding-top: 1rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.px-3 {
	padding-right: 1rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.py-5 {
	padding-top: 3rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.px-5 {
	padding-right: 3rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.px-5 {
	padding-left: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto {
	margin-top: auto !important;
}

.my-auto {
	margin-top: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mx-auto {
	margin-right: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.my-auto {
	margin-bottom: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mx-auto {
	margin-left: auto !important;
}

@media all and (min-width:576px) {
	.m-sm-0 {
		margin: 0px !important;
	}
	.mt-sm-0 {
		margin-top: 0px !important;
	}
	.my-sm-0 {
		margin-top: 0px !important;
	}
	.mr-sm-0 {
		margin-right: 0px !important;
	}
	.mx-sm-0 {
		margin-right: 0px !important;
	}
	.mb-sm-0 {
		margin-bottom: 0px !important;
	}
	.my-sm-0 {
		margin-bottom: 0px !important;
	}
	.ml-sm-0 {
		margin-left: 0px !important;
	}
	.mx-sm-0 {
		margin-left: 0px !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1 {
		margin-left: 0.25rem !important;
	}
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2 {
		margin-left: 0.5rem !important;
	}
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3 {
		margin-right: 1rem !important;
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3 {
		margin-left: 1rem !important;
	}
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4 {
		margin-left: 1.5rem !important;
	}
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5 {
		margin-right: 3rem !important;
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5 {
		margin-left: 3rem !important;
	}
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0px !important;
	}
	.pt-sm-0 {
		padding-top: 0px !important;
	}
	.py-sm-0 {
		padding-top: 0px !important;
	}
	.pr-sm-0 {
		padding-right: 0px !important;
	}
	.px-sm-0 {
		padding-right: 0px !important;
	}
	.pb-sm-0 {
		padding-bottom: 0px !important;
	}
	.py-sm-0 {
		padding-bottom: 0px !important;
	}
	.pl-sm-0 {
		padding-left: 0px !important;
	}
	.px-sm-0 {
		padding-left: 0px !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1 {
		padding-right: 0.25rem !important;
	}
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1 {
		padding-left: 0.25rem !important;
	}
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2 {
		padding-right: 0.5rem !important;
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2 {
		padding-left: 0.5rem !important;
	}
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3 {
		padding-right: 1rem !important;
	}
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3 {
		padding-left: 1rem !important;
	}
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4 {
		padding-right: 1.5rem !important;
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4 {
		padding-left: 1.5rem !important;
	}
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5 {
		padding-right: 3rem !important;
	}
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5 {
		padding-left: 3rem !important;
	}
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto {
		margin-right: auto !important;
	}
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto {
		margin-left: auto !important;
	}
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media all and (min-width:768px) {
	.m-md-0 {
		margin: 0px !important;
	}
	.mt-md-0 {
		margin-top: 0px !important;
	}
	.my-md-0 {
		margin-top: 0px !important;
	}
	.mr-md-0 {
		margin-right: 0px !important;
	}
	.mx-md-0 {
		margin-right: 0px !important;
	}
	.mb-md-0 {
		margin-bottom: 0px !important;
	}
	.my-md-0 {
		margin-bottom: 0px !important;
	}
	.ml-md-0 {
		margin-left: 0px !important;
	}
	.mx-md-0 {
		margin-left: 0px !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1 {
		margin-top: 0.25rem !important;
	}
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1 {
		margin-right: 0.25rem !important;
	}
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1 {
		margin-left: 0.25rem !important;
	}
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2 {
		margin-top: 0.5rem !important;
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2 {
		margin-right: 0.5rem !important;
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2 {
		margin-left: 0.5rem !important;
	}
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3 {
		margin-right: 1rem !important;
	}
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3 {
		margin-left: 1rem !important;
	}
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4 {
		margin-right: 1.5rem !important;
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4 {
		margin-left: 1.5rem !important;
	}
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5 {
		margin-right: 3rem !important;
	}
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5 {
		margin-left: 3rem !important;
	}
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0px !important;
	}
	.pt-md-0 {
		padding-top: 0px !important;
	}
	.py-md-0 {
		padding-top: 0px !important;
	}
	.pr-md-0 {
		padding-right: 0px !important;
	}
	.px-md-0 {
		padding-right: 0px !important;
	}
	.pb-md-0 {
		padding-bottom: 0px !important;
	}
	.py-md-0 {
		padding-bottom: 0px !important;
	}
	.pl-md-0 {
		padding-left: 0px !important;
	}
	.px-md-0 {
		padding-left: 0px !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1 {
		padding-top: 0.25rem !important;
	}
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1 {
		padding-right: 0.25rem !important;
	}
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1 {
		padding-left: 0.25rem !important;
	}
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2 {
		padding-top: 0.5rem !important;
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2 {
		padding-right: 0.5rem !important;
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2 {
		padding-left: 0.5rem !important;
	}
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3 {
		padding-right: 1rem !important;
	}
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3 {
		padding-left: 1rem !important;
	}
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4 {
		padding-right: 1.5rem !important;
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4 {
		padding-left: 1.5rem !important;
	}
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5 {
		padding-right: 3rem !important;
	}
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5 {
		padding-left: 3rem !important;
	}
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto {
		margin-right: auto !important;
	}
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto {
		margin-left: auto !important;
	}
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media all and (min-width:992px) {
	.m-lg-0 {
		margin: 0px !important;
	}
	.mt-lg-0 {
		margin-top: 0px !important;
	}
	.my-lg-0 {
		margin-top: 0px !important;
	}
	.mr-lg-0 {
		margin-right: 0px !important;
	}
	.mx-lg-0 {
		margin-right: 0px !important;
	}
	.mb-lg-0 {
		margin-bottom: 0px !important;
	}
	.my-lg-0 {
		margin-bottom: 0px !important;
	}
	.ml-lg-0 {
		margin-left: 0px !important;
	}
	.mx-lg-0 {
		margin-left: 0px !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1 {
		margin-left: 0.25rem !important;
	}
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2 {
		margin-left: 0.5rem !important;
	}
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3 {
		margin-right: 1rem !important;
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3 {
		margin-left: 1rem !important;
	}
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4 {
		margin-left: 1.5rem !important;
	}
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5 {
		margin-right: 3rem !important;
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5 {
		margin-left: 3rem !important;
	}
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0px !important;
	}
	.pt-lg-0 {
		padding-top: 0px !important;
	}
	.py-lg-0 {
		padding-top: 0px !important;
	}
	.pr-lg-0 {
		padding-right: 0px !important;
	}
	.px-lg-0 {
		padding-right: 0px !important;
	}
	.pb-lg-0 {
		padding-bottom: 0px !important;
	}
	.py-lg-0 {
		padding-bottom: 0px !important;
	}
	.pl-lg-0 {
		padding-left: 0px !important;
	}
	.px-lg-0 {
		padding-left: 0px !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1 {
		padding-right: 0.25rem !important;
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1 {
		padding-left: 0.25rem !important;
	}
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2 {
		padding-right: 0.5rem !important;
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2 {
		padding-left: 0.5rem !important;
	}
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3 {
		padding-right: 1rem !important;
	}
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3 {
		padding-left: 1rem !important;
	}
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4 {
		padding-right: 1.5rem !important;
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4 {
		padding-left: 1.5rem !important;
	}
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5 {
		padding-right: 3rem !important;
	}
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5 {
		padding-left: 3rem !important;
	}
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto {
		margin-right: auto !important;
	}
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto {
		margin-left: auto !important;
	}
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media all and (min-width:1200px) {
	.m-xl-0 {
		margin: 0px !important;
	}
	.mt-xl-0 {
		margin-top: 0px !important;
	}
	.my-xl-0 {
		margin-top: 0px !important;
	}
	.mr-xl-0 {
		margin-right: 0px !important;
	}
	.mx-xl-0 {
		margin-right: 0px !important;
	}
	.mb-xl-0 {
		margin-bottom: 0px !important;
	}
	.my-xl-0 {
		margin-bottom: 0px !important;
	}
	.ml-xl-0 {
		margin-left: 0px !important;
	}
	.mx-xl-0 {
		margin-left: 0px !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1 {
		margin-left: 0.25rem !important;
	}
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2 {
		margin-left: 0.5rem !important;
	}
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3 {
		margin-right: 1rem !important;
	}
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3 {
		margin-left: 1rem !important;
	}
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4 {
		margin-left: 1.5rem !important;
	}
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5 {
		margin-right: 3rem !important;
	}
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5 {
		margin-left: 3rem !important;
	}
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0px !important;
	}
	.pt-xl-0 {
		padding-top: 0px !important;
	}
	.py-xl-0 {
		padding-top: 0px !important;
	}
	.pr-xl-0 {
		padding-right: 0px !important;
	}
	.px-xl-0 {
		padding-right: 0px !important;
	}
	.pb-xl-0 {
		padding-bottom: 0px !important;
	}
	.py-xl-0 {
		padding-bottom: 0px !important;
	}
	.pl-xl-0 {
		padding-left: 0px !important;
	}
	.px-xl-0 {
		padding-left: 0px !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1 {
		padding-right: 0.25rem !important;
	}
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1 {
		padding-left: 0.25rem !important;
	}
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2 {
		padding-right: 0.5rem !important;
	}
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2 {
		padding-left: 0.5rem !important;
	}
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3 {
		padding-right: 1rem !important;
	}
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3 {
		padding-left: 1rem !important;
	}
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4 {
		padding-right: 1.5rem !important;
	}
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4 {
		padding-left: 1.5rem !important;
	}
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5 {
		padding-right: 3rem !important;
	}
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5 {
		padding-left: 3rem !important;
	}
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto {
		margin-right: auto !important;
	}
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto {
		margin-left: auto !important;
	}
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media all and (min-width:576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media all and (min-width:768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media all and (min-width:992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media all and (min-width:1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: rgb(255, 255, 255) !important;
}

.text-primary {
	color: rgb(0, 123, 255) !important;
}

a.text-primary:focus {
	color: rgb(0, 98, 204) !important;
}

a.text-primary:hover {
	color: rgb(0, 98, 204) !important;
}

.text-secondary {
	color: rgb(134, 142, 150) !important;
}

a.text-secondary:focus {
	color: rgb(108, 117, 125) !important;
}

a.text-secondary:hover {
	color: rgb(108, 117, 125) !important;
}

.text-success {
	color: rgb(40, 167, 69) !important;
}

a.text-success:focus {
	color: rgb(30, 126, 52) !important;
}

a.text-success:hover {
	color: rgb(30, 126, 52) !important;
}

.text-info {
	color: rgb(23, 162, 184) !important;
}

a.text-info:focus {
	color: rgb(17, 122, 139) !important;
}

a.text-info:hover {
	color: rgb(17, 122, 139) !important;
}

.text-warning {
	color: rgb(255, 193, 7) !important;
}

a.text-warning:focus {
	color: rgb(211, 158, 0) !important;
}

a.text-warning:hover {
	color: rgb(211, 158, 0) !important;
}

.text-danger {
	color: rgb(220, 53, 69) !important;
}

a.text-danger:focus {
	color: rgb(189, 33, 48) !important;
}

a.text-danger:hover {
	color: rgb(189, 33, 48) !important;
}

.text-light {
	color: rgb(248, 249, 250) !important;
}

a.text-light:focus {
	color: rgb(218, 224, 229) !important;
}

a.text-light:hover {
	color: rgb(218, 224, 229) !important;
}

.text-dark {
	color: rgb(52, 58, 64) !important;
}

a.text-dark:focus {
	color: rgb(29, 33, 36) !important;
}

a.text-dark:hover {
	color: rgb(29, 33, 36) !important;
}

.text-muted {
	color: rgb(134, 142, 150) !important;
}

.text-hide {
	font: 0px/0 a;
	border: 0px currentColor;
	border-image: none;
	color: transparent;
	font-size-adjust: none;
	font-stretch: normal;
	text-shadow: none;
	background-color: transparent;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}