/* Copyright (c) 2023 POTI Inc. All rights reserved. */

@font-face {
    font-family: mono;
    src: url(DroidSansMono.woff);
}

html {
	width: 100%;
}

body {
	max-width: none;
	min-height: 100%;
	box-shadow: none;
	border: thin solid #C0C0C0;
}

#moapp {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

#moapp div.web.signin div.sitename {
	font-size: 150%;
	color: #c9a24b;
}

#moapp div.web.menu {
	padding: 0;
}

#moapp div.web.menu.pane1 {
	position: absolute;
	top: 4.5em;
	bottom: 0;
	overflow-y: auto;
}
.horiz #moapp div.web.menu.pane1 {
	width: 100%;
}

#moapp div.web.menu.sidebarh {
	margin: 0.5em;
}

#moapp div.web.menu div.date {
	padding-top: 1em;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

#moapp div.web.menu div.list {
	padding: 0.2em;
	text-align: left;
	background-color: #c9a24b;
}

#moapp div.web.menu div.tab {
	padding: 0.6em 0.5em 0.3em;
	font-weight: bold;
	text-align: left;
	color: white;
}

#moapp div.web.menu div.item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0.2em;
	width: calc(33.3% - 0.4em);
	/*padding-bottom: calc(33.3% - 0.4em);*/
	background-color: white;
	cursor: pointer;
}
.horiz #moapp div.web.menu div.item {
	width: calc(20% - 0.4em);
	/*padding-bottom: calc(20% - 0.4em);*/
}

#moapp div.web.menu div.item.short {
	height: 5.5em;
}
#moapp div.web.menu div.item.vshort {
	height: 4.5em;
}

#moapp div.web.menu div.item div.box, #moapp div.web.menu div.staff div.box {
	position: absolute;
	top: -0.2em;
	bottom: -0.2em;
	left: -0.2em;
	right: -0.2em;
	border: 0.4em solid transparent;
}

#moapp div.web.menu div.item.selected div.box, #moapp div.web.menu div.staff.selected div.box {
	border-color: green;
}

#moapp div.web.menu div.item div.label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em;
	background-color: transparent;
}

#moapp div.web.menu div.item div.label2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.2em;
	font-size: 95%;
	font-weight: bold;
	background-color: transparent;
}

#moapp div.web.menu div.item div.label>span, #moapp div.web.menu div.item div.label2>span {
	background-color: rgba(255,255,255,.5);
}

#moapp div.web.menu div.item img {
	display: block;
	width: 100%;
}

#popup>div#popstf {
	width: 23em;
	height: 31em;
}
.horiz #popup>div#popstf {
	width: 32em;
	height: 24em;
}

#popstf div.tool.close {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 3em;
	height: 3em;
	margin: 0 !important;
	padding: 0.3em;
}

#popstf div.tool.close img {
	width: 100%;
}

#popstf div.list {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 2em;
	background-color: #c9a24b;
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
	border-left: 0.2em solid transparent;
	border-right: 0.2em solid transparent;
}

#moapp div.web.menu div.staff, #popstf div.staff {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0.2em;
	width: calc(33.3% - 0.4em);
	padding-bottom: calc(33.3% - 0.4em);
	background-color: white;
	cursor: pointer;
}
.horiz #moapp div.web.menu div.staff {
	width: calc(20% - 0.4em);
	padding-bottom: calc(20% - 0.4em);
}
.horiz #popstf div.staff {
	width: calc(25% - 0.4em);
	padding-bottom: calc(25% - 0.4em);
}

#moapp div.web.menu div.staff.short, #popstf div.staff.short {
	padding-bottom: 0;
	height: 4em;
	line-height: 4em;
}

#moapp div.web.menu div.staff div.label, #popstf div.staff div.label {
	position: absolute;
	bottom: 0.4em;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 95%;
	font-weight: bold;
	background-color: transparent;
}
#moapp div.web.menu div.staff.short div.label, #popstf div.staff.short div.label {
	bottom: auto;
}

#moapp div.web.menu div.staff div.label>span, #popstf div.staff div.label>span {
	background-color: rgba(255,255,255,.5);
}

#moapp div.web.menu div.staff img, #popstf div.staff img {
	position: absolute;
	width: 100%;
}

div.tool.prime {
    background: #c9a24b;
}

div.tool.ancil {
    color: rgb(0, 0, 64);
    border: 0.1em solid #c9a24b;
}

#moapp input, #moapp select, #moapp textarea {
    border: 1px solid #c9a24b;
}

#moapp div.consent span.check {
    font-size: 85%;
    border: 0.1em solid #c9a24b;
}

#moapp div.consent span.check.checked {
    background-color: #c9a24b;
}

/* Video section styles */
.video-section {
  position: relative;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

video {
  width: 100%;
}

