#gBody { height: 93.5vh; }
.stickyFooter #gBody { margin-bottom: 0; }
.gtkStatusBar { height: 3vh; }
.itemDesc {
	width: 100%;
}
.itemDesc .gtkImage {
	position: relative;
    background-color: #c3c6c5;
	margin: 0;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
    width: 100%;
}
.itemDesc .gtkImage figcaption {
	position: absolute;
	bottom: 0px;
	background-color: rgba(64,64,64,0.9);
	color: #fff;
	font-size: 2rem;
	font-style: italic;
	font-weight: 800;
	text-align: center;
	min-height: 4rem;
	height: auto;
	width: 100%;
}
.itemDesc .gtkImage figcaption > div { display: none; }
.itemDesc .imgClip {
	border-right: solid 1px #c3c6c5;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	height: 220px;
	overflow: hidden;
}
.itemDesc img {
	display: block;
	margin: 0px auto;
}
.itemDesc h1, .itemDesc h2 {
	border: solid 1px #c3c6c5;
	font-family: Georgia;
	font-style: italic;
	text-align: center;
	margin-top: 0.3em;/* 0px;*/
}
.itemDesc h1 {
	background-color: #c3c6c5;
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.itemDesc h2 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0.5em 0px;
	width: auto;
}
.itemMenu { list-style-type: none; padding: 0px; }
.itemMenu li { display: inline-block; }
.itemsList .gtkLabel > div,
.itemsList a > div {
	display: inline-block;
	font-weight: 800;
	width: 50px;
}
.tasksBox {
	width: 70%;
}
.tasksBox > div {
	border-left: solid 1px #e3e3e3;
	display: inline-block;
	margin: -0.6rem 0 -0.6rem .5rem;
	padding-left: .5rem;
	vertical-align: middle;
	width: 30%;
}
.tasksBox > div > p {
	height: 1.2rem;
	overflow: hidden;
}
li .lp, li time {
	display: inline-block;
	font-weight: 800;
	text-align: center;
	padding: 0 .5rem;
}
li .lp {  padding: 0; width: 24px; }
li time {  width: 120px; }
.curLp,
.current {
	display: inline-block;
	margin-right: -26px;
	vertical-align: middle;
}
.curLp {  margin-right: -20px; }
.curLp::before,
.current::before {
	position: relative;
	z-index: 2;
	border: solid 2px #000;
	border-radius: 50%;
	color: #000;
	content: "";
	display: inline-block;
	font-weight: 800;
	margin-left: -8px;
	text-align: center;
	height: 20px;
	width: 20px;
}
.curLp {  margin-right: -44px; }
.curLp::before {  margin-left: 0px; }
.current::before {
	background-color: #fff;
	content: "✓";
}
.curLp::after,
.current::after {
	position: relative;
	top: 4px;
	left: -3px;
	z-index: 1;
	content: "⧫";
	display: inline-block;
	transform: rotate(90deg);
	font-size: 36px;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	height: 20px;
	width: 20px;
}
.curLp::after {  top: -2px; }
.inactive { color: #606060; }
.assetLocked {
	color: #606060;
	cursor: not-allowed;
}
.noPadItem > li { overflow: hidden; }
.itemFlag {
	border-left: solid 2px #000;
	display: inline-block;
	float: left;
	line-height: 1.2rem;
	text-align: center;
	width: 1.25rem;
	height: 4rem;
}
.liState,
.itemFlag > div {
	border: solid 2px #000;
	display: inline-block;
	/*float: left;*/
	font-size: 1rem;
	line-height: 1.2rem;
	text-align: center;
	vertical-align: middle;
	height: 1.25rem;
	width: 1.25rem;
}
.liState.rnd {
	border-radius: 50%;
}
.liState::before, .liState::after {
	position: relative;
	background: #000;
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	width: 2px;
}
.liState::before {
	top: -1.2rem;
	left: .35rem;
}
.liState::after {
	bottom: -1rem;
	right: .4rem;
}
.NOblueBubble {
	display: inline-block;
	background: #4a90d9;
	border-radius: .75rem;
	color: #fff;
	line-height: .8rem;
	padding: .3rem;
	margin: 0 .3rem;
}
.codeBlock {
	border: solid 1px #b8b9b5;
	border-radius: 1rem;
	margin: 0;
	padding: 1rem;
}
.codeBlock.whGr {	background-color: #fff; }
.codeBlock.grWh {	background-color: #d8d8d6; }
.codeBlock > figcaption {
	border-bottom: solid 2px #808080;/*c3c6c5;*/
	color: #404040;
	display: block;
	margin: -0.5rem 0 .5rem 0;
	font-style: italic;
}
.codeBlock > figcaption a {
	border: solid 2px #808080; /*c3c6c5;*/
	background-color: #fff;
	color:#808080; /*#595959; */
	display: inline-block;
	font-weight: 800;
	margin-bottom: -2px;
	text-align: center;
	width: 3rem;
	/*padding: 0 .5rem;*/
}
.codeBlock > figcaption ~ p {
	color: #404040;
	text-indent: 2.5rem;
}
.codeBlock.ltr div, .codeBlock.rtl div {
	display: inline-block;
	vertical-align: top;
}
.codeBlock.ltr, .codeBlock.rtl,
.codeBlock.ltr .vertical div,
.codeBlock.rtl .vertical div {
	display: block;
	width: 100%;
}
.codeBlock pre, .codeBlock code {
	display: block;
	margin: 0;
	padding: 0;
}
.codeBlock code {
	background-color: #FDF6E3;
	color: #404040;
	font-family: FreeMono, "Curier New";
	font-size: 1rem;
	font-weight: 600;
	padding: 0.5rem;
}
.codeBlock p > code {
	display: inline-block;
	padding: .1rem .5rem;
	text-indent: initial;
}
.codeBlock div { background-color: #c3c6c5; }
/*.codeBlock > div:first-of-type,
.codeBlock > div:last-of-type {
	overflow: auto;
	outline: solid 1px #404040;
	width: 48%;
}*/
.codeBlock .arrow {
	background-color: inherit;
	color: #000;
	cursor: initial;
	font-size: 2rem;
	line-height: 1.6rem;
	text-align: center;
	width: 2%;
}
.codeBlock.rtl .arrow::after, .codeBlock.ltr .arrow::after {
	text-align: center;
	display: block;
	width: 100%;
}
.codeBlock.ltr .arrow::after { content: "▸"; }
.codeBlock.rtl .arrow::after { content: "◂"; }
.codeBlock.ttb .arrow,
.codeBlock.utd .arrow {
	color: #808080;
	font-size: 1rem;
	line-height: 0.8rem;
	text-align: center;
	width: unset;
}
.codeBlock.ttb .arrow::after,
.codeBlock.utd .arrow::after {	content: "▼"; }

SUMMARY.ownArrow {
	align-items: start;
	cursor: pointer;
	color: black;
	display: flex;
	gap: .5rem;
	line-height: 2rem;
	list-style: none;
	margin-top: .25rem;
}
SUMMARY.ownArrow::before {
  content: "►";
  content: "▼";
  transform: rotate(-90deg);
  transform-origin: 40% 45% 0;
  transition: .3s;
}
SUMMARY.ownArrow > DIV {
	width: 100%;
}
DETAILS[open] SUMMARY.ownArrow::before {
  /*content: "▼";*/
  transform: rotate(0deg);
  transform-origin: 40% 45% 0;
}
.s3col {
/*	outline: dotted 2px red; */
	display: flex;
}
.s3col > section {
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	margin: 1rem;
	padding: .5rem;
	padding-top: 0;
	height: 240px;
}
/*.col1 {
	background-color: #ee8181;
	border: solid 1px red;
}
.col2 {
	background-color: #eaea3b;
	border: solid 1px yellow;
}
.col3 {
	background-color: #8ace8a;
	border: solid 1px green;
}*/
.s3col h3 {
	background-color: #b4b5b1;
	color: var(--bg-gray-light);
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
	margin: 1rem -0.5rem;
	padding: .25rem 1rem;
	text-decoration: underline;
}
.s3col h3+div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow-y: auto;
	height: 170px;
}
.s3col h3+.boxCalend {
	justify-content: flex-start;
	height: auto;
}
.s3col form {
	margin: 10px 0;
}
.s3col ul {
	list-style-type: square;
	padding-left: 1rem;
	margin: 0;
	height: 100%;
}
.s3col .scrollable {
	/*position: relative;*/
	overflow-y: auto;
}
.s3col .scrollable::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient( rgba(229,232,231,0), var(--bg-gray-light));
	content: "";
	display: block;
	height: 40px;
}
.s3col i {
	font-size: 80%;
}
.schedule {
	padding: 2px;
}
#cal {
	display: flex;
	flex-direction: row;
}
#cal .day {
	background-color: var(--bg-gray-light);
	border: solid 1px var(--bg-gray-dark);
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
}
#cal .day div {
	display: flex;
	align-items: center;
	padding: .25rem .5rem;
	height: 1.8rem;
}
#cal .day div > span:first-of-type {
	text-align: right;
	width: 40px;
}
#cal .day div:nth-child(odd) {
	background-color: var(--bg-gray-light);
}
#cal .day div:nth-child(even) {
	background-color: #f4f4f4;
}
#cal .day div:first-of-type {
	background-color: #b4b5b1;
	color: var(--bg-gray-light);
	font-style: italic;
	font-size: 1.6rem;
	font-weight: 800;
	text-align: center;
	justify-content: center;
}
#cal .day.lp div {
	justify-content: center;
}
#cal .day div.currLsn {
	background-color: var(--h3lst-color);
	color: white;
}
.boxCalend {
	width: 100%;
}
.onlyToday > .day {
	display: none;
	position: relative;
}

.onlyToday .day.today,
.onlyToday:hover > .day {	display: unset; }
.onlyToday > .dayGd:first-child {	display: unset; }
.onlyToday[data-today="cz"] > .dayCz {	display: unset; }
#announcements {
	border: dotted 1px var(--link-color);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 5px;
}
[data-annon] {
	border: dashed 1px red;
	margin-right: 5px;
	width: 250px;
}
@media screen and (max-width: 960px){
	[data-annon] {
		border: dashed 1px red;
		margin-right: 0;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 100%;
	}
}
