body {
	position: relative;
	margin: 0;
}

body > #wait {
	display: none;
}

body.wait > #wait {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	/*opacity: 0.5;*/
	z-index: 1100;
}

.modal {
	overflow: auto;
}

.wide_dialog .modal-dialog {
	max-width: 800px;
}

.page {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}

.apps {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 10px;
}

.links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 10px;
}

.app_item {

}

.app_item img {
	width: 300px;
}

.tg_link img {
	width: 300px;
}

.inline_flex {
	display: flex;
	align-items: center;
}

.label-info, .badge-info {
	background-color: #3a87ad;
	padding: 2px 4px;
	border-radius: 3px;
	font-weight: bold;
	white-space: nowrap;
}

#content_form #delete_container {
	justify-content: end;
	color: #FF0000;
}


#content_items {
	width: 100%;
	max-width: 1000px;
	padding: 10px;
}

#content_items .items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#content_items .tags_menu {
	display: flex;
	flex-direction: column;
	flex-basis: 25%;
	margin-right: 5px;
}

#content_items .tags_menu .tag_item {
	margin-right: 5px;
	padding: 3px 5px;
	background-color: #ffe082;
	border-radius: 5px;
	margin-bottom: 5px;
}

#content_items .content_item:nth-child(2) {
	flex-basis: calc(75% - 5px);
}

#content_view {
	max-width: 1000px;
	padding: 10px;
}

#content_body {
	margin-top: 10px;
}

figure {
	text-align: center;
}

#content_items img,
#content_view img {
	max-width: 100%;
}

.content_item {
	flex-basis: 100%;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.content_item .name_link .name {
	font-size: 24px;
}

.content_item .tags {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px 0;
}

#content_view .tags .tag_item,
.content_item .tags .tag_item {
	margin-right: 10px;
	padding: 3px 5px;
	background-color: #eeeeee;
	border-radius: 5px;
}

.content_item .tags .tag_item:hover {
	box-shadow: 0 0 10px -5px #000000;
	text-decoration-line: none;
}

#content_view .date,
.content_item .date {
	margin: 10px 0;
	color: #9e9e9e;
	font-style: italic;
}

pre {
	font-family: SFMono-Medium, "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Courier, monospace;
	background: #F4F5F7;
	border: 1px solid #DFE1E6;
	border-radius: 3px;
	overflow-x: auto;
	padding: 5px 10px;
	word-wrap: normal;
	white-space: pre-wrap;
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
	#content_items .tags_menu {
		flex-direction: row;
		flex-wrap: wrap;
		flex-basis: 100%;
	}

	#content_items .content_item:nth-child(2) {
		flex-basis: 100%;
	}
}

@media (max-width: 480px) {

}
