span.mslb {
	font-weight: 700;
}
html.html_stretched, html .main_color {
	background-color: var(--background);
}
#progress {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 8px;
	background: var(--secondary);
	animation: progressanim 0.8s linear;
}
.forms, #emailreport {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 360px;
	max-width: 90%;
	max-height: calc(100% - 40px);
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.actions {
	margin: 12px auto;
}
#tree {
	display: none;
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	max-width: 90%;
	overflow: scroll;
	height: calc(100% - 40px);
	-ms-overflow-style: none;
	scrollbar-width: none;
	user-select: none;
}
#tree .banner {
	text-align: center;
}
#tree .category {
	display: block;
}
#tree .inner {
	margin-left: 12px;
}
#tree .category .title {
	display: block;
	font-weight: bold;
	margin-top: 12px;
	cursor: pointer;
	user-select: none;
}
#tree .category .title i {
	font-size: 13px;
	margin-left: 6px;
}
#tree .document {
	display: block;
	cursor: pointer;
	color: var(--secondary);
	font-size: 16px;
}
#tree .category::first-of-type {
	margin-left: 0px;
}
#viewtree {
	display: block;
	width: fit-content;
	margin: auto;
	margin-top: 20px;
	color: var(--secondary);
	cursor: pointer;
}
.search {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 400px;
	min-height: 300px;
	max-height: calc(100% - 50px);
	overflow-y: scroll;
	transform: translate(-50%, -50%);
	-ms-overflow-style: none;
	scrollbar-width: none;
	user-select: none;
}
.backarrow {
	display: block;
	margin: 6px 0px;
	padding: 6px 0px;
	font-weight: bold;
	user-select: none;
	cursor: pointer;
}
.backarrow i {
	margin-right: 10px;
}
#top .search input[type] {
	display: block;
	position: relative;
	background: white;
	color: black;
	width: 100%;
	font-family: var(--enfold-font-family-heading);
	font-size: 18px;
	padding: 12px;
	border-radius: 20px;
	margin: 0px;
	margin-top: 12px;
}
.search button {
	display: block;
	position: relative;
	margin: auto;
	width: 100%;
	padding: 12px 0px;
	border-radius: 20px;
	background: var(--button);
	color: var(--background);
	border: solid 3px var(--button);
	margin-top: 18px;
	font-family: var(--enfold-font-family-heading);
	font-size: 22px;
	cursor: pointer;
	outline: none;
	transition: background .2s;
	-webkit-tap-highlight-color: transparent;
}
.search button:hover {
	background: var(--background);
	color: var(--button);
}
.search img {
	position: relative;
}
#searchresults, #docview {
	display: none;
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	max-width: 90%;
	overflow: scroll;
	height: calc(100% - 40px);
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#searchresults::-webkit-scrollbar {
	display: none;
}
#searchresults #results div {
	display: block;
	width: 100%;
	border-bottom: solid 1px;
	padding: 14px 4px;
	cursor: pointer;
	user-select: none;
	transition: padding-left .1s;
	box-sizing: border-box;
}
#searchresults #results div:hover {
	padding-left: 3px;
}
#searchresults #results .name {
	display: block;
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 8px;
}
#searchresults .banner {
	margin-bottom: 15px;
}
#searchpost {
	width: 100%;
}
#cards {
	display: block;
	width: calc(100% - 8px);
	margin-left: 4px;
	padding: 4px 8px 6px 8px;
	box-sizing: border-box;
	border: solid 2px var(--button);
	border-radius: 8px;
	cursor: pointer;
}
#cards span {
	display: inline-block;
	vertical-align: middle;
}
#cards i {
	float: right;
	position: relative;
	top: 6px;
}
#actionstop {
	position: fixed;
	width: fit-content;
	left: 50%;
	top: 44px;
	transform: translateX(50%);
}
#actionsbottom {
	display: block;
	position: fixed;
	width: fit-content;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
}
#actionstop a, #actionsbottom a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
	font-size: 16px;
}
#actionstop a:last-child, #actionsbottom a:last-child {
	margin-right: 0px;
}
#services {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	padding: 20px;
	border-radius: 8px;
	border: solid 1px;
	box-shadow: 0px 0px 10px black;
	max-height: 50%;
	width: 420px;
	max-width: 90%;
	overflow-y: scroll;
	z-index: 99999;
}
#services img {
	height: 80px;
	width: auto;
}
#services .banner {
	display: block;
	cursor: pointer;
	border-bottom: solid 1px;
	width: 100%;
	margin-bottom: 8px;
	-webkit-tap-highlight-color: transparent;
}
#services .banner:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
.accordion {
	display: block;
	width: 100%;
	height: auto;
	overflow-wrap: break-word;
}
.accordion .title {
	background-color: var(--secondary);
	color: var(--background);
	display: block;
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	border: solid 1px;
	border-left-color: var(--secondary);
	border-right-color: var(--secondary);
	border-top: none;
	cursor: pointer;
	user-select: none;
	font-weight: 400;
}
.accordion .title.expanded {
	border-bottom: solid 1px var(--secondary);
}
.accordion .title:first-child {
	border-top: solid 1px;
}
.accordion .title span {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 24px);
}
.accordion .title i {
	vertical-align: middle;
	font-size: 17px;
}
.accordion .title.expanded i.fa-plus {
	display: none;
}
.accordion .title:not(.expanded) i.fa-minus {
	display: none;
}
.accordion .inner {
	display: none;
	padding: 12px;
	box-sizing: border-box;
	border-left: solid 1px;
	border: solid 1px;
	border-top: none;
}
#doctype {
	display: block;
	margin: auto;
	margin-top: 12px;
	border-radius: 12px;
	width: calc(100% - 8px);
}
#doctype.hide {
	display: none;
}
#emailreport p {
	font-size: 16px;
}
#emailreport span {
	display: block;
	width: fit-content;
	background-color: var(--secondary);
	color: white;
	padding: 8px 18px;
	font-size: 18px;
	cursor: pointer;
	user-select: none;
}
.noti {
	display: inline-block;
	width: 14px;
	height: 14px;
	--bg1: var(--red);
	--bg2: var(--background);
	border-radius: 50%;
	animation: fadein 2s linear infinite;
}
@media(max-width: 700px) {
	#actionsbottom a {
		display: block;
		margin-bottom: 8px;
		margin-right: 0px;
		text-align: center;
	}
	#actionsbottom a:last-child {
		margin-bottom: 0px;
	}
}
@keyframes fadein {
	from, to {
		background: var(--bg1);
	}
	95% {
		background: var(--bg2);
	}
}
@keyframes progressanim {
	from {
		width: 0px;
	}
	to {
		width: 100%;
	}
}