@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

@font-face {
    font-family: Avenir;
    src:url(AvenirNext-Regular-08.ttf);
}
@font-face {
	font-family: Avenir Ultra Light;
	src: url(AvenirNext-UltraLight-11.ttf);
}
@font-face {
	font-family: Avenir Medium;
	src: url(AvenirNext-Medium-06.ttf);
}
@font-face{
	font-family: Helvetica Neue Light;
	src: url(HelveticaNeue-Light-08.ttf);
}

::-webkit-scrollbar{
	display: none;
}
:root {
	--A01BG: #005B97;
	--A02BG: #009245;
	--A03BG: #93278F;
	--A04BG: #6D4C3D;
	--A05BG: #FBB03B;
	--A06BG: #009444;
	--A07BG: #CC3641;
	--B01BG: #00729A;
	--C01BG: #F94144;
	--C02BG: #F9C74F;
	--C03BG: #43AA8B;
	--C04BG: #F9844A;
	--C05BG: #577590;
	--C06BG: #277DA1;
	--LOAD1: #D8F3DC;
	--LOAD2: #95D5B2;
	--LOAD3: #1B4332;
}

body{
	font-family: Avenir;
	background-color: white;
	height: 99.5vh;
	background-attachment: fixed;
	background-size:cover;
	background-position: center;
	background-position: fixed;
	background-repeat: no-repeat;
	background-image: url("Background-Day.png");
	margin: 0;
	color: rgba(46,46,46,1.00);
	font-size: 2vmin !important;
}

.header{
	position: absolute;
	width: 100vw;
	height: 10vh;
	top: 0;
	left: 0;
}
.headerL{
	width:33.33vw;
	height: 100%;
	display: inline-block;
	float: left;
}
.headerC{
	width: 33.33vw;
	height: 100%;
	display: inline-block;
	float: none;
}
.headerR{
	width: 33.33vw;
	height: 100%;
	display: inline-block;
	float: right;
	font-family: Open Sans;
	font-weight: bold;
}

.Logo{
	width: 7vh;
	height: 7vh;
	background-color: rgba(255,255,255,0.6);
	margin:1.5vh auto;
	overflow: hidden;
}
.Logo img{
	width: 7vh;
	object-fit: scale-down;
}
.Name{
	height: 4vh;
	min-width: 30%;
	background-color: rgba(255,255,255,0.6);
	float: right;
	margin-right: 4vw;
	margin-top: calc(3vh - 5px);
	border-radius: calc(2vh + 10px);
	color: rgba(107,107,107,1.00);
	padding: 0.625vh 1.18vw;
	line-height: calc(4vh + 2.5px);
	font-size: 1.6vmin;
	text-align: center;
	
}
.Avatar{
	height: calc(4vh + 10px);
	width: calc(4vh + 10px);
	background-color: rgba(255,255,255,0.6);
	float: right;
	margin-right: 3px;
	margin-top: calc(3vh - 5px);
	border-radius: calc(2vh + 10px);
	line-height: calc(4vh + 6px);
	font-size: 2vmin;
	text-align: center;
	box-sizing: border-box;
}


.Ribbon {
	width: 100vw;
	height: 10vh;
	display: block;
	margin: 10vh 0 0;
	overflow: hidden;
}
.ribLeft {
	width: 80vw;
	padding: 0 0 0 2vw;
	height: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
}
.ribLeft form {
	margin: 3vh 3vh 3vh 10vw;
	display: block;
	height: 4vh;
	align-content: center;
}
.ribLeft input[type=date], select, button {
	border-radius: 1vh;
	border-width: 1px;
	border-style: solid;
	font-family: Avenir;
	font-size: 2.5vmin;
	height: 4vh;
}
.ribLeft label {
	font-size: 2.5vmin;
}
.ribLeft select {
	margin-left: 2vw;
	padding: 0 2vw;
}
.ribLeft option {
	font-size: 2vmin;
}
.ribLeft button {
	border-radius: 1vh;
	border-width: 0px;
	border-style: solid;
	color: white;
	background-color: cornflowerblue;
	font-family: Avenir;
	height: 4vh;
	margin-left: 2vw;
	padding: 0 1.5vw;
}

.ribRight {
	width: 18vw;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: right;
	overflow: hidden;
}

.ribRight h4, h5, h6 {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0 2vw 0 0;
}
.ribRight h6 {
	margin-top: 0.3em;
}

.Main {
	width: 100vw;
	height: 80vh;
	display: inline-block;
	font-family: Avenir Ultra Light;
}
.Main table {
	width: 94vw;
	border-collapse: collapse;
	max-height: calc(90vh - 145px - 75px);
	overflow: scroll;
	font-family: Helvetica Neue Light;
	margin: 0 3vw;
	font-size: 2vmin;
}
.Main thead {
	border-bottom: 1px solid rgba(107,107,107,1);
}
.Main thead th {
	padding: 0 0 2vh;
}
.Main tbody {
	font-family: Helvetica Neue Light;
}
.Main tbody td {
	padding: 10px 0;
	border-bottom: 1px solid rgba(163,162,162,1.00);
}
.Main tbody td:nth-child(1) {
	padding: 10px 0 10px 15px;
}
.Main tbody td:nth-child(2) {
	padding: 10px 30px 10px 0;
}
.link {
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top:  0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(99,99,99,0.65);
}
.MeetingContent {
	background-color: #fefefe;
	margin: 20vh 10vw 10vh;
	padding: 20px;
	border: 1px solid #888;
	width: 80vw;
	height: 70vh;
	border-radius: 2vmin;
}
.MeetingInfo {
	width: 20vw;
	height: 60vh;
	margin: 5vh 5vw;
	float: left;
}
.MeetingInfo h3 {
	margin-bottom: 10px;
}
.MeetingInfo h6 {
	margin: 0;
}
.MeetingInfo table {
	margin-top: 3vh;
	width: 100%;
	border-collapse: collapse;
}
.MeetingInfo tr:hover {
	background-color: lightgray;
}
.MeetingInfo td {
	padding: 0.5vh 0;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.canvas {
	width: 49vw;
	height: 0;
	margin: 5vh 0;
	padding-top: calc(49vw * .5625);
	position: relative;
	float: right;
}
.canvas video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5vh;
	left: 0;
	display: none;
}

@media only screen and (max-width: 800px) {
	input, select, label, button {
		font-size: 1.5vmin !important;
	}
	form {
		margin: 2vmin !important;
	}
	input[type=date] {
		width: 14vw;
	}
	.Main table {
		font-size: 1.7vmin !important;
	}
	.ribRight h5 {
		font-size: 0.55em !important;
	}
	.MeetingInfo td {
		font-size: 0.8em;
	}
}

