html {
	position: relative;
	min-height: 100%
}

html[dir='rtl'] #auto_refresh_description,
html[dir='rtl'] #log_retention_period_help {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

html[dir='ltr'] #auto_refresh_description,
html[dir='ltr'] #log_retention_period_help {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

body {
	padding-top: 4.5rem;
	margin-bottom: 80px
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.64)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.85)
}

dl,
dt,
dd {
	margin-bottom: 0
}

footer .text-muted {
	color: #4C5557 !important
}

a,
button,
.nav-link {
	min-height: 44px !important;
	min-width: 44px !important
}

a.icon {
	text-decoration: none;
	cursor: pointer;
	padding-left: 10px
}

form.form-signin input[type="text"],
form.form-reset input[type="text"] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

form.form-signin input[type="password"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

form.form-reset input#input-password {
	border-radius: 0
}

form.form-reset input#input-password-repeat {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

form.form-signin,
form.form-forgot,
form.form-reset {
	margin: auto
}

table {
	table-layout: fixed
}

th,
td {
	max-width: 1px
}

.content {
	word-wrap: break-word;
	overflow-wrap: break-word
}

table tr[visible='false'],
.no-result {
	display: none
}

table tr[visible='true'] {
	display: table-row
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: unset
}

#meter {
	border-radius: 200px 200px 0 0;
	height: 100px;
	margin: 50px auto 0;
	overflow: hidden;
	position: relative;
	width: 200px
}

#meter:before {
	background: #fbfbfb;
	border-radius: 200px 200px 0 0;
	-webkit-box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15) inset;
	content: "";
	height: 100px;
	position: absolute;
	width: 200px
}

#meter:after {
	background: #fff;
	border-radius: 140px 140px 0 0;
	bottom: 0;
	-webkit-box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15);
	content: "\a" attr(data-value) "%\a" attr(translation);
	font-size: 1.5em;
	font-weight: 100;
	height: 80px;
	left: 20px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	width: 160px;
	z-index: 3;
	white-space: pre
}

#needle {
	background: rgba(52, 52, 64, 0.7);
	border-radius: 4px;
	bottom: -4px;
	-webkit-box-shadow: 3px -1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 3px -1px 4px rgba(0, 0, 0, 0.4);
	display: block;
	height: 8px;
	left: 5px;
	position: absolute;
	width: 95px;
	-webkit-transform-origin: 100% 4px;
	transform-origin: 100% 4px;
	-webkit-transition: all 1s;
	transition: all 1s;
	border-radius: 4px;
	bottom: -4px;
	box-shadow: 3px -1px 4px rgba(0, 0, 0, 0.4);
	display: block;
	height: 8px;
	left: 5px;
	position: absolute;
	width: 95px;
	transform-origin: 100% 4px;
	transition: all 1s
}

.dropdown-menu.show {
	left: inherit;
	right: 0px
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.b-example-divider {
	width: 100%;
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
	--bd-violet-bg: #5295e8;
	--bd-violet-rgb: 112.520718, 44.062154, 249.437846;

	--bs-btn-font-weight: 600;
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bd-violet-bg);
	--bs-btn-border-color: var(--bd-violet-bg);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #3c6aa3;
	--bs-btn-hover-border-color: #3c6aa3;
	--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #3c6aa3;
	--bs-btn-active-border-color: #3c6aa3;
}

.bd-mode-toggle {
	z-index: 1500;
}

/*# sourceMappingURL=style.min.css.map */