@charset "UTF-8";
/* 
  WebPerformerWf V2.5.10.0
  (C) 2023 Canon IT Solutions Inc.
*/

body {
	padding-top: 80px;
	padding-left: 10px;
}

.logo {
	width: 200px;
	margin-top: -15px;
}

.page-header {
	color: #052943;
	font-weight: normal;
	border-top: 1pt solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0.5em 0.5em 0.5em 2.0em;
	position: relative;
	white-space: nowrap;
	margin-bottom: 10px;
}

.page-header::before {
	color: #abc4cb;
	content: "\25A1";
	font-size: 150%;
	height: 12px;
	left: 0.3em;
	position: absolute;
	top: -0.1em;
	width: 12px;
}

.page-header::after {
	color: #00c3cb;
	content: "\25A1";
	font-size: 150%;
	height: 12px;
	left: 0;
	position: absolute;
	top: 0.2em;
	width: 12px;
}

button {
	cursor: pointer;
}

.list-group-item {
	cursor: pointer;
}

.dropdown-menu li {
	cursor: pointer;
	white-space: nowrap;
}

.todo-case,
.track-case,
.search-case,
.progress-case.trackable,
.business {
	cursor: pointer;
}

.todo-case:active,
.track-case:active,
.search-case:active,
.progress-case.trackable:active,
.business:active {
	background-color: rgba(6, 6, 6, 0.075);
	/* same to table-active */
}

.list-group-item:active {
	background-color: rgba(6, 6, 6, 0.075);
	/* same to table-active */
}

@media ( min-width: 768px) {
	.user-info {
		position: fixed;
		right: 1em;
	}
}

.wave {
	transform: rotate(90deg);
}

@media ( min-width: 768px) {
	.wave {
		transform: rotate(0);
	}
}

.user-info .dropdown-menu {
	left: auto;
	right: 0;
}

div[aria-expanded=true] .user-info {
	position: inherit;
	right: inherit;
}

.filter-selector>div {
	display: inline-block;
	margin-right: 1em;
}

.filter-selector>label {
	margin-left: 1em;
}

.sortkey {
	color: #187ca9 !important;
	cursor: pointer;
}

.sortkey.sort-asc:after {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAsMCwxMDAsMTAwIiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSI+PHBhdGggZmlsbD0iIzE4N2NhOSIgZD0iTTIwLDhoMTB2ODZsLTIyLC0yMGgxMnYtNjB6bTI1LDVoMTV2MTBoLTE1em0wLDIyaDIxdjEwaC0yMXptMCwyMmgzM3YxMGgtMzN6bTAsMjJoNTB2MTBoLTUweiIvPjwvc3ZnPg==');
	position: relative;
	left: 0.25rem;
	top: 0.15rem;
}

.sortkey.sort-desc:after {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAsMCwxMDAsMTAwIiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSI+PHBhdGggZmlsbD0iIzE4N2NhOSIgZD0iTTIwLDhoMTB2ODZsLTIyLC0yMGgxMnYtNjB6bTI1LDVoNTB2MTBoLTUwem0wLDIyaDMzdjEwaC0zM3ptMCwyMmgyMXYxMGgtMjF6bTAsMjJoMTV2MTBoLTE1eiIvPjwvc3ZnPg==');
	position: relative;
	left: 0.25rem;
	top: 0.15rem;
}

.card-header[data-toggle="collapse"] {
	cursor: pointer;
}

.card-header[data-toggle="collapse"]:after {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAsMCwyNCwyNCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+PHBhdGggZD0iTTMsMTIuNWw5LDkuNWw5LC05Ii8+PC9zdmc+');
}

.card-header[aria-expanded=true]:after {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAsMCwyNCwyNCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+PHBhdGggZD0iTTMsMjAuNWw5LC05LjVsOSw5Ii8+PC9zdmc+');
}

.date-clear {
	cursor: pointer;
	line-height: 1.25;
	padding: 0.4rem 0.2rem;
	margin-left: -18px;
	z-index: 0;
}

.light-char {
	color: lightgray;
}

.department.list-group-item span.indent {
	margin-left: 10px;
	margin-right: 10px;
}

.local-time,
.local-time-sec,
.local-date {
	opacity: 0;
}

.nav-item {
	z-index: 1;
}

.user-info {
	z-index: auto;
}