#programtitlearea {
	position: relative;
	padding-right: 260px;
}
#programtitledesc {
	color: #111111;
	font-size: 16px;
	line-height: 1.4;
}
.dashboard-selector-area {
	position: absolute;
	right: 14px;
	bottom: 6px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 6px;
}
.dashboard-selector-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 8px;
}
.dashboard-selector-caption {
	font-size: 11px;
	line-height: 13px;
	color: #bdbdbd;
}
.dashboard-selector {
	width: 138px;
	margin: 0;
	padding: 0 18px 0 0;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 0;
	background: transparent url('img/arrow_drop_down_black_18dp.png') center right no-repeat;
	color: #424242;
	font-size: 13px;
	line-height: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	cursor: pointer;
}
.dashboard-reload-button {
	position: absolute;
	right: 3px;
	top: 130px;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.dashboard-reload-button:hover {
	background: #eceff1;
}
.dashboard-reload-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #6f7781;
	border-right-color: transparent;
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;
}
.dashboard-reload-icon::after {
	content: '';
	position: absolute;
	right: -2px;
	top: 0;
	width: 0;
	height: 0;
	border-left: 4px solid #6f7781;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transform: rotate(-14deg);
}
.dashboard-summary-area {
	display: flex;
	gap: 12px;
	padding: 8px 8px 0;
	flex-wrap: wrap;
}
.dashboard-summary-card {
	width: 180px;
	min-height: 110px;
	padding: 5px 3px;
	border: 0;
	border-radius: 32px;
	color: #111111;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	cursor: pointer;
	transition: background-color .16s ease-in-out;
}
.dashboard-summary-card-small {
	width: 170px;
	min-height: 100px;
	height: 100px;
}
.dashboard-summary-title {
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
}
.dashboard-summary-value {
	margin-top: 5px;
	font-size: 33px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	color: #111111;
}
.dashboard-summary-sub,
.dashboard-summary-amount {
	font-size: 13px;
	line-height: 1.25;
	text-align: center;
}
.dashboard-list-tabs {
	width: calc(100% - 20px);
	margin: 18px 8px 0;
	display: flex;
	gap: 12px;
}
.dashboard-list-toolbar {
	width: calc(100% - 20px);
	margin: 18px 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}
.dashboard-list-toolbar .dashboard-list-tabs {
	width: auto;
	margin: 0;
	flex: 1 1 auto;
}
.dashboard-search-box {
	height: 44px;
	min-width: 260px;
	max-width: 420px;
	flex: 0 1 360px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 10px 0 14px;
	border: 1px solid transparent;
	border-radius: 24px;
	background: #f0f4f9;
	box-sizing: border-box;
	transition: background-color .16s ease-in-out, box-shadow .16s ease-in-out;
}
.dashboard-search-box.is-active {
	background: #ffffff;
	box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15);
}
.dashboard-search-icon {
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	background-image: url('ax/img/pmpicon_search.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.dashboard-search-input {
	width: 100%;
	min-width: 0;
	height: 30px;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	color: #444746;
	font-size: 16px;
	line-height: 30px;
	box-sizing: border-box;
}
.dashboard-search-input::placeholder {
	color: #8a8f94;
}
.dashboard-search-clear-button {
	width: 30px;
	height: 30px;
	min-width: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	flex: 0 0 30px;
}
.dashboard-icon-text {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}
.dashboard-icon-text-value {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dashboard-cell-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	object-fit: cover;
	border-radius: 50%;
}
.dashboard-item-icon {
	border-radius: 3px;
}
.dashboard-html-color-icon {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, .12);
	box-sizing: border-box;
}
.dashboard-list-tab {
	padding: 8px 18px;
	border: 1px solid #1a73e8;
	border-radius: 28px;
	background: #e1e1ff;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	cursor: default;
}
.dashboard-list-tab:not(.is-active) {
	border-color: transparent;
}
.dashboard-list-tab.is-active {
	border-color: #1a73e8;
	box-shadow: none;
}
.dashboard-list-tab-radio {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	flex-shrink: 0;
	accent-color: #1a73e8;
}
.dashboard-list-tab-label {
	height: 100%;
	padding: 4px 6px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	box-sizing: border-box;
}
.dashboard-list-tab-label-main {
	font-size: 14px;
	line-height: 1.2;
}
.dashboard-list-tab-label-sub {
	font-size: 10px;
	line-height: 1.2;
	color: #5f6368;
	margin-top: 2px;
}
.dashboard-filter-clear-area {
	width: calc(100% - 20px);
	margin: 3px 15px 5px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}
.dashboard-selection-toolbar {
	justify-content: space-between;
	margin: 6px 8px 6px;
}
.dashboard-selection-actions,
.dashboard-selection-command-area {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.dashboard-selection-selected-count {
	color: #5f6368;
	font-size: 13px;
	line-height: 1.2;
}
.dashboard-print-header {
	display: none;
}
.dashboard-batch-command-button,
.dashboard-clear-filters-button,
.dashboard-select-visible-button,
.dashboard-clear-selection-button,
.dashboard-print-list-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #1a73e8;
	font-size: 13px;
	line-height: 1.2;
	cursor: pointer;
}
.dashboard-select-visible-button:disabled {
	color: #9aa0a6;
	cursor: default;
	text-decoration: none;
}
.dashboard-select-visible-button:disabled:hover {
	text-decoration: none;
}
.dashboard-batch-command-button:hover,
.dashboard-clear-filters-button:hover,
.dashboard-select-visible-button:hover,
.dashboard-clear-selection-button:hover,
.dashboard-print-list-button:hover {
	text-decoration: underline;
}
.dashboard-list-area {
	width: calc(100% - 20px);
	margin: 2px 8px 40px;
	padding: 14px 16px 22px;
	border: 0;
	border-radius: 28px;
	background: #ffffff;
	box-sizing: border-box;
}
.dashboard-list-header,
.dashboard-list-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
}
.dashboard-list-header {
	min-height: 46px;
}
.dashboard-list-body {
	width: 100%;
}
.dashboard-list-row {
	min-height: 52px;
	border-top: 1px solid #e3e3e3;
	cursor: pointer;
}
.dashboard-list-row:hover {
	background: #e1e1ff;
}
.dashboard-list-row.is-selected {
	background: #eef2ff;
}
.dashboard-list-header-cell,
.dashboard-list-cell {
	flex: 1;
	min-width: 0;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
.dashboard-list-header-cell {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 8px;
}
.dashboard-sort-header {
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 20px;
}
.dashboard-sort-title {
	display: block;
	line-height: 1.4;
}
.dashboard-filter-trigger {
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.dashboard-filter-trigger::before {
	content: '';
	position: absolute;
	top: -6px;
	right: -8px;
	bottom: -6px;
	left: -8px;
	border-radius: 8px;
	background-color: #eceff1;
	opacity: 0;
	transition: opacity .16s ease-in-out;
	pointer-events: none;
	z-index: -1;
}
.dashboard-filter-trigger:hover::before {
	opacity: 1;
}
.dashboard-sort-buttons {
	padding: 2px;
	border-radius: 12px;
	display: inline-flex;
	flex-direction: column;
	gap: 0;
}
.dashboard-sort-button {
	width: 16px;
	height: 12px;
	padding: 0;
	border: none;
	border-radius: 8px;
	background: transparent;
	color: #cfd3d7;
	cursor: pointer;
	position: relative;
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
.dashboard-sort-button:hover {
	background: #e8eaed;
	color: #5f6368;
}
.dashboard-sort-button.active,
.dashboard-sort-button.is-active {
	background: #dbe6fb;
	color: #1a73e8;
}
.dashboard-sort-button:active {
	transform: scale(.95);
}
.dashboard-sort-glyph {
	display: block;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: currentColor;
}
.dashboard-selected-tags {
	margin-top: 0;
	min-height: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.dashboard-selected-tags:empty {
	display: none;
}
.dashboard-selected-tags:not(:empty) {
	margin-top: 2px;
}
.dashboard-selected-tag {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 1px 6px;
	border-radius: 999px;
	background: #eef3fb;
	font-size: 11px;
	line-height: 1.4;
	color: #1a73e8;
}
.dashboard-selected-tag-remove {
	border: none;
	background: transparent;
	color: #1a73e8;
	cursor: pointer;
	padding: 0;
}
.dashboard-menu-button {
	position: relative;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent url('ax/img/pmpicon_submenu.svg') center center / cover no-repeat;
	color: transparent;
	font-size: 0;
	opacity: .5;
	cursor: pointer;
}
.dashboard-menu-button::before {
	width: 36px;
	height: 36px;
	top: -6px;
	left: -6px;
	background: #444746;
	border-radius: 50%;
	content: " ";
	opacity: 0;
	position: absolute;
	transition: opacity .3s ease-out;
}
.dashboard-menu-button:hover::before {
	opacity: .3;
}
.dashboard-filter-popup,
.dashboard-action-menu,
.dashboard-batch-menu {
	position: absolute;
	z-index: 9999;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	border-radius: 3px;
}
.dashboard-filter-popup {
	width: 280px;
	padding: 10px;
	border: 1px solid #d6d9de;
	box-sizing: border-box;
}
.dashboard-filter-options {
	max-height: 260px;
	overflow-y: auto;
	margin: 8px 0;
}
.dashboard-filter-option {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 4px 0;
	font-size: 12px;
	color: #333333;
}
.dashboard-filter-actions {
	display: flex;
	justify-content: flex-end;
	gap: 6px;
}
.dashboard-filter-actions button {
	border: 1px solid #b8b8c8;
	border-radius: 4px;
	padding: 4px 10px;
	background: #f7f7fb;
	cursor: pointer;
}
.dashboard-action-menu,
.dashboard-batch-menu {
	min-width: 240px;
	padding: 10px 2px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.dashboard-action-menu button,
.dashboard-batch-menu button {
	user-select: none;
	width: 100%;
	padding: 8px 20px;
	border: none;
	background: transparent;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	text-align: left;
}
.dashboard-action-menu button:hover,
.dashboard-batch-menu button:hover {
	background-color: #f1f3f4;
}
.dashboard-loading,
.dashboard-empty {
	padding: 24px;
	text-align: center;
	color: #757575;
	font-size: 14px;
}
.button_darkgray {
	color: #ffffff;
	background-color: #424242;
	background: linear-gradient(#5f5f5f, #424242);
	border: 1px solid #3a3a3a;
}
.button_darkgray:hover {
	background-color: #4d4d4d;
	background: linear-gradient(#696969, #4d4d4d);
	border-color: #454545;
}
.button_darkgray:focus {
	box-shadow: 3px 3px 6px rgba(66,66,66,.35), -3px -3px 6px rgba(66,66,66,.35);
}
.button_darkgray:disabled {
	background-color: #8a8a8a;
	background: linear-gradient(#b0b0b0, #8a8a8a);
	border-color: #9a9a9a;
}
@media (max-width: 1200px) {
	.dashboard-list-tab {
		min-width: 200px;
		height: auto;
		padding: 4px 10px;
		border-width: 3px;
	}
	.dashboard-list-area {
		overflow-x: auto;
	}
}
@media (max-width: 920px) {
	#programtitlearea {
		padding-right: 20px;
		padding-bottom: 82px;
	}
	.dashboard-selector-area {
		right: 20px;
		bottom: 12px;
	}
	.dashboard-reload-button {
		right: 20px;
		top: 132px;
	}
	.dashboard-list-tabs {
		flex-direction: column;
	}
}
@media print {
	@page {
		size: A4 landscape;
		margin: 8mm;
	}
	html,
	body.dashboard-printing,
	body.dashboard-printing #container,
	body.dashboard-printing #wrapper,
	body.dashboard-printing #contents {
		width: auto !important;
		height: auto !important;
		min-width: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: #ffffff none !important;
		color: #111111 !important;
		overflow: visible !important;
		float: none !important;
		position: static !important;
		display: block !important;
		text-align: left !important;
		box-shadow: none !important;
	}
	body.dashboard-printing > :not(#container),
	body.dashboard-printing #header,
	body.dashboard-printing #header_back,
	body.dashboard-printing #left,
	body.dashboard-printing #right,
	body.dashboard-printing #footer,
	body.dashboard-printing #copyright,
	body.dashboard-printing #programtitlearea,
	body.dashboard-printing .dashboard-reload-button,
	body.dashboard-printing .dashboard-selector-row,
	body.dashboard-printing .dashboard-selector-area,
	body.dashboard-printing .dashboard-summary-area,
	body.dashboard-printing .dashboard-list-toolbar,
	body.dashboard-printing .dashboard-filter-clear-area,
	body.dashboard-printing .dashboard-loading,
	body.dashboard-printing .dashboard-empty,
	body.dashboard-printing .dashboard-sort-buttons,
	body.dashboard-printing .dashboard-selected-tags,
	body.dashboard-printing .dashboard-menu-button,
	body.dashboard-printing .dashboard-batch-menu,
	body.dashboard-printing .dashboard-action-menu,
	body.dashboard-printing #generalscreensettingmenu,
	body.dashboard-printing .generalpopupmenuicon,
	body.dashboard-printing .noprint,
	body.dashboard-printing input[type='checkbox'] {
		display: none !important;
	}
	body.dashboard-printing * {
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body.dashboard-printing .dashboard-print-header {
		display: block !important;
		margin: 0 0 6mm;
		padding: 0 0 3mm;
		border-bottom: 1px solid #888888;
	}
	body.dashboard-printing .dashboard-print-title {
		font-size: 18px;
		line-height: 1.3;
		font-weight: bold;
	}
	body.dashboard-printing .dashboard-print-meta {
		display: flex;
		flex-wrap: wrap;
		gap: 3mm 7mm;
		margin-top: 2mm;
		color: #444444;
		font-size: 10px;
		line-height: 1.4;
	}
	body.dashboard-printing .dashboard-list-area {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
		background: #ffffff !important;
		box-shadow: none !important;
		overflow: visible !important;
	}
	body.dashboard-printing .dashboard-list-header,
	body.dashboard-printing .dashboard-list-row {
		page-break-inside: avoid;
		break-inside: avoid;
	}
}
