h1 {
	margin-top: 16px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: var(--bs-primary);
}

hr {
	clear:both;
	margin-bottom: 0;
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, white, transparent, white), linear-gradient(transparent, rgba(0,0,0,0.55) 150%);
	background-image: -moz-linear-gradient(to right, white, transparent, white), -webkit-linear-gradient(transparent, rgba(0,0,0,0.55) 150%);
	background-image: -ms-linear-gradient(to right, white, transparent, white), -webkit-linear-gradient(transparent, rgba(0,0,0,0.55) 150%);
}

.calendar-today {
	background-color: var(--bs-success-bg-subtle);
}

.calendar-height {
	min-height: 125px;
}

.setting_restricted {
	font-weight: bold;
	color: var(--bs-danger);
}

.text-justify {
	text-align: justify;
}

h2.high-margin {
	margin-top: 150px !important;
}

.icon-btn, .icon-btn-danger, .icon-btn-success {
	height: 16px;
	width: 16px;
	vertical-align: -.125em;
}

.icon-btn-danger {
	color: var(--bs-danger);
}

.icon-btn-success {
	color: var(--bs-success);
}

.icon-img {
	height: 24px;
	width: 24px;
}

.icon-img-trend1,
.icon-img-trend-1,
.icon-img-trend0 {
	vertical-align: center;
}

.icon-img-trend1, .icon-img-trend-1 {
	height: 16px;
	width: 16px;
}

.icon-img-trend0, .icon-img-trend {
	height: 6px;
	width: 6px;
	margin-left: 6px;
	margin-right: 4px;
}

.icon-img-trend {
	visibility: hidden;
}

.icon-img-s {
	height: 20px;
	width: 20px;
}

tr.text-muted td {
	color: inherit;
}

#navbarNav2 {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-around !important;
	align-items: baseline !important;
	align-content: space-around !important;
}

.overline {
	text-decoration: overline;
}
