html,
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
}

main {
  padding: 4em 1em;
}


h1 {
	--wa-content-spacing: 0.2em;
	font-size: 15pt;
}

header {
	padding: 0.5em 0.6em;
}

wa-progress-bar {
	--track-height: 2rem;
}

.worklogItem {
	padding: 0.1em;
	margin: 0.4em 0;
	background-color: #EEE;
}
.worklogItemTime {
	font-size: 85%;
}
.worklogItemTime .time, .time {
	font-weight: bold;
}

.lastWorklog {
	margin: 0.5em 0;
	padding: 0.2em 0.8em;
	border-radius: 0.5em;
	background-color: #EEE;
	width: 100%;
}

i.icon {
	color: var(--wa-color-on-quiet);
}

.template,
.hidden,
.wa-cloak {
	display: none;
}

.transparent {
	position: fixed;	
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 999;
}

.timePicker col {
	width: 16%;
}
.timePicker tr {
	height: 2em;
}
.timePicker td {
	width: 16%;
	height: 3em;
	padding: 0.1em;
	vertical-align: middle;
}
.timePicker wa-button {
	width: 100%;
	height: 100%;
	--wa-form-control-height: 100%;
	margin: 0;
	padding: 0.1em;
}

.timePicker wa-button::part(base) {
	margin: 0;
	padding: 0.1em;
}

wa-avatar {
	--size: 40px
}
wa-avatar::part(initials) {
	font-weight: bold;
	color: black;
	text-shadow:
		-1px -1px 2px #fff,
		-1px 1px 2px #fff,
		1px -1px 2px #fff,
		1px 1px 2px #fff,
		0 0 6px #fff;
}
wa-avatar[data-state="error"] {
	background-color: #FBB;
}
wa-avatar[data-state="ok"] {
	background-color: #BEB;
}
/* wa-avatar[data-state="ok"]::part(initials)::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('static/velox-trans-europe-logo.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	opacity: 0.6;
	z-index: -1;
}
wa-avatar[data-state="ok"]::part(initials) {
	z-index: 100;
}*/

  /* buttons with icon toggle on hover */
  wa-button .icon-hover {
    display: none;
  }
  wa-button:hover .icon-default {
    display: none;
  }
  wa-button:hover .icon-hover {
    display: inline-flex;
  }
  
wa-drawer#mainMenu::part(footer) {
	display: block;
}

#headerStatus {
	font-weight: bold;
}

pre#initLog {
	margin: 0.7em 0;
	padding: 0.2em 0.7em;
	font-size: 7pt;
	line-height: 1.5;
	white-space: pre-wrap;
	word-break: break-word;
	overflow-wrap: anywhere;
}

header.mainButtons #hamburgerButton {
	display: none;
}

.fa-duotone {
/*
 #007CC7 - #D8251E
	--fa-secondary-color: #007CC7;
	--fa-secondary-opacity: 0.3;
*/
}

#hamburgerButton i,
#mainButtons i {
	--fa-primary-color: black;
	--fa-secondary-color: #D8251E;
	--fa-secondary-opacity: 1;
}

#hamburgerButton i.fa-burger,
i.fa-burger {
	--fa-primary-color: #D8251E;
	--fa-secondary-color: black;
	--fa-secondary-opacity: 1;
}

.minor {
	opacity: 0.5;
}

.stacked-index {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.stacked-index sup,
.stacked-index sub {
	display: block;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: right;
}

wa-option {
	/*box-shadow: inset 2px 4px 8px rgba(0,0,0,0.2);*/
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

wa-avatar::part(initials) {
	text-transform: none;
}
