.article-table-open-wrap {
	position: relative;
	margin-bottom: 14px;
}

.article-table-open {
	margin: 0 0 8px 0;
	text-align: left;
	font-size: 85%;
}

.article-table-open a {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px;
	background: #1a5a83;
	color: #fff!important;
	font-weight: 700;
	text-decoration: none;
}

.article-table-open a:hover {
	background: #cc6600;
	color: #fff!important;
	text-decoration: none;
}

.article-table-full-page {
	min-height: 100vh;
	background: #f5f5f5;
	color: #505050;
}

.article-table-full-page .article-table-shell {
	width: 100%;
	box-sizing: border-box;
}

.article-table-toolbar {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 50px;
	margin-bottom: 0;
	padding: 15px;
	box-sizing: border-box;
	background: #333;
	color: #bbb;
	font-family: Lato, Arial, sans-serif;
}

.article-table-title-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.article-table-title {
	margin: 0;
	overflow: hidden;
	color: #bbb;
	font-size: 18px;
	line-height: 1.1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-table-title small {
	color: #777;
	font-size: 75%;
	line-height: 1;
}

.article-table-close.close {
	flex: 0 0 auto;
	float: none;
	margin: -4px 0 0 0;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	opacity: .2;
	text-shadow: 0 1px 0 #000;
}

.article-table-close.close:hover,
.article-table-close.close:focus {
	color: #fff;
	opacity: .5;
	outline: none;
	text-decoration: none;
}

.article-table-scroll {
	position: relative;
	width: 100%;
	overflow: auto;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
}

.article-table-full {
	width: max-content;
	min-width: 100%;
	margin-left: 0!important;
	border-collapse: collapse;
	table-layout: fixed;
	font-family: Lato, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.article-table-full th,
.article-table-full td {
	position: relative;
	padding: 7px 10px;
	border: 1px solid #d0d0d0;
	vertical-align: top;
	white-space: normal;
	overflow-wrap: normal;
	word-break: normal;
	box-sizing: border-box;
	overflow: hidden;
}

.article-table-full th:first-child,
.article-table-full td:first-child {
	padding-left: 10px!important;
}

.article-table-full .article-table-header-cell {
	background: #1a5a83;
	color: #fff;
	font-weight: 700;
	cursor: grab;
	user-select: none;
}

.article-table-full .article-table-header-cell:active {
	cursor: grabbing;
}

body.article-table-is-dragging,
body.article-table-is-dragging * {
	cursor: grabbing!important;
	user-select: none;
}

.article-table-full .article-table-header-cell.article-table-resize-hover {
	cursor: col-resize;
}

.article-table-full .article-table-col-dragging {
	opacity: 0.65;
}

.article-table-full .article-table-col-drop {
	filter: brightness(1.08);
}

.article-table-drop-marker {
	position: absolute;
	display: none;
	width: 6px;
	background: #cc6600;
	z-index: 5;
	pointer-events: none;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.7);
}

@media (prefers-color-scheme: dark) {
	.article-table-full-page.auto-theme {
		background: #202020;
		color: #ddd;
	}

	.article-table-full-page.auto-theme .article-table-scroll {
		background: #303030;
		border-color: #555;
	}

		.article-table-full-page.auto-theme .article-table-full th,
		.article-table-full-page.auto-theme .article-table-full td {
			border-color: #555;
	}
}

.article-table-full-page.dark-theme {
	background: #202020;
	color: #ddd;
}

.article-table-full-page.dark-theme .article-table-scroll {
	background: #303030;
	border-color: #555;
}

.article-table-full-page.dark-theme .article-table-full th,
.article-table-full-page.dark-theme .article-table-full td {
	border-color: #555;
}
